Forum Discussion
Gemma1973
Sep 22, 2021Copper Contributor
Teams meeting recording on Stream - save in Teams channel without than downloading and uploading
I want to save the Teams meeting recording to a Teams channel. The recording is currently in the chat but I would rather have the link in the channel or be able to move it rather than having to downl...
Sep 22, 2021
Hello
Teams Meeting Recordings are saved on SharePoint/OneDrive since august, if it still saving to stream, check your meeting policy using PowerShell, if you have permissions
Get-CsTeamsMeetingPolicy | fl RecordingStorageMode
More info https://docs.microsoft.com/en-us/microsoftteams/cloud-recording
Teams Meeting Recordings are saved on SharePoint/OneDrive since august, if it still saving to stream, check your meeting policy using PowerShell, if you have permissions
Get-CsTeamsMeetingPolicy | fl RecordingStorageMode
More info https://docs.microsoft.com/en-us/microsoftteams/cloud-recording
Sep 22, 2021
Also if the recording is not happening in a chat, it's expected is going to be stored in the OneDrive of the organizer so you what you can do here is ask the organizer to access his/her OneDrive and Copy/Move the recording to the specific channel using the Copy To / Move To actions
- Gemma1973Sep 22, 2021Copper Contributorthanks for this too. i am the organiser and it was in the Chat - it's just that i didn't want it to stay there. will check as per earlier suggestion.