Skip to content

Commit 3afbffe

Browse files
authored
Merge branch 'main' into patch-1
2 parents 879bd68 + 6010da0 commit 3afbffe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2121
[-AllowEventIntegrations <Boolean>] [-AllowedWebinarTypesForRecordingPublish <String>]
2222
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
2323
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>] [-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
24-
[-UseMicrosoftECDN <Boolean>] [-BroadcastPremiumApps <String>] [-MaxResolutionForTownhall <String>] [-HighBitrateForTownhall <String>]
24+
[-UseMicrosoftECDN <Boolean>] [-BroadcastPremiumApps <String>] [-TownhallMaxResolution <String>] [-HighBitrateForTownhall <String>]
2525
```
2626

2727
## DESCRIPTION
@@ -438,12 +438,13 @@ Accept pipeline input: False
438438
Accept wildcard characters: False
439439
```
440440
441-
### -MaxResolutionForTownhall
441+
### -TownhallMaxResolution
442442
This policy sets the maximum video resolution supported in Town hall events.
443443
444444
Possible values are:
445445
- **Max720p**: Town halls support video resolution up to 720p.
446446
- **Max1080p**: Town halls support video resolution up to 1080p.
447+
- **MicrosoftManaged**: Town halls will support video resolution up to 720p except for those customers whose networks have been assessed by Microsoft to support up to 1080p."
447448
448449
```yaml
449450
Type: String
@@ -452,7 +453,7 @@ Aliases:
452453

453454
Required: False
454455
Position: Named
455-
Default value: Max1080p
456+
Default value: MicrosoftManaged
456457
Accept pipeline input: False
457458
Accept wildcard characters: False
458459
```

0 commit comments

Comments
 (0)