ReplaceVideoChatRtmpUrl constructor

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

Replaces the current RTMP URL for streaming to the chat; requires creator privileges

Implementation

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