The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. You can identify based on chatInfo and meetingInfo. Please look at this documentation
Teams API - Receive Call
El Moufid Mohamed [student]
1
Reputation point
Hello,
I want a develop an Application that uses the Teams API.
I have readed multiple pages off the documentation (https://learn.microsoft.com/en-us/graph/api/resources/call?view=graph-rest-1.0)
My question now is, is it possible to check if there is an incoming call (realtime)
I saw in the documentation that u can do different things with incoming call (answering, reject...)
But how can i know when there is a new incoming call?
Regards
Mohamed El Moufid