Teams Phone now supports customized recording and transcription consent notifications

Microsoft introduced customized consent notifications for Teams recording and transcription in February 2026. Until now, these customizations were available only for meetings. Microsoft is now rolling out the customized consent notifications to Teams Phone.

I already described how to prepare such customization templates with PowerShell. Administrators can now also use these templates in Teams Calling policies.

Read:  How to customize Teams recording and transcription consent notifications with PowerShell

As with meeting policies, the required properties EnableRecordingAndTranscriptionCustomMessage and RecordingAndTranscriptionCustomMessageIdentifier are also available in Teams Calling policies. These properties were already available in February, but Teams did not use the templates when administrators configured them (I tested it). This configuration is now active once the rollout is complete.

Consent notification properties in Teams Calling policies
Consent notification properties in Teams Calling policies

Updating both settings is straightforward.

  1. Get the available message templates with Get-CsTeamsRecordingAndTranscriptionCustomMessage, or prepare a new template with my PowerShell samples. Such a template always starts with “Global/….”.
Get your available message templates
Get your available message templates
  1. Assign the template to a calling policy. Don’t forget to enable the setting EnableRecordingAndTranscriptionCustomMessage.
PowerShell
Set-CsTeamsCallingPolicy `
    -Identity "<PolicyName>" `
    -EnableRecordingAndTranscriptionCustomMessage $true `
    -RecordingAndTranscriptionCustomMessageIdentifier "<RecordingAndTranscriptionCustomMessageTemplateID>"

Customized consent notifications are configured for Teams Calling
Customized consent notifications are configured for Teams Calling
  1. Test it with a phone call.
    • Customized consent notifications are supported for VoIP calls to internal and external users.
    • Explicit recording consent with customized consent notifications is supported for VoIP calls to internal and external users.
    • PSTN calls (for example, calls to landline or mobile numbers) do not yet support explicit consent or customized consent notifications.
    • Customized consent notifications are now also available in the Teams mobile app. This platform was missing when the feature launched in February.
Teams Phone now supports customized consent notifications
Teams Phone now supports customized consent notifications

Avatar photo

Tobias Asböck

Tobias is a Senior System Engineer with more than 10 years of professional experience with Microsoft 365 products such as SharePoint Online, SharePoint Premium, OneDrive for Business, Teams Collaboration, Entra ID, Information Protection, Universal Print, and Microsoft 365 Licensing. He also has 15+ years of experience planning, administering, and operating SharePoint Server environments. Tobias is a PowerShell Scripter with certifications for Microsoft 365 products. In his spare time, Tobias is busy with updates in the Microsoft 365 world or on the road with his road bike and other sports activities. If you have additional questions, please contact me via LinkedIn or [email protected].

Leave a Comment