GetGroupCallStreamSegment constructor
const
GetGroupCallStreamSegment({
- required int groupCallId,
- required int timeOffset,
- required int scale,
- required int channelId,
- 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,
});