File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ New-CsTeamsCallingPolicy [-Identity] <string> [-Description <string>] [-AllowPri
26
26
[-BusyOnBusyEnabledType <string>] [-MusicOnHoldEnabledType <string>] [-AllowCloudRecordingForCalls <boolean>]
27
27
[-AllowTranscriptionForCalling <boolean>] [-PopoutForIncomingPstnCalls <string>] [-PopoutAppPathForIncomingPstnCalls <string>]
28
28
[-LiveCaptionsEnabledTypeForCalling <string>] [-AutoAnswerEnabledType <string>] [-SpamFilteringEnabledType <string>]
29
- [-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>]
29
+ [-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>] [-EnableWebPstnMediaBypass <Boolean>]
30
30
[-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
31
31
```
32
32
@@ -308,6 +308,21 @@ Accept pipeline input: False
308
308
Accept wildcard characters : False
309
309
` ` `
310
310
311
+ ### -EnableWebPstnMediaBypass
312
+ Determines if MediaBypass is enabled for PSTN calls on specified Web platforms.
313
+
314
+ ` ` ` yaml
315
+ Type : Boolean
316
+ Parameter Sets : (All)
317
+ Aliases :
318
+
319
+ Required : False
320
+ Position : Named
321
+ Default value : None
322
+ Accept pipeline input : False
323
+ Accept wildcard characters : False
324
+ ` ` `
325
+
311
326
### -Identity
312
327
Name of the policy instance being created.
313
328
You can’t perform that action at this time.
0 commit comments