Recording for calls is disabled within Teams, but users are still able to record then. I set the policy using the powershell command below, per the recent change announced via MC238796. Is there anything else I need to do disable calls in Teams from being recording. 
Set-CsTeamsCallingPolicy -Identity Global -AllowCloudRecordingForCalls $false
