Skip to content

Instantly share code, notes, and snippets.

@manutheblacker
Created July 20, 2022 21:42
Show Gist options
  • Save manutheblacker/761af139482c7e0cbbb78561066f0e93 to your computer and use it in GitHub Desktop.
Save manutheblacker/761af139482c7e0cbbb78561066f0e93 to your computer and use it in GitHub Desktop.
jitsi
<div id="meet"></div>
var domain = "meet.jit.si";
var options = {
roomName: "Embed",
width: 700,
height: 700,
parentNode: document.querySelector('#meet')
}
var api = new JitsiMeetExternalAPI(domain, options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment