Skip to content

Commit 333795f

Browse files
authored
Update New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage.md
1 parent 4168bb4 commit 333795f

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

teams/teams-ps/MicrosoftTeams/New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Create a set of language-specific prompt messages to be displayed to participant
2323
New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage
2424
[-Language <String>]
2525
[-InitiatorImplicit <String>]
26+
[-ParticipantImplicit <String>]
27+
[-InitiatorExplicit <String>]
28+
[-ParticipantExplicitRequested <String>]
29+
[-ParticipantExplicitProvided <String>]
30+
[-AgreementDialogue <String>]
2631
[<CommonParameters>]
2732
```
2833

@@ -67,10 +72,28 @@ PS C:\> New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage -Language
6772
## PARAMETERS
6873

6974
### -Language
70-
Define language of the message set. In a meeting, if the organizer has applied a custom message, all participants will use the organizers policy. If meeting participants are from different countries and regions, then when recording or transcription is enabled, the prompt content depends on whether the organizer has customized the message for the language currently used by each participant. For example, if A is the meeting organizer and the policy applied to A defines messages in English and French, and B, C, and D use English, Chinese, and French as their Teams languages respectively, then B and D will see the customized prompt, while C will only see the default prompt.
75+
Define language of the message set. In a meeting, if the organizer has applied a custom message, all participants will use the organizer's policy.
7176

7277
### -InitiatorImplicit
73-
With -ParticipantImplicit,-InitiatorExplicit,-ParticipantExplicitRequested,-ParticipantExplicitProvide*,-AgreementDialogue, as mentioned on above tables, they represent different user scenarios.
78+
Custom message when user is recording or transcription initiator, and recording or transcription consent policy is off for the organizer.
79+
80+
### -ParticipantImplicit
81+
Custom message when others in meeting turn on recording or transcription, and consent policy is off for the organizer.
82+
83+
### -InitiatorExplicit
84+
Custom message when user is recording or transcription initiator, and consent policy is on for the organizer.
85+
86+
### -ParticipantExplicitRequested
87+
Custom message when others turn on recording/transcription, consent policy is on, and consent is required.
88+
89+
### -ParticipantExplicitProvided
90+
Custom message when others turn on recording/transcription, consent policy is on, and consent has been given.
91+
92+
### -AgreementDialogue
93+
Custom message for the agreement dialog when user interacts (mute, share screen, turn on camera) during recording.
94+
95+
### CommonParameters
96+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
7497

7598
## RELATED LINKS
7699
[New-CsTeamsRecordingAndTranscriptionCustomMessage](https://learn.microsoft.com/powershell/module/microsoftteams/new-CsTeamsRecordingAndTranscriptionCustomMessage)

0 commit comments

Comments
 (0)