2,936 questions with Microsoft Teams Development tags

Sort by: Updated
0 answers

Not able to send messages to Bot in Teams from Azure Bot Service.

I registered for an Azure Bot Service on Microsoft Azure and designated Microsoft Teams as the channel. After configuring the messaging endpoint for my Python bot logic deployed on an AKS cluster, I tried accessing the bot through Teams via the Azure Bot…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
760 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,018 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-06-04T13:52:36.04+00:00
Sharma, Yashaswi 1 Reputation point
edited the question 2024-06-04T15:56:48.74+00:00
YutongTie-MSFT 47,331 Reputation points
1 answer

Support of browser extensions with native messaging in new WebView2 based desktop Teams client

Hello! Is ist possible to use browser extensions with native messaging in the new WebView2 based desktop Teams client? This is possible when using Teams in the browser, e.g. Edge, Chrome or Firefox, but it would also be nice to be able to use the…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-06-04T09:04:54+00:00
Hölzl, Dominik 0 Reputation points
commented 2024-06-04T10:38:06.4733333+00:00
Hölzl, Dominik 0 Reputation points
0 answers

Teams ParticipantJoinEvent only available for bot created in Teams Developer Portal

Hi, I have an existing bot with a set of features, and wanted to build further functionality when participants join or leave a meeting. The OnTeamsMeetingParticipantsJoinAsync and OnTeamsMeetingParticipantsLeaveAsync are not raised for an Azure Bot. I…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-06-03T23:25:41.6666667+00:00
Eugene De Villiers 20 Reputation points
commented 2024-06-04T10:07:00.04+00:00
Meghana-MSFT 3,801 Reputation points Microsoft Vendor
1 answer

Exception of type 'Microsoft.IdentityModel.Tokens.AudienceUriValidationFailedException

After getting the token from oauth2 v2.0/token from i am trying to get https:/{name}.sharepoint.com/_api/Lists/getbytitle('listname') but getting an error error_description:Exception of type…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,012 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,728 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,936 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,956 questions
asked 2024-06-03T17:22:28.5233333+00:00
Yash Gupta 0 Reputation points
answered 2024-06-04T10:01:26+00:00
CarlZhao-MSFT 38,201 Reputation points
1 answer

Need tenant wide access to Teams meeting and recording info and recording content.

We created a tenant wide subscription to be notified of newly created recordings and got that to work. We have to manually parse out the MeetingId and RecordingI from the returned URL fragment. We then use that information to get the meeting…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,305 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,936 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-06-03T15:55:24.1466667+00:00
Mike Yeager 26 Reputation points
edited the question 2024-06-04T08:00:05.8966667+00:00
JimmyYang-MSFT 49,626 Reputation points Microsoft Vendor
1 answer

Teams tab application returns SSO error in mobile Outlook

Hello, Community. We've built a Teams tab app following pretty much this sample https://github.com/OfficeDev/TeamsFx-Samples/tree/dev/hello-world-tab-with-backend It is working fine on all platforms (Teams Web, Teams Desktop, Teams Mobile, Outlook Web,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,936 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-03-31T21:35:15.16+00:00
Peter Istratov 0 Reputation points
edited an answer 2024-06-04T06:38:48.7933333+00:00
ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
1 answer

How to restore POST in channels of Teams using API

We are trying to restore the POST tabs in channel of Teams using API but we are not able to find any API for the same

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,305 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-06-03T10:24:32.82+00:00
Dev1 0 Reputation points
commented 2024-06-04T05:28:29.7866667+00:00
LiweiTian-MSFT 15,280 Reputation points Microsoft Vendor
1 answer

Posting to sideloaded Bot conversation is failing with "Authorization has been denied for this request."

Hi there, I'm developing a new Bot for notifications only. I'm testing with a "development" version that is not published. The App is sideloaded in an account set up for testing with tenant_id: 986e26d3-45ef-4b9c-ba72-b75890332cd3 This call…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-05-06T21:47:05.6266667+00:00
Michael Karampalas 5 Reputation points
edited an answer 2024-06-04T01:50:40.0933333+00:00
Michael Karampalas 5 Reputation points
1 answer

How i do replace an adaptive card using bot framework

I have an adaptive card that has a form with inputs the user can interact with, somehow, in my local environment when I interact with the adaptive card the Action.Execute is successful and the card is replaced with another. In the other hand, when I…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-05-23T13:48:33.0233333+00:00
Angel Enmanuel Lopez Mancebo 0 Reputation points
edited a comment 2024-06-03T18:47:59.93+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 35 Reputation points Microsoft Vendor
1 answer

Teams App inside New Teams not loading

Good morning Microsoft Teams community, I am reaching out to kindly request your assistance regarding an issue we are experiencing with the new Teams. (Microsoft Teams version 24091.214.2846.1452.) Following the "upgrade" to the new Teams…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,305 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-05-13T07:21:21.4533333+00:00
Bettin Gabriele 0 Reputation points
commented 2024-06-03T18:45:51.7766667+00:00
Vaibhav-MSFT 15 Reputation points Microsoft Vendor
0 answers

