-
Notifications
You must be signed in to change notification settings - Fork 440
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
Split "being in a room" from "calling" #459
Conversation
I'm a bit lost atm. |
I think it makes sense to establish the signaling connection once a user joins a room. That way all in-room notifications to the user (e.g. call started) could also be triggered through the standalone signaling server to avoid the polling overhead. |
a75907f
to
f778ec3
Compare
Should be good to go for version 1.0 now @Ivansss |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
…from a url with room token). Signed-off-by: Ivan Sein <ivan@nextcloud.com>
Fix #431