mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Display remote stream video
This commit is contained in:
		@@ -381,8 +381,9 @@ class CallWindow extends CustomEvents {
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		peer.on("stream", stream => {
 | 
			
		||||
			console.log("go remote peer stream", stream)
 | 
			
		||||
			alert("Stream on remote peer!!!")
 | 
			
		||||
			console.log("Got remote peer stream", stream)
 | 
			
		||||
			
 | 
			
		||||
			this.addVideoStream(peerID, false, stream)
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user