Forum Discussion
demian123
Mar 28, 2024Copper Contributor
API: get video recording link via Microsoft Teams
Hi teams. What are some ways to get video recording link URLs of a teams meeting via API (Graph/Sharepoint/OneDrive)? Is it possible to get the recording URL from the calendar event? I do see the em...
Prasad_Das-MSFT
Microsoft
Mar 29, 2024demian123 - As for obtaining the recording URL from the calendar event, it seems that the meeting recording URLs are not directly available from the calendar event details.
You can get the callRecordingUrl from Graph Beta API under Chat messages:
chatMessage resource type - Microsoft Graph beta | Microsoft Learn
chatMessage resource type - Microsoft Graph beta | Microsoft Learn
eventMessageDetail resource type: https://docs.microsoft.com/en-us/graph/api/resources/eventmessagedetail?view=graph-rest-beta
callRecordingEventMessageDetail resource type: callRecordingEventMessageDetail resource type - Microsoft Graph beta | Microsoft Learn
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
demian123
Mar 29, 2024Copper Contributor
Prasad_Das-MSFT Thanks for the reply, I tried this but the eventMessageDetail field for channel recording is null in this case when I tried with the Graph Explorer. How to find the recording link for channel recordings?
- Prasad_Das-MSFTApr 01, 2024
Microsoft
demian123 - We are checking this with engineering team. We will update you once we get any info.
Thanks!