You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
desmeit
changed the title
Apple Mach-O Linker Error when compiling for device
AudioSession Error
Aug 24, 2018
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.
The text was updated successfully, but these errors were encountered: