JoinVideoChat constructor

JoinVideoChat({
  1. required int groupCallId,
  2. MessageSender? participantId,
  3. GroupCallJoinParameters? joinParameters,
  4. required String inviteHash,
})

Implementation

JoinVideoChat({
  required this.groupCallId,
  this.participantId,
  this.joinParameters,
  required this.inviteHash,
});