Zoom Meeting SDK for Web
    Preparing search index...

    Function getAuthorizedBotListByUserId

    • Gets the authorized bot user list based on the given userId. If userId is not provided, returns bots authorized by the current user.

      Parameters

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

          Callback function in the event of an error.

        • Optionalsuccess?: Function

          Callback function on success.

        • OptionaluserId?: number

          Optional. The user ID. If not provided, uses the current user's ID.

      Returns void