View Source ExTDLib.Object.GroupCallStream (ExTDLib v0.0.4)

Describes an available stream in a group call.

NameTypeDescription
channel_idnumberIdentifier of an audio/video channel.
scalenumberScale of segment durations in the stream. The duration is 1000/(2**scale) milliseconds.
time_offsetstringPoint in time when the stream currently ends; Unix timestamp in milliseconds.

More details on telegram's documentation.