javascript
2 TopicsAdaptive Card to send message to the end user by command / Bot Framework SDK - JavaScript - node.js
For MS Teams chatbot, by adaptive cards, I want the bot to send text message to the client when the client chooses the respective command. What İs want is opposite of Action.Submit - I want user to receive message when the button is clicked. I try to optimize Action.OpenUrl and Action.Submit but results weren't satisfying.830Views0likes3CommentsHow to get guid of the ongoing meeting
Hi, I'm developing a Microsoft Teams Application which is available in side panel of the meetings. It is a web page that displays some information based on the user who is logged in. To be able to fetch relevant info, I need to send the meeting ID as parameter in my requests to the server. I am fetching Meeting ID and Participant ID from the Teams SDK on frontend. However, this Meeting ID appears to be a hash rather than a GUID for the meeting. How can I identify on the server which meeting the request came from? ThanksSolved1.9KViews1like5Comments