Skip to content

Commit 2bb303e

Browse files
authored
Update Set-CsTeamsGuestMeetingConfiguration.md
Adding the LiveCaptionsEnabledType parameter to control settings for Guest users as the Admin Portal does not currently expose this.
1 parent 815c134 commit 2bb303e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,17 @@ Accept pipeline input: False
139139
Accept wildcard characters: False
140140
```
141141
142+
### -LiveCaptionsEnabledType
143+
Determines whether real-time captions are available for the Guest users in Teams meetings. Set this to DisabledUserOverride to allow user to turn on live captions. Set this to Disabled to prohibit.
144+
145+
```yaml
146+
Type: String
147+
Position: Named
148+
Default value: DisabledUserOverride
149+
Accept pipelin input: False
150+
Accept wildcard characters: False
151+
```
152+
142153
### -ScreenSharingMode
143154
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
144155

0 commit comments

Comments
 (0)