We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Creating a WebRTC stream using the media stream plugin lets my app use Android's media volume
App uses Android's telephone volume on some Android versions, ringer volume on others
Playing a WebRTC audio stream back out the phone's speakers
<audio autoplay></audio> ... const stream = await navigator.mediaDevices.getUserMedia({audio: true, video: false}) myHtml5AudioElement.srcObject = stream;
Android 7.1-8.1, at least
Android emulator, OnePlus 5, Alcatel A574BL
$ phonegap cordova --version 8.0.0 $ phonegap cordova platform version android Installed platforms: android 7.0.0 browser 5.0.3 Available platforms: ios ~4.5.4 osx ~4.0.1 windows ~5.0.0 www ^3.12.0
$ phonegap cordova plugin version | grep phonegap-plugin-media-stream phonegap-plugin-media-stream 1.2.1 "MediaStream"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
Creating a WebRTC stream using the media stream plugin lets my app use Android's media volume
Actual Behaviour
App uses Android's telephone volume on some Android versions, ringer volume on others
Reproduce Scenario (including but not limited to)
Playing a WebRTC audio stream back out the phone's speakers
Steps to Reproduce
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
Android 7.1-8.1, at least
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
Android emulator, OnePlus 5, Alcatel A574BL
Cordova CLI version and cordova platform version
Plugin version
The text was updated successfully, but these errors were encountered: