You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
71
76
72
77
### -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).
0 commit comments