menu
livekit_client
livekit_client
Participant
<
T extends TrackPublication<
Track
>
>
hasVideo property
hasVideo
brightness_4
brightness_5
description
hasVideo
property
bool
hasVideo
true if this
Participant
has more than 1
VideoTrack
.
Implementation
bool get hasVideo => videoTracks.isNotEmpty;
livekit_client
livekit_client
Participant
<
T extends TrackPublication<
Track
>
>
hasVideo property
Participant class