-
Notifications
You must be signed in to change notification settings - Fork 101
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
Allow voice message playback in the background #3236
Conversation
stefanceriu
commented
Sep 6, 2024
•
edited
Loading
edited
- inform other audio sessions on deactivation
- let CallKit handle the audioSession for ElementCall
- add support for showing media playback controls on the lock screen (mostly copied from my original Riot implementation here
- inform other audio sessions on deactivation - let CallKit handle the audioSession for ElementCall
Generated by 🚫 Danger Swift against d245956 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3236 +/- ##
===========================================
- Coverage 45.11% 45.08% -0.04%
===========================================
Files 722 722
Lines 53901 53963 +62
===========================================
+ Hits 24320 24330 +10
- Misses 29581 29633 +52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/EiTpnk |
a8a96d1
to
418ae36
Compare
418ae36
to
d245956
Compare
Quality Gate passedIssues Measures |
|
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.
Nice!