Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality to End Session button in session/[id]/client.tsx #14

Closed
foleyash opened this issue Dec 5, 2024 · 1 comment
Closed

Comments

@foleyash
Copy link
Collaborator

foleyash commented Dec 5, 2024

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).

@foleyash foleyash added this to the v1 Release Milestones milestone Dec 5, 2024
@foleyash
Copy link
Collaborator Author

foleyash commented Dec 6, 2024

End session button and exit session button implemented with this commit.

@foleyash foleyash closed this as completed Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant