isMuted property

bool isMuted

true if Participant is publishing an AudioTrack and is muted.

Implementation

bool get isMuted => audioTracks.firstOrNull?.muted ?? true;