Variable performInvitationConst
performInvitation: (
{ host, guest, guestDeviceProfile, options, hooks, codeInputDelay, }: PerformInvitationProps,
) => [Promise<Result>, Promise<Result>]
Type declaration
- (
{ host, guest, guestDeviceProfile, options, hooks, codeInputDelay, }: PerformInvitationProps,
): [Promise<Result>, Promise<Result>] Parameters
- { host, guest, guestDeviceProfile, options, hooks, codeInputDelay, }: PerformInvitationProps
Returns [Promise<Result>, Promise<Result>]