View Source ExTDLib.Object.GroupCallStream (ExTDLib v0.0.4)
Describes an available stream in a group call.
| Name | Type | Description |
|---|---|---|
| channel_id | number | Identifier of an audio/video channel. |
| scale | number | Scale of segment durations in the stream. The duration is 1000/(2**scale) milliseconds. |
| time_offset | string | Point in time when the stream currently ends; Unix timestamp in milliseconds. |
More details on telegram's documentation.