microsoft-graph-comms-samples
microsoft-graph-comms-samples copied to clipboard
Peer-Peer Call Recordings
When a user calls another user via the direct message chat in Teams this is called a "Peer-to-Peer" call. It is possible to record these. However, the callRecord does not have a connection to an onlineMeeting in this case. It is therefore not possible to obtain the recording via the API.
What is the correct way to access this recording as a consequence of receiving a webhook payload for the associated callRecord?
As far as I know, there is no direct way to obtain these recordings via Teamwork & Comms Graph API.
If you explain your use case, I might be able to provide alternative solutions :)