File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ schema: 2.0.0
8
8
manager : bulenteg
9
9
author : serdarsoysal
10
10
ms.author : serdars
11
- ms.reviewer :
11
+ ms.reviewer : alejandramu
12
12
---
13
13
14
14
# Set-CsTeamsCallingPolicy
@@ -51,6 +51,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
51
51
[-PreventTollBypass <boolean>]
52
52
[-SpamFilteringEnabledType <string>]
53
53
[-VoiceSimulationInInterpreter <string>]
54
+ [-RealTimeText <string>]
54
55
[-WhatIf]
55
56
[<CommonParameters>]
56
57
```
@@ -673,6 +674,25 @@ Accept pipeline input: False
673
674
Accept wildcard characters: False
674
675
` ` `
675
676
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
+
676
696
# ## -WhatIf
677
697
Shows what would happen if the cmdlet runs.
678
698
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments