added setLargeVideoParticipant to proctor id on Jitsi window opening

This commit is contained in:
anhefti 2021-05-19 17:42:44 +02:00
parent 51078d11bb
commit 1c341af65c

View file

@ -42,6 +42,8 @@
const meetAPI = new JitsiMeetExternalAPI('%%_ATTR_HOST_%%', options);
meetAPI.executeCommand('subject', '%%_ATTR_SUBJECT_%%');
meetAPI.on('videoConferenceJoined', (event) => {
meetAPI.executeCommand('setLargeVideoParticipant', event.id);
});
</script>
</html>