Identifies a media chunk of an RTMP-mode video chat, livestream or live story, see playing an RTMP livestream ».
inputGroupCallStream#598a92a flags:# call:InputGroupCall time_ms:long scale:int video_channel:flags.0?int video_quality:flags.0?int = InputFileLocation;
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| call | InputGroupCall | RTMP-mode group call |
| time_ms | long | Timestamp of the chunk to fetch, in milliseconds |
| scale | int | Specifies the duration of the media segment to fetch in milliseconds, by bitshifting 1000 to the right scale times: duration_ms := 1000 >> scale |
| video_channel | flags.0?int | groupCallStreamChannel.channel value of the video channel to fetch; unified video uses channel 1. Omit together with video_quality to fetch audio |
| video_quality | flags.0?int | Selected video quality (0 = lowest, 1 = medium, 2 = best) |
Describes an available RTMP stream channel and its current playback timestamp, see playing an RTMP livestream ».
How to start, join and manage group calls and video chats.