Zoom Meeting SDK for Web
    Preparing search index...

    Function postponeHelping

    • Postpone the request for help.

      • Only the host can call this method.

      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

          User ID of the user who requested help.

      Returns void