-
Notifications
You must be signed in to change notification settings - Fork 0
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
Invitations sent automatically. #37
Labels
bug
Something isn't working
Comments
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After an invitation was sent before, any new conference of the inviting user will trigger an invitation.
The text was updated successfully, but these errors were encountered: