Skip to content

Commit 1eb7312

Browse files
authored
Update manage-calls.md
1 parent ab669c1 commit 1eb7312

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

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

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,54 @@ Learn how to manage calls with the Azure Communication Services SDKS. We'll lear
2525
- A `User Access Token` to enable the call client. For more information on [how to get a `User Access Token`](../../quickstarts/identity/access-tokens.md)
2626
- Optional: Complete the quickstart for [getting started with adding calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2727

28+
## Support
29+
30+
The following tables define support of breakout rooms in Azure Communication Services.
31+
32+
### Identities and call types
33+
34+
The following table shows support of features for specific call type and identity.
35+
36+
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
37+
|-----------------------------|---------------|------|----------|------------|------------------------|--------------------------|
38+
|Communication Services user | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
39+
|Microsoft 365 user | ✔️ | | | | ✔️ | ✔️ |
40+
41+
### Operations
42+
43+
The following table show support for individual APIs in the calling SDK related to individual identity types.
44+
45+
|Operations | Communication Services user | Microsoft 365 user |
46+
|-----------------------------|------------------------------|-------------------|
47+
|Start a call to Communication Services user | ✔️ | |
48+
|Start a call to Microsoft 365 user | ✔️ | ✔️ |
49+
|Start a call to phone number | ✔️ | ✔️ |
50+
|Join a room |✔️ | ✔️ |
51+
|Joina Teams meeting | ✔️ | ✔️ |
52+
|Join a call based on groupId | ✔️ | |
53+
|Accept or reject incoming call | ✔️ | ✔️ |
54+
|Hold and resume call | ✔️ | ✔️ |
55+
|Get participants | ✔️ | ✔️ |
56+
|Add Communication Services user | ✔️ | |
57+
|Remove Communication Services user | ✔️ | ✔️ |
58+
|Add or remove Microsoft 365 user | ✔️ | ✔️ |
59+
|Add or remove phone number | ✔️ | ✔️ |
60+
|Mute or unmute remote participant | ✔️[1] | ✔️[1] |
61+
|Hang up | ✔️ | ✔️ |
62+
|End the call for everyone | ✔️[2] | ✔️ |
63+
64+
[1] The API is only supported in group call, room or Teams meeting.
65+
[2] The API is not supported in room.
66+
67+
68+
### SDKs
69+
70+
The following tables show support for the breakout rooms feature in individual Azure Communication Services SDKs.
71+
72+
| Support status | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
73+
|----------------|-----|--------|--------|--------|----------|--------|---------|
74+
| Is Supported | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
75+
2876
::: zone pivot="platform-web"
2977
[!INCLUDE [Manage Calls JavaScript](./includes/manage-calls/manage-calls-web.md)]
3078
::: zone-end
@@ -44,4 +92,4 @@ Learn how to manage calls with the Azure Communication Services SDKS. We'll lear
4492
## Next steps
4593
- [Learn how to manage video](./manage-video.md)
4694
- [Learn how to record calls](./record-calls.md)
47-
- [Learn how to transcribe calls](./call-transcription.md)
95+
- [Learn how to transcribe calls](./call-transcription.md)

0 commit comments

Comments
 (0)