-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.customer-replied-toRequired for internal reporting. Do not delete.Required for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.Required for internal Azure reporting. Do not delete.questionFurther information is requested. Stack Overflow candidateFurther information is requested. Stack Overflow candidate
Description
Screenshots
Version
CDN 4.7
Describe the bug
There are multple calls being made to directline/conversation
Steps to reproduce
`
window.WebChat.renderWebChat(
{
userID: sessionStorage.getItem('email'),
username: sessionStorage.getItem('username'),
locale: 'en-GB',
directLine: directLine,
styleOptions,
groupTimestamp,
selectVoice: () => ({ voiceURI: 'Custom Voice' }),
webSpeechPonyfillFactory: options => {
var { SpeechGrammarList, SpeechRecognition } = speechToTextPonyfillFactory(options);
var { speechSynthesis, SpeechSynthesisUtterance } = textToSpeechPonyfillFactory(options);
return {
SpeechGrammarList,
SpeechRecognition,
speechSynthesis,
SpeechSynthesisUtterance
};
}
},
this.botWindowElement.nativeElement
);
`
Expected behavior
Ideally one call should be made
Additional context
We are using an angular app .
[Bug]
Metadata
Metadata
Assignees
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.customer-replied-toRequired for internal reporting. Do not delete.Required for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.Required for internal Azure reporting. Do not delete.questionFurther information is requested. Stack Overflow candidateFurther information is requested. Stack Overflow candidate