ChatEventVideoChatEnded constructor

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

ChatEventVideoChatEnded (chatEventVideoChatEnded) - child of ChatEventAction

A video chat was ended.

  • groupCallId: Identifier of the video chat. The video chat can be received through the method getGroupCall.

Implementation

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