Zoom Meeting SDK for Web
    Preparing search index...

    Function putOnHold

    • Puts the participant in the waiting room or lets the participant join the meeting.

      Parameters

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

          Callback function in the event of an error.

        • hold: boolean

          True to hold the participant in the waiting room or false to let the participant join the meeting.

        • Optionalsuccess?: Function

          Callback function on success.

        • userId: number

          The participant's user ID.

      Returns void

      0.1s