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

@muaz-khan i am trying to join the video call anonymously then share camera and mic but i could not success while it is working good in case connection.join(roomid); please let...

Hi! I have an application using the latest version RTCMultiConnection and it works well with most person I test it with. But with some people, the Ice negotiation just fails,...

Hi, I'm trying use this library with vue-cli3 but the app run in strict mode and show me this: ![captura de pantalla 2018-10-03 a la s 4 27 12 p...

Hi, the conference video call work fine till the 6th user join then it show the following error: setremotedescription failed in stable ........................... then black screen appear on some users...

closing socket is making problem does anyone have alternative solution?

**"Userid already taken"** After a short Internet disconnect, the user cannot join the room - is a big problem. The function `connection.onUserIdAlreadyTaken` from the `RTCMultiConnection.js` library generates a new userID...

@grimace @killmenot @muaz-khan @dansandland @Yuripetusko Hi, i am using many to many conference video call and it work fine till 6 users but when the 7 user join it show...

Hello Muaz, thanks for great RTCMultiConnection. I detected that after updating from M71 to M72, the connection is not stablished. After some search, I found out that the problem lays...

Hi guys, since Google Chrome 97 was released I can establish some kind of connection, yet it get stucked with "Set local description for remote user " and then I...

Are there any plans for including an index.d.ts file for supporting typescript?