menu
quickrtc_flutter_client package
documentation
types.dart
RemoteParticipant
hasVideo property
hasVideo property
dark_mode
light_mode
hasVideo
property
bool
get
hasVideo
Whether participant has video
Implementation
bool get hasVideo => videoStream != null;
quickrtc_flutter_client package
documentation
types
RemoteParticipant
hasVideo property
RemoteParticipant class