Speech SDK for JavaScript 1.8.1 contains the following changes:
- [Stability] Address exception coming from deref attempt of null streams. (#104 )
- [Minor rename] Update to the latest dialog type, CustomCommands. (#107 )
- Adds support for the “Conversation_From_Id” property, previously this was not being passed with the AgentConfig and was thus ignored. Add support for requesting detailed response info, you can now specify with SpeechServiceResponse_OutputFormatOption. Resolves the issue where a new reco turn starting before the previous one had finished would cause the audio turn manager state to become corrupt. Also added a flag to ensure we don’t start a new reco turn before the previous finishes. (#110 )