microsoft / BotBuilder-RealTimeMediaCalling

BotBuilder-RealTimeMediaCalling extends the BotBuilder to enable bots to engage in Skype audio-video calling. It provides real-time, programmable access to the voice, video, and screen sharing streams of a Skype call. The bot is a direct participant in a Skype 1:1 call.
MIT License
76 stars 36 forks source link

How to receive Text Messages during group conversation #15

Closed PavelGladko closed 7 years ago

PavelGladko commented 7 years ago

Could you please clarify how it is possible to receive group chat messages? Thanks.

MalarGit commented 7 years ago

the bot should be mentioned in the text message for it to receive the messages. for example: @ hi

PavelGladko commented 7 years ago

thank you