Forum Discussion
How to disable recording disclaimer before a meeting recording?
To disable the Recording Notification -
Log into PowerShell following the steps in Step 2 above, and run "Get-CSTeamsComplianceRecordingPolicy"
Make a note of the identity as you will need this for the next command:
Set-CSTeamsComplianceRecordingPolicy -Identity {Everything after, but not including TAG:} -DisableComplianceRecordingAudioNotificationForCalls $true
To check this has worked, run "Get-CSTeamsComplianceRecordingPolicy" again.
You will notice that the switch has changed to True for this option.
For 3rd party compliance based cloud recording for Teams please visit https://www.oakinnovate.com/clarify
This will disable the audio announcement only. It's not possible to disable the banner.
rgjones this is about audio and not about the banner
- rgjonesAug 11, 2023Copper Contributor
Paul_Keijzers The instructions above are what our customers run to disable the audio announcement.
- Aug 11, 2023
rgjones but he is talking about the banner that states this meeting is recorded.
- rgjonesAug 11, 2023Copper Contributor“Having a recording disclaimer played before the meeting” to me sounds like he means the audio announcement. You can’t play a banner which is displayed throughout the meeting.