Skip to content

Commit 62a9121

Browse files
resolving comment
1 parent ff5f64a commit 62a9121

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ callTranscriptionFeature.off('isTranscriptionActiveChanged', isTranscriptionActi
4444
## Explicit Consent
4545
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

47-
### Support
48-
The following tables show support of explicit consent for specific call type and identity.
49-
50-
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
51-
|-----------------------------|---------------|------|----------|------------|------------------------|--------------------------|
52-
|Communication Services user |✔️| | | | | ✔️|
53-
|Microsoft 365 user |✔️| | | | | ✔️|
54-
5547
You can check if the meeting transcription requires explicit consent by property `isConsentRequired`. If the value is set to `true`, then explicit consent is required for the call.
5648

5749
```js

0 commit comments

Comments
 (0)