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 A room is created , who can the host stop that conference?

current code seems not compatible latest android R and android S . pls help check why or where i can modify code to fix this android version adpation issues. Lgs...

I think this should be updated to reflect modern practices. Currently you're forced to use RTCMultiConnection in a global scope alongside socket.io and what no else. This is really bad...

RTCPeerConnection.getLocalStreams/getRemoteStreams are deprecated. Use RTCPeerConnection.getSenders/getReceivers instead. RTCMultiConnection.js:2901:13

Hey , we make an app , like demo: your skype app , but we an issue and we couldnt fix it , the host : can send screen ,...

I am make this code , is functinally ``` var switchStream = 1; async function startCapture() { let mediaOptions = { video: true }; if (activeStream % 2) { navigator.mediaDevices.getDisplayMedia(mediaOptions).then(replaceTrack);...

![image](https://user-images.githubusercontent.com/22213918/118768417-8e3cbf00-b8b1-11eb-9019-4512525b0ba0.png) when i want like muaz use independent webrtc server support the socket.io server to i another application use socketio service how i config the node.js to support another application?...

Hello, We have implemented this screen sharing in our project. For initial testing, it is working on our inhouse network and on testing site also but when deployed on the...

how to add audio for screen-sharing? i am usign RTCMulticonnection v3.0 and i need one way screen sharing and two way audio. I try to get two-way audio with screen...

how to change the video for screen capture?