You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/includes/record-calls/record-calls-web.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: rifox
10
10
> [!NOTE]
11
11
> This API is provided as a preview for developers and might change based on feedback that we receive. Don't use this API in a production environment. To use this API, use the beta release of the Azure Communication Services Calling Web SDK.
12
12
13
-
### Cloud recording
13
+
### Cloud and compliance recording
14
14
15
15
Call recording is an extended feature of the core Call API. You first need to import calling features from the Calling SDK:
|Communication Services user | ✔️[1]|✔️[2]| ✔️[2]|✔️[2]|✔️[1]|✔️[1][2]|
39
-
|Microsoft 365 user | ✔️[1]|| ✔️[2]||✔️[1]|✔️[1][2]|
38
+
|Communication Services user | ✔️[1][2]|✔️[3]||✔️[3]||✔️[2][3]|
39
+
|Microsoft 365 user | ✔️[1][2]|||||✔️[2][3]|
40
40
41
-
[1] These call types support Teams cloud and compliance recording.
42
-
[2] These call types support Azure Communication Services recording.
41
+
[1] These call types support Teams cloud.
42
+
[2] These call types support Teams compliance recording.
43
+
[3] These call types support Azure Communication Services recording.
43
44
44
45
### Operations
45
46
The following tables show support of individual APIs in calling SDK to individual identity types.
@@ -52,7 +53,7 @@ The following tables show support of individual APIs in calling SDK to individua
52
53
|Learn whether explicit consent is required | ✔️[2]| ✔️[2]|
53
54
|Give explicit consent for being recorded | ✔️[2]| ✔️[2]|
54
55
55
-
[1]The user is not notified that recording is available. You can get Teams cloud recording via Microsoft Graph API. You can subscribe to notification in Azure Communication Services when recording is available.
56
+
[1]A user is not notified that recording is available. You can subscribe to Microsoft Graph's change notifications for notification about availability of Teams cloud recording or you can subscribe to `Microsoft.Communication.RecordingFileStatusUpdated` event in Azure Communication Services to be notified when Azure Communication Services recording is available.
56
57
57
58
[2] This functionality is available only in Teams meetings and group Teams interoperability calls.
58
59
@@ -81,26 +82,6 @@ The following tables show support of recording in individual Azure Communication
Compliance recording is recording that's based on Microsoft Teams policy. You can enable it by using this tutorial: [Introduction to Teams policy-based recording for callings](/microsoftteams/teams-recording-policy).
87
-
88
-
Policy-based recording starts automatically when a user who has the policy joins a call. To get a notification from Azure Communication Services about recording, use the following code:
You can also implement compliance recording by using a custom recording bot. See the [GitHub example](https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/a3943bafd73ce0df780c0e1ac3428e3de13a101f/Samples/BetaSamples/LocalMediaSamples/ComplianceRecordingBot).
0 commit comments