• Stop Incoming Audio

    Parameters

    • args: {
          error?: Function;
          stop: boolean;
          success?: Function;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • stop: boolean

        Set stop = true to stop incoming audio.

      • Optional success?: Function

        Callback function on success.

    Returns void