• Ejects a participant from the meeting. Host or co-host only.

    Parameters

    • args: {
          error?: Function;
          success?: Function;
          userId: number;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • Optional success?: Function

        Callback function on success.

      • userId: number

        The participant's user ID.

    Returns void

    Rate Limit

    5s