question

NidhiGodha-8126 avatar image
0 Votes"
NidhiGodha-8126 asked TracyMyles edited

How do I get call recording ID

Hi there,

How do I get recording id of teams meeting.

I have register an APP to azure portal and created the access token and secret token too.

I have added the CallRecords.Read.All permission to API to get the recording details as per the azure doc.

This is the API i have used https://graph.microsoft.com/v1.0/communications/callRecords/{id}

31129-svn4i.png

Please help me out to get call id.


office-teams-app-devmicrosoft-graph-cloud-communications
svn4i.png (287.3 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JamesTran-MSFT avatar image
1 Vote"
JamesTran-MSFT answered JamesTran-MSFT edited

@NidhiGodha-8126
Thank you for your post!


There are two ways to get the id of a callRecord:

1- Subscribe to change notifications to the /communications/callRecords endpoint.
2- Use the callChainId property of a call. The call record is available only after the associated call is completed.

A callChainId property is a unique identifier for all the participant calls in a conference or a unique identifier for two participant calls in a P2P call. This needs to be copied over from Microsoft.Graph.Call.CallChainId.

Reference: Get callRecord


If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.


Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

NidhiGodha-8126 avatar image
0 Votes"
NidhiGodha-8126 answered JamesTran-MSFT commented

Hi,

Thank you for the quick revert.

As per our requirement, we need to get call id via REST API, Can you please guide us which way is best to get call id?

Can you provide any example for getting call id?

I gone through the doc you provided but I have get much help or can not understand from this. Please guide us to get things done.

Thank you.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@NidhiGodha-8126 , The suggestion made by JamesTran-MSFT is the best way to get the call ID, You need to implement change notification call record API to get the call ID, You can follow up with the document provided above

1 Vote 1 ·

@NidhiGodha-8126
Since there isn't any REST API available for this scenario, and the best way to get the call ID is stated within the documentation, feel free to create a feature request using the Microsoft Graph Feature Request forum.


If you have any other questions, please let us know.
Thank you for your time and patience throughout this issue.

0 Votes 0 ·