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

when connecting Bluetooth device or earphones, it is working fine but when connecting with default system speakers, application is echoing a lot. A loud screaming sound is there continuously. Tried...

Good Day I have an open connection , now i want to close the feed on a click of the button . i looked at the connection object, tried to...

When sharing screens, what should I do if I want to monitor mouse movements and clicks?

@muaz-khan Hi , i am facing problem when i have more than 4 users it freezes periodically when i have more than 4 users even on same pc and same...

what is problem please help me Send to everyone except myself

why am i getting an error - Room not avaliable roomid: {id}

Hi admin, I'm using `rtcmulticonnection` make a video conference. I need change device (microphone or camera) i want on room. But i check all methods you support and no see...

This link to a server using Express.js seems to be broken. Is there still an Express example? https://github.com/muaz-khan/RTCMultiConnection/tree/master/expressjs I want to use Express so I can handle complex authentication using...

How i can check if broadcast exist? ` var broadcastId = "stream_"+recipientId; if (broadcastId.replace(/^\s+|\s+$/g, '').length

I Use a demos/Scalable-Broadcast.html . I need to add a button to mute my microphone. How can I do this find without closing the connection?