getMuteStatus method
Implementation
bool getMuteStatus() {
try {
return getLocalAttendee().muteStatus;
} catch (e) {
debugPrint('Error getMuteStatus: $e');
return true;
}
}
bool getMuteStatus() {
try {
return getLocalAttendee().muteStatus;
} catch (e) {
debugPrint('Error getMuteStatus: $e');
return true;
}
}