Skip to content

Commit b18d300

Browse files
authored
Merge pull request MicrosoftDocs#7980 from MicrosoftDocs/master
Publish 06/24/2021, 10:30 AM
2 parents 25a85ad + 51f71a9 commit b18d300

File tree

1 file changed

+53
-4
lines changed

1 file changed

+53
-4
lines changed

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

Lines changed: 53 additions & 4 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
@@ -44,7 +46,8 @@ These actions relate to audio and video calls between client endpoints.
4446

4547
## EXAMPLES
4648

47-
### -------------------------- Example 1 --------------------------
49+
### Example 1
50+
4851
```
4952
Set-CsMediaConfiguration -Identity site:Redmond1 -MaxVideoRateAllowed hd720p15m
5053
```
@@ -54,7 +57,8 @@ Note that the value passed to the MaxVideoRateAllowed parameter must be one of t
5457
Also note that the values are not case sensitive; the value entered here as hd720p15m will be automatically converted to the appropriate casing (in this instance, to Hd720p15M).
5558

5659

57-
### -------------------------- Example 2 --------------------------
60+
### Example 2
61+
5862
```
5963
Set-CsMediaConfiguration site:Redmond1 -EncryptionLevel donotsupportencryption
6064
```
@@ -421,6 +425,51 @@ Accept pipeline input: False
421425
Accept wildcard characters: False
422426
```
423427

428+
### -EnableRtx
429+
This parameter is reserved for internal Microsoft use.
430+
431+
```yaml
432+
Type: Boolean
433+
Parameter Sets: (All)
434+
Aliases:
435+
436+
Required: False
437+
Position: Named
438+
Default value: None
439+
Accept pipeline input: False
440+
Accept wildcard characters: False
441+
```
442+
443+
### -EnableAVBundling
444+
This parameter is reserved for internal Microsoft use.
445+
446+
```yaml
447+
Type: Boolean
448+
Parameter Sets: (All)
449+
Aliases:
450+
451+
Required: False
452+
Position: Named
453+
Default value: None
454+
Accept pipeline input: False
455+
Accept wildcard characters: False
456+
```
457+
458+
### -EnableReceiveAgc
459+
This parameter is reserved for internal Microsoft use.
460+
461+
```yaml
462+
Type: Boolean
463+
Parameter Sets: (All)
464+
Aliases:
465+
466+
Required: False
467+
Position: Named
468+
Default value: None
469+
Accept pipeline input: False
470+
Accept wildcard characters: False
471+
```
472+
424473
### CommonParameters
425474
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).
426475

0 commit comments

Comments
 (0)