Skip to content

Commit 992818f

Browse files
authored
Merge pull request #287392 from vac0224/vc-breakout-rooms-2024-09-30
Standardize content - Breakout rooms
2 parents bcbec3e + fe56ff6 commit 992818f

File tree

2 files changed

+67
-58
lines changed

2 files changed

+67
-58
lines changed

articles/communication-services/how-tos/calling-sdk/breakoutrooms.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial - Integrate Microsoft Teams breakout rooms
33
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.
55
author: sravanthivelidandla
66
ms.author: insravan
77
ms.service: azure-communication-services
@@ -11,35 +11,38 @@ ms.date: 07/15/2024
1111
ms.custom: template-how-to
1212
---
1313

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).
1617

1718
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
1819

1920
## Prerequisites
2021

21-
- 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).
2324
- 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).
2627

2728
Only Microsoft 365 Users with Organizer, Co-Organizer, or Breakout Room manager roles can manage the breakout rooms.
2829

2930
## Support
31+
3032
The following tables define support of breakout rooms in Azure Communication Services.
33+
3134
### 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.
3337

3438
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
3539
|-----------------------------|---------------|------|----------|------------|------------------------|--------------------------|
3640
|Communication Services user | ✔️ | | | | | |
3741
|Microsoft 365 user | ✔️ | | | | | |
3842

39-
40-
4143
### Operations
42-
The following tables show support of individual APIs in calling SDK to individual identity types.
44+
45+
The following table show support for individual APIs in the calling SDK related to individual identity types.
4346

4447
|Operations | Communication Services user | Microsoft 365 user |
4548
|-----------------------------|------------------------------|-------------------|
@@ -55,14 +58,13 @@ The following tables show support of individual APIs in calling SDK to individua
5558
[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.
5659

5760
### 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.
5963

6064
| Support status | Web | Web UI | iOS | iOS UI | Android | Android UI | Windows |
6165
|----------------|-----|--------|--------|--------|----------|--------|---------|
6266
| Is Supported | ✔️ | | | | | | |
6367

64-
## Breakout rooms
65-
6668
[!INCLUDE [BreakoutRooms Client-side JavaScript](./includes/breakoutrooms/breakoutrooms-web.md)]
6769

6870
## Next steps

0 commit comments

Comments
 (0)