Get Live Event recording using Graph API

f j 1 Reputation point
2021-12-09T07:57:35.82+00:00

I want to get the recording of a live event that I have created but the issue that it return raw data instead of the recording link as stated in the documentation. I also consented all required permissions. Here is the code. And the following image shows the line of code and the output.

$recording=Invoke-RestMethod -Uri "https://graph.microsoft.com/beta/me/onlineMeetings/{LIVEid}/recording" -Method 'GET' -ContentType 'application/json' -Headers $Header

156234-pic11.png

Any Ideas on how to solve this issue? Or if there is a way to convert or decode this data to a recording?

Community Center | Not monitored
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.