Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello!I want to send welcome message after direct with bot was opened.I've been using webex-node-bot-framework for websocket.I've tried spawn action, but I didn't get a welcome message.As I understand, room isn't created after a direct was opened.Wou...
Room is created if I send message, it' works fine. But I would like to have a welcome message from bot when the dialog was opened and without message from user.
Oh. Is there another way to understand that direct was opened?It would be perfect if bot was introducing itself without any action from user. Regarding "leaving 1:1 space" - yeah I know about that.
I checked at cosole https://webexsamples.github.io/browser-sdk-samples/browser-socket/And I've got room created event only after clicked to "content" Tab and selected "virtual desk". (I've also got 2 membership created events)If only I open direct wi...