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
We've got the audio coming out of the media output device successfully, but it appears we're still registering some type of phone volume because by default adjusting the android audio changes the phone volume instead of media.
I suspect the real issue is that somewhere deep in the Flutter WebRTC library we're still treating this like a call. Honestly since we don't even need half the features the library provides we may want to consider slimming it down a bit.
I tried some crazy combinations of code, based on Googling. The recommended solution was something like:
We've got the audio coming out of the media output device successfully, but it appears we're still registering some type of phone volume because by default adjusting the android audio changes the phone volume instead of media.
The text was updated successfully, but these errors were encountered: