Nov 01 2023 06:10 AM
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 the requirement).
Flow: User clicks on Tab -> gets the list of users -> choose 1 -> click Transfer button -> the call is transfered.
1. To do it via Graph API - I need to somehow retrieve the call id. Is there any possible way to do that?
2. Is there any other way to transfer the call programatically?
3. Even if any of you know a very complex way to do that, please, mention it here.
Nov 02 2023 12:19 AM
@VeremiiCG - Please refer the below docs
Nov 03 2023 05:23 AM
@Meghana-MSFT - Thank you for your answer!
However, seems that both ways let us to retrive the call id of the already completed call:
"The call record is available only after the associated call is completed".
In my case, I need to somehow transfer the incoming/active call. It seems to be slightly harder..
Nov 06 2023 03:11 AM
SolutionNov 06 2023 02:38 PM
Nov 06 2023 09:03 PM
Dec 04 2023 02:43 AM
Dec 04 2023 09:43 AM
Dec 04 2023 01:49 PM
Dec 05 2023 01:24 AM
Dec 05 2023 02:32 AM
Jan 03 2024 12:29 AM - edited Jan 03 2024 12:30 AM
We have sample bots to show how to implement a media calling bot. Here are some examples
Nov 06 2023 03:11 AM
Solution