Teams Proactive messaging with Bot Framework v4
Hi, I'm developing a Teams Bot using the .NET Bot Framework SDK v4. The purpose of the bot is to send proactive messages without the need of user interaction, it is a notification-only bot. I have read on the documentation that once the user has…
Teams Adaptive Card - Cannot Answer From WEb
I made a Power Automate flow that posts an adaptive card to users and asks for a response in a text field. It works flawlessly on Teams client, but if the user is viewing the chat in a browser they will be unable to respond. It simply says…
This application is not found. PVA for Teams
I made a bot in PVA for teams. It is exported according to Microsoft documentation. I have two environments The first environment: It is personal to my developments and no problems. The second environment: The bot loads normally and publishes…
How to gracefully fail an automatic token refresh
Hi all, I'm using the CallClient from @azure/communication-calling to pick up on and add functionality to incoming Teams calls for users. When creating the teams CallClient, a 'tokenRefresher' can be assigned which periodically calls the method you…
is it possible to build a microsoft teams bot using the azure realtime api? without the use of STT or TTS
it is possible to create the bot but you have to use the STT and TTS which adds a layer of delay considering if you want the voice agent to answer from private data. Im just wondering if its possible to create said bot in teams directly without the use…
Updated Bot Still Showing Old Version & Connection Issues for Some Users
🔹 Context: Initial Connection Issue (Solved) I recently built a Copilot Studio bot that triggers a Power Automate flow using a service account connection. Initially, users were getting a "Permissions Required" message when interacting with the…
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…
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…
Failed reason: AppInitTimeout issue in Teams Custom App
Is there any solution for this issue yet? Link: https://stackoverflow.com/questions/79042899/warning-banner-in-all-teamsapp-tab
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…
Encountering ServiceException Code 9999 During /joinCall API Usage in PSI Bot
Hello Microsoft Graph Communications API Team, I am currently developing an application that utilizes the Microsoft Graph Communications API, specifically the /joinCall endpoint. During implementation, I encountered the following error: Status…
For the "Get presence" API what are the valid combinations of availability and activity
For this "Get presence" API https://learn.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-1.0&tabs=http it returns an object with availability and activity which could each have multiple values according to this page…
Copilot Studio Not Letting Me Share on Teams
Hey All, I've been tasked by my company with creating chat bots to deploy to Microsoft Teams using Copilot Studio. It was working great until yesterday - I've created 5 bots that worked great and deployed just fine to Teams. Until yesterday. With a new…
Not able to sign in after publishing bot. I am using bot-authentication-msgraph
I am using bot-authentication-msgraph for authentication in my bot using python. The bot works fine when tested in the Test in Web Chat feature. However, after publishing it to the Teams channel, the sign-in dialog box shows an error: "Something…
Simple approach to migrate custom connector users to Bot in MS Teams
Basically, we have created a custom connector app for MS teams and we have users who have configured the connectors already. Now we are planning to create Teams bot app and would like to move all our existing users to new bot approach. Do you have any…
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":…
While using Microsoft Teams Connector's MessageCard format, unable to open external application links provided in OpenUri action's targets from different OS platforms
We have created a custom Teams app with a custom connector for sending notifications from our product JustCall. We are using MessageCard for sending actionable messages via Connector. In the actionable messageCard format, we use openUri actions and its…
How can we create custom action menu (contextual menu) for documents under the default Files Tab in Channels
I want to create custom contextual menu similar to SharePoint List View Command Set Extension. Is there a way to do this in Microsoft Teams Channel Files Tab. So i can see it when i right click or click on three dots on a document in the Files Tab in…
How to increase limit for Microsoft Teams API evaluation quota (600 minutes per month)?
Hi MS, I developing an app to fetch team meeting transcripts and come across this issue. I need help to fix this issue. It's not clear how to complete the billing onboarding even with the help of Copilot. Appreciate any assistance on this.
A positional parameter cannot be found that accepts argument
Hi All I used the following syntax to grant "TempPolicy1" globally. However, I am encountering an error while trying to remove this policy "TempPolicy1" globally Please guide me. Grant-CsApplicationAccessPolicy -PolicyName…