You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/breakoutrooms.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Tutorial - Integrate Microsoft Teams breakout rooms
3
3
titleSuffix: An Azure Communication Services tutorial
4
-
description: Use Azure Communication Services SDKs to access BreakoutRooms.
4
+
description: Use Azure Communication Services SDKs to implement Microsoft Teams breakout rooms.
5
5
author: sravanthivelidandla
6
6
ms.author: insravan
7
7
ms.service: azure-communication-services
@@ -11,35 +11,38 @@ ms.date: 07/15/2024
11
11
ms.custom: template-how-to
12
12
---
13
13
14
-
# BreakoutRooms
15
-
In this article, you learn how to implement Microsoft Teams breakout rooms with Azure Communication Services. This capability allows Azure Communication Services users in Teams meetings to participate in breakout rooms. Teams administrators control availability of breakout rooms in Teams meeting with Teams meeting policy. You can find additional information about breakout rooms in [Teams documentation](https://support.microsoft.com/office/use-breakout-rooms-in-microsoft-teams-meetings-7de1f48a-da07-466c-a5ab-4ebace28e461).
14
+
# Breakout rooms
15
+
16
+
This article describes how to implement Microsoft Teams breakout rooms with Azure Communication Services. This capability enables Azure Communication Services users in Teams meetings to participate in breakout rooms. Teams administrators control the availability of breakout rooms in Teams meeting with Teams meeting policy. You can find additional information about breakout rooms in [Teams documentation](https://support.microsoft.com/office/use-breakout-rooms-in-microsoft-teams-meetings-7de1f48a-da07-466c-a5ab-4ebace28e461).
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
22
-
- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
22
+
- An Azure account with an active subscription. See [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23
+
- A deployed Communication Services resource. See [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
23
24
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
24
-
- Teams meeting organizer needs to assign Teams meeting policy that enables breakout rooms.[Teams meeting policy](/powershell/module/teams/set-csteamsmeetingpolicy?view=teams-ps&preserve-view=true)
25
-
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
25
+
- Teams meeting organizer needs to assign Teams meeting policy that enables breakout rooms. See [Teams meeting policy](/powershell/module/teams/set-csteamsmeetingpolicy?view=teams-ps&preserve-view=true).
26
+
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md).
26
27
27
28
Only Microsoft 365 Users with Organizer, Co-Organizer, or Breakout Room manager roles can manage the breakout rooms.
28
29
29
30
## Support
31
+
30
32
The following tables define support of breakout rooms in Azure Communication Services.
33
+
31
34
### Identities and call types
32
-
The following tables show support of breakout rooms for specific call type and identity.
35
+
36
+
The following table shows support in breakout rooms for specific call type and identity.
33
37
34
38
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
@@ -55,14 +58,13 @@ The following tables show support of individual APIs in calling SDK to individua
55
58
[2] Microsoft 365 users can use Graph API to participate in breakout room chat. The thread ID of the chat is provided in the assigned breakout room object.
56
59
57
60
### SDKs
58
-
The following tables show support of breakout rooms feature in individual Azure Communication Services SDKs.
61
+
62
+
The following tables show support for the breakout rooms feature in individual Azure Communication Services SDKs.
59
63
60
64
| Support status | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
0 commit comments