question

O365User58784-0756 avatar image
0 Votes"
O365User58784-0756 asked JimmyYang-MSFT commented

AllowCloudRecordingForCalls set to false, but users can still record calls

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. 91708-teamsps.png

Set-CsTeamsCallingPolicy -Identity Global -AllowCloudRecordingForCalls $false





office-teams-windows-itpro
teamsps.png (9.5 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

O365User58784-0756 avatar image
0 Votes"
O365User58784-0756 answered JimmyYang-MSFT commented

I just saw an updated to MC238796 in my tenant message center, and it looks like this change was pushed out to May 31, 2021. I'll check back to see if it's working after that.

· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I have also just seen it. thanks for that information.
as always a bad communication strategy by MS...

0 Votes 0 ·

Hi @O365User58784-0756

Sorry for the delay response!

I did the test in my environment and reproduce the same issue. Although the AllowCloudRecordingForCalls set to false, users can still recording normally.

And thanks for @O365User58784-0756 information about it. I have found it in the Message Center. Hope it will be updated in the future.

94638-22.png


0 Votes 0 ·
22.png (33.3 KiB)

@O365User58784-0756

At the same time, I will also follow up this thread and will inform you in time if there is any update.

0 Votes 0 ·
JimmyYang-MSFT avatar image
0 Votes"
JimmyYang-MSFT answered HeberNico-3200 commented

@O365User58784-0756,

In addition to the above command, you also need to execute the following command:

Set-CsTeamsMeetingPolicy -Identity <policyname>-AllowCloudRecording $false

For more details about this command, you can refer to:

https://docs.microsoft.com/en-us/powershell/module/skype/set-csteamsmeetingpolicy?view=skype-ps


If the response is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

We have the exact same issue here.
calling policies: AllowCloudRecordingForCalls is set to false (disable 1:1 recording)
meeting policies AllowCloudRecording is set to true (enable meeting recording)

If we also need to disable meeting recording, this would be bad.
Is there any other solution?

1 Vote 1 ·

Thanks! But if I want to allow meeting recordings, but not call recordings, wouldn't I leave set Set-CsTeamsMeetingPolicy to true?

0 Votes 0 ·