Teams app on desktop is not showing suggested actions
The Teams app on the Windows desktop stopped showing suggested actions. They are still shown on the Teams web app: And also on the Teams mobile app: Here is the actual message: { "type": "message", "serviceUrl":…
When share text with link by Navigator.share() text color is blue in Desktop app in dark mode
When you try to share text with url by using JS Web Share API from your device then the text is shown in blue color and is not readable at all in Desktop dark mode. In light mode it looks great, in mobile devices in both modes it also looks good, the…
Rename a bot handline of an Azure Bot
I need to rename a Teams bot that is represented by a bot service in Azure. Apparently the bot handle of the bot service is used as sender when the Teams bot is sending a message to a user. When I rename the bot I would also like to rename this…
How to enable switching between multiple parallel chats with a bot in MS Teams private chats?
Hello, I am currently exploring a solution for a specific requirement in our AI chatbot, which we are developing for MS Teams. The goal is to allow end-users, who use private chats to communicate with the bot, to manage multiple parallel…
How can i get Meeting Transcript of any Meeting in my organization domain ?
Hello MSFT Team, I have researched a lot how to get transcript of any meeting scheduled in my organization or out of the organization of any MSFT Teams Meeting. How other third party application like Sana AI ,Meetingtor they can easily fetch any meeting…
How to fetch meeting ID from meeting link or given meeting ID from the calendar?
Ref link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id I am trying to get Meeting ID for to fetch transcript.So,i am trying in Graph Explorer using below URLs and i have tried via coding also. For to get…
How to bring a custom chatbot (deployed as an endpoint in Azure ML Studio) to Microsoft Teams channel?
As the title says, I have developed a chatbot using PromptFlow in Azure ML Studio. I deployed this bot as an endpoint and I wanted to integrate this endpoint to Teams channel. The closest documentation I've found is:…
Update a Teams channel properties using Graph api, error :- Failed to execute Skype backend request
I have 2 requests to update a Teams channel using power automate:- the request on right will work well, where i am updating the channel name and its properties, while for the request on left, where i am only updating the channel properties i got this…
Recommended Channels Not Visible to All Team Members in Microsoft Teams
Heyy, I have the following problem, that in teams all recommended channels are only shown in two scenarios. The person was online, when the channel was created/updated The person was offline, when the channel was created/update while the last thing…
integrated an sharepoint image into a Copilot message
Hi everyone, I integrated an image into a Copilot message using an adaptive card. The image displays correctly when using a web URL or a public website, but it does not display when using a SharePoint URL. I have attached an image below. I integrate my…
How can I filter or sort classes when listing them via the Graph for Education API
When calling the List Classes endpoint for a school that is part of a district, the API returns thousands of classes, old and new, in no particular order. We need to either filter that list or sort it by descending order of "last updated" or…
Issue with Acquiring Access Token silently in android with scope "Teams.ManageCalls"
Hello, I'm developing an Android (kotlin android compose) app using Azure Communication Services to enable calls from the app to Microsoft Teams users. To initiate these calls, I need a teamsAccessToken. I’ve set up MSAL to acquire the user’s access…
Teams Tab receiving a login error that Redirect URI is Invalid
Created a Microsoft Teams Tab App using Teams Toolkit. The app is supposed to enter our company's web portal with SSO from Azure. Application was registered in Azure and it's info (like its Redirect URI) was inputted in the Application Manifest. When…
Bot validation failing on The bot is not responding to command Hi.
I am developing a Teams Bot and when I install it into Teams and type Hi it simply will echo that back to the user. It all works fine however when validating this in the Developer Portal it fails validation with the message "The bot is not…
Missing permissions to prepare app dependencies teams toolkit
I am currently working on a project for a company that wants me to make a teams bot for them, they have provided me with a microsoft account from their orginization but I dont seem to have the needed permissions. I have already made sure the account has…
MS Teams Deep link is not working properly in MS Teams Mobile app (iOS & Android)
Dear community, I am implementing an MS Teams app that functions as a personal tab, allowing users to submit PTO requests via a chatting with Bot. The bot interacts with our SaaS platform through APIs. Additionally, the app includes an MS Teams Tab,…
Graph API not returning external users information from team meeting
Hello All, I am facing a issue. when the agents on call with external users in team, microsoft graph API is able to fetch data for external user. but as soon as external user hung up the call, the graph API is not able to retrieve this external user…
Microsoft Teams API
Good morning everyone, I need some information. We are considering the integration of Microsoft Teams API into our internal enterprise system. The goal is to be able to retrieve the audio or video of a videocall made through Teams. Do you know if there…
How do I mention a MS Teams "Tag" in a FactSet (Adaptive Card)
Hi can I please have an example on how to use channel Tags as mentions for an adaptive card? It works directly in the channel by "@TAG_NAME" However, in the code, I cant seem to get it to work in a fastest or Textblock, while using mentions…
what is the actual regex pattern used in validation of Identifier (Entity ID) field in Basic SAML Configuration section in Microsoft azure ?
requirement : I have to write a code for validation of Entity ID through regex. problem : Cant able to identify how the textbox validation is handled because the textbox excepts "a" and also it accepts "//hello/world?" but not this…