python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Teams Graph Calls API, how make a Consultative Transfer
I can make a call from a BOT to a teams user, and can carry out a "blind" transfer of that call to another teams user using
public async Task TransferCallAsync(string replaceCallId, strin...
MHugh
Votes: 0
Answers: 0
Usecases for PowerShell 'MicrosoftTeams' module and 'Microsoft.Graph.Teams'
Maybe someone can explain to me why there are two separate modules (understanding that the regular module is on top of the graph module anyway) and when to use one or the other.
oysterhoys
Votes: 0
Answers: 1
Calling microsoft graph api returns with 'InvalidAuthenticationToken' error
This is how I exchange the OBO token:
public static async Task<string> ExchangeForOBOToken(ExchangeOBORequest request)
{
var contentData = new Dictionary<string, string>();...
Wet_Pantz
Votes: 0
Answers: 0
Problem with getting SSO Auth token from Microsoft Teams
I would like to get the access token from Microsoft teams, when executing it in postman with the same data it works perfectly, when making the post request in react app, it does not work.
This is my c...
Wet_Pantz
Votes: 0
Answers: 1