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