mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Android app compatibility issue : force camera to be active to initialize connection.
This commit is contained in:
		@@ -489,9 +489,6 @@ ComunicWeb.components.calls.callWindow = {
 | 
				
			|||||||
		//Load user media
 | 
							//Load user media
 | 
				
			||||||
		call.setLoadingMessage("Waiting for your microphone and camera...");
 | 
							call.setLoadingMessage("Waiting for your microphone and camera...");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		//Initialize signaling server connection
 | 
					 | 
				
			||||||
		ComunicWeb.components.calls.callWindow.initializeConnectionToSignalingServer(call);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		/**
 | 
							/**
 | 
				
			||||||
		 * Start to automaticaly refresh information about the call
 | 
							 * Start to automaticaly refresh information about the call
 | 
				
			||||||
		 */
 | 
							 */
 | 
				
			||||||
@@ -536,6 +533,9 @@ ComunicWeb.components.calls.callWindow = {
 | 
				
			|||||||
				//Add local stream to the list of visible stream
 | 
									//Add local stream to the list of visible stream
 | 
				
			||||||
				call.localStreamVideo = ComunicWeb.components.calls.callWindow.addVideoStream(call, true, stream);
 | 
									call.localStreamVideo = ComunicWeb.components.calls.callWindow.addVideoStream(call, true, stream);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
									//Initialize signaling server connection
 | 
				
			||||||
 | 
									ComunicWeb.components.calls.callWindow.initializeConnectionToSignalingServer(call);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				return true;
 | 
									return true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			}).catch(function(e){
 | 
								}).catch(function(e){
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user