Skip to content

Commit 487162a

Browse files
Remove the support table from the web section.
1 parent 0088490 commit 487162a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ callRecordingApi.on('recordingsUpdated', cloudRecordingsUpdatedHandler );
6969
When your Teams meeting or call is configured to require explicit consent for recording and transcription,
7070
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.
7171
72-
### Support
73-
The following tables show support of explicit consent for specific call type and identity.
74-
75-
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
76-
|-----------------------------|---------------|------|----------|------------|------------------------|--------------------------|
77-
|Communication Services user | ✔️ | | | | | ✔️ |
78-
|Microsoft 365 user | ✔️ | | | | | ✔️ |
79-
80-
8172
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`.
8273
8374
```js

0 commit comments

Comments
 (0)