How to Embed Jitsi

Hi,

I’m not a developer but am a startup hoping to provide video coaching and consulting over my website. I don’t need to build my own server or anything, just wondering if it’s at all possible to embed jitsi using the API.

I tried to follow this - https://github.com/jitsi/jitsi-meet/blob/master/doc/api.md , but am not having any success.

Is this possible? To set up a simple Webflow integration?

I need to be able to have this or something similar actually execute to load the javascript: <script src="https://meet.jit.si/external_api.js"></script> . After that I tried to find a place where I can actually execute javascript:

            var domain = "meet.jit.si";
            var options = {
                roomName: "JitsiMeetAPIExample",
                width: 700,
                height: 180,
                parentNode: undefined,
                configOverwrite: {},
                interfaceConfigOverwrite: {
                    filmStripOnly: true
                }
            }
            var api = new JitsiMeetExternalAPI(domain, options);
        </script>

Thanks for any advice on this topic !

Here is my site Read-Only: LINK
(how to share your site Read-Only link)