GroupCallParticipantVideoInfo constructor

GroupCallParticipantVideoInfo(
  1. {required List<GroupCallVideoSourceGroup> source_groups,
  2. required String endpoint_id,
  3. required bool is_paused,
  4. int? extra,
  5. int? clientId}
)

Contains information about a group call participant's video channel

Implementation

GroupCallParticipantVideoInfo