dart-sip-ua
dart-sip-ua copied to clipboard
Call is always on loudspeakers on iOS
callState.stream?.getAudioTracks()?.first?.enableSpeakerphone(false) is not working for iOS physical device.
Any solution for iOS ?
i use _localStream! .getAudioTracks() .forEach((e) => e.enableSpeakerphone(false));
Same here, and the count of my getAudioTracks is only one.