-
Notifications
You must be signed in to change notification settings - Fork 434
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
| _muteMic() {} |
I found this Works
Future<void> _muteMic() async {
if (mediaStream != null) {
mediaStream.getAudioTracks()[0]?.enabled = false;
mediaStream.getAudioTracks()[0]?.setMicrophoneMute(true);
} else {
mediaStream.getAudioTracks()[0]?.enabled = true;
mediaStream.getAudioTracks()[0]?.setMicrophoneMute(true);
}
}
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on