-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Need a way to stop webchat. #2835
Copy link
Copy link
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.supportInternal request for assistance from the Support TeamInternal request for assistance from the Support Team
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.supportInternal request for assistance from the Support TeamInternal request for assistance from the Support Team
Feature Request
Is your feature request related to a problem? Please describe.
webchat.renderwebchatis being called multiple times. The result is that when the bot talks back,we can hear multiple voices. This is because there are multiple instances running at the same time.Describe the suggestion or request in detail
Need a
webchat.disconnect()which de-allocates all resources held and stops the speech recognition/synthesis.Additional context
Using webchat.js 4.7.0
Using it in angular