Zoom Meeting SDK for Web
    Preparing search index...

    Function lockMeeting

    • Locks or unlocks the meeting. Host or co-host only. If the meeting is locked, others can't join the meeting unless it is unlocked.

      Parameters

      • args: { error?: Function; lockMeeting: boolean; success?: Function }
        • Optionalerror?: Function

          Callback function in the event of an error.

        • lockMeeting: boolean

          True to lock the meeting or false to unlock it.

        • Optionalsuccess?: Function

          Callback function on success.

      Returns void

      5s