Skip to content
22 changes: 21 additions & 1 deletion teams/teams-ps/teams/New-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
manager: bulenteg
author: serdarsoysal
ms.author: serdars
ms.reviewer:
ms.reviewer: alejandramu
---

# New-CsTeamsCallingPolicy
Expand Down Expand Up @@ -52,6 +52,7 @@ New-CsTeamsCallingPolicy [-Identity] <string>
[-PreventTollBypass <boolean>]
[-SpamFilteringEnabledType <string>]
[-VoiceSimulationInInterpreter <string>]
[-RealTimeText <string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -669,6 +670,25 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RealTimeText
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.

Possible Values:
- Enabled: User is allowed to turn on real time text.
- Disabled: User is not allowed to turn on real time text.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Expand Down
44 changes: 42 additions & 2 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ applicable: Microsoft Teams
title: New-CsTeamsMeetingPolicy
schema: 2.0.0
manager: bulenteg
ms.reviewer: wblocker
ms.date: 11/12/2024
ms.reviewer: alejandramu
ms.date: 2/26/2025
---

# New-CsTeamsMeetingPolicy
Expand Down Expand Up @@ -119,6 +119,8 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-WatermarkForCameraVideoPattern <String>]
[-WatermarkForScreenSharingOpacity <Int64>]
[-WatermarkForScreenSharingPattern <String>]
[-AllowedUsersForMeetingDetails <String>]
[-RealTimeText <String>]
[-WhatIf]
[-WhoCanRegister <Object>]
[<CommonParameters>]
Expand Down Expand Up @@ -1868,6 +1870,44 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowedUsersForMeetingDetails
Controls which users should have ability to see the meeting info details on join screen. 'None' option should disable the feature completely.

Possible Values:
- UsersAllowedToByPassTheLobby: Users who are able to bypass lobby can see the meeting info details.
- Everyone: All meeting participants can see the meeting info details.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: UsersAllowedToByPassTheLobby
Accept pipeline input: False
Accept wildcard characters: False
```

### -RealTimeText
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.

Possible Values:
- Enabled: User is allowed to turn on real time text.
- Disabled: User is not allowed to turn on real time text.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Expand Down
22 changes: 21 additions & 1 deletion teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
manager: bulenteg
author: serdarsoysal
ms.author: serdars
ms.reviewer:
ms.reviewer: alejandramu
---

# Set-CsTeamsCallingPolicy
Expand Down Expand Up @@ -51,6 +51,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
[-PreventTollBypass <boolean>]
[-SpamFilteringEnabledType <string>]
[-VoiceSimulationInInterpreter <string>]
[-RealTimeText <string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -673,6 +674,25 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RealTimeText
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.

Possible Values:
- Enabled: User is allowed to turn on real time text.
- Disabled: User is not allowed to turn on real time text.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Expand Down
44 changes: 42 additions & 2 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ schema: 2.0.0
manager: bulenteg
author: tomkau
ms.author: tomkau
ms.reviewer: wblocker
ms.date: 11/12/2024
ms.reviewer: alejandramu
ms.date: 2/26/2025
---

# Set-CsTeamsMeetingPolicy
Expand Down Expand Up @@ -123,6 +123,8 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-WatermarkForCameraVideoPattern <String>]
[-WatermarkForScreenSharingOpacity <Int32>]
[-WatermarkForScreenSharingPattern <String>]
[-AllowedUsersForMeetingDetails <String>]
[-RealTimeText <String>]
[-WhatIf]
[-WhoCanRegister <String>]
[<CommonParameters>]
Expand Down Expand Up @@ -1938,6 +1940,44 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowedUsersForMeetingDetails
Controls which users should have ability to see the meeting info details on join screen. 'None' option should disable the feature completely.

Possible Values:
- UsersAllowedToByPassTheLobby: Users who are able to bypass lobby can see the meeting info details.
- Everyone: All meeting participants can see the meeting info details.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: UsersAllowedToByPassTheLobby
Accept pipeline input: False
Accept wildcard characters: False
```

### -RealTimeText
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.

Possible Values:
- Enabled: User is allowed to turn on real time text.
- Disabled: User is not allowed to turn on real time text.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Expand Down