webrtc
webrtc copied to clipboard
more than 2 users
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 have any resources I can look at to refactor this code? Thanks.
Hello, ScaleDrone community. I got the same problem with ScaleDrone WebRTC video chat for more than 2 users. Is it possible out of the box?
I made my scripts by @herkyl example and it works for 2 users, but when 3rd user try to connect I get DOMException: Failed to execute 'setRemoteDescription'
, please see a screenshot - https://prnt.sc/s136ip
It happens in peerConnection.createOffer()
function. I'm not clear completely about createOffer part of WebRTC - when should be an offer created, by whom and so on.
It would be wonderful to update examples with code for more than 2 users. If it's not possible, I'll be very happy to get any comments or help with this. Thanks.
Same issue :(
Looks like everyone is having this problem :(
same issue here~
Anyone know how to solve it?
Anyone know how to solve it?
Seems, that no ((( It looks like this service doesn't support anymore. I would recommend you to choose so another service for your p2p(webRTC) app.