Skip to content

Commit 5d8de08

Browse files
authored
Adding example
1 parent a4d23b3 commit 5d8de08

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ PS C:\> Set-CsTeamsCallingPolicy -Identity Global -AllowPrivateCalling $true
4141

4242
Sets the value of the parameter AllowPrivateCalling, which controls whether or not users can leverage calling functionality in Microsoft Teams, in the global (default) tenant CallingPolicy.
4343

44+
### Example 2
45+
```
46+
PS C:\> Set-CsTeamsCallingPolicy -Identity HRPolicy -LiveCaptionsEnabledTypeForCalling disabled
47+
```
48+
49+
Sets the value of the parameter LiveCaptionsEnabledTypeForCalling, which controls whether real-time captions are available for the user in Teams calls, in a custom CallingPolicy called HRPolicy.
50+
4451
## PARAMETERS
4552

4653
### -AllowWebPSTNCalling

0 commit comments

Comments
 (0)