-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: terminate the SFT 1:1 call once the other person hangup the call - WPB-7152 #1772
feat: terminate the SFT 1:1 call once the other person hangup the call - WPB-7152 #1772
Conversation
Test Results5 313 tests 5 313 ✅ 18m 15s ⏱️ Results for commit bf2fa0e. ♻️ This comment has been updated with latest results. |
Datadog ReportBranch report: ✅ 0 Failed, 5313 Passed, 0 Skipped, 57.26s Total Time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waiting to see the answers to the comments
…atureRepositoryTests.swift Co-authored-by: David-Henner <david.henner@wire.com>
…e-1-1-calls-WPB-7152
Co-authored-by: John Nguyen <28632506+johnxnguyen@users.noreply.github.com>
…l - WPB-7152 (#1772) Co-authored-by: David-Henner <david.henner@wire.com> Co-authored-by: John Nguyen <28632506+johnxnguyen@users.noreply.github.com>
Issue
A follow up PR of #1742
When two participants are in a 1:1 call on SFT, if someone ends the call, the call will stay ongoing for the other person until timeout.
This is because we don't rely on the SFT list, but we have a subconversation that we use for calling.
To resolve that, we agreed on a short term approch which aims to :
Testing
Setup conferenceCalling feature flag, so useSFTForOneToOneCalls is true.
Make a 1:1 call between users from different backends.
Checklist
[WPB-XXX]
.UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: