mediasoup-sfu-webrtc-video-rooms icon indicating copy to clipboard operation
mediasoup-sfu-webrtc-video-rooms copied to clipboard

A simple video conferencing example using the mediasoup sfu

Results 16 mediasoup-sfu-webrtc-video-rooms issues
Sort by recently updated
recently updated
newest added

I noticed at the end of line [460 ](https://github.com/Dirvann/mediasoup-sfu-webrtc-video-rooms/blob/dd52d6c932b21add48456f93dbba19a70f7e6a0c/public/RoomClient.js#L460) of RoomClient.js the random seeming comment of `// might be` I'm curious of what this might mean. Thank you

Hi Sometimes there are people who want to put their webcam on but the interlocutor can't see, I don't know where the problem comes from. Here is an example: -...

fails on chrome 116 work fine on firefox ``` params.encodings = [ { rid: 'r0', maxBitrate: 100000, //scaleResolutionDownBy: 10.0, scalabilityMode: 'S1T3' }, { rid: 'r1', maxBitrate: 300000, scalabilityMode: 'S1T3' },...

An error is caused and in 2 js files there is a note marked "TODO handle null errors" and this error occurs. First here is the error when I launch...

Hey, I want to implement the video call in a webview for iOS. But the problem is that the device and the browser is not supported. What can I do...

Hi bro. I want deploy mediasoup on containers cloud , but tried any example and your example but doesn't work , all example works on cloud server , but doesn't...