View Source ExTDLib.Method.GetGroupCallStreamSegment (ExTDLib v0.0.4)
Returns a file with a segment of a group call stream in a modified OGG format for audio or MPEG-4 format for video. Returns object_ptr<FilePart>.
| Name | Type | Description |
|---|---|---|
| group_call_id | number | Group call identifier. |
| time_offset | string | Point in time when the stream segment begins; Unix timestamp in milliseconds. |
| scale | number | Segment duration scale; 0-1. Segment's duration is 1000/(2**scale) milliseconds. |
| channel_id | number | Identifier of an audio/video channel to get as received from tgcalls. |
| video_quality | GroupCallVideoQuality | Video quality as received from tgcalls; pass null to get the worst available quality. |
More details on telegram's documentation.