mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +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
 | 
			
		||||
		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
 | 
			
		||||
		 */
 | 
			
		||||
@@ -536,6 +533,9 @@ ComunicWeb.components.calls.callWindow = {
 | 
			
		||||
				//Add local stream to the list of visible stream
 | 
			
		||||
				call.localStreamVideo = ComunicWeb.components.calls.callWindow.addVideoStream(call, true, stream);
 | 
			
		||||
 | 
			
		||||
				//Initialize signaling server connection
 | 
			
		||||
				ComunicWeb.components.calls.callWindow.initializeConnectionToSignalingServer(call);
 | 
			
		||||
 | 
			
		||||
				return true;
 | 
			
		||||
 | 
			
		||||
			}).catch(function(e){
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user