Closed bmarty closed 1 month ago
:iphone: Scan the QR code below to install the build (arm64 only) for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/hRxHWS
Attention: Patch coverage is 22.22222%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 82.81%. Comparing base (
a4966ef
) to head (5d09d9c
). Report is 21 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
...droid/features/call/impl/ui/ElementCallActivity.kt | 0.00% | 8 Missing :warning: |
...atures/call/impl/services/CallForegroundService.kt | 0.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
cc @toger5 since he was especially interested in this. He might also be a good early tester 😛 .
I tested the latest nightly. It failed on the very first call but then worked with no issues, even if I revoked the picture in picture permissions.
Content
Request audio focus only when the call is actually started and start the foreground service as soon as the call is started. Second commit change the service permission. We do not really need the permission
MANAGE_OWN_CALLS
but are rather interested byFOREGROUND_SERVICE_MICROPHONE
.Motivation and context
Close #3679
Screenshots / GIFs
Tests
the call should stay active, with a working microphone
Tested devices
Checklist