Forum Discussion
Integrate Microsoft Teams Audio calls in my application
Larry88 - You can create a call using API. You can list all the members using Teams Roaster and please check this Create call API to create a call with user.
Thanks,
Nikitha.
-------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- thanadolkJul 20, 2023Copper ContributorNikitha-MSFT
Hi Nikita,
From reading the document you attached I understand that in a 1:1 call I have to call the bot and have the bot call the person in the MS teams again, is that right? - Duc_Anh_6893Jan 04, 2022Copper Contributor
Hi Nikita,
I have the same requirement as integration with MS Teams to make a Call. I checked your reference link "Create call API"(https://docs.microsoft.com/en-us/graph/api/application-post-calls?view=graph-rest-1.0&tabs=http), but the document describes it just work for the bot.
In case I have a web application, have anyway to make a call to MS Teams?I look forward to your response
Thanks