Skip to content

Commit 770add6

Browse files
Update New-CsTeamsCallingPolicy.md
Resolving documentation gap for parameter that is live
1 parent a410f4b commit 770add6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 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>]
29+
[-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>] [-EnableWebPstnMediaBypass <Boolean>]
3030
[-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

@@ -308,6 +308,21 @@ Accept pipeline input: False
308308
Accept wildcard characters: False
309309
```
310310
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+
311326
### -Identity
312327
Name of the policy instance being created.
313328

0 commit comments

Comments
 (0)