isLocalMuted property
bool
get
isLocalMuted
Implementation
bool get isLocalMuted => _attendees.attendees[_attendees.localId]?.muteStatus == true;
bool get isLocalMuted => _attendees.attendees[_attendees.localId]?.muteStatus == true;