BotFramework-Emulator icon indicating copy to clipboard operation
BotFramework-Emulator copied to clipboard

activity.channelId values shows 'webchat' instead of 'emulator' in JSON Inspector for outgoing messages

Open stevkan opened this issue 3 years ago • 0 comments

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:

  1. Start a conversation with a bot
  2. Click on POST in the Inspector pane on outgoing user-to-bot messages
  3. 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

image

image

[bug]

stevkan avatar Jun 30 '21 23:06 stevkan