SOLVED

Initiate teams call from wpf app

Copper Contributor
Hi, I need to initiate a teams call from my application.i have tried using graph API and integrated windows authentication mode to generate token silently but I am getting forbidden exception.Is it possible to initiate a teams video call from wpf app
with Microsoft personal account and if so please provide some references.
3 Replies
best response confirmed by tanveersmd (Copper Contributor)
Solution

Hi @tanveersmd, Could you please follow this official blog, this could help in your scenario.

It helped  @Jagadeesh-MSFT . is there any way i can acquire token silently without using AcquireTokeninteractive. i have tried "AcquiretokenSilent" but getting exception.

 

 

Hi @tanveersmd, No, currently it is not possible without AcquiretokenSilent.
1 best response

Accepted Solutions
best response confirmed by tanveersmd (Copper Contributor)
Solution

Hi @tanveersmd, Could you please follow this official blog, this could help in your scenario.

View solution in original post