dart-sip-ua
dart-sip-ua copied to clipboard
Android Microphone indicator shows green while i muted my mic
Describe the bug
im using sip_ua package for calls and i used _call.mute(true, false);
method to mute audio when user tap mic icon
but while its muted green indicator is not gone
[✓] Flutter (Channel stable, 3.0.0, on Manjaro Linux 5.15.53-1-MANJARO, locale en_US.UTF-8)
DEVICE Android 12 API 32
fixed issue by using Helper.setMicrophoneMute(true,_audioTrack);
on flutter_webrtc package
but this method should be added to package