Screenshot
When using Cognitive Services SDK 1.10.0 with Web Chat NPM, we are seeing:




Version
master of now.
Describe the bug
When pairing Cognitive Services SDK 1.10.0 with Direct Line Speech SDK, it failed on this line:
class ConversationImpl extends Conversation {
...
}
The problem is Conversation is undefined, causing an error "super expression must either be null or a function".
Translate to human:
const Conversation = undefined; // or 123, 'abc', true, {}, []
class ConversationImpl extends Conversation {
...
}
Seems related to microsoft/cognitive-services-speech-sdk-js#155.
Steps to reproduce
npm install botframework-directlinespeech on a NPM project
- Verify
node_modules/microsoft-cognitiveservices-speech-sdk to be 1.9.1
Expected behavior
Direct Line Speech SDK should work with npm install. Instead, it bring down 1.10.0 which is not compatible with Direct Line Speech SDK.
Additional context
[Bug]
Screenshot
When using Cognitive Services SDK 1.10.0 with Web Chat NPM, we are seeing:
Version
masterof now.Describe the bug
When pairing Cognitive Services SDK 1.10.0 with Direct Line Speech SDK, it failed on this line:
The problem is
Conversationisundefined, causing an error "super expression must either be null or a function".Translate to human:
Seems related to microsoft/cognitive-services-speech-sdk-js#155.
Steps to reproduce
npm install botframework-directlinespeechon a NPM projectnode_modules/microsoft-cognitiveservices-speech-sdkto be1.9.1Expected behavior
Direct Line Speech SDK should work with
npm install. Instead, it bring down1.10.0which is not compatible with Direct Line Speech SDK.Additional context
[Bug]