changed some minor Zoom settings
This commit is contained in:
		
							parent
							
								
									57657feffd
								
							
						
					
					
						commit
						6d64f8fc79
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -157,7 +157,7 @@ public class ZoomProctoringService implements ExamProctoringService { | ||||||
|             final AuthorizationService authorizationService, |             final AuthorizationService authorizationService, | ||||||
|             final SEBClientInstructionService sebInstructionService, |             final SEBClientInstructionService sebInstructionService, | ||||||
|             @Value("${sebserver.webservice.proctoring.enableWaitingRoom:false}") final boolean enableWaitingRoom, |             @Value("${sebserver.webservice.proctoring.enableWaitingRoom:false}") final boolean enableWaitingRoom, | ||||||
|             @Value("${sebserver.webservice.proctoring.sendRejoinForCollectingRoom:true}") final boolean sendRejoinForCollectingRoom) { |             @Value("${sebserver.webservice.proctoring.sendRejoinForCollectingRoom:false}") final boolean sendRejoinForCollectingRoom) { | ||||||
| 
 | 
 | ||||||
|         this.examSessionService = examSessionService; |         this.examSessionService = examSessionService; | ||||||
|         this.clientHttpRequestFactoryService = clientHttpRequestFactoryService; |         this.clientHttpRequestFactoryService = clientHttpRequestFactoryService; | ||||||
|  |  | ||||||
|  | @ -236,7 +236,7 @@ public interface ZoomRoomRequestResponse { | ||||||
| 
 | 
 | ||||||
|         @JsonIgnoreProperties(ignoreUnknown = true) |         @JsonIgnoreProperties(ignoreUnknown = true) | ||||||
|         static class Settings { |         static class Settings { | ||||||
|             @JsonProperty final boolean host_video = true; |             @JsonProperty final boolean host_video = false; | ||||||
|             @JsonProperty final boolean mute_upon_entry = false; |             @JsonProperty final boolean mute_upon_entry = false; | ||||||
|             @JsonProperty final boolean join_before_host; |             @JsonProperty final boolean join_before_host; | ||||||
|             @JsonProperty final int jbh_time = 0; |             @JsonProperty final int jbh_time = 0; | ||||||
|  |  | ||||||
|  | @ -85,7 +85,7 @@ sebserver.webservice.lms.address.alias= | ||||||
| 
 | 
 | ||||||
| sebserver.webservice.proctoring.resetBroadcastOnLeav=true | sebserver.webservice.proctoring.resetBroadcastOnLeav=true | ||||||
| sebserver.webservice.proctoring.zoom.enableWaitingRoom=false | sebserver.webservice.proctoring.zoom.enableWaitingRoom=false | ||||||
| sebserver.webservice.proctoring.zoom.sendRejoinForCollectingRoom=true | sebserver.webservice.proctoring.zoom.sendRejoinForCollectingRoom=false | ||||||
| 
 | 
 | ||||||
| # Default Ping indicator: | # Default Ping indicator: | ||||||
| sebserver.webservice.api.exam.indicator.name=Ping | sebserver.webservice.api.exam.indicator.name=Ping | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 anhefti
						anhefti