Forum Discussion
Ehsan Amini
Oct 10, 2019Copper Contributor
Calling a bot endpoint and answer
I built a bot in Teams which have the following Calling endpoint. when the bot is called, i receive the following message at my Api endpoint via the "AnswerCall" method: {
"id": "...
Gousia_Begum
Microsoft
Oct 30, 2019Ehsan Amini You cannot do a GET /calls/{id} till after the call has been answered. After the call is ended, the call will be deleted in PMA. Get call will result an error.
- allabashashaikOct 23, 2024Copper Contributor@Gousia Begum We have a Similar issue.. Where we are trying to answer teh call once it is established but still it is not working using the call id . Can you suggest what is the right process to call ?