Forum Discussion
PMcVries
Sep 19, 2023Copper Contributor
Teams bot intercepting incoming call
Hi,
I want to develope a bot/app that intercepts an incoming call in Teams from a user to another user. It should notify the second user, provide informations about the call and give him the option to accept or decline the call. I've seen this https://techcommunity.microsoft.com/t5/teams-developer/intercept-incoming-call/m-p/871462 and was wondering if Microsoft has added this feature yet.
Thanks in advance!
- AnonymousMay 10, 2023
It's possible that the "Picture Library" app template has been removed from SharePoint Online, as Microsoft has been consolidating and streamlining the available templates over time. Alternatively, it's possible that the template is still available, but it has been moved or renamed.
To check if the "Picture Library" template is still available, you can follow these steps:
1. Go to your SharePoint site and click on the gear icon in the upper right corner to open the Settings menu.
2. Click on "Add an app" to open the "Add an app" page.
3. On the "Add an app" page, click on the "From Your Organization" tab to view the available app templates.
4. Scroll through the list of available templates to see if the "Picture Library" template is still available.
If the "Picture Library" template is not available, you can still create a picture library by following these steps:
1. Go to your SharePoint site and click on the gear icon in the upper right corner to open the Settings menu.
2. Click on "Site contents" to open the "Site contents" page.
3. Click on "+ New" to open the "Add a new item" menu.
4. Select "Document Library" from the menu to create a new document library.
5. When creating the document library, you can customize the settings to make it a picture library by enabling the "Allow management of content types" option and adding the "Picture" content type.If I have answered your question, please mark your post as SolvedIf you like my response, please give it a like
7 Replies
Sort By
- Prasad_Das-MSFT
Microsoft
PMcVries - Could you please refer this and let us know if this is what you are looking for?
call: redirect - Microsoft Graph v1.0 | Microsoft Learn- PMcVriesCopper Contributor
Hello Prasad_Das-MSFT,
I wasn't quite able to determine whether the redirect resource can enable a third party to intercept an incoming call between two users.
The background is:
My agency has agents with personalized Teams accounts. I want to develope an application that can intercept an incoming call to an agent and notifies the agent with informations about the call and the caller. According to these informations the agent is given the option to answer or decline the call. Is the redirect resource able to do that?
- Prasad_Das-MSFT
Microsoft
PMcVries - Using the Get call API , you can get the source and targets details of a call and based on that you can take decision of redirecting the call using redirect call API.
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
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.