Ranjith Jith
Ranjith Jith

Reputation: 39

Flutter WebRTC Audio Issue in iOS

Flutter WebRTC video call voice is not hearing in iPhone speaker Getting UnimplementedError when I use _localStream.getAudioTracks()[0].enableSpeakerphone(true);

I have using flutter_webrtc: ^0.9.24 package for video call. it's working fine in android devices. But some iOS devices not hearing sound, some iOS devices sound getting ear speaker only. I need to show sound on loud speaker.

Getting UnimplementedError when I use _localStream.getAudioTracks()[0].enableSpeakerphone(true);

Upvotes: 2

Views: 963

Answers (2)

AliSubhan
AliSubhan

Reputation: 61

upgrade flutter_webrtc in new version flutter_webrtc: ^<new version>

Upvotes: 0

Quang Duong
Quang Duong

Reputation: 451

You can downgrade flutter_webrtc to version flutter_webrtc: 0.9.22 to fix on/off loud speaker in IOS.

Upvotes: 0

Related Questions