-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
[IMPROVE] Close Call contextual bar after starting jitsi call. #21004
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@tassoevan @dougfabris Please have a look. Thanks. :) |
tiagoevanp
approved these changes
Mar 4, 2021
Merged
sampaiodiego
pushed a commit
that referenced
this pull request
Mar 5, 2021
Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
sampaiodiego
pushed a commit
that referenced
this pull request
Mar 8, 2021
Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
sampaiodiego
pushed a commit
that referenced
this pull request
Mar 8, 2021
Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
vanhoang1107
pushed a commit
to vanhoang1107/Rocket.Chat
that referenced
this pull request
Mar 9, 2021
* rocketchat/master: Bump version to 3.12.1 [FIX] Missing spaces on attachment (RocketChat#21020) [IMPROVE] Close Call contextual bar after starting Jitsi call (RocketChat#21004) [FIX] Stopping Jitsi reload (RocketChat#20973)
gabriellsh
added a commit
that referenced
this pull request
Mar 29, 2021
…s/remove_user * 'develop' of github.com:RocketChat/Rocket.Chat: Regression: When only 'teams' type is provided, show only rooms with teamMain on rooms.adminRooms endpoint (#21322) [FIX] 'Chats in Progress' Section is not rendering when the routing algorithm is not Manual Selection (#21324) Bump version to 3.12.2 Bump version to 3.12.1 [FIX] Missing spaces on attachment (#21020) [IMPROVE] Close Call contextual bar after starting Jitsi call (#21004) [FIX] Stopping Jitsi reload (#20973)
2 tasks
Hello please I wonder if we can add jitsi chat conversations in new rocket.chat channels automatically It's possible ? |
@TAGHDOUTI Currently, we don't have this kind of integration with the Jitsi Room's Chat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes (including videos or screenshots)
After jitsi call is started, if the call is started in a new window then we should close contextual tab bar.
So, when 'YES' is pressed on modal, we call handleClose function if openNewWindow is true, as call doesn't starts on tab bar, it starts on new window.
Issue(s)
fixes #21003
Steps to test or reproduce
Further comments