Recording Meetings in the Teams Cloud - Microsoft Teams (2023)

  • Article
  • 18 minutes to read
  • Applies to:
    Microsoft Teams

In Microsoft Teams, users can record their team meetings and group calls to record audio, video, and screen sharing activities. There is also an option to automatically transcribe recordings, allowing users to play meeting recordings with subtitles and review important discussion points in the transcript. The recording occurs in the cloud and is stored on OneDrive and SharePoint so users can share it securely across the organization.

When a meeting is recorded, it automatically:

  • Uploaded to OneDrive or SharePoint
  • Approved for meeting guests
  • Linked to meeting in chat
  • Appears on the Meeting Recordings & Transcripts tab in the Teams calendar
  • Added to multiple file lists in Microsoft 365: Shared with me, office.com, Recommended, Recent, etc.
  • Indexed for Microsoft 365 search

Related:Teams meet to record end-user documentation

supervision

The switch from Microsoft Stream (classic) to OneDrive and SharePoint for meeting recordings will happen automatically in August 2021. Detailed information can be found atUse OneDrive and SharePoint or Stream for meeting recordings.

supervision

For information about using roles in Teams meetings and changing user roles, seeRoles in a Teams meeting. For live event recording options, seeTeams recording policies for live events.

Requirements to record meetings in the Teams cloud

For a Teams user's meetings to be recorded, OneDrive and SharePoint must be enabled for the tenant. In addition, the following prerequisites are required for both the meeting organizer and the person starting the recording:

  • The user has enough OneDrive storage to store meeting recordings outside of the channel.

  • The Teams channel has enough storage space on SharePoint to store the channel's meeting recordings.

  • the user hasCsTeamsMeetingPolicy-AllowCloudRecordingSetting set to true to record meetings and group calls.

  • the user hasCsTeamsCallingPolicy -AllowCloudRecordingForCallsset to true to record 1:1 calls.

  • The user is not an anonymous, invited, or federated user in the meeting.

  • To enable transcription of a user's meeting, the Teams meeting policy they are assigned to must have the- Allow transcriptionConfiguration set to true.

  • To have channel meeting recordings saved so that channel members cannot edit or download the recordings, theCSTeamsMeetingPolicy -ChannelRecordingDownloadThe preference should be set to Block.

Important

Users don't have to have OneDrive or SharePoint enabled if you want users to only record and download recordings. This means that recordings are not stored in OneDrive or SharePoint, but in Teams temporary storage with a limit of 21 days before they can be deleted. It is not something that an administrator can currently control, manage, or delete.

For moreInformation about how meeting preparation recording works, Look down.

(Video) How to record a meeting in Microsoft Teams, demo tutorial

Set up Teams cloud meeting recording for users in your organization

This section explains how to set up and schedule Teams meeting recording throughGuidelines for Team Meetings.

Enable or disable cloud recording

You can use the Microsoft Teams admin center or PowerShell to set a Teams meeting policy to control whether user meetings can be recorded.

In the Microsoft Teams admin center, enable or disable thecloud recordingSettings in the meeting policy. For more information, seeConfiguring meeting policies for audio and video.

Using PowerShell, configure the AllowCloudRecording option in TeamsMeetingPolicy. For more information, seeNew-CsTeamsMeetingPolicymiConjunto-CsTeamsMeetingPolicy.

Both the meeting organizer and the recording initiator must have recording permissions to record the meeting. Unless you've assigned a custom policy to users, users receive the global policy, which has AllowCloudRecording enabled by default.

supervision

For more information about using Teams roles to configure who can record a meeting, seeRoles in a Teams meeting.

To switch a user back to the global policy, use the following cmdlet to remove a specific policy assignment for a user:

Grant-CsTeamsMeetingPolicy -Identity {usuario} -PolicyName $null -Verbose

Use the following cmdlet to change the AllowCloudRecording value in the global policy:

Establecer-CsTeamsMeetingPolicy-Identity Global-AllowCloudRecording $true
screenplaySteps
I want all users in my company to be able to record their meetings.
  1. Confirme el elemento global CsTeamsMeetingPolicy AllowCloudRecording = True.
  2. All users have the global CsTeamsMeetingPolicy OR one of the CsTeamsMeetingPolicy with AllowCloudRecording = True.
I want most of my users to be able to record their meetings, but selectively disable certain users who don't have permission to record.
  1. Confirme el elemento AllowCloudRecording de GlobalCsTeamsMeetingPolicy = True.
  2. Most users have the global CsTeamsMeetingPolicy OR one of the CsTeamsMeetingPolicy with AllowCloudRecording = True.
  3. All other users got one of the CsTeamsMeetingPolicy with AllowCloudRecording = False.
