Skip to content

Using the volume rocker during calls is not affecting the call audio volume. #4480

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

Closed
toger5 opened this issue Mar 26, 2025 · 1 comment · Fixed by #4481
Closed

Using the volume rocker during calls is not affecting the call audio volume. #4480

toger5 opened this issue Mar 26, 2025 · 1 comment · Fixed by #4481

Comments

@toger5
Copy link

toger5 commented Mar 26, 2025

fixed by: #4481

This is because element X outputs audio over the media os channel but while in a call the volume rocker (hardware buttons) will affect the in-call volume.

A simple solution would be to make the volume rocker affect the media output:
https://developer.android.com/media/platform/output
setVolumeControlStream(AudioManager.STREAM_MUSIC) (or another AudioManager.)

The more proper solution would be to make the web-view output to the in-call "audio channel/sink"

@spaetz
Copy link

spaetz commented Apr 1, 2025

Same as #4459

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants