Open jackeychina opened 2 years ago
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.
callState.stream?.getAudioTracks()?.first?.enableSpeakerphone(false) is not working for iOS physical device.
Any solution for iOS ?