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

Correct backend conference data on BBB difference #56

Closed
snicki13 opened this issue Sep 21, 2021 · 1 comment · Fixed by #77
Closed

Correct backend conference data on BBB difference #56

snicki13 opened this issue Sep 21, 2021 · 1 comment · Fixed by #77
Assignees
Labels

Comments

@snicki13
Copy link
Member

snicki13 commented Sep 21, 2021

Approach to solve #45
Check BBB server regularly, at least on user-disconnect for running conferences and compare attendence to the classrooms own attendence list and update the users copy of it.

This was referenced Sep 21, 2021
snicki13 added a commit that referenced this issue Sep 27, 2021
Conference attendence per user is calculated in client to reduce network messages and enable future adjustment via BBB API. #56
snicki13 added a commit that referenced this issue Sep 27, 2021
Conference attendence per user is calculated in client to reduce network messages and enable future adjustment via BBB API. #56
mxsph added a commit that referenced this issue Sep 28, 2021
* Send and react to "LEAVE_CONFERENCE" Messages.

* Detect closed ConferenceWindow and delete conference after 60s if still empty.

* Remove SetOnce property.

* Remove SetOnce property.

* Time conference deletion in backend.
Delete 20s after the last user left, if the conference is still empty.
Closes #7

* Global error handling in web-ui

* Send and react to "LEAVE_CONFERENCE" Messages.

* Detect closed ConferenceWindow and delete conference after 60s if still empty.

* Remove SetOnce property.

Remove SetOnce property.

* Time conference deletion in backend.
Delete 20s after the last user left, if the conference is still empty.
Closes #7

* Global error handling in web-ui

* Handle multiple conferences in client. #46

* Debug configuration uses localhost:4200 as address.

* Basic display of conferences. TODO: Styling.

* Backend stores multiple conferences per User

* Fixed conference references

* Only take first conference info and check only if its not empty. This assures, that the inviting user has joined a conference before sending the invitation. Fixes #37, #27.

* Only list users in classroom when socket connection is established.

* Change logging levels. Move messages from debug -> trace.

* Fixed problem with exception when calling "last()" on empty Flux.

* Refactoring + Send event when conference is closed.

* Remove priority from create-ticket form.

* Use NotificationService instead of Snackbar.

* Fix typo in component name

* Create conferences via dialog to set name.
Conferences for tickets are created with ticket name.
Fixed ClassroomInfo propagation.

Part of #62, #46.
Step towards #16.

* Refactor classroom-component

* move sorting function

* Fixes #64

* Example env-file.

* Conference + ConferenceInfo hold attendees.

* Ktlint introduction.

* User visibility changeable.
Conference attendence per user is calculated in client to reduce network messages and enable future adjustment via BBB API. #56

* fixed invitation problem.

* tutor PW in Create XML

* Choose which conference to invite to.

* sort users #2

* remove debug log

* [web-gui][UserDisplay] fix linting error

Co-authored-by: Max Stephan <[email protected]>
@snicki13 snicki13 linked a pull request Oct 18, 2021 that will close this issue
@snicki13
Copy link
Member Author

BBB is contacted every 60 seconds on per classroom basis.

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

Successfully merging a pull request may close this issue.

1 participant