ReplaceVideoChatRtmpUrl constructor
const
ReplaceVideoChatRtmpUrl({
- required int chatId,
Replaces the current RTMP URL for streaming to the chat; requires creator privileges
Implementation
const ReplaceVideoChatRtmpUrl({
required this.chatId,
});