Skip to content

GroupCallStream

Type · TDLib 1.8.67 · d1085f9c

Describes an available stream in a video chat or a live story

GroupCallStream(
  channel_id: int32,
  scale: int32,
  time_offset: int53
) → GroupCallStream

channel_id

int32

Identifier of an audio/video channel

scale

int32

Scale of segment durations in the stream. The duration is 1000/(2**scale) milliseconds

time_offset

int53

Point in time when the stream currently ends; Unix timestamp in milliseconds