Skip to content
Advertisement

Tag: streaming

Failed to set remote answer sdp: Called in wrong state: stable

I am trying to write a WebRTC application using socket.io. The signalling server is written in python and looks like this. The client side looks like this Also i use this code for client as socket.io https://github.com/socketio/socket.io/blob/master/client-dist/socket.io.js When two people are in the connection, everything works great. But as soon as a third user tries to connect to them, the

Advertisement