isMuted property
true if Participant is publishing an AudioTrack and is muted.
Implementation
bool get isMuted => audioTracks.firstOrNull?.muted ?? true;
true if Participant is publishing an AudioTrack and is muted.
bool get isMuted => audioTracks.firstOrNull?.muted ?? true;