client-sdk-flutter
                                
                                
                                
                                    client-sdk-flutter copied to clipboard
                            
                            
                            
                        Microphone getting off in IOS Devices
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
.
@sumitanaiya which version of the flutter SDK are you using?
flutter SDK : Channel stable, 3.7.6.
livekit_client: ^1.2.1

+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