Skip to content

Commit b31d440

Browse files
authored
Merge pull request #12160 from blackquack/blackquack-patch-1
update/add new field for TeamsCallingPolicy.Copilot
2 parents 232adfc + cff9e9f commit b31d440

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

teams/teams-ps/teams/New-CsTeamsCallingPolicy.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ New-CsTeamsCallingPolicy [-Identity] <string> [-Description <string>] [-AllowPri
2626
[-BusyOnBusyEnabledType <string>] [-MusicOnHoldEnabledType <string>] [-AllowCloudRecordingForCalls <boolean>]
2727
[-AllowTranscriptionForCalling <boolean>] [-PopoutForIncomingPstnCalls <string>] [-PopoutAppPathForIncomingPstnCalls <string>]
2828
[-LiveCaptionsEnabledTypeForCalling <string>] [-AutoAnswerEnabledType <string>] [-SpamFilteringEnabledType <string>]
29-
[-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>] [-EnableWebPstnMediaBypass <Boolean>]
29+
[-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>] [-Copilot <string>] [-EnableWebPstnMediaBypass <Boolean>]
3030
[-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

@@ -308,6 +308,27 @@ Accept pipeline input: False
308308
Accept wildcard characters: False
309309
```
310310
311+
### -Copilot
312+
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.
313+
314+
Valid options are:
315+
- Enabled: Copilot can work with or without transcription during calls. This is the default value.
316+
- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls.
317+
- Disabled: Copilot is disabled for calls.
318+
319+
```yaml
320+
Type: String
321+
Parameter Sets: (All)
322+
Aliases:
323+
Applicable: Microsoft Teams
324+
325+
Required: False
326+
Position: Named
327+
Default value: Enabled
328+
Accept pipeline input: False
329+
Accept wildcard characters: False
330+
```
331+
311332
### -EnableWebPstnMediaBypass
312333
Determines if MediaBypass is enabled for PSTN calls on specified Web platforms.
313334

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)