hasVideo property

bool hasVideo

true if this Participant has more than 1 VideoTrack.

Implementation

bool get hasVideo => videoTracks.isNotEmpty;