You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setting will enable Tenant Admins to specify whether Teams Premium town halls will support up to 1080p video resolution.
412
+
413
+
Possible values are:
414
+
- **Max1080p**: Town hall video quality supports up to 1080p
415
+
- **Max720p**: Town hall video quality supports up to 720p
416
+
417
+
```yaml
418
+
Type: String
419
+
Parameter Sets: (All)
420
+
Aliases:
421
+
422
+
Required: False
423
+
Position: Named
424
+
Default value: Max1080p
425
+
Accept pipeline input: False
426
+
Accept wildcard characters: False
427
+
```
428
+
429
+
### -HighBitrateForTownhall
430
+
This setting will enable Tenant Admins to specify whether Teams Premium Town halls will support high-bitrate video quality of up to 8 Mbps. Note: In order to enable this policy, one must first set the `MaxResolutionForTownhall` policy to `Max1080p`.
431
+
432
+
Possible values are:
433
+
- **Enabled**: Town halls support high-bitrate video quality (up to 8 Mbps)
434
+
- **Disabled**: Town halls do not support high-bitrate video quality (up to 4 Mbps)
435
+
436
+
```yaml
437
+
Type: String
438
+
Parameter Sets: (All)
439
+
Aliases:
440
+
Required: False
441
+
Position: Named
442
+
Default value: Disabled
443
+
Accept pipeline input: False
444
+
Accept wildcard characters: False
445
+
```
446
+
409
447
### -Confirm
410
448
The Confirm switch does not work with this cmdlet.
0 commit comments