KeenASR React Native Plugin (v2.2)
    Preparing search index...

    Function onAudioInterruptStarted

    • Subscribe to audio interrupt start events.

      Emitted when the audio session is interrupted (e.g., incoming phone call, Siri activation). The recognizer stops listening automatically. Your app should update its UI accordingly.

      Parameters

      • callback: () => void

        Called when an audio interrupt starts.

      Returns () => void

      A function that removes the listener when called.