Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1820,14 +1820,14 @@ Accept wildcard characters: False
```

### -SpeakerAttributionMode
Determines if users are identified in transcriptions and if they can change the value of the _Automatically identify me in meeting captions and transcripts_ setting.
Determines if users are identified in captions and transcriptions (both persisted and non-persisted) and if they can change the value of the _Automatically identify me in meeting captions and transcripts_ setting.

Possible values:

- **Enabled**: Speakers are identified in transcription.
- **EnabledUserOverride**: Speakers are identified in transcription. If enabled, users can override this setting and choose not to be identified in their Teams profile settings.
- **DisabledUserOverride**: Speakers are not identified in transcription. If enabled, users can override this setting and choose to be identified in their Teams profile settings.
- **Disabled**: Speakers are not identified in transcription.
- **Enabled**: Speakers are identified in meeting captions and transcriptions.
- **EnabledUserOverride**: By default, speakers are identified in meeting captions and transcriptions. Users can override this setting and choose not to be identified in their Teams profile settings.
- **DisabledUserOverride**: By default, speakers are not identified in meeting captions and transcriptions. Users can override this setting and choose to be identified in their Teams profile settings.
- **Disabled**: Speakers are not identified in meeting captions and transcriptions.

```yaml
Type: String
Expand All @@ -1836,7 +1836,7 @@ Aliases:

Required: False
Position: Named
Default value: None
Default value: EnabledUserOverride
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down