Skip to content

Commit 89bc5f2

Browse files
authored
Adding missing params
1 parent 1dea827 commit 89bc5f2

File tree

1 file changed

+49
-2
lines changed

1 file changed

+49
-2
lines changed

skype/skype-ps/skype/Set-CsMediaConfiguration.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Set-CsMediaConfiguration [[-Identity] <XdsIdentity>] [-EnableQoS <Boolean>] [-En
2525
[-EncryptionLevel <EncryptionLevel>] [-MaxVideoRateAllowed <MaxVideoRateAllowed>] [-Force] [-WhatIf]
2626
[-Confirm] [-EnableAdaptiveBandWidthEstimation <Boolean>] [-EnableG722StereoCodec <Boolean>]
2727
[-EnableH264Codec <Boolean>] [-EnableInCallQoS <Boolean>] [-EnableRtpRtcpMultiplexing <Boolean>]
28-
[-InCallQoSIntervalSeconds <UInt16>] [-EnableVideoBasedSharing <Boolean>] [-EnableDtls <Boolean>] [-EnableSilkForAudioVideoConferences <Boolean>] -[EnableServerFecForVideoInterop] [-WaitIceCompletedToAddDialOutUser] [<CommonParameters>]
28+
[-InCallQoSIntervalSeconds <UInt16>] [-EnableVideoBasedSharing <Boolean>] [-EnableDtls <Boolean>] [-EnableSilkForAudioVideoConferences <Boolean>] -[EnableServerFecForVideoInterop] [-WaitIceCompletedToAddDialOutUser] [-EnableRtx <Boolean>] [-EnableAVBundling <Boolean>] [-EnableReceiveAgc <Boolean>]
29+
[<CommonParameters>]
2930
```
3031

3132
### Instance
@@ -34,7 +35,8 @@ Set-CsMediaConfiguration [-Instance <PSObject>] [-EnableQoS <Boolean>] [-EnableS
3435
[-EncryptionLevel <EncryptionLevel>] [-MaxVideoRateAllowed <MaxVideoRateAllowed>] [-Force] [-WhatIf]
3536
[-Confirm] [-EnableAdaptiveBandWidthEstimation <Boolean>] [-EnableG722StereoCodec <Boolean>]
3637
[-EnableH264Codec <Boolean>] [-EnableInCallQoS <Boolean>] [-EnableRtpRtcpMultiplexing <Boolean>]
37-
[-InCallQoSIntervalSeconds <UInt16>] [-EnableVideoBasedSharing <Boolean>] [-EnableDtls <Boolean>] [-EnableSilkForAudioVideoConferences <Boolean>] -[EnableServerFecForVideoInterop] [-WaitIceCompletedToAddDialOutUser] [<CommonParameters>]
38+
[-InCallQoSIntervalSeconds <UInt16>] [-EnableVideoBasedSharing <Boolean>] [-EnableDtls <Boolean>] [-EnableSilkForAudioVideoConferences <Boolean>] -[EnableServerFecForVideoInterop] [-WaitIceCompletedToAddDialOutUser] [-EnableRtx <Boolean>] [-EnableAVBundling <Boolean>] [-EnableReceiveAgc <Boolean>]
39+
[<CommonParameters>]
3840
```
3941

4042
## DESCRIPTION
@@ -421,6 +423,51 @@ Accept pipeline input: False
421423
Accept wildcard characters: False
422424
```
423425

426+
### -EnableRtx
427+
{{ Fill EnableRtx Description }}
428+
429+
```yaml
430+
Type: Boolean
431+
Parameter Sets: (All)
432+
Aliases:
433+
434+
Required: False
435+
Position: Named
436+
Default value: None
437+
Accept pipeline input: False
438+
Accept wildcard characters: False
439+
```
440+
441+
### -EnableAVBundling
442+
{{ Fill EnableAVBundling Description }}
443+
444+
```yaml
445+
Type: Boolean
446+
Parameter Sets: (All)
447+
Aliases:
448+
449+
Required: False
450+
Position: Named
451+
Default value: None
452+
Accept pipeline input: False
453+
Accept wildcard characters: False
454+
```
455+
456+
### -EnableReceiveAgc
457+
{{ Fill EnableReceiveAgc Description }}
458+
459+
```yaml
460+
Type: Boolean
461+
Parameter Sets: (All)
462+
Aliases:
463+
464+
Required: False
465+
Position: Named
466+
Default value: None
467+
Accept pipeline input: False
468+
Accept wildcard characters: False
469+
```
470+
424471
### CommonParameters
425472
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
426473

0 commit comments

Comments
 (0)