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.
319
+
320
+
Possible values are:
321
+
- **Max1080p**: Town hall video quality supports up to 1080p
322
+
- **Max720p**: Town hall video quality supports up to 720p
323
+
324
+
```yaml
325
+
Type: String
326
+
Parameter Sets: (All)
327
+
Aliases:
328
+
329
+
Required: False
330
+
Position: Named
331
+
Default value: Max1080p
332
+
Accept pipeline input: False
333
+
Accept wildcard characters: False
334
+
```
335
+
336
+
### -HighBitrateForTownhall
337
+
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`.
338
+
339
+
Possible values are:
340
+
- **Enabled**: Town halls support high-bitrate video quality (up to 8 Mbps)
341
+
- **Disabled**: Town halls do not support high-bitrate video quality (up to 4 Mbps)
342
+
343
+
```yaml
344
+
Type: String
345
+
Parameter Sets: (All)
346
+
Aliases:
347
+
348
+
Required: False
349
+
Position: Named
350
+
Default value: Disabled
351
+
Accept pipeline input: False
352
+
Accept wildcard characters: False
353
+
```
354
+
317
355
### -Confirm
318
356
The Confirm switch does not work with this cmdlet.
0 commit comments