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

hark.js see below: line 8: ` var harker = this; //this == window` line 62: ` harker.setInterval = function (i) { interval = i; };`

@grimace @killmenot @muaz-khan @dansandland @Yuripetusko Hi , i like to know if we can use this library to stream and share screen on youtube like OBS software do let me...

Hi ! I have question about screen sharing. I will you use stun server google and free socket server but I dont know will there be a leak data ?...

If the room owner starts screen sharing before the guests connect, then everything is fine, screen sharing is displayed for the guests, but if screen sharing is not yet started...

It seems Apple has made some changes in iOS 14 that are not playing nice with RTCMultiConnection. I have tested all the demos at https://rtcmulticonnection.herokuapp.com/demos/, but none of them are...

I tried isScreen flag but it only works in local, for remote this is always coming false.

Hello! I want to make two simple pages (client.html and expert.html), client should see the video of the expert page but expert should not be able to see the client's...

Hello Muaz, Thanks for your awsome code on webrtc multiconnection trying achive mute and unmute using this docs =>https://www.rtcmulticonnection.org/docs/mute https://www.rtcmulticonnection.org/docs/unmute/ firstly this code for **mute** =>var localStream = connection.attachStreams[0]; localStream.mute('both');...