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,
|
sdkCredentials,
|
||||||
expiryTimeforExam(proctoringSettings),
|
expiryTimeforExam(proctoringSettings),
|
||||||
additionalZoomRoomData.meeting_id,
|
additionalZoomRoomData.meeting_id,
|
||||||
true);
|
false);
|
||||||
|
|
||||||
return new ProctoringRoomConnection(
|
return new ProctoringRoomConnection(
|
||||||
ProctoringServerType.ZOOM,
|
ProctoringServerType.ZOOM,
|
||||||
|
|
Loading…
Reference in a new issue