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
Join_room is a webrtc.io artifact that is not on the standard, and also it would not be useful if you don't need a open, unlimited room (for example one with a members limit) or with PeerConnection. I propose to remove it from the connect logic and put it on an independent function that can be called after that by the programmer.
The text was updated successfully, but these errors were encountered:
agree, we ca track clients in a better way, and also, i think there is no need to connect everyone in a room with peerConnection, it has to be done explicitly in a code
Join_room is a webrtc.io artifact that is not on the standard, and also it would not be useful if you don't need a open, unlimited room (for example one with a members limit) or with PeerConnection. I propose to remove it from the connect logic and put it on an independent function that can be called after that by the programmer.
The text was updated successfully, but these errors were encountered: