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

How to lock the room? #239

Closed
hdavy2002 opened this issue Oct 13, 2015 · 4 comments
Closed

How to lock the room? #239

hdavy2002 opened this issue Oct 13, 2015 · 4 comments

Comments

@hdavy2002
Copy link

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.

@longsleep
Copy link
Contributor

The server has the feature, though there is no UI to lock/unlock a room yet.

@hdavy2002
Copy link
Author

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.

@longsleep
Copy link
Contributor

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.

leonklingele added a commit to leonklingele/spreed-webrtc that referenced this issue Aug 17, 2016
@leonklingele
Copy link
Contributor

Feature has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants