fixed Zoom proctoring send meeting_id instead of roomName

This commit is contained in:
anhefti 2021-06-16 13:26:15 +02:00
parent 905fc5f47a
commit 9a788cc495

View file

@ -219,7 +219,7 @@ public class ZoomProctoringService implements ExamProctoringService {
proctoringConnection.serverURL);
attributes.put(
ClientInstruction.SEB_INSTRUCTION_ATTRIBUTES.SEB_PROCTORING.ZOOM_ROOM,
proctoringConnection.roomName);
proctoringConnection.meetingId);
attributes.put(
ClientInstruction.SEB_INSTRUCTION_ATTRIBUTES.SEB_PROCTORING.ZOOM_TOKEN,
String.valueOf(proctoringConnection.accessToken));