Skip to content

Commit a3074ef

Browse files
authored
Merge pull request MicrosoftDocs#3528 from get-itips/patch-49
Added description for some parameters
2 parents 8e21aea + 386222b commit a3074ef

File tree

1 file changed

+66
-2
lines changed

1 file changed

+66
-2
lines changed

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

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Set-CsMediaConfiguration [[-Identity] <XdsIdentity>] [-EnableQoS <Boolean>] [-En
2323
[-EncryptionLevel <EncryptionLevel>] [-MaxVideoRateAllowed <MaxVideoRateAllowed>] [-Force] [-WhatIf]
2424
[-Confirm] [-EnableAdaptiveBandWidthEstimation <Boolean>] [-EnableG722StereoCodec <Boolean>]
2525
[-EnableH264Codec <Boolean>] [-EnableInCallQoS <Boolean>] [-EnableRtpRtcpMultiplexing <Boolean>]
26-
[-InCallQoSIntervalSeconds <UInt16>] [-EnableVideoBasedSharing <Boolean>] [<CommonParameters>]
26+
[-InCallQoSIntervalSeconds <UInt16>] [-EnableVideoBasedSharing <Boolean>] [-EnableDtls <Boolean>] [-EnableSilk <Boolean>] -[EnableServerFecForVideoInterop] [-WaitIceCompletedToAddDialOutUser] [<CommonParameters>]
2727
```
2828

2929
### Instance
@@ -32,7 +32,7 @@ Set-CsMediaConfiguration [-Instance <PSObject>] [-EnableQoS <Boolean>] [-EnableS
3232
[-EncryptionLevel <EncryptionLevel>] [-MaxVideoRateAllowed <MaxVideoRateAllowed>] [-Force] [-WhatIf]
3333
[-Confirm] [-EnableAdaptiveBandWidthEstimation <Boolean>] [-EnableG722StereoCodec <Boolean>]
3434
[-EnableH264Codec <Boolean>] [-EnableInCallQoS <Boolean>] [-EnableRtpRtcpMultiplexing <Boolean>]
35-
[-InCallQoSIntervalSeconds <UInt16>] [-EnableVideoBasedSharing <Boolean>] [<CommonParameters>]
35+
[-InCallQoSIntervalSeconds <UInt16>] [-EnableVideoBasedSharing <Boolean>] [-EnableDtls <Boolean>] [-EnableSilk <Boolean>] -[EnableServerFecForVideoInterop] [-WaitIceCompletedToAddDialOutUser] [<CommonParameters>]
3636
```
3737

3838
## DESCRIPTION
@@ -355,6 +355,70 @@ Accept pipeline input: False
355355
Accept wildcard characters: False
356356
```
357357

358+
### -EnableDtls
359+
Enables the use of Datagram Transport Layer Security (DTLS) for ICE
360+
361+
```yaml
362+
Type: Boolean
363+
Parameter Sets: (All)
364+
Aliases:
365+
Applicable: Skype for Business Server 2019
366+
367+
Required: False
368+
Position: Named
369+
Default value: None
370+
Accept pipeline input: False
371+
Accept wildcard characters: False
372+
```
373+
374+
### -EnableSilk
375+
Enables the use of SILK codec
376+
377+
```yaml
378+
Type: Boolean
379+
Parameter Sets: (All)
380+
Aliases:
381+
Applicable: Skype for Business Server 2019
382+
383+
Required: False
384+
Position: Named
385+
Default value: None
386+
Accept pipeline input: False
387+
Accept wildcard characters: False
388+
```
389+
390+
### -EnableServerFecForVideoInterop
391+
Enables the use of server Forward Error Correction for video interoperability
392+
393+
```yaml
394+
Type: Boolean
395+
Parameter Sets: (All)
396+
Aliases:
397+
Applicable: Skype for Business Server 2019
398+
399+
Required: False
400+
Position: Named
401+
Default value: None
402+
Accept pipeline input: False
403+
Accept wildcard characters: False
404+
```
405+
406+
### -WaitIceCompletedToAddDialOutUser
407+
Waits until ICE negotiation is complete to dial out other people
408+
409+
```yaml
410+
Type: Boolean
411+
Parameter Sets: (All)
412+
Aliases:
413+
Applicable: Skype for Business Server 2019
414+
415+
Required: False
416+
Position: Named
417+
Default value: None
418+
Accept pipeline input: False
419+
Accept wildcard characters: False
420+
```
421+
358422
### CommonParameters
359423
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).
360424

0 commit comments

Comments
 (0)