• 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;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • lockMeeting: boolean

        True to lock the meeting or false to unlock it.

      • Optional success?: Function

        Callback function on success.

    Returns void

    Rate Limit

    5s