GetVideoChatRtmpUrl constructor

const GetVideoChatRtmpUrl({
  1. required int chatId,
})

Returns RTMP URL for streaming to the chat; requires creator privileges

Implementation

const GetVideoChatRtmpUrl({
  required this.chatId,
});