RTCMultiConnection icon indicating copy to clipboard operation
RTCMultiConnection copied to clipboard

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)

Results 127 RTCMultiConnection issues
Sort by recently updated
recently updated
newest added

It's been well over a year since I have seen any evidence of Muaz and RTCMulticonnection? Has anyone communicated with Muaz over the past year?

### Describe the bug C-participant stops resive the media stream (video/audio) from B-participant when B-participant rejoin to the room. The same happens if B-participant entered the room later than the...

I am using `v3.7.0` And I have this simple setup ``` $scope.connection = new RTCMultiConnection(); // This makes sure library do not create media tag $scope.connection.autoCreateMediaElement = false $scope.connection.onstream =...

So with the boadcaster using Chrome, it seems all combinations of viewers using either Firefox or Chrome browser works for me. However, if the broadcaster uses Firefox, there are issues...

I have this error. "ICE failed, your TURN server appears to be broken, see about:webrtc for more details Peer connection is closed between you & 1fw5ely6fboiksg83tj Object { } state:...

Hi! I'm having troubles sending data to only one of the connected peers. After digging a bit in the code, I found out you could do that simply by writing...

The sessionid is used as a remoteUserId for events like 'join-room'. This allows the client to respond to that, initiating the negotiation.

So my application starts by using the front camera by default. Now to change to rear camera ``` navigator.mediaDevices.getUserMedia({ video: { facingMode: 'environment' } }).then(function(backCamera) { replaceTrack(backCamera); }); ``` is...

**please what am i doing wrong i tried working on a vuejs video conferencing web application it successfully shows video and audio but it auto create so i tried using...

Hey @muaz-khan, I get a lot of the following errors in my application: The play() request was interrupted by a new load request The remote stream doesn't start. Browser is...