Skip to content

Commit 0765c61

Browse files
authored
Update Set-CsTeamsCallingPolicy.md
1 parent c6dc662 commit 0765c61

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
3636
[-CallRecordingExpirationDays <long>]
3737
[-Confirm]
3838
[-Force]
39+
[-Copilot] <string>]
3940
[-InboundFederatedCallRoutingTreatment <string>]
4041
[-InboundPstnCallRoutingTreatment <string>]
4142
[-LiveCaptionsEnabledTypeForCalling <string>]
@@ -313,6 +314,27 @@ Accept pipeline input: False
313314
Accept wildcard characters: False
314315
```
315316
317+
### -Copilot
318+
Setting this parameter lets you control how Copilot is used during calls and if transcription is needed to be turned on and saved after the call.
319+
320+
Valid options are:
321+
- Enabled: Copilot can work with or without transcription during calls. This is the default value.
322+
- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls.
323+
- Disabled: Copilot is disabled for calls.
324+
325+
```yaml
326+
Type: String
327+
Parameter Sets: (All)
328+
Aliases:
329+
Applicable: Microsoft Teams
330+
331+
Required: False
332+
Position: Named
333+
Default value: Enabled
334+
Accept pipeline input: False
335+
Accept wildcard characters: False
336+
```
337+
316338
### -Identity
317339
Name of the policy instance being created.
318340

0 commit comments

Comments
 (0)