GroupCallParticipantVideoInfo constructor

GroupCallParticipantVideoInfo({
  1. String? extra,
  2. int? client_id,
  3. vector<GroupCallVideoSourceGroup>? source_groups,
  4. string? endpoint_id,
  5. Bool? is_paused,
})

Implementation

GroupCallParticipantVideoInfo({
  super.extra,
  super.client_id,
  this.source_groups,
  this.endpoint_id,
  this.is_paused,
});