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