-
Notifications
You must be signed in to change notification settings - Fork 4
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
Mesh network #30
Mesh network #30
Conversation
Thinking about removing all WebRTC logic from RoomPage.tsx. |
Make it into a component or lib kind of removing?? |
Server should hold the information of who is in the room already so that new user can get the list |
Draft structure
…only broadcasts it to the correct receiver
Calling initialization functions for the WebRTC network in RoomPage.tsx now. Still untested |
…ack to setSocket, fixed findUserById function
There are still some bugs that need to be identified and fixed (to be addressed using cypress in #35 ), but the basic voice chatting flow between multiple users works. |
closes Support multiple WebRTC connections #28
Also Closes Combine join and chat pages into one url #29 bc Draft structure #33