-
Notifications
You must be signed in to change notification settings - Fork 290
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
chore: cherry-pick MLS 1:1 conversation over SFT to dev [WPB-10120] #18066
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #18066 +/- ##
==========================================
- Coverage 51.11% 51.06% -0.06%
==========================================
Files 794 794
Lines 25529 25561 +32
Branches 5835 5842 +7
==========================================
+ Hits 13050 13052 +2
- Misses 12103 12134 +31
+ Partials 376 375 -1 |
private readonly leave1on1MLSConference = async (conversationId: QualifiedId) => { | ||
await this.subconversationService.leaveConferenceSubconversation(conversationId); | ||
|
||
const conversationIdStr = this.serializeQualifiedId(conversationId); | ||
this.wCall?.end(this.wUser, conversationIdStr); | ||
callingSubscriptions.removeCall(conversationId); | ||
}; |
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.
There is missing countly part ;)
Quality Gate passedIssues Measures |
* runfix: use mls conference subconversation for 1:1 calls * chore: feature flag todo * runfix: add env feature flag * runfix: remove feature flag * runfix: conference calls for proteus 1:1 if flag is enabled * docs: add fixme comment * chore: set flag to false for the tests to pass * runfix: use feature flag from backend * refactor: apply cr suggestions * runfix: temporarily hardcode sft for 1:1 flag
* fix: handle leaving a 1:1 call over SFT [WPB-7151] * bump core to the new hotfix version * compare participant with self participant id istead of relying on position in the array
Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik96@gmail.com>
999b487
to
9031282
Compare
Quality Gate passedIssues Measures |
Description
This cherry picks the latest changes to MLS 1:1 conversation that couldn't be merged back to dev until now (waiting for a backend config on the release/q1-2024 environments):
Checklist