File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
36
36
[-CallRecordingExpirationDays <long>]
37
37
[-Confirm]
38
38
[-Force]
39
+ [-Copilot] <string>]
39
40
[-InboundFederatedCallRoutingTreatment <string>]
40
41
[-InboundPstnCallRoutingTreatment <string>]
41
42
[-LiveCaptionsEnabledTypeForCalling <string>]
@@ -313,6 +314,27 @@ Accept pipeline input: False
313
314
Accept wildcard characters : False
314
315
` ` `
315
316
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
+
316
338
### -Identity
317
339
Name of the policy instance being created.
318
340
You can’t perform that action at this time.
0 commit comments