Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AudioSession Error #116

Open
desmeit opened this issue Aug 24, 2018 · 0 comments
Open

AudioSession Error #116

desmeit opened this issue Aug 24, 2018 · 0 comments

Comments

@desmeit
Copy link

desmeit commented 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.

@desmeit desmeit changed the title Apple Mach-O Linker Error when compiling for device AudioSession Error Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant