Need an api to stream recordings and to get attendee Reports for completed online meetings using microsoft graph apis
Hello support team,
We are using microsoft graph apis for creating online meetings. In our requirement we need a recordings for streaming on browser and reports of attendees like meeting durgation , no.of attendees joined in the meeting,name and email of the users.
I tried an api with requesting as given below:
https://graph.microsoft.com/beta/users/userid/onlineMeetings/meetingid/attendeeReport
https://graph.microsoft.com/beta/users/userid/onlineMeetings/meetingid/recording
but im getting an error internal serve :
code reference:
can you please suggest me a solution for this issue
Thank you.