OnMembersAddedAsync method is not getting triggered when someone is added to a chat in the Web Chat channel #2601
Labels
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
customer-replied-to
Required for internal reporting. Do not delete.
customer-reported
Required for internal Azure reporting. Do not delete.
question
Further information is requested. Stack Overflow candidate
Screenshots
Version
4.6.2
Describe the bug
I followed the MS Tutorial: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/tutorial-voice-enable-your-bot-speech-sdk and what I have seen is that while in the Web Chat Test & Bot Framework Emulator everything works as expected, once published to Azure, the OnMembersAddedAsync method is not triggered when someone is added to a chat in the Web Chat channel
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You expect that once you reach the Bot App, the first method triggered of your project is OnMembersAddedAsync (where I put the welcome message btw).
Additional context
[Bug]
The text was updated successfully, but these errors were encountered: