setNativeInCallAudioMode(inCallAudioMode)
Sets the native in-call audio mode. Controls how the device routes audio when no external audio device (headset or Bluetooth) is connected:
'video'— prefers the speakerphone (suitable for video calls viewed at a distance)'voice'— prefers the earpiece (suitable for audio-only or private calls)
this for chaining.
Parameters
The audio mode to use.
'video' routes to speakerphone; 'voice' routes to the earpiece when no headset is connected.Return value
Returnsthis (the call object), enabling method chaining.