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
Before showing the room view, show a view asking for the user's name/handle. Store the name in the Redux state. Create a new message that sends the name to the signaling server. The signaling server should add the name to WebSocketPeer struct for that peer. The signaling server shouldn't allow users without a name set to join a room.
The text was updated successfully, but these errors were encountered:
Before showing the room view, show a view asking for the user's name/handle. Store the name in the Redux state. Create a new message that sends the name to the signaling server. The signaling server should add the name to WebSocketPeer struct for that peer. The signaling server shouldn't allow users without a name set to join a room.
The text was updated successfully, but these errors were encountered: