Skip to content

Commit b3b30ad

Browse files
authored
Merge pull request MicrosoftDocs#7396 from bwilsonms/patch-1
Update Set-CsTeamsGuestMeetingConfiguration.md
2 parents 3a66de5 + 531f763 commit b3b30ad

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

skype/skype-ps/skype/Set-CsTeamsGuestMeetingConfiguration.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Designates what meeting features guests using Microsoft Teams will have availabl
2222
### Identity (Default)
2323
```
2424
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]
2626
[-Confirm] [<CommonParameters>]
2727
```
2828

2929
### Instance
3030
```
3131
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]
3333
[<CommonParameters>]
3434
```
3535

@@ -139,6 +139,21 @@ Accept pipeline input: False
139139
Accept wildcard characters: False
140140
```
141141
142+
### -LiveCaptionsEnabledType
143+
Determines whether real-time captions are available for guests in Teams meetings. Set this to DisabledUserOverride to allow guests to turn on live captions. Set this to Disabled to prohibit.
144+
145+
```yaml
146+
Type: String
147+
Parameter Sets: (All)
148+
Aliases:
149+
150+
Required: False
151+
Position: Named
152+
Default value: DisabledUserOverride
153+
Accept pipeline input: False
154+
Accept wildcard characters: False
155+
```
156+
142157
### -ScreenSharingMode
143158
Determines the mode in which guests can share a screen in calls or meetings. Set this to SingleApplication to allow the user to share an application at a given point in time. Set this to EntireScreen to allow the user to share anything on their screens. Set this to Disabled to prohibit the user from sharing their screens
144159

0 commit comments

Comments
 (0)