copyWith method
Implementation
GetVideoChatInviteLink copyWith({int? groupCallId, bool? canSelfUnmute}) =>
GetVideoChatInviteLink(
groupCallId: groupCallId ?? this.groupCallId,
canSelfUnmute: canSelfUnmute ?? this.canSelfUnmute,
);