Hello,

just FYI, I solved this issue using these permissions;

android.permission.RECORD_AUDIO
android.permission.MODIFY_AUDIO_SETTINGS

and AudioManager.html.setMicrophoneMute(false)

It seems to be a plattform-wide flag though, but I have not yet figured out if its possible to unmute manualy.

You might want to consider this for your documentation.

Regards,
Julian

On 7/16/2015 12:26 PM, Julian Dropmann wrote:
Hello,

I am troubleshooting a problem with WebRTC with our Crosswalk based Android App (using the embedding API).
I am using this website as a test environment: https://opentokrtc.com/

Sending and receiving video works as expected, but any clients using Crosswalk, are not able to send audio. With the latest Chrome from the Play Store however, the device is capable of sending audio.

Devices tested:
Nexus 10 - Android 5.1.1 - Crosswalk webview (ARM) 14.43.343.17
Nexus 7 - Android 5.1 - Crosswalk webview (ARM) 14.43.343.17

Are there any settings/permissions needed, or listeners to implement (for example to show a confirmation request like Chrome)?

Thanks for your help,
Julian

_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to