Capturing audio, video, and screen content from Teams meetings for later review or sharing
Hi Vaughan R, I am here to assist with your issue. It seems you are frustrated with the fact that both parties in a call on Microsoft Teams can hear "this call is being recorded". Legally you are not able to remove the banner shown however you may be able to remove the audio if that is what you would like. To disable the recording notification you will need to follow these steps. 1 - Log into PowerShell 2 - run "Get-CSTeamsComplianceRecordingPolicy" 3 - Set-CSTeamsComplianceRecordingPolicy -Identity {Everything after, but not including TAG:} -DisableComplianceRecordingAudioNotificationForCalls $true 4 - In order to check if it worked run "Get-CSTeamsComplianceRecordingPolicy" again. Hopefully the switch will have changed to True for this option. This will disable the audio announcement only. (Source - https://techcommunity.microsoft.com/t5/microsoft-teams/how-to-disable-recording-disclaimer-before-a-meeting-recording/m-p/3854484) Hopefully this may resolve your issue. Sincerely, Richard.N