Skip to content

Commit 3503045

Browse files
Update record-calls-web.md
1 parent 62a9121 commit 3503045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 calling method `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)