GetGroupCallStreamSegment constructor

GetGroupCallStreamSegment({
  1. required int groupCallId,
  2. required int timeOffset,
  3. required int scale,
  4. required int channelId,
  5. GroupCallVideoQuality? videoQuality,
})

Implementation

GetGroupCallStreamSegment({
  required this.groupCallId,
  required this.timeOffset,
  required this.scale,
  required this.channelId,
  this.videoQuality,
});