hasAudio property

bool hasAudio

true if this Participant has more than 1 AudioTrack.

Implementation

bool get hasAudio => audioTracks.isNotEmpty;