Teams API - Receive Call

El Moufid Mohamed [student] 1 Reputation point
2020-09-27T14:58:13.437+00:00

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

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,888 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Trinetra-MSFT 111 Reputation points
    2020-09-28T10:47:31.83+00:00

    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

    1 person found this answer helpful.