Optional: Remove restrictions from Recording Policy
By default, the recording policy is created in compliance mode. Compliance mode means that users cannot establish calls when the recorder cannot record said calls. Remove these restrictions using this procedure.
Before you begin
Assign the bot to a recording policy
Procedure
-
Run the following command:
Get-CsTeamsComplianceRecordingPolicy
The ID of the compliance recording application and the name of the compliance recording policy is obtained. Note the value of the application ID (in the format
ComplianceRecordingApplications : {Id=1223455...) and the policy name (in the Identity field in the format "Tag:SomeID"). -
To change the compliance recording policy options and turn off all restrictions, run the following command. Replace the
<PolicyName>and the<ComplianceApplicationId>with the values noted previously.Set-CsTeamsComplianceRecordingApplication -Identity '<PolicyName>/<ComplianceApplicationId>' -RequiredBeforeMeetingJoin 0 -RequiredBeforeCallEstablishment 0 -RequiredDuringMeeting 0 -RequiredDuringCall 0
What to do next