Skip to content

Commit 0088490

Browse files
Updated the recording main file with support section
1 parent d690ce8 commit 0088490

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

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

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,44 @@ zone_pivot_groups: acs-plat-web-ios-android-windows
4343
[!INCLUDE [Record calls client-side Windows](./includes/record-calls/record-calls-windows.md)]
4444
::: zone-end
4545

46-
### Compliance recording
46+
## Support
47+
The following tables define support of recording in Azure Communication Services.
48+
49+
### Identities and call types
50+
The following tables show support of recording for specific call type and identity.
51+
52+
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
53+
|-----------------------------|---------------|------|----------|------------|------------------------|--------------------------|
54+
|Communication Services user | ✔️[1] |✔️[2]| ✔️[2]|✔️[2]|✔️[1]|✔️[1][2]|
55+
|Microsoft 365 user | ✔️[1] || ✔️[2]||✔️[1]|✔️[1][2]|
56+
57+
[1] These call types support Teams cloud and compliance recording.
58+
[2] These call types support Azure Communication Services recording.
59+
60+
### Operations
61+
The following tables show support of individual APIs in calling SDK to individual identity types.
62+
63+
|Operations | Communication Services user | Microsoft 365 user |
64+
|-----------------------------|------------------------------|-------------------|
65+
|Get notification that recording started or stopped | ✔️ | ✔️ |
66+
|Get state of recording | ✔️ | ✔️ |
67+
|Get notification that recording is available | ✔️[1] | ✔️[1] |
68+
|Learn whether explicit consent is required | ✔️[2] | ✔️[2] |
69+
|Give explicit consent for being recorded | ✔️[2] | ✔️[2] |
70+
71+
[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.
72+
73+
[2] This functionality is available only in Teams meetings and group Teams interoperability calls.
74+
75+
### SDKs
76+
The following tables show support of recording in individual Azure Communication Services SDKs.
77+
78+
|Platforms | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
79+
|-------------|-----|--------|-----|--------|---------|------------|---------|
80+
|Is Supported | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
81+
82+
83+
## Compliance recording
4784

4885
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).
4986

0 commit comments

Comments
 (0)