ChatEventVideoChatEnded constructor

const ChatEventVideoChatEnded({
  1. required int groupCallId,
})

A video chat was ended

Implementation

const ChatEventVideoChatEnded({
  required this.groupCallId,
});