Skip to content

Commit 11d99b3

Browse files
authored
Update New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage.md
1 parent 80fea2f commit 11d99b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ online version: https://learn.microsoft.com/powershell/module/microsoftteams/new
77
schema: 2.0.0
88
title: New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage
99
---
10+
1011
# New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage
1112

1213
> [!NOTE]
@@ -15,6 +16,7 @@ title: New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage
1516
## SYNOPSIS
1617

1718
Create a set of language-specific prompt messages to be displayed to participants after recording or transcription has started.
19+
1820
## SYNTAX
1921

2022
```
@@ -58,7 +60,7 @@ The command shown in Example 1 created a new set of custom message in en-US, it
5860
```
5961
PS C:\> New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage -Language "en-US" -initiatorExplicit "<empty>" -ParticipantExplicitProvided "<empty>"
6062
```
61-
**<empty>** is a keyword for clean the default message. The command shown in Example 2 will create a void message to override the default message of initiatorExplicit and ParticipantExplicitProvided scenarios.
63+
```<empty>``` is a keyword for clean the default message. The command shown in Example 2 will create a void message to override the default message of initiatorExplicit and ParticipantExplicitProvided scenarios.
6264

6365

6466
## PARAMETERS
@@ -67,7 +69,7 @@ PS C:\> New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage -Language
6769
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. 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.
6870

6971
### -InitiatorImplicit
70-
With **-ParticipantImplicit**,**-InitiatorExplicit**,**-ParticipantExplicitRequested**,**-ParticipantExplicitProvided**,**-AgreementDialogue**, as mentioned on above tables, they represent different user scenarios.
72+
With -ParticipantImplicit,-InitiatorExplicit,-ParticipantExplicitRequested,-ParticipantExplicitProvide*,-AgreementDialogue, as mentioned on above tables, they represent different user scenarios.
7173

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

0 commit comments

Comments
 (0)