Forum Discussion
Teams SDK - v- SFB SDK
Tanya Denton , Could you please look into Graph API for calling and meeting
These APIs allow you to add new features such as interactive voice response (IVR), call control, and access to real-time audio and/or video streams for calls and meetings, including desktop and app sharing.
Here's more information on how to create and test calls and online meetings bots:
- Graph API reference
- Sample apps
- Registering a bot that supports calls and online meetings and Microsoft Graph permissions for calls and online meetings bots
- How to develop calling and online meeting bots on your local PC
- More information on real-time media processing, and what's needed to support application-hosted media
- Technical information on handling incoming call notifications
- Tanya DentonJun 04, 2020Iron Contributor
subhasish-MSFT Thank you so much for replying. The links you gave are what we have been using, however we must be missing something somewhere, as in our test bot we cannot get the incoming call number, which is what we need to then be able to take the incoming call number and use that to search are DB to then return data to the bot. We have been looking around but it appears that this one bit of info is not available. I would really appreciate it if you can point me to the bit of info that says it does do this. Once again many thanks.
- subhasish-MSFTJun 16, 2020Former Employee
Tanya Denton ,
You could check participantInfo.identity.phone property. Here is the doc link