dart-sip-ua icon indicating copy to clipboard operation
dart-sip-ua copied to clipboard

Android Microphone indicator shows green while i muted my mic

Open smaznet opened this issue 2 years ago • 2 comments

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 image

[✓] Flutter (Channel stable, 3.0.0, on Manjaro Linux 5.15.53-1-MANJARO, locale en_US.UTF-8)

DEVICE Android 12 API 32

smaznet avatar Aug 10 '22 13:08 smaznet

fixed issue by using Helper.setMicrophoneMute(true,_audioTrack);

on flutter_webrtc package

smaznet avatar Aug 15 '22 06:08 smaznet

but this method should be added to package

smaznet avatar Aug 15 '22 06:08 smaznet