GetGroupCallStreamSegment constructor

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

Returns a file with a segment of a group call stream in a modified OGG format for audio or MPEG-4 format for video

Implementation

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