• Postpone the request for help.

    • Only the host can call this method.

    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

        User ID of the user who requested help.

    Returns void