Is it possible to initiate an audio call from Bot to the user? If yes, Could you please provide the sample code where i can refer.
Asked
Active
Viewed 212 times
1
-
To clarify, where you interested in doing this in v3 or v4 of the bot builder SDK? – Zeryth Jan 24 '19 at 01:30
-
I am interested to implement in v3. – Srilekha Jan 24 '19 at 06:54
1 Answers
0
It looks like you can do so with use of MS Teams and Graph API.
Docs to help point you in the right direction:
- Registering a calling bot for Microsoft Teams
- Blog: Build Your Teams Calling Bot (IVR application) with Microsoft Graph
- shows you raw REST call flows
- v4 node sample with msgraph
- although you're looking into v3, here's a sample that you can look at to see how they organized msgraph into their bot to help you get ideas of how you'd like to organize it in your own v3 bot

Zeryth
- 1,204
- 1
- 7
- 15