-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Cordova 4.5.5, Xcode 9.4.1
I call this
recognition = new SpeechRecognition();
and get the following error:
It appears that you initialized the AudioSession for the application before the SDK had a chance to. This means that you're now responsible for telling the SDK when an interruption occurs. You do this by calling [[iSpeechSDK sharedSDK] beginInterruption] and [[iSpeechSDK sharedSDK] endInterruption]. If you don't call these methods in your interruption handler, the SDK WILL break.
Metadata
Metadata
Assignees
Labels
No labels