File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
articles/communication-services/how-tos/calling-sdk/includes/audio-conferencing Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,31 @@ ms.date: 09/28/2023
6
6
---
7
7
[ !INCLUDE [ Install SDK] ( ../install-sdk/install-sdk-web.md )]
8
8
9
- ** For meeting scenario the following API can be called by Microsoft 365 or Communication Services users with the following role**
9
+ ## Support
10
+ The following tables define support of audio conferencing in Azure Communication Services.
11
+
12
+ ### Identities & call types
13
+ The following tables show support of call and identity types.
14
+
15
+ | Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
16
+ | --------------------------------------| ---------------| ------| ----------| ------------| ------------------------| --------------------------|
17
+ | Communication Services user | ✔️ | | | | | |
18
+ | Microsoft 365 user | ✔️ | | | | | |
19
+
20
+ ### Operations
21
+
22
+ The following tables show support of individual APIs in calling SDK to individual identity types.
23
+
24
+ | Operations | Communication Services user | Microsoft 365 user |
25
+ | -----------------------------| ------------------------------| -------------------|
26
+ | Get audio conferencing details | ✔️ | ✔️ |
27
+
28
+ ### SDKs
29
+ The following tables show support of breakout rooms feature in individual Azure Communication Services SDKs.
30
+
31
+ | Platforms | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
32
+ | ---------------| -----| --------| --------| --------| ----------| --------| ---------|
33
+ | Is Supported | ✔️ | | | | | | |
10
34
11
35
12
36
TeamsMeetingAudioConferencing is an extended feature of the core ` Call ` API. You first need to import calling Features from the Calling SDK:
You can’t perform that action at this time.
0 commit comments