Teams – You can now record 1-to-1 meeting
As you already know, you can record your Teams meetings but it was not possible to record a 1 to 1 meeting.
1 min read
cubesys : Oct 2, 2020 12:00:00 AM
As you know, you can record Teams meetings.
These recordings are currently saved in Stream.
Well, you will soon be able to save these recording in OneDrive.
This applies only to non channel meetings; channel meetings will be saved under a folder named Recording with the name of the channel in the team’s document library.
Non channel meeting recording will be saved in OneDrive under a folder named Recording.
Each participant of these non-channel meetings will receive a shared link access.
Channel meeting will be saved under the same folder (Recording)
NOTE external participant will not receive this link automatically. They will need to be explicitly added.
The recording will be save to the user’s OneDrive who clicked the record button.
The following schedule applies for saving recording in OneDrive:
To start saving meeting recording in OneDrive and SharePoint instead of Stream, you need to use the Skype for Business PowerShell module – reminder the latest Teams PowerShell module now includes the Skype for Business connection (see https://t.co/xmiV2ezIjg).
Connect to Teams/Skype for Business Online with the below command
$session = New-CsOnlineSession -Credential $cred
Import-PSSession $session
Then you have to set the recording storage policy as below
Set-CsTeamsMeetingPolicy -Identity Global -RecordingStorageMode “OneDriveForBusiness”
Set-CsTeamsMeetingPolicy -Identity Global -RecordingStorageMode “Stream”
As you already know, you can record your Teams meetings but it was not possible to record a 1 to 1 meeting.
As you know, you can record Teams meeting by manually hitting the Start recording action.
A noise suppression capability has been added to Microsoft Stream, the enterprise video streaming from Microsoft available with Office 365.