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

    Parameters

    • args: {
          error?: Function;
          hold: boolean;
          success?: Function;
          userId: number;
      }
      • Optional error?: 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.

      • Optional success?: Function

        Callback function on success.

      • userId: number

        The participant's user ID.

    Returns void

    Rate Limit

    0.1s