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

Connection to socket. io rooms for voice #8

Open
hugoponthieu opened this issue May 12, 2024 · 0 comments
Open

Connection to socket. io rooms for voice #8

hugoponthieu opened this issue May 12, 2024 · 0 comments

Comments

@hugoponthieu
Copy link
Member

You should first complete #19.
You can see more specification of that flow here.

We need to use rooms of socket io framework to implement the connection in a channel.

Two methods are needed connect/disconnect. You will implement this in the channel gateway. Those two methods will also implement the methods created in #19 to store the state of connections in channels.

Sockets rooms should be identified with the channel id therefore those methods should just receive the channel id as props

This has already been implemented in by the voice group here

Issue 3019: Bonus

Bonus issue

If you have time you can focus on this task which may take time

You will find all the instructions in this short video

Screenshot_2024-05-09_220843__online-video-cutter.com_{width=1080px}

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