Skip to content

Commit dfb3ab4

Browse files
Update Set-CsTeamsCallingPolicy.md
1 parent a880b39 commit dfb3ab4

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
manager: bulenteg
99
author: serdarsoysal
1010
ms.author: serdars
11-
ms.reviewer:
11+
ms.reviewer: alejandramu
1212
---
1313

1414
# Set-CsTeamsCallingPolicy
@@ -51,6 +51,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
5151
[-PreventTollBypass <boolean>]
5252
[-SpamFilteringEnabledType <string>]
5353
[-VoiceSimulationInInterpreter <string>]
54+
[-RealTimeText <string>]
5455
[-WhatIf]
5556
[<CommonParameters>]
5657
```
@@ -673,6 +674,25 @@ Accept pipeline input: False
673674
Accept wildcard characters: False
674675
```
675676

677+
### -RealTimeText
678+
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
679+
680+
Possible Values:
681+
- Enabled
682+
- Disabled
683+
684+
```yaml
685+
Type: String
686+
Parameter Sets: (All)
687+
Aliases:
688+
689+
Required: False
690+
Position: Named
691+
Default value: Enabled
692+
Accept pipeline input: False
693+
Accept wildcard characters: False
694+
```
695+
676696
### -WhatIf
677697
Shows what would happen if the cmdlet runs.
678698
The cmdlet is not run.

0 commit comments

Comments
 (0)