You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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 anotherAudioManager.
)The more proper solution would be to make the web-view output to the in-call "audio channel/sink"
The text was updated successfully, but these errors were encountered: