fixed Zoom proctoring send meeting_id instead of roomName
This commit is contained in:
parent
905fc5f47a
commit
9a788cc495
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public class ZoomProctoringService implements ExamProctoringService {
|
||||||
proctoringConnection.serverURL);
|
proctoringConnection.serverURL);
|
||||||
attributes.put(
|
attributes.put(
|
||||||
ClientInstruction.SEB_INSTRUCTION_ATTRIBUTES.SEB_PROCTORING.ZOOM_ROOM,
|
ClientInstruction.SEB_INSTRUCTION_ATTRIBUTES.SEB_PROCTORING.ZOOM_ROOM,
|
||||||
proctoringConnection.roomName);
|
proctoringConnection.meetingId);
|
||||||
attributes.put(
|
attributes.put(
|
||||||
ClientInstruction.SEB_INSTRUCTION_ATTRIBUTES.SEB_PROCTORING.ZOOM_TOKEN,
|
ClientInstruction.SEB_INSTRUCTION_ATTRIBUTES.SEB_PROCTORING.ZOOM_TOKEN,
|
||||||
String.valueOf(proctoringConnection.accessToken));
|
String.valueOf(proctoringConnection.accessToken));
|
||||||
|
|
Loading…
Reference in a new issue