dart-sip-ua icon indicating copy to clipboard operation
dart-sip-ua copied to clipboard

Call is always on loudspeakers on iOS

Open jackeychina opened this issue 2 years ago • 2 comments

callState.stream?.getAudioTracks()?.first?.enableSpeakerphone(false) is not working for iOS physical device.

Any solution for iOS ?

jackeychina avatar Apr 11 '22 11:04 jackeychina

i use _localStream! .getAudioTracks() .forEach((e) => e.enableSpeakerphone(false));

eugenioadapta avatar Aug 30 '22 12:08 eugenioadapta

Same here, and the count of my getAudioTracks is only one.

stwonary avatar Jul 07 '23 19:07 stwonary