Forum Discussion
Intercept incoming call
Hi, Thanks for reply!. I have gone through it. Can we test using ngrok this kind of functionality OR it is compulsory require bot to register in Azure?
shaileshbhindi , You need to register you bot in azure, where your bot requires specific Application or delegated permissions for calling and meeting, However you can set up the sample locally and run it on ngrok.
- shaileshbhindiDec 11, 2019Copper Contributor
Trinetra-MSFT - I did not register to Azure but did in bot framework & set require permission. I am able to call directly to bot from user.
My requirement is when some calls me, my bot will give some information about caller & send me a card/message in teams.
- Trinetra-MSFTDec 13, 2019Microsoft
shaileshbhindi , You can configure your Bot to send an attachment (Adaptive Card or any other card) when your bot respond to the call.
Please refer to these document to check how to send an Adaptive card in attachment
- shaileshbhindiDec 13, 2019Copper Contributor
Trinetra-MSFT I think you are still not getting what I want OR may be i am not able to explain well. Simple question how bots know that user is receiving phone call? In another way how bot will receive notification when someone call me? Suppose you are making phone call to me in ms teams, I have configured a bot; Instead of I, bot will reply to you OR bot will send me a card with your name.