-
Notifications
You must be signed in to change notification settings - Fork 28
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: conference simulcast support (WPB-11480) #3638
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3638 +/- ##
===========================================
+ Coverage 45.94% 46.00% +0.05%
===========================================
Files 472 472
Lines 16083 16093 +10
Branches 2663 2664 +1
===========================================
+ Hits 7390 7403 +13
+ Misses 7920 7917 -3
Partials 773 773
Continue to review full report in Codecov by Sentry.
|
Built wire-android-staging-compat-pr-3638.apk is available for download |
Built wire-android-dev-debug-pr-3638.apk is available for download |
Built wire-android-staging-compat-pr-3638.apk is available for download |
Built wire-android-dev-debug-pr-3638.apk is available for download |
Quality Gate passedIssues Measures |
Built wire-android-staging-compat-pr-3638.apk is available for download |
Built wire-android-dev-debug-pr-3638.apk is available for download |
This reverts commit 7cd4bd6.
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
On AVS 10.x.x, we have finally supported for simulcast (multiple quality for participants video). This is an improvement in the overall experience, and as well in performance, because when the client is with a Tile in Full Screen, we can request only that video stream, saving bandwidth.
Solutions
SelectedParticipant
in VM to filter which needs HIGH QualityDependencies (Optional)
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
As of now, it is not possible, but when SFT version 5 is deployed on staging, it will be possible.
For development purposes, was 'hacked' using the SFT test server and local webapp.
Attachments (Optional)
https://drive.google.com/file/d/18N0W4hXT3MDfL_tsD0_rJCzgDz5s4D9D/view?usp=sharing
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.