How do I get call recording ID

Nidhi Godha 1 Reputation point
2020-10-09T10:26:24.923+00:00

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.

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,879 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JamesTran-MSFT 36,376 Reputation points Microsoft Employee
    2020-10-09T22:07:52.173+00:00

    @Nidhi Godha
    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.

    1 person found this answer helpful.
    0 comments No comments

  2. Nidhi Godha 1 Reputation point
    2020-10-12T04:23:47.633+00:00

    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.