Zoom Meeting SDK for Web
    Preparing search index...

    Function getBotAuthorizedUserInfoByUserId

    • Gets the authorized user info based on the bot userId.

      Parameters

      • args: { error?: Function; success?: Function; userId: number }
        • Optionalerror?: Function

          Callback function in the event of an error.

        • Optionalsuccess?: Function

          Callback function on success.

        • userId: number

          The bot user's ID.

      Returns void