mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Handles remote peer streams interruption
This commit is contained in:
		@@ -237,6 +237,10 @@ class UserWebSocket {
 | 
			
		||||
				SendEvent("callPeerReady", msg.data);
 | 
			
		||||
				break;
 | 
			
		||||
			
 | 
			
		||||
			case "call_peer_interrupted_streaming":
 | 
			
		||||
				SendEvent("callPeerInterruptedStreaming", msg.data);
 | 
			
		||||
				break;
 | 
			
		||||
			
 | 
			
		||||
			case "call_closed":
 | 
			
		||||
				SendEvent("callClosed", msg.data);
 | 
			
		||||
				break;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user