ChatEventVideoChatCreated constructor
const
ChatEventVideoChatCreated({
- required int groupCallId,
A video chat was created
Implementation
const ChatEventVideoChatCreated({
required this.groupCallId,
});