Skip to content

Commit e2d8016

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/how-tos/calling-sdk/includes/call-transcription/call-transcription-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ callTranscriptionFeature.off('isTranscriptionActiveChanged', isTranscriptionActi
4242
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include-document.md)]
4343

4444
## Explicit Consent
45-
If your Teams meeting or call is configured to require explicit consent for recording or transcription, you are required to gather explicit consent from your users to be transcribed or Recorded.
45+
If your Teams meeting or call is configured to require explicit consent for recording or 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.
4646

4747
### Support
4848
The following tables show support of explicit consent for specific call type and identity.
@@ -58,7 +58,7 @@ You can check if the meeting transcription requires explicit consent by property
5858
const isTranscriptionConsentRequired = callTranscriptionFeature.isConsentRequired;
5959
```
6060

61-
If the transcription 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`.
61+
If the transcription 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 the method `consentToBeingRecordedAndTranscribed()`.
6262

6363
```js
6464
callTranscriptionFeature.consentToBeingRecordedAndTranscribed();

0 commit comments

Comments
 (0)