• Invites a participant to join by phone.

    Parameters

    • args: {
          error?: Function;
          options?: InvitePhoneOption;
          phoneNumber: string;
          success?: Function;
          userName: string;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • Optional options?: InvitePhoneOption

        InvitePhoneOption

      • phoneNumber: string

        The phone number. Example: +15553456789

      • Optional success?: Function

        Callback function on success.

      • userName: string

        Required. The name of the user starting or joining the meeting or webinar.

    Returns void

    Rate Limit

    10s