Zoom Meeting SDK for Web
    Preparing search index...

    Function inviteByPhone

    • Invites a participant to join by phone.

      Parameters

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

          Callback function in the event of an error.

        • Optionaloptions?: InvitePhoneOption

          InvitePhoneOption

        • phoneNumber: string

          The phone number. Example: +15553456789

        • Optionalsuccess?: Function

          Callback function on success.

        • userName: string

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

      Returns void

      10s