Raw.GroupCallStreamChannel

Raw.GroupCallStreamChannel

Info about an rtmp stream in a group call or livestream

groupCallStreamChannel#80eb48af channel:int scale:int last_timestamp_ms:long = GroupCallStreamChannel;
export namespace Raw {
  export class GroupCallStreamChannel {
    constructor(params: { channel: number; scale: number; lastTimestampMs: bigint }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x80eb48af

Property

  • channel : number

    Channel id

  • scale : number

    Specifies the duration of the video segment to fetch in milliseconds, by bitshifting 1000 to the right scale times: durationMs := 1000 >> scale.

  • lastTimestampMs : bigint

    Last seen timestamp to easily start fetching livestream chunks using inputgroupcallstream