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
The end session button within a session needs to be implemented. To end a session, look at the destroySession function inside of socket/WebSocketController.ts, will need to add a broadcast message to all members in the session (io.to(sid).emit("");), and add the subsequent event handler inside of the client side code (session/[id]/client.tsx).
The text was updated successfully, but these errors were encountered:
The end session button within a session needs to be implemented. To end a session, look at the destroySession function inside of socket/WebSocketController.ts, will need to add a broadcast message to all members in the session (io.to(sid).emit("");), and add the subsequent event handler inside of the client side code (session/[id]/client.tsx).
The text was updated successfully, but these errors were encountered: