javascript
5 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.930Views0likes3CommentsUnable to install MICROSOFT Teams on my MICROSOFT computer
I just spent $600 on a Microsoft Surface and all I want to do is download Microsoft Teams ... Just to clarify, I am a super admin in our organization: - It downloads perfectly on my Apple Products - My Surface is registered as an Active Device on our Admin dashboard - I did a call with Microsoft "support" to adjust security/permission setting updates and they couldn't figure out how to help with Quick Assist Please tell me why I shouldn't head right back to the store and get my money back. This is exactly why I never buy Windows computers .... Ex. If I just bought an Apple Device and couldn't download iMessage, wouldn't that seem quite ridiculous?Solved1.8KViews0likes4CommentsHow 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? ThanksSolved2KViews1like5Commentsfetch document content from Teams file
I am working on the ReactJS app where I need to fetch data from the document which is uploaded on the Microsoft Teams. So my question is. - Is this possible to fetch document content from Teams by javascript? I tried the "Pernille-Eskebo/teams-js" package and did some RnD but didn't get any fruitful solution. Note: Our App is totally client-side.1.7KViews0likes1Comment