GetGroupCallStreamSegment constructor

GetGroupCallStreamSegment({
  1. String? extra,
  2. int? client_id,
  3. int32? group_call_id,
  4. int53? time_offset,
  5. int32? scale,
  6. int32? channel_id,
  7. GroupCallVideoQuality? video_quality,
})

Implementation

GetGroupCallStreamSegment({
  super.extra,
  super.client_id,
  this.group_call_id,
  this.time_offset,
  this.scale,
  this.channel_id,
  this.video_quality,
});