Raw.phone.GetGroupCallStreamRtmpUrl

Raw.phone.GetGroupCallStreamRtmpUrl

Get rtmp url and stream key for rtmp livestreams. can be used even before creating the actual rtmp livestream with phone.creategroupcall (the rtmpStream flag must be set).

phone.getGroupCallStreamRtmpUrl#deb3abbf peer:InputPeer revoke:Bool = phone.GroupCallStreamRtmpUrl;
export namespace Raw {
  export namespace phone {
    export class GetGroupCallStreamRtmpUrl {
      constructor(params: { peer: Raw.TypeInputPeer; revoke: boolean }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xdeb3abbf

Property

  • peer : Raw.TypeInputPeer

    Peer to livestream into

  • revoke : boolean

    Whether to revoke the previous stream key or simply return the existing one

Results

Raw.phone.TypeGroupCallStreamRtmpUrl