microsoft / botbuilder-js

Welcome to the Bot Framework SDK for JavaScript repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using JavaScript.
https://github.com/Microsoft/botframework
MIT License
683 stars 279 forks source link

[PORT] [Webex adapter] Add support for room messages #1583

Closed tomlm closed 4 years ago

tomlm commented 4 years ago

Port this change from botbuilder-dotnet/master branch: https://github.com/microsoft/botbuilder-dotnet/pull/3127

Description

Add support for messages sent from a room and reply to them in the room instead of in a private conversation.

Details

Testing

WebexRoomMessage

Stevenic commented 4 years ago

Does the JS adapter need this change?

benbrown commented 4 years ago

No change is necessary in the JS adapter.