Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsEventsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-ImmersiveEvents <String>] [-AllowEmailEditing <String>] [-Description <String>]
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-MaxResolutionForTownhall <String>] [-HighBitrateForTownhall <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-TownhallMaxResolution <String>] [-HighBitrateForTownhall <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -377,12 +377,13 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -MaxResolutionForTownhall
### -TownhallMaxResolution
This policy sets the maximum video resolution supported in Town hall events.

Possible values are:
- **Max720p**: Town halls support video resolution up to 720p.
- **Max1080p**: Town halls support video resolution up to 1080p.
- **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.

```yaml
Type: String
Expand All @@ -391,7 +392,7 @@ Aliases:

Required: False
Position: Named
Default value: Max1080p
Default value: MicrosoftManaged
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
7 changes: 4 additions & 3 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsEventsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
[-AllowEventIntegrations <Boolean>] [-AllowedWebinarTypesForRecordingPublish <String>]
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>] [-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
[-UseMicrosoftECDN <Boolean>] [-BroadcastPremiumApps <String>] [-MaxResolutionForTownhall <String>] [-HighBitrateForTownhall <String>]
[-UseMicrosoftECDN <Boolean>] [-BroadcastPremiumApps <String>] [-TownhallMaxResolution <String>] [-HighBitrateForTownhall <String>]
```

## DESCRIPTION
Expand Down Expand Up @@ -438,12 +438,13 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -MaxResolutionForTownhall
### -TownhallMaxResolution
This policy sets the maximum video resolution supported in Town hall events.

Possible values are:
- **Max720p**: Town halls support video resolution up to 720p.
- **Max1080p**: Town halls support video resolution up to 1080p.
- **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.

```yaml
Type: String
Expand All @@ -452,7 +453,7 @@ Aliases:

Required: False
Position: Named
Default value: Max1080p
Default value: MicrosoftManaged
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down