You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up a media and data connection with Peer.js. The connection was broken when a third person disconnect to the same ID. Is there any chance of requesting if there is a connection on this ID?
I tried the Peer.getConnection function, but I need to know the connectionID to run it.
I'd appreciate it if you helped.
var peer = new Peer([memberDataID],{host: 'domain.com', port:9000});
peer.getConnection(memberDataID,**connectionId**)
The text was updated successfully, but these errors were encountered:
ByDodo
changed the title
Breakage issue when multiple connections are made
Disconnected when multiple connections are made
Oct 9, 2019
I have set up a media and data connection with Peer.js. The connection was broken when a third person disconnect to the same ID. Is there any chance of requesting if there is a connection on this ID?
I tried the Peer.getConnection function, but I need to know the connectionID to run it.
I'd appreciate it if you helped.
The text was updated successfully, but these errors were encountered: