GetVideoChatInviteLink constructor

GetVideoChatInviteLink({
  1. required int groupCallId,
  2. required bool canSelfUnmute,
})

Implementation

GetVideoChatInviteLink({
  required this.groupCallId,
  required this.canSelfUnmute,
});