Search code examples
webwebrtchtml5-audioapprtcdemoopenwebrtc

How to play Web Audio in earpiece


I am implementing a WebRTC project for mobile devices using Cordova, in that I want the play the audio in earpiece of mobile device instead of speaker.

Is there any API/ way to play audio in earpiece,

I'm using cordova-plugin-iosrtc for iOS app and cross-walk for android.

Thanks, Shinto


Solution

  • You can try with:

    cordova.plugins.iosrtc.selectAudioOutput('earpiece');
    

    Here you can find iosrtc documentation