1,086 questions
-1
votes
0
answers
85
views
Replacing webcam feed in Microsoft Teams
I've been trying for a while to create a bot or Teams tab app that can replace the webcam feed of the participant that has it installed and gave it permissions for Online meeting Media Read and write ...
0
votes
0
answers
57
views
Teams bot not getting Meeting Info/
I am making a bot to fetch meeting transcripts after the meeting ends. This is the code I am refering: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/meetings-transcription/...
1
vote
0
answers
125
views
Call is establishing and quick Terminated with Error "ServerInternal Error. DiagCode: 500#1203002.@". Bot is unable to join Meetings
I'm building a Teams media bot to join scheduled meetings as a guest for audio streaming and transcription. The POST request to /communications/calls. The call creates successfully but terminates ...
2
votes
1
answer
201
views
Why does the Set-CsTeamsSettingsCustomApp cmdlet return a MethodNotAllowed response?
I'm using the Set-CsTeamsSettingsCustomApp PowerShell cmdlet, which is part of the Microsoft Teams PowerShell module.
Documentation for this cmdlet is available here.
I'm using version 7.2.0 of the ...
0
votes
0
answers
64
views
Is it possible to trigger an event at the moment a Teams call is received and retrieve the caller's phone number?
I have a question about Microsoft Teams functionality and would greatly appreciate any help or guidance.
We are trying to implement a system where, when a customer calls my Teams number (via PSTN), a ...
0
votes
0
answers
32
views
How to understand Ms Team provisioning flags and Group Calendars
If I make a new educationClass Team using the following commands.
$user = Get-MgUser -Filter "Mail eq '[email protected]'"
$params = @{
"[email protected]" = "https://...
0
votes
1
answer
31
views
HTTP Request on getTeamsUserDetails ends with 302
Hi I have created a simple automated flow
it is triggered on every night and should fire a request to
https://graph.microsoft.com/v1.0/reports/getTeamsUserActivityUserDetail(period='D7')
in the http ...
0
votes
0
answers
22
views
Trying to add a PSTN call to a Teams PSTN Call
0
My Teams Bot receives a PSTN call. As soon as it attends the call It tries to add a Another PSTN call to the existing call But the Response says Server Error. P.S The Teams Bot can make Outbound ...
1
vote
0
answers
23
views
Instructor receive a blank popup window when accessing More->Settings->Meeting Options when they launch the Teams meeting
I am trying to test graph API for one of the services I am using.
But when I create a meeting with attendee or a meeting with 2 or more presenters, instructor can not see the meeting options.
Here is ...
1
vote
0
answers
80
views
Adding Teams Decisions app via Graph API throws "onBehalfOfUserMri cannot be null or empty"
Recently adding Teams app to a team programmatically via MS Graph API SDK (occurs on v3 and v4, haven't tested with v5 as that would require somewhat large changes in the code so will only do that if ...
0
votes
1
answer
177
views
How can I grant Application permissions using dynamic consent
I've got an application in Entra which I have got delegated permissions I've been setting via admin consent without issue. I need to add some application permissions to my app, and I'm trying to do ...
0
votes
1
answer
94
views
Create Teams OnlineMeeting via Graph API using delagated permission now get "No application access policy"
I was able to created (Teams) OnlineMeetings via graph API with my own app registration and delegated permissions using device_code flow and the /me endpoint. I left the code untouched but now, I do ...
0
votes
1
answer
177
views
How to determine associated Sharepoint site collections of a team/group?
I'm using Microsoft 365 and Teams. I need to check the rights of users in a team in MS Teams and in addition given access to files / folders within the folder structure as well.
My first approach was ...
0
votes
1
answer
188
views
Add coorganizer to existing Teams Online Meeting
I'm having trouble to add coorganizer to an existing Teams OnlineMeeting.
Method PATCH to API enpoint
$"{GraphBaseUrl}v1.0/users/{organizer_id}/onlineMeetings/{meetingId}"
var ...
0
votes
0
answers
121
views
MS Teams bot configuration Bad gateway(502) Error Code -911
Ms Teams App's interface
// 20250212172704
// https://teams.microsoft.com/api/chatsvc/in/v1/agents/28:0bc21a2c-b9c1-4bd5-9989-0c5aaf324d64/invoke
{
"errorCode": 911,
"message":...
0
votes
0
answers
69
views
Unable to access newly uploaded document in sharepoint for 30min
I am uploading the document in MSTeams channel, with below C# code,
var uploadedFile = await graphClient.Groups[teamId].Drive.Items[channelId].ItemWithPath(fileName).Content.Request().PutAsync<...
1
vote
0
answers
280
views
Accessing MS Teams in power shell using app-only authentication
I'm trying to do what is explained in this article :
https://learn.microsoft.com/en-us/microsoftteams/teams-powershell-application-authentication
And app service principal is assigned to the Teams ...
0
votes
0
answers
109
views
The remote server returned an error: (400) Forbidden in PowerShell when running a script
I am trying to get a report of all Teams chats in my school between teachers and students. This is the script I am running in PowerShell.
# Define your tenant ID, client ID, and client secret
$...
3
votes
2
answers
335
views
How create a subscription for teams chat messages?
I'm trying to create a subscription to receive notifications about user messages, but I'm receiving an ExtensionError. I'm basing myself on Team chats
I've tried to create a subscription with the ...
0
votes
1
answer
104
views
proactive messaging to a meeting chat without manual installtion of the bot
I have a bot which sends notifications to a specific Teams meeting, based on the following sample: meeting notifications bot.
In order to get this bot to successfully send messages to a meeting chat, ...
0
votes
1
answer
133
views
I encounted a graph error while trying to fix somethings at the backend
backend-1 | GraphError
backend-1 | at new GraphError (/app/node_modules/@microsoft/microsoft-graph-client/lib/src/GraphError.js:34:28)
backend-1 | at Function. (/app/node_modules/@...
0
votes
0
answers
109
views
How to Set Subject while posting in channel using MicrosoftTeams.PostMessageToChannelV3()?
I am trying to add subject while posting in Teams channel. I Am using MicrosoftTeams.PostMessageToChannelV3() by searching I got to know That I can use and teams will recognize but, It is not working....
0
votes
1
answer
644
views
How to get all messages post by person in team channels using power apps in teams
I have teams group in which there are multiple teams channel. I want to get all the post messages by any user and from those messages only want messages which contains "Open" as a string in ...
0
votes
1
answer
81
views
How to use the exachangeId in the meetingReference attachment of chatMessageAttachment
I use retrieve-channel-message graph API with application permission, and find the attachment for schedule meeting with channel
GET https://graph.microsoft.com/v1.0/teams/``<team-id>/channels/&...
0
votes
0
answers
166
views
Outbound Call to a Teams End Point using AppHostedMedia in Bot Framework: How to generate Media Session Configuration?
Re: https://learn.microsoft.com/en-us/graph/api/application-post-calls?view=graph-rest-1.0&tabs=http#example-2-create-peer-to-peer-voip-call-with-application-hosted-media
We want a bot that can ...