Oauth Prompt sign in is returning validation code sometimes and token sometimes

I have a Bot framework project. We are using Oauth prompt sign-in card for authentication uwith aws cognito , but the bot is returning a validation code instead of token. It used to work fine before , is there a new bug introduced?

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-05-30T09:49:34.49+00:00
Palak Agarwal 20 Reputation points
edited a comment 2024-06-03T17:37:11.42+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 35 Reputation points Microsoft Vendor
0 answers

file info in attachments field in the request body is missing! when receiving files using bots.

Background We are using bot service. The Config in Azure Portal is like the picture below. When user send some thing to the bot via teams, the bot service will redirect the request to the endpoint which is directed to our server. User…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
760 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,305 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2022-09-02T06:54:19.11+00:00
zhongwei_xu 21 Reputation points
commented 2024-06-03T13:46:23.76+00:00
Benjamin Teir 0 Reputation points
0 answers

Adaptive Card works locally but fails when deployed in Azure

I've built a Teams app with a notification bot that uses adaptive cards. The interaction with the adaptive card works perfectly in my local environment: 1-I receive the card in teams. 2-I interact with the card successfully. 3-The card gets refreshed…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-05-23T13:51:15.2933333+00:00
Angel Enmanuel Lopez Mancebo 0 Reputation points
commented 2024-06-03T13:11:19.2933333+00:00
Angel Enmanuel Lopez Mancebo 0 Reputation points
0 answers

Unable to reach the chatbot server from Teams while sending a message.

Hello, my name is S.J Our system should reach the bot server via Azure Bot when sending messages to the bot from Teams. While some individuals can reach the bot server and their logs are confirmed, others cannot. This issue suddenly emerged despite no…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,305 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-05-31T06:54:11.5433333+00:00
윤성준 0 Reputation points
edited a comment 2024-06-03T13:10:20.6633333+00:00
Prasad-MSFT 5,786 Reputation points Microsoft Vendor
1 answer

Python: Reply a message with Bot Framework

Hi everyone, I'm trying to send a message to user (Reply, Chat OneToOne), but i can't find any documentation to this with Python Scenario: User "A" -> Types a message in Teams App (bot) Now Bot has to reply to the same thread that user…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-05-16T21:17:09.3633333+00:00
Adão Duque 20 Reputation points
commented 2024-06-03T10:39:53.8933333+00:00
Nivedipa-MSFT 2,806 Reputation points Microsoft Vendor
1 answer

I'm not getting a Teams Pop up when meetings have started

Up until about two weeks ago no matter what I was doing, or what screen I was on I would get a pop up notification on the lower right side of my browser letting me know a meeting was about to start. I have checked all my settings both within Teams…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,305 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-05-31T15:32:55.5866667+00:00
Tassone, Jaclyn M 0 Reputation points
answered 2024-06-03T09:54:59.5633333+00:00
JimmyYang-MSFT 49,626 Reputation points Microsoft Vendor
1 answer

The "list channel message" method of the Graph API only returns "<systemEventMessage/>" post

Hi team, According to my colleague, he tested the "list channel message" method of the Graph API on May 8th, 2024 from 0:00 to 12:00 (UTC+8), but he could only get a post with a body of "<systemEventMessage/>". Unable to get…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-05-13T06:44:33.8533333+00:00
Nat Yan 0 Reputation points
commented 2024-06-03T04:41:21.13+00:00
Prasad-MSFT 5,786 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Issue with Adding Planner Tab to Teams Using Graph API - Content Perpetually Loading

Hello, I've been encountering an issue for the past 2-3 weeks, which seems to coincide with the release of the new Planner version. When attempting to add a Planner tab to a Microsoft Teams channel using the Microsoft Graph API, the tab is successfully…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,305 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,936 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2024-04-09T06:18:27.91+00:00
Joah Lenzo 30 Reputation points
commented 2024-06-03T03:53:27.67+00:00
Tom 5 Reputation points
0 answers

Can't find the LinkedIn Live App for MS Teams

I'm setting up LinkedIn Live and would like to use MS Teams as my streaming service. However, I cannot find the LinkedIn Live App in Teams. LinkedIn support says its a Microsoft issue, Microsoft says they don't support 3rd party apps and directed me…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
asked 2022-03-10T22:50:54.127+00:00
Scott Paulsen 21 Reputation points
commented 2024-06-02T19:21:07.7366667+00:00
KathrynEWilson 1 Reputation point
0 answers

Which MS Graph APIs can be used to interact with the "correlationId" property value of the directRoutingLogRow resource?

The directRoutingLogRow resource has a "correlationId" property, which APIs accept this property's value and return related information about the correlationId linked…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,936 questions
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
134 questions
asked 2024-05-06T05:04:54.76+00:00
jw 5 Reputation points
edited a comment 2024-06-02T12:36:50.4033333+00:00
ChetanSharmamsft 1,026 Reputation points Microsoft Vendor