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
# New-CsTeamsCallingPolicy
@@ -52,6 +52,7 @@ New-CsTeamsCallingPolicy [-Identity] <string>
52
52
[-PreventTollBypass <boolean>]
53
53
[-SpamFilteringEnabledType <string>]
54
54
[-VoiceSimulationInInterpreter <string>]
55
+ [-RealTimeText <string>]
55
56
[-WhatIf]
56
57
[<CommonParameters>]
57
58
```
@@ -669,6 +670,25 @@ Accept pipeline input: False
669
670
Accept wildcard characters: False
670
671
` ` `
671
672
673
+ # ## -RealTimeText
674
+ Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
675
+
676
+ Possible Values :
677
+ - Enabled
678
+ - Disabled
679
+
680
+ ` ` ` yaml
681
+ Type: String
682
+ Parameter Sets: (All)
683
+ Aliases:
684
+
685
+ Required: False
686
+ Position: Named
687
+ Default value: Enabled
688
+ Accept pipeline input: False
689
+ Accept wildcard characters: False
690
+ ` ` `
691
+
672
692
# ## -WhatIf
673
693
Shows what would happen if the cmdlet runs.
674
694
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments