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
If your Teams meeting or call is configured to require explicit consent for recording and transcription,
70
-
you need to collect consent from all participants in the call before you can record them. You can provide consent proactively when joining the meeting or reactively when the recording starts. Until users give explicit consent, users have disabled audio, video, and screen sharing.
69
+
When your Teams meeting or call is configured to require explicit consent for recording and transcription,
70
+
you are required to collect consent from all participants in the call before you can record them. You can provide consent proactively when joining the meeting or reactively when the recording starts. Until explicit consent is given, participants' audio, video, and screen sharing will be disabled during recording.
71
71
72
72
### Support
73
73
The following tables show support of explicit consent for specific call type and identity.
@@ -78,13 +78,13 @@ The following tables show support of explicit consent for specific call type and
78
78
|Microsoft 365 user | ✔️ | | | | | ✔️ |
79
79
80
80
81
-
You can check if the meeting recording requires explicit consent by property `isConsentRequired`. If the value is set to `true`, then explicit consent is required for the call.
81
+
You can check if the meeting recording requires explicit consent by property `isConsentRequired`. If the value is set to `true`, then explicit consent is required for the `call`.
If you already collected consent from the user to be recorded, you can call method `consentToBeingRecordedAndTranscribed()` to indicate explicit consent to the service.
86
+
87
+
If you have already obtained the user's consent for recording, you can call `consentToBeingRecordedAndTranscribed()`method to indicate explicit consent to the service. Note that this consent is valid for one `call` session only and users will need to provide consent again if they rejoin the meeting.
0 commit comments