ChatEventVideoChatCreated constructor

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

A video chat was created

Implementation

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