I’m trying to fetch the recording details and timeline file using GRAPH API of Teams, but it is not there is there any way we can fetch them?
I can able to fetch the recording using one drive but issue is we need to grant drive scopes which is not good, can’t we achieve using teams graph API’s? also timeline of the meeting
Advertisement
Answer
Teams meeting Record link is available in Graph Beta API under Chat messages – callRecordingUrl.
chatMessage, eventMessageDetail, callRecordingEventMessageDetail
- Please go through List chats documentation to get chat ID. Alternatively You can get the chat id directly if you create a meeting using Graph API. You can directly take chat id from here and perform next step
- Run this example in List messages in a chat by replacing the chat ID with your chat ID. In the response you will see eventDetail object with callRecordingUrl. Attaching a screenshot for your reference.
Please follow these docs for Timelines