• Lower the user's hand.

    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.

      • Optional userId?: number

        The participant's user ID. if no userId, will lower the current user's hand.

    Returns void

    Rate Limit

    1s