Skip to content

Commit ea49567

Browse files
Update Set-CsTeamsMeetingPolicy.md
1 parent 6d8176b commit ea49567

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,12 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
9393
[-LiveCaptionsEnabledType <String>]
9494
[-LiveInterpretationEnabledType <String>]
9595
[-LiveStreamingMode <String>]
96+
[-LobbyChat <String> ]
9697
[-MediaBitRateKb <UInt32>]
9798
[-MeetingChatEnabledType <String>]
9899
[-MeetingInviteLanguages <String>]
99100
[-NewMeetingRecordingExpirationDays <Int32>]
101+
[-NoiseSuppressionForDialInParticipants <String>]
100102
[-ParticipantNameChange <String>]
101103
[-PreferredMeetingProviderForIslandsMode <String>]
102104
[-QnAEngagementMode <String>]
@@ -1369,6 +1371,29 @@ Accept pipeline input: False
13691371
Accept wildcard characters: False
13701372
```
13711373
1374+
## -LobbyChats
1375+
1376+
NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
1377+
1378+
Determines whether chat messages are allowed in the lobby.
1379+
1380+
Possible values are:
1381+
1382+
- Enabled
1383+
- Disabled
1384+
1385+
```yaml
1386+
Type: String
1387+
Parameter Sets: (All)
1388+
Aliases:
1389+
1390+
Required: False
1391+
Position: Named
1392+
Default value: None
1393+
Accept pipeline input: False
1394+
Accept wildcard characters: False
1395+
```
1396+
13721397
### -MediaBitRateKb
13731398
Determines the media bit rate for audio/video/app sharing transmissions in meetings.
13741399
@@ -1433,6 +1458,30 @@ Type: Int32
14331458
Parameter Sets: (All)
14341459
Aliases:
14351460
1461+
Required: False
1462+
Position: Named
1463+
Default value: None
1464+
Accept pipeline input: False
1465+
Accept wildcard characters: False
1466+
```
1467+
### -NoiseSuppressionForDialInParticipants
1468+
1469+
NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
1470+
1471+
Control Noises Supression Feature for PST legs joining a meeting.
1472+
1473+
Possible Values:
1474+
1475+
- MicrosoftDefault
1476+
- Enabled
1477+
- Disabled
1478+
1479+
```yaml
1480+
Type: String
1481+
Parameter Sets: (All)
1482+
Aliases:
1483+
Applicable: Microsoft Teams
1484+
14361485
Required: False
14371486
Position: Named
14381487
Default value: None
@@ -1837,6 +1886,7 @@ Possible values:
18371886
- Everyone
18381887
- EveryoneInCompany
18391888

1889+
18401890
```yaml
18411891
Type: String
18421892
Parameter Sets: (All)

0 commit comments

Comments
 (0)