Skip to content

Commit da52c29

Browse files
cn0151tomaschladek
andauthored
Update articles/communication-services/how-tos/calling-sdk/includes/audio-conferencing/audio-conferencing-web.md
Co-authored-by: tomaschladek <[email protected]>
1 parent ebf4df4 commit da52c29

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/audio-conferencing/audio-conferencing-web.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,31 @@ ms.date: 09/28/2023
66
---
77
[!INCLUDE [Install SDK](../install-sdk/install-sdk-web.md)]
88

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 | ✔️ | | | | | | |
1034

1135

1236
TeamsMeetingAudioConferencing is an extended feature of the core `Call` API. You first need to import calling Features from the Calling SDK:

0 commit comments

Comments
 (0)