VideoChat constructor

const VideoChat({
  1. required int groupCallId,
  2. required bool hasParticipants,
  3. MessageSender? defaultParticipantId,
})

Describes a video chat

Implementation

const VideoChat({
  required this.groupCallId,
  required this.hasParticipants,
  this.defaultParticipantId,
});