-
Notifications
You must be signed in to change notification settings - Fork 259
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
How to lock the room? #239
Comments
The server has the feature, though there is no UI to lock/unlock a room yet. |
If you can give some pointers towards where the code lives on the server. I can play with it and contribute with what I achieve. |
See https://github.com/strukturag/spreed-webrtc/blob/master/static/js/services/rooms.js#L255 - you can lock a room with a PIN using the javascript console of the browser. Follow the call stack from there to get to the API calls executed on the server. |
Feature has been merged. |
During a chat session, is there any way to lock the room? So no one with the same chat room name can join by mistake.
The text was updated successfully, but these errors were encountered: