39 lines
No EOL
1.6 KiB
HTML
39 lines
No EOL
1.6 KiB
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body style="margin: 0">
|
|
<div id="placeholder" />
|
|
<script src='https://meet.jit.si/external_api.js'></script>
|
|
<script type="text/javascript">
|
|
var domain = "%%_DOMAIN_%%";
|
|
var options = {
|
|
configOverwrite: {
|
|
disable1On1Mode: true,
|
|
startAudioOnly: false,
|
|
startWithAudioMuted: true,
|
|
startWithVideoMuted: false
|
|
},
|
|
height: "100%",
|
|
interfaceConfigOverwrite: {
|
|
JITSI_WATERMARK_LINK: '',
|
|
SHOW_JITSI_WATERMARK: false,
|
|
TOOLBAR_BUTTONS: [
|
|
'microphone', 'camera', 'closedcaptions', 'desktop', 'embedmeeting', 'fullscreen',
|
|
'fodeviceselection', 'hangup', 'profile', 'chat', 'recording',
|
|
'livestreaming', 'etherpad', /*'sharedvideo',*/ 'settings', 'raisehand',
|
|
'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts',
|
|
'tileview', 'select-background', 'download', 'help', 'mute-everyone', 'mute-video-everyone', 'security'
|
|
]
|
|
},
|
|
jwt: "%%_TOKEN_%%",
|
|
parentNode: document.querySelector('#placeholder'),
|
|
roomName: "%%_ROOM_NAME_%%",
|
|
width: "100%"
|
|
};
|
|
var api = new JitsiMeetExternalAPI(domain, options);
|
|
|
|
api.executeCommand("subject", "%%_SUBJECT_%%");
|
|
</script>
|
|
</body>
|
|
</html> |