Skip to content

Commit bdde1f9

Browse files
Merge pull request #216085 from ddematheu2/patch-33
Update rooms-quickstart-call-web.md
2 parents 985f926 + 6e19096 commit bdde1f9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

articles/communication-services/concepts/rooms/room-concept.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Rooms are created and managed via rooms APIs or SDKs. Use the rooms API/SDKs in
7575

7676
Use the [Calling SDKs](../voice-video-calling/calling-sdk-features.md) to join the room call. Room calls can be joined using the Web, iOS or Android Calling SDKs. You can find quick start samples for joining room calls [here](../../quickstarts/rooms/join-rooms-call.md).
7777

78+
Rooms can also be accessed using the [Azure Communication Services UI Library](https://azure.github.io/communication-ui-library/?path=/docs/rooms--page). The UI Library enables developers to add a call client that is Rooms enabled into their application with only a couple lines of code.
79+
7880
## Control access to room calls
7981

8082
Rooms can be set to operate in two levels of control over who is allowed to join a room call.
@@ -140,4 +142,4 @@ The tables below provide detailed capabilities mapped to the roles. At a high le
140142
## Next steps:
141143
- Use the [QuickStart to create, manage and join a room](../../quickstarts/rooms/get-started-rooms.md).
142144
- Learn how to [join a room call](../../quickstarts/rooms/join-rooms-call.md).
143-
- Review the [Network requirements for media and signaling](../voice-video-calling/network-requirements.md).
145+
- Review the [Network requirements for media and signaling](../voice-video-calling/network-requirements.md).

articles/communication-services/concepts/ui-library/includes/web-ui-use-cases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Get more conceptual documentation, quickstarts, and examples in the [UI Library
1818
| ------------------- | ------------------------------------------------------ |
1919
| Call types | Join a Microsoft Teams meeting |
2020
| | Join an Azure Communication Services call by using a group ID |
21+
| | Join an Azure Communication Services [Room](../../rooms/room-concept.md) |
2122
| [Teams interoperability](../../teams-interop.md) | Join the call lobby |
2223
| | Display a transcription and recording alert banner |
2324
| Call controls | Mute and unmute a call |

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-call-web.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.author: radubulboaca
1414

1515
## Join a room call
1616

17+
> [!NOTE]
18+
> Rooms can be accessed using the [Azure Communication Services UI Library](https://azure.github.io/communication-ui-library/?path=/docs/rooms--page). The UI Library enables developers to add a call client that is Rooms enabled into their application with only a couple lines of code.
19+
1720
To join a room call, set up your web application using the [Add video calling to your client app](../../voice-video-calling/get-started-with-video-calling.md?pivots=platform-web) guide. Alternatively, you can download the video calling quickstart on [GitHub](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/add-1-on-1-video-calling).
1821

1922
Once you have an initialized and authenticated `callAgent`, you may specify a context object with the `roomId` property as the `room` identifier. To join the call, use the `join` method and pass the context instance.
@@ -46,4 +49,4 @@ To display the role of the local or remote call participants, subscribe to the h
4649

4750
The ability to join a room call and display the roles of call participants is available in the Calling JavaScript SDK for web browsers [version 1.7.1-beta.1](https://www.npmjs.com/package/@azure/communication-calling/v/1.7.1-beta.1) and above.
4851

49-
You can learn more about roles of room call participants in the [rooms concept documentation](../../../concepts/rooms/room-concept.md#predefined-participant-roles-and-permissions).
52+
You can learn more about roles of room call participants in the [rooms concept documentation](../../../concepts/rooms/room-concept.md#predefined-participant-roles-and-permissions).

0 commit comments

Comments
 (0)