How can I get help creating a teams app?
I am new to app delvelopment for teams. I have created an app to access an internal sharepoint site, but now I want to create one to access an external URL. I'm struggling to get any useful help. I have opened Visual Studio Code and got Teams Tool kit.…
dialogcontext.beginDialog('MainDialog') is crashing for ios devices on conversation type channel
We have a node app integrated in miscrosoft teams. that is based on the waterfall model for dialogs. the app works fine for all the devices and in all personal, group and teams type conversations except in ios device that too only for conversation type…
How to fetch meeting transcript using RSC based permission framework
The goal I want to build a Teams app, with an Azure bot (built using the Bot Framework Python SDK), added to a meeting. When the meeting is started, a notification subscription is registered with the Graph API to alert an endpoint that the transcript is…
Assistance Needed – Sending Direct Messages from My Teams App in a Multi-Tenant Setup
Hello, I’m developing a native integration between my SaaS platform and Microsoft Teams by building a custom Teams App. Goal of the Integration: When a user is mentioned in my SaaS (e.g., using @username), I want to send them a direct message on Teams…
Question Regarding Application (Client) ID in Teams App Manifest Basic Information
We have two questions regarding the "Application (client) ID" field in the Basic Information section of a Teams app manifest. We are currently developing a notification-only bot to send updates from our web app to Teams. We created this Teams…
Question about the timing of service principal creation for a Teams bot
When creating a bot resource from the Teams Developer Portal, a corresponding Microsoft Entra ID application with the same application ID as the bot is also created. For a typical multi-tenant Microsoft Entra application, a service principal is created…
Which Microsoft Entra App Requires Publisher Verification for Teams App Submission?
We are developing a Teams bot to notify users about updates related to our web application, and we are considering publishing it on the Teams Store. We understand that Publisher Verification is required for submission. Reference: Prepare for app…
Azure Communication Service (ACS) Identity participant not auto admitted while Joining Teams Meeting
I am using Azure Communication Service (ACS) to allow participants to join a Microsoft Teams meeting. The Teams meeting is created programmatically using the Microsoft Graph API with an M365 active account. When a user connects via ACS, they use a…
Question About Image Size in Adaptive Cards
I have a question regarding the image sizes that can be inserted into an Adaptive Card. Currently, I am developing a feature that allows a Teams bot to post Adaptive Cards. I would like to insert an image into the Adaptive Card. However, the url property…
How do you post an adaptive card from a workflow as an application and not your own user?
Hello, since Microsoft is retiring the Incoming Webhook connectors (and yes I have read that they postpone the retirement, but still we need a usable solution until the end of next year), I have tried to migrate our company webhooks to the Teams Workflow…
Post Message in Teams Channel- limited channel options
I am working on a workflow for a form submission where it creates a task and then posts in a specific channel when that form has been submitted. The issue I am running into in our Teams is that it's limiting the channels I can choose for it to post in?…
Why isn't my Microsoft Teams app localization working?
Hello, i'm trying to localize my copilot message extension plugin using the official documentation but it doesn't seem to work, here's the manifest and the localized json file: Manifest: "$schema":…
"Post Card in a Chat or Channel" Workflows template issue
Hello Microsoft Support Team, I am encountering a potential bug in the "Post Card in a Chat or Channel" template. When using a boolean variable resulting from a function or variable in an Adaptive Card, the output is showing as False (with a…
How to fix minimized Table View on Adaptive Card in Microsoft Teams development for iPad?
Hello, I'm currently working on developing with the Bot Framework using the Teams Toolkit to ensure the table view displays correctly on both desktop and iPad. I've created a bot that sends replies formatted in tables. It functions perfectly on the…
Context parameters are not replaced in Teams iOS application.
We have one Teams app in which we are using the context for app/tab. We are following the documentation correctly and seeing no issue in Android, Mac, PC. However when we are in iOS teams app, then context parameters are not being replaced with their…
Unable to fetch the Active Participants in Teams Meeting
We have developed an application that invites Recording Bot to join the active Teams meeting. Basically It updates the context of Bot with activate participants of the meeting so that it can perform active transcription of audio stream which was working…
Can we create and grant CsApplicationAccessPolicy for a group?
Like how we create for a users, https://learn.microsoft.com/en-us/graph/cloud-communication-online-meeting-application-access-policy Grant-CsApplicationAccessPolicy -PolicyName Policy_1 -Identity "aba02ce6-6d5d-473a-953d-23ad256dcffe" Can we…
How to get a user's Teams ID without app installation or directly from Azure to send direct chat messages?
Hi everyone, We are developing an internal communication tool that integrates with Microsoft Teams. One key feature is the ability to send direct chat messages to users from our bot. However, we are facing the following challenges: Is it possible to…
Retrieving Non-Scheduled Meeting Information for Users in Teams
I am looking for a solution to retrieve the meeting link for non-scheduled meetings or calls in Teams for all users in my organization. Specifically, I want to get notified when a user enters a non-scheduled meeting or call and obtain the meeting ID. I…
Agent created in Copilot Studio works in Copilot Studio but not working when Added as App on Teams
The issue description: We created a Copilot Agent in Copilot Studio, we created App on https://dev.teams.microsoft.com/apps/ that using agent as bot. For creator of this agent/app its working both on Copliot side and Teams. But for other org users when…