Skip to content

AudioSession Error #116

@desmeit

Description

@desmeit

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions