Forum Discussion
Alpha3101
Sep 13, 2022Copper Contributor
Accessing teams recordings through chatbot SSO
Hey Is there any method in MS Teams custom chatbot through which I can get access to MS teams meeting recording which gets saved in OneDrive. Primarily through SSO encryption inside the chatbot. Th...
Meghana-MSFT
Microsoft
Sep 13, 2022Alpha3101 - Teams meeting Record link is available in Graph Beta API under Chat messages - callRecordingUrl.
chatMessage chatMessage resource type - Microsoft Graph v1.0 | Microsoft Docs
eventMessageDetail eventMessageDetail resource type - Microsoft Graph v1.0 | Microsoft Docs
callRecordingEventMessageDetail callRecordingEventMessageDetail resource type - Microsoft Graph v1.0 | Microsoft Docs
-
Please go through List chats documentation to get chat ID
-
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.
Thanks,
Meghana
------------------------------------------------------------------------------------------------------------------------
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.