fix host flag for SEB clients
This commit is contained in:
parent
9f968a3809
commit
a4c788fbe9
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ public class ZoomProctoringService implements ExamProctoringService {
|
|||
sdkCredentials,
|
||||
expiryTimeforExam(proctoringSettings),
|
||||
additionalZoomRoomData.meeting_id,
|
||||
true);
|
||||
false);
|
||||
|
||||
return new ProctoringRoomConnection(
|
||||
ProctoringServerType.ZOOM,
|
||||
|
|
Loading…
Reference in a new issue