BotFramework-Emulator
BotFramework-Emulator copied to clipboard
activity.channelId values shows 'webchat' instead of 'emulator' in JSON Inspector for outgoing messages
Version
4.13.0
Describe the bug
The activity.channelId
for outgoing user-to-bot messages list a value of 'webchat' instead of 'emulator'.
To Reproduce
Steps to reproduce the behavior:
- Start a conversation with a bot
- Click on
POST
in the Inspector pane on outgoing user-to-bot messages - Observe the
channelId
property value shows 'webchat'
Expected behavior
As all activities are routed thru Emulator, I would expect the channelId
to always have a value of 'emulator'.
Screenshots
[bug]