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