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 134 RTCMultiConnection issues
Sort by recently updated
recently updated
newest added
trafficstars

@grimace @killmenot @muaz-khan @dansandland @Yuripetusko Hi , i like to know how this library connect peers when someone join a conference video call which file in the library and which...

Hi @muaz-khan function getScreenStream(callback) { screenHelper(function (screen) { RMCMediaTrack.screen = getTracks(screen, "video")[0]; I saw these codes in your video-and-screen-sharing sample. But I have trouble with getTracks. I don't know how...

https://github.com/muaz-khan/RTCMultiConnection/blob/master/demos/video-and-screen-sharing.html I follow that link camera on owner and participants work OK, but when i click btn share screen , i get an error that "getTracks is not defined" is...

Hi! I want to stream from mobile Devices. The quality from my iPhone is very good (LTE), but with Android phones (also LTE, more than 5 mb/s upload) it is...

Hi Muaz, is there a proper way to make sure that Chrome always uses the devices back-camera? I tried to enumerate the devices like following: ```Javascript navigator.mediaDevices.enumerateDevices() .then(gotDevices) .catch(errorCallback); var...

hello, Is there an example running on net.core version 3.1?

Hi , i am receiving the following error when a conference video call start event with just 2 people at the point when the video call start . error :...

Hi, I'm currently building an application where some people can stream and other watch these streams. I'd like to implement a "replay" feature, where watchers can review old streams. I've...

How to get all current (initial) broadcasts list so that user can choose to which broadcast he need to connect.