Daan Zwarthoed
Daan Zwarthoed

Reputation: 11

Create and control call on behalf of user inside of Microsoft teams app/tab

I have been trying to find a solution inside of a Microsoft teams app/tab to make calls on behalve of users and actually be able to control the call.

I already tried making a call as a bot to both users, but that still leaves the bot in the call and both users are called by the bot instead of one user just calling the other. I also tried to create a call with the microsoft teams sdk but then I have no control over the call. Lastly I found the azure communications service which would fix the issue but then all the calls will be hosted on their servers which is also not an option for me. So is there something I missed or is it just not possible?

Thanks in advance and have a nice day!

Upvotes: 1

Views: 646

Answers (2)

Nivedipa-MSFT
Nivedipa-MSFT

Reputation: 1458

It can be possible via Teams identities placing and receiving calls via Azure Communication Services SDK. Except call park, everything else should be doable.

Ref Document: Communication as Teams user : https://learn.microsoft.com/en-us/azure/communication-services/concepts/teams-endpoint

How-Tos : https://learn.microsoft.com/en-us/azure/communication-services/how-tos/cte-calling-sdk/manage-calls

Upvotes: 0

David Rousset
David Rousset

Reputation: 141

Can you please provide more details on the exact scenario you'd like to put in place? Inside your Teams app, do you want to call someone using your Teams identity by clicking on a button / link / on a specific event?

Regarding calling inside a Teams app, I think you've already identified most of the possible solutions:

Upvotes: 0

Related Questions