Module tdlight.api

Class TdApi.GetVideoChatRtmpUrl

Enclosing class:
TdApi

public static final class TdApi.GetVideoChatRtmpUrl extends TdApi.Function<TdApi.RtmpUrl>
Returns RTMP URL for streaming to the chat; requires creator privileges. Returns RtmpUrl
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetVideoChatRtmpUrl

      public GetVideoChatRtmpUrl()
      Returns RTMP URL for streaming to the chat; requires creator privileges. Returns RtmpUrl
    • GetVideoChatRtmpUrl

      public GetVideoChatRtmpUrl(long chatId)
      Returns RTMP URL for streaming to the chat; requires creator privileges. Returns RtmpUrl
      Parameters:
      chatId - long Chat identifier.
    • GetVideoChatRtmpUrl

      public GetVideoChatRtmpUrl(DataInput input) throws IOException
      Returns RTMP URL for streaming to the chat; requires creator privileges. Returns RtmpUrl
      Throws:
      IOException
  • Method Details