Skip to content

Commit 989ff94

Browse files
Updating the verbose as suggested in review
1 parent 893b576 commit 989ff94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/how-tos/calling-sdk/includes/record-calls/record-calls-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ callRecordingApi.on('recordingsUpdated', cloudRecordingsUpdatedHandler );
6767
```
6868
## Explicit Consent
6969
70-
If your Teams meeting or call is configured to require explicit consent for recording and transcription, you are required to gather explicit consent from your users to be transcribed or Recorded.
70+
If your Teams meeting or call is configured to require explicit consent for recording and transcription, you are required to gather explicit consent from your users to allow users to be transcribed or recorded. You can provide consent proactively when joining the meeting or reactively when the recording or transcription starts.
7171
7272
### Support
7373
The following tables show support of explicit consent for specific call type and identity.
@@ -84,7 +84,7 @@ You can check if the meeting recording requires explicit consent by property `is
8484
const isConsentRequired = callRecordingApi.isConsentRequired;
8585
```
8686
87-
If the recording is active and explicit consent is required, user will not be able to unmute, turn video on and share screen until they provide the consent. You can provide the consent for the user by using the api `consentToBeingRecordedAndTranscribed`.
87+
If the recording is active and explicit consent is required, user will not be able to unmute, turn video on and share screen until they provide the consent. You can provide the consent for the user by calling method `consentToBeingRecordedAndTranscribed`.
8888
8989
```js
9090
callRecordingApi.consentToBeingRecordedAndTranscribed();

0 commit comments

Comments
 (0)