fixed tests

This commit is contained in:
anhefti 2021-05-20 13:19:07 +02:00
parent 1c341af65c
commit d203530757

View file

@ -109,7 +109,9 @@ public class JitsiWindowScriptResolverTest {
+ " \r\n"
+ " const meetAPI = new JitsiMeetExternalAPI('HOST', options);\r\n"
+ " meetAPI.executeCommand('subject', 'SUBJECT');\r\n"
+ " \r\n"
+ " meetAPI.on('videoConferenceJoined', (event) => {\r\n"
+ " meetAPI.executeCommand('setLargeVideoParticipant', event.id);\r\n"
+ " });\r\n"
+ "</script>\r\n"
+ "</html>",
proctoringWindowScript);