diff --git a/src/main/resources/ch/ethz/seb/sebserver/gui/service/session/proctoring/jitsiWindow.html b/src/main/resources/ch/ethz/seb/sebserver/gui/service/session/proctoring/jitsiWindow.html index 66f94bb1..27c65938 100644 --- a/src/main/resources/ch/ethz/seb/sebserver/gui/service/session/proctoring/jitsiWindow.html +++ b/src/main/resources/ch/ethz/seb/sebserver/gui/service/session/proctoring/jitsiWindow.html @@ -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); + }); \ No newline at end of file