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

Remove external rooms #127

Open
daronco opened this issue Jun 16, 2016 · 0 comments
Open

Remove external rooms #127

daronco opened this issue Jun 16, 2016 · 0 comments

Comments

@daronco
Copy link
Member

daronco commented Jun 16, 2016

External rooms are rooms that exist in the web conference server but that are not in the database. This happens only when meetings are created in the web conference server using something else other than Mconf-Web.

This feature is very likely not used at all and brings some extra complexity to the code. For instance, any operation over a room that changes attributes and saves the room needs to check whether the room is already in the database or not (new_record?).
If external rooms are really not used, removing it would make the gem a bit simpler.

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

1 participant