client-sdk-flutter icon indicating copy to clipboard operation
client-sdk-flutter copied to clipboard

Microphone getting off in IOS Devices

Open sumitanaiya opened this issue 2 years ago • 3 comments

Hello, Currently, I am working on video calling project in a flutter. I have used livekit for video calling. but I am facing one issue between android and IOS video calling if android and IOS users do the first call audio will be fine but if they do the second call android device user cant get IOS user’s audio.

recently i noticed that when audio is not coming through in android on IOS devices MICMODE is getting Turned off means microphone is getting turned off .and when audio is coming in IOS devices MICMODE is getting on. like below images micOff micOn .

sumitanaiya avatar Mar 09 '23 13:03 sumitanaiya

@sumitanaiya which version of the flutter SDK are you using?

davidzhao avatar Mar 21 '23 04:03 davidzhao

flutter SDK : Channel stable, 3.7.6. livekit_client: ^1.2.1 IMG_20230321_104159

sumitanaiya avatar Mar 21 '23 05:03 sumitanaiya

+1 If one of the phones calls room.localParticipant?.setMicrophoneEnabled(true); // ...... room.localParticipant?.setMicrophoneEnabled(false);

The other phone calls room.localParticipant?.setMicrophoneEnabled(true); Unable to turn on microphone

tanlongsheng avatar Apr 13 '23 11:04 tanlongsheng