40 lines
		
	
	
		
			No EOL
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			No EOL
		
	
	
		
			1.7 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 configOverwrite = {
 | |
|                 disableProfile: true,
 | |
|                 startAudioOnly: '%_AUDIO_ONLY_%',
 | |
|                 startWithAudioMuted: '%_AUDIO_MUTED_%',
 | |
|                 startWithVideoMuted: '%_VIDEO_MUTED_%'
 | |
|             };
 | |
|             var interfaceOverwrite = {
 | |
|                 JITSI_WATERMARK_LINK: '',
 | |
|                 SHOW_JITSI_WATERMARK: false,
 | |
|                 TOOLBAR_BUTTONS: [
 | |
|                     'microphone', 'camera', '%%_ALLOW_CLOSED_CAPTIONS_%%', /*'desktop',*/ 'embedmeeting', 'fullscreen',
 | |
|                     'fodeviceselection', 'hangup', 'profile', '%%_ALLOW_CHAT_%%', '%%_ALLOW_RECORDING_%%',
 | |
|                     'livestreaming', 'etherpad', /*'sharedvideo',*/ 'settings', '%%_ALLOW_RAISE_HAND_%%',
 | |
|                     'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts',
 | |
|                     '%%_ALLOW_TILE_VIEW_%%', 'select-background', 'download', 'help', /*'mute-everyone',*/ 'mute-video-everyone', 'security'
 | |
|                 ]
 | |
|             };
 | |
|             var options = {
 | |
|                 configOverwrite: configOverwrite,
 | |
|                 height: "100%",
 | |
|                 interfaceConfigOverwrite: interfaceOverwrite,
 | |
|                 jwt: "%%_TOKEN_%%",
 | |
|                 parentNode: document.querySelector('#placeholder'),
 | |
|                 roomName: "%%_ROOM_NAME_%%",
 | |
|                 width: "100%"
 | |
|             };
 | |
|             var api = new JitsiMeetExternalAPI("%%_DOMAIN_%%", options);
 | |
| 
 | |
|             api.executeCommand("subject", "%%_SUBJECT_%%");
 | |
|         </script>
 | |
|     </body>
 | |
| </html> | 
