File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ Designates what meeting features guests using Microsoft Teams will have availabl
22
22
### Identity (Default)
23
23
```
24
24
Set-CsTeamsGuestMeetingConfiguration [-Tenant <Guid>] [-AllowIPVideo <Boolean>]
25
- [-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf]
25
+ [-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [-LiveCaptionsEnabledType <String>] [ [-Identity] <XdsIdentity>] [-Force] [-WhatIf]
26
26
[-Confirm] [<CommonParameters>]
27
27
```
28
28
29
29
### Instance
30
30
```
31
31
Set-CsTeamsGuestMeetingConfiguration [-Tenant <Guid>] [-AllowIPVideo <Boolean>]
32
- [-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
32
+ [-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [-LiveCaptionsEnabledType <String>] [- Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
33
33
[<CommonParameters>]
34
34
```
35
35
You can’t perform that action at this time.
0 commit comments