JoinVideoChat constructor
JoinVideoChat({
- required int groupCallId,
- MessageSender? participantId,
- GroupCallJoinParameters? joinParameters,
- required String inviteHash,
Implementation
JoinVideoChat({
required this.groupCallId,
this.participantId,
this.joinParameters,
required this.inviteHash,
});