webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Video chat App with WebRTC using Scaledrone Realtime Messaging Service

Results 15 webrtc issues
Sort by recently updated
recently updated
newest added

I added the following code (i found online) to add a mute/unmute button and it doesnt work. Any idea why? In index.html i added: ```Mute Mic``` In script.js i added...

Hi, It seems the script does NOT work for now!? may I ask to test it and let me know the outcome? Thanks

Hi I am trying to have more than 2 users in the video chat? I've tried to dynamically add new videos, but the webrtc tends to error out. Do you...

hello there please tell me is there any possibillity for above question i tried it but i grtting this error ``` Uncaught (in promise) DOMException: Failed to execute 'addIceCandidate' on...

I am trying to run the webRTC code which i have mentioned below, it is working fine when i am connecting with two devices using same network. But it is...

I've tried to connect from Safari to Chrome and vice versa. If Safari is the initial member Safari give an error; Unhandled Promise Rejection: InvalidStateError: Description type incompatible with current...

Hi, I've been testing with the code as provided on my webpage but the remoteVideo is not showing. In my developer console for Chrome, I have this error message: DOMException:...

I tried the same code in my project. It works fine with wifi but doesn’t work with mobile data(3G/4G)

Hi! I would like to ask for some help on retrieving the number of users in the room. I'm using the WebRTC tutorial [here](https://www.scaledrone.com/blog/webrtc-tutorial-simple-video-chat/) There is a part where we...