Skip to content

Commit a63d026

Browse files
authored
Update audio-conferencing.md
1 parent f5491ed commit a63d026

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,32 @@ In this article, you learn how to use Azure Communication Services Calling SDK t
2121
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
2222
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2323

24+
## Support
25+
The following tables define support of audio conferencing in Azure Communication Services.
26+
27+
### Identities & call types
28+
The following tables show support of call and identity types.
29+
30+
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
31+
|--------------------------------------|---------------|------|----------|------------|------------------------|--------------------------|
32+
|Communication Services user | ✔️ | | | | | |
33+
|Microsoft 365 user | ✔️ | | | | | |
34+
35+
### Operations
36+
37+
The following tables show support of individual APIs in calling SDK to individual identity types.
38+
39+
|Operations | Communication Services user | Microsoft 365 user |
40+
|-----------------------------|------------------------------|-------------------|
41+
|Get audio conferencing details | ✔️ | ✔️ |
42+
43+
### SDKs
44+
The following tables show support of breakout rooms feature in individual Azure Communication Services SDKs.
45+
46+
| Platforms | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
47+
|---------------|-----|--------|--------|--------|----------|--------|---------|
48+
|Is Supported | ✔️ | | | | | | |
49+
2450
[!INCLUDE [Audio Conferencing Client-side JavaScript](./includes/audio-conferencing/audio-conferencing-web.md)]
2551

2652
## Next steps

0 commit comments

Comments
 (0)