VideoChat constructor
VideoChat({
- required int groupCallId,
- required bool hasParticipants,
- MessageSender? defaultParticipantId,
Implementation
VideoChat({
required this.groupCallId,
required this.hasParticipants,
this.defaultParticipantId,
});