Forum Discussion
VeremiiCG
Nov 01, 2023Copper Contributor
Microsoft Teams Incoming/Active Call Transfer
Hi, Case: I need to create a MS Teams Tab app with abitlity to Transfer the incoming/active call to another user from my tenant (I know that MS Teams has native Transfer button, but still, this is...
- Nov 06, 2023Please check this sample https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-calling-meeting/csharp.
Meghana-MSFT
Nov 06, 2023Former Employee
Please check this sample https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-calling-meeting/csharp.
VeremiiCG
Nov 06, 2023Copper Contributor
Thank you for the answer!
Ideally I need it to be a Tab App, but seems this is impossible with current API and tools, so I'll try to go this way with BOT.
Ideally I need it to be a Tab App, but seems this is impossible with current API and tools, so I'll try to go this way with BOT.
- Meghana-MSFTNov 06, 2023Former EmployeeYes, we can perform above operations using Bot only.