I want recording to be 100% off.
  1. Confirme el elemento global CsTeamsMeetingPolicy AllowCloudRecording = False.
  2. All users got the global CsTeamsMeetingPolicy OR one of the CsTeamsMeetingPolicy policies with AllowCloudRecording = False.
I would like recording to be disabled for most users, but selectively enable specific users with permission to record.
  1. Confirme el elemento global CsTeamsMeetingPolicy AllowCloudRecording = False.
  2. Most users got the global CsTeamsMeetingPolicy OR one of the CsTeamsMeetingPolicy policies with AllowCloudRecording = False.
  3. All other users got one of the CsTeamsMeetingPolicy with AllowCloudRecording = True.

    supervision

    When a Teams user from an external tenant who is enabled for Teams policy-based compliance logging joins a meeting or calls their tenant, the other tenant records that meeting/call for compliance purposes, regardless of whether the cloud-based recording is enabled. or disabled in his tenant. Presenters attending the meeting in your tenant are encouraged to remove the user from the meeting if they do not want users in another tenant to capture the recordings. For more information about policy-based compliance logging in Teams, see.

    Block or allow channel meeting recordings to be downloaded

    This setting controls whether channel reviews are saved to a Recordings folder or a Recordings\Views folder on the channel. The setting is applied to the policy of the user who chooses to record the channel meeting.

    The two values ​​for this setting are:

    • To allow(Default): Save channel meeting recordings to a channel recordings folder. The recording file permissions are based on the channel's SharePoint permissions. This is the same as any other file uploaded to the channel.

    • square- Save channel meeting recordings to a "Recordings\View Only" folder on the channel. Channel owners have full rights to recordings in this folder, but channel members have read-only access without the ability to download.

    Using PowerShell, set the ChannelRecordingDownload setting to TeamsMeetingPolicy. For more information, seeNew-CsTeamsMeetingPolicymiConjunto-CsTeamsMeetingPolicy.

    Unless you have assigned a custom policy to users, users will get the global policy with ChannelRecordingDownload set to Allow by default.

    To switch a user back to the global policy, use the following cmdlet to remove a specific policy assignment for a user:

    Grant-CsTeamsMeetingPolicy -Identity {usuario} -PolicyName $null -Verbose

    Use the following cmdlet to change the value of ChannelRecordingDownload in the global policy:

    Set-CsTeamsMeetingPolicy -Identity Global -ChannelRecordingDownload Block

    supervision

    (Video) How to record your meeting in Microsoft Teams

    The ChannelRecordingDownload setting is only available in the Teams PowerShell module version 2.4.1-Preview or later. Use this command to download the latest preview version of the module:

    Install-Module -Name MicrosoftTeams -Force -AllowClobber -AllowPrerelease

    Enable or disable transcription of recordings

    This setting controls whether closed captioning and transcription features are available when playing meeting recordings. The person who started the recording must enable this setting for these features to work with the recording.

    Enabling this setting creates a copy of the transcript that is saved with the meeting recording, allowing you toSeek,CC, ztranscriptsin the recording of the session.

    supervision

    This recorded meeting record is currently only available in English (US), English (Canada), English (India), English (UK), English (Australia), English (New Zealand), Arabic (UAE), and Arabic (Saudi Arabia). supported), Chinese (Simplified, China), Chinese (Traditional, Hong Kong SAR), Chinese (Traditional, Taiwan), Czech (Czech), Danish (Denmark), Dutch (Belgium), Dutch (Netherlands), French ( Canada), French (France), Finnish (Finland), German (Germany), Greek (Greece), Hebrew (Israel), Hindi (India), Hungarian (Hungary), Italian (Italy), Japanese (Japan), Korean ( Korea), Norwegian (Norway), Polish (Poland), Portuguese (Brazil), Portuguese (Portugal), Romanian (Romania), Russian (Russia), Slovak (Slovakia), Spanish (Mexico), Spanish (Spain), Swedish ( Sweden), Thai (Thailand), Turkish (Turkey), Ukrainian (Ukraine), Vietnam Messian (Vietnam). They are stored along with meeting recordings in OneDrive and SharePoint cloud storage.

    You can use the Microsoft Teams admin center or PowerShell to configure a Teams meeting policy to control whether the initiator of the recording has the ability to transcribe the meeting recording.

    In the Microsoft Teams admin center, enable or disable theallow transcriptionSettings in the meeting policy. For more information, seeConfiguring meeting policies for audio and video.

    Using PowerShell, set the Allow transcription option in TeamsMeetingPolicy. For more information, seeNew-CsTeamsMeetingPolicymiConjunto-CsTeamsMeetingPolicy.

    Unless you have assigned a custom policy to users, users will receive the global policy, which has Allow transcription disabled by default.

    To switch a user back to the global policy, use the following cmdlet to remove a specific policy assignment for a user:

    Grant-CsTeamsMeetingPolicy -Identity {usuario} -PolicyName $null -Verbose

    Use the following cmdlet to change the AllowCloudRecording value in the global policy:

    Establecer-CsTeamsMeetingPolicy-Identity Global-AllowTranscription $false
    screenplaySteps
    I want all users in my company to be able to transcribe when they start recording a meeting.
    1. Confirm the AllowTranscription element of Global CsTeamsMeetingPolicy = True.
    2. All users have global csTeamsMeetingPolicy OR one of the CsTeamsMeetingPolicy with AllowTranscription = True.
    I want most of my users to transcribe meeting recordings, but selectively disable specific users who don't have permission to transcribe.
    1. Confirm the AllowTranscription element of Global CsTeamsMeetingPolicy = True.
    2. Most users have either the global CsTeamsMeetingPolicy OR one of the CsTeamsMeetingPolicy policies with AllowTranscription = True.
    3. All other users got one of the CsTeamsMeetingPolicy with AllowTranscription = False.
    I want the transcription of the recording to be 100% disabled.
    1. Confirm the AllowTranscription element of Global CsTeamsMeetingPolicy = False.
    2. All users have been assigned the global CsTeamsMeetingPolicy OR one of the CsTeamsMeetingPolicy policies with AllowTranscription = False.
    I would like transcription to be disabled for most users, but selectively enable specific users with permission to transcribe.
    1. Confirme el elemento global CsTeamsMeetingPolicy AllowCloudRecording = False.
    2. Most users got the global CsTeamsMeetingPolicy OR one of the CsTeamsMeetingPolicy policies with AllowCloudRecording = False.
    3. All other users got one of the CsTeamsMeetingPolicy with AllowCloudRecording = True.

    Acceptance of the Terms of Use

    If your organization has a meeting recording policy that you want your users to agree to before recording a meeting, use theAzure Active Directory Terms of ServiceFeature. With this feature, your users can agree to the terms of your organization's user policy before they're granted access to Microsoft Teams. This feature is not specific to clicking the record button, but relates to using Teams or other Microsoft 365 apps in general. Our suggestion is to add the meeting recording information to your general terms of use for using Teams or Microsoft 365.

    Set a custom privacy policy URL

    As an administrator, you can update the Teams recording and transcription privacy policy URL with a custom link for your organization. you can keep doing thisAzure AD admin centerwith the following steps:

    1. Sign in to the Azure AD admin center.
    2. Go toAzure Active Directory>features.
    3. updatePrivacy Policy URLField with the link to your privacy policy.

    supervision

    If you've already updated this field for your organization, you don't need to make any changes.

    After adding your privacy policy URL, the default Teams meeting recording and transcription privacy policy will be replaced with the new URL provided by your organization.

    supervision

    Anonymous, invited, and federated users who attend Teams meetings hosted by your organization will continue to have the default Teams meeting recording and transcription privacy policy.

    Permissions and Storage

    Meeting recordings are stored in OneDrive and SharePoint cloud storage. The location and permissions depend on the meeting type and the user's role in the meeting. The default permissions applied to the recording are listed below. Users with full editing rights to the video recording file can change the permissions and then share it with others if necessary.

    Off channel meetings

    • The recording is saved in a folder calledrecordingson OneDrive of the user who clicked Burn.

      (Video) How to disable cloud recording in MS Teams #Microsoft #MSTeams

      Example:OneDrive recorders/recordings

    • People invited to the meeting, except external participants, are automatically granted permission to view the recording file without download capability.

    • The meeting owner and the person who clicked on the record have full editing access with the ability to change and share permissions.

    Channel-Meetings

    SeEstablecer-CsTeamsMeetingPolicy-ChannelRecordingDownloadis configured to allow (default):

    • The recording is saved to the documentation library on the Teams site in a folder namedrecordings.

      Example:Team name – Channel name/documents/recordings

    • The member who clicked Record has editing rights to the recording.

    • The permissions of all other members are based on the SharePoint permissions of the channel.

    SeEstablecer-CsTeamsMeetingPolicy-ChannelRecordingDownloadis configured to block:

    • The recording is saved to the documentation library on the Teams site in a folder namedrecords/views only.

      Example:Team name – Channel name/Documents/Records/View Only

    • Channel owners have full rights to edit and download recordings in this folder.

    • Channel members have read-only access with no download capability.

    For more information on specific meeting types, see the following table:

    session typeWho clicked record?where is the recordingWho has access? R/W, R or parts
    1:1 conversation with internal partnerscallerThe caller's OneDrive accountThe caller is the owner and has all rights.

    The recipient (if in the same tenant) has read-only access. No shared access.

    The recipient (if in a different tenant) does not have access. The caller must share it with the caller.

    1:1 conversation with internal partnersPhone callThe recipient's OneDrive accountCallee is the owner and has all rights.

    Caller (if same tenant only has read access. No shared access.

    The caller (if in another tenant) does not have access. The called party must share it with the calling party.

    1:1 conversation with outside callcallerThe caller's OneDrive accountThe caller is the owner and has all rights.

    The called party does not have access. The caller must share it with the called party.

    1:1 conversation with outside callPhone callThe recipient's OneDrive accountCallee is the owner and has all rights.

    The caller does not have access. The called party must share it with the calling party.

    group callAny member of the callGroup member who clicked on Record's OneDrive accountThe member who clicked save has full rights.

    Other members of the same tenant have read rights.

    Other members of the group of other tenants have no rights to it.

    Ad hoc/scheduled meetingorganizerOrganizer's OneDrive accountAll rights to the recording belong to the organizer.

    All other meeting members have read access with no download option.

    Ad hoc/scheduled meetingAnother member of the assembly.Meeting member who clicked recordThe member who clicked Record has full rights to the recording.

    The organizer has editing rights and can share.

    All other meeting members have read access with no download option.

    Ad hoc/scheduled meeting with external participantsorganizerOrganizer's OneDrive accountAll rights to the recording belong to the organizer.

    All other meeting members from the same hosting tenant have read access without downloading.

    All other external members do not have access and the organizer must share it with them.

    Ad hoc/scheduled meeting with external participantsAnother member of the assembly.Member who clicked recordThe member who clicked Record has full rights to the recording. The organizer has editing rights and can share.

    All other meeting members from the same hosting tenant have read access without downloading.

    All other external members do not have access and the organizer must share it with them.

    channel meetingchannel memberTeams SharePoint location for this channelIf Set-CsTeamsMeetingPolicy -ChannelRecordingDownload is set to Allow (default), the member who clicked Record has editing rights to the recording. The permissions of all other members are based on the SharePoint permissions of the channel.

    If Set-CsTeamsMeetingPolicy -ChannelRecordingDownload is set to Block, channel owners have full rights to the recording, but channel members have read access without downloading.

    If a meeting recording doesn't upload to OneDrive and SharePoint, it will be temporarily available for download in Teams for 21 days before it's deleted. This is currently not something an administrator can control or manage to include the ability to delete.

    Meeting recordings can end up in this temporary storage for the following reasons:

    • For out-of-channel meetings when the recording user doesn't have OneDrive or OneDrive has reached its storage quota
    • For a channel meeting when the SharePoint site has reached its storage quota or the site has not yet been provisioned
    • Whether specific OneDrive and SharePoint policies are enabled that prevent users from uploading files if they are not in specific IP ranges, etc.

    The write retention for this caching is affected by the chat message itself. In this way, removing the original chat message from the recording prevents users from accessing the recording. There are two scenarios that can affect this:

    • The user manually deletes the chat message.- In this scenario, users can no longer access the recording because the original message has disappeared and downloads are no longer possible. However, the recording itself may be retained on Microsoft's internal systems for a period of time (not to exceed the original period of 21 days).

    • Chat message recording removed by chat retention policy- Rehearsal recordings are directly linked to the chat retention policy. While Teams staging retains recordings for 21 days by default before deleting them, due to chat message retention policies, if the chat message is deleted before 21 days, the recording is also deleted. There is no way to recover the recording afterwards.

    planning for storage

    The size of a 1 hour recording is 400 MB. Make sure you know the capacity required for your recorded files and that there is enough space available on OneDrive and SharePoint. readSet the default storage space for OneDrivemiManage storage limits for SharePoint sitesto understand the base storage included with your subscription and how to purchase additional storage.

    Manage meeting recordings

    Meeting recordings are stored as video files on OneDrive and SharePoint and follow the management and control options available on those platforms. readSharePoint governance overviewFor more information.

    For out-of-channel meetings, recordings are stored on the recorder's OneDrive, so ownership and retention continue normally after an employee leaves.Proceso de OneDrive y SharePoint.

    Meeting recordings have a default expiration time of 120 days. You can turn off the automatic expiration setting for meetings or change the default expiration time. learn more aboutMeeting recordings expire automatically.

    (Video) Teams - Recorded Meetings - who can download, view, and where are they stored

    Subtitling of recordings

    Closed captions for Teams meeting recordings are only available during playback if the user has transcription enabled at the time of recording. Administrators mustEnable transcript recording via policyto ensure that your users have the ability to record meetings with transcription.

    Subtitles help create inclusive content for viewers of all experience levels. As the owner, you can hide the closed captions in the meeting recording, although the meeting minutes are still available in Teams unless you delete them.

    Currently, the closed captions of the video recording file are linked to the Teams meeting transcript. This link remains for the life of the file in most cases, but can be broken if the video file is copied to the same OneDrive or SharePoint site, resulting in subtitles not being available in the video file copied.

    Any future changes to the link between the transcript in Teams and the recording will be made clear here and in message center notifications. If we make changes in the future, we'll ensure that recording files that are less than 60 days old display the meeting transcript as closed captions.

    supervision

    Session logging is not yet available in GCC.

    eDiscovery and compliance for meeting recordings

    electronic discovery

    Meeting recordings are stored in OneDrive and SharePoint supported by Microsoft 365 and Office 365 Tier-D. To support eDiscovery requests for compliance managers interested in meeting or call recording, the completed recording message is available in the Microsoft Teams compliance content search feature. Compliance administrators can search for the keyword "recording" in the subject line of the item in the compliance content search view and discover recordings of meetings and calls in the organization.

    Additionally, the video archive of the meeting recording can be found through eDiscovery searches for files in SharePoint and OneDrive.

    For more information about eDiscovery, see the articleeDiscovery solutions for Microsoft 365

    retention policies

    You can apply automatic retention tags to target only Teams meeting video files via the ProgID property. For more information, seeHow to automatically apply a retention label to Teams meeting recordings.

    Microsoft Purview Data Loss Prevention (DLP) Policy

    You can also apply DLP policies to meeting recording files through the ProgID property. In the DLP rule for files in SharePoint and OneDrive, set the conditions as follows:

    • Document ownership =program ID
    • bravery =media.gathering

    For more information on DLP, please read the articleLearn more about data loss prevention

    User cannot record meetings

    If you're an administrator, you can use the following diagnostic tool to verify that the user is correctly configured to record a meeting in Teams:

    1. selectperform testsThen, you complete the diagnostics in the Microsoft 365 admin center.

    2. In the Run Diagnostics area, enter the email address of the user who cannot record meetingsUsername or email addressfield and then selectperform tests.

    3. The tests return the best steps to take to address any tenant or policy settings to verify that the user is correctly configured to record a meeting in Teams.

    Missing meeting minutes

    If you're an administrator, you can use the following diagnostic tool to verify that the meeting recording completed successfully and was uploaded to Stream or OneDrive based on the meeting ID and recording start time:

    1. selectperform testsThen, you complete the diagnostics in the Microsoft 365 admin center.

      Run tests - meeting recording missing

      (Video) Teams Meeting Recordings saved to OneDrive and SharePoint | Channel Meetings, Permissions explained

    2. In the Run Diagnostic area, enter the meeting URLRecorded meeting URL(usually found in the meeting invitation) and the meeting date in theWhen was the meeting recorded?field and then selectperform tests.

    3. Testing confirms that the meeting recording completed successfully and was uploaded to Stream or OneDrive.

    Related topics

    • PowerShell for Teams overview

    Videos

    1. How to Record a Meeting in Microsoft Teams (2021 Update!)
    (Simon Sez IT)
    2. How to share Microsoft Teams recordings externally and internally
    (Aldo James)
    3. Office 365 - How to enable and use Teams Cloud Meetings Recording in Microsoft Teams
    (Todo sobre Microsoft 365 | All about Microsoft 365)
    4. How to Record your Microsoft Teams Meetings
    (Collaboration Coach)
    5. How to Record Microsoft Teams Meetings | 2023 Tutorial
    (Jeremy Chapman)
    6. How to Manage Recordings and Reports | Live Events | Microsoft Teams | Tutorial
    (Collaboration Coach)
    Top Articles
    Latest Posts
    Article information

    Author: Rev. Leonie Wyman

    Last Updated: 03/03/2023

    Views: 6522

    Rating: 4.9 / 5 (79 voted)

    Reviews: 94% of readers found this page helpful

    Author information

    Name: Rev. Leonie Wyman

    Birthday: 1993-07-01

    Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

    Phone: +22014484519944

    Job: Banking Officer

    Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

    Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.