onMuted method
Handle mute state changes (iOS/CallKit only)
Implementation
void onMuted(bool mute) {
_isMicMuted = mute;
notifyListeners();
}
Handle mute state changes (iOS/CallKit only)
void onMuted(bool mute) {
_isMicMuted = mute;
notifyListeners();
}