Merge branch 'zoom_rejoin_collecting' into development
This commit is contained in:
		
						commit
						02196951e1
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -475,7 +475,8 @@ public class ExamProctoringRoomServiceImpl implements ExamProctoringRoomService | ||||||
|             final ExamProctoringService examProctoringService) { |             final ExamProctoringService examProctoringService) { | ||||||
| 
 | 
 | ||||||
|         // get all connections of the room |         // get all connections of the room | ||||||
|         final List<String> connectionTokens = this.getActiveCollectingRoomConnections(examId, roomName) |         final List<String> connectionTokens = this | ||||||
|  |                 .getActiveCollectingRoomConnections(examId, roomName) | ||||||
|                 .getOrThrow() |                 .getOrThrow() | ||||||
|                 .stream() |                 .stream() | ||||||
|                 .map(cc -> cc.connectionToken) |                 .map(cc -> cc.connectionToken) | ||||||
|  | @ -501,6 +502,12 @@ public class ExamProctoringRoomServiceImpl implements ExamProctoringRoomService | ||||||
|                     connectionTokens, |                     connectionTokens, | ||||||
|                     examProctoringService.getDefaultReconfigInstructionAttributes()); |                     examProctoringService.getDefaultReconfigInstructionAttributes()); | ||||||
|         } |         } | ||||||
|  | 
 | ||||||
|  |         // Send the rejoin to collecting room instruction to all involved clients | ||||||
|  |         sendJoinCollectingRoomInstructions( | ||||||
|  |                 proctoringSettings, | ||||||
|  |                 connectionTokens, | ||||||
|  |                 examProctoringService); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     private void cleanupBreakOutRooms(final ClientConnectionRecord cc) { |     private void cleanupBreakOutRooms(final ClientConnectionRecord cc) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 anhefti
						anhefti