Skip to content

Commit 1b9bd01

Browse files
authored
Removed hyphens from "Example" headings...
...because these can look bad on docs.microsoft.com.
1 parent 3246633 commit 1b9bd01

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ These actions relate to audio and video calls between client endpoints.
4646

4747
## EXAMPLES
4848

49-
### -------------------------- Example 1 --------------------------
49+
### Example 1
50+
5051
```
5152
Set-CsMediaConfiguration -Identity site:Redmond1 -MaxVideoRateAllowed hd720p15m
5253
```
@@ -56,7 +57,8 @@ Note that the value passed to the MaxVideoRateAllowed parameter must be one of t
5657
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).
5758

5859

59-
### -------------------------- Example 2 --------------------------
60+
### Example 2
61+
6062
```
6163
Set-CsMediaConfiguration site:Redmond1 -EncryptionLevel donotsupportencryption
6264
```

0 commit comments

Comments
 (0)