GetGroupCallInviteLink constructor

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

Returns invite link to a video chat in a public chat

Implementation

const GetGroupCallInviteLink({
  required this.groupCallId,
  required this.canSelfUnmute,
});