Skip to content

Commit 3e11f5e

Browse files
committed
address docs review comments
1 parent 1d70f24 commit 3e11f5e

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

articles/communication-services/quickstarts/rooms/get-started-rooms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Quickstart - Create and manage a `room` resource
33
titleSuffix: An Azure Communication Services quickstart
44
description: In this quickstart, you'll learn how to create a Room within your Azure Communication Services resource.
5+
services: azure-communication-services
56
author: radubulboaca
67
manager: mariusu
7-
services: azure-communication-services
88

99
ms.author: radubulboaca
10-
ms.date: 11/19/2021
10+
ms.date: 07/27/2022
1111
ms.topic: quickstart
1212
ms.service: azure-communication-services
1313
ms.custom: mode-other

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: radubulboaca
2222

2323
## Setting up
2424

25-
### Create a new Python application
25+
### Create a new python application
2626

2727
In a terminal or console window, create a new folder for your application and navigate to it.
2828

articles/communication-services/quickstarts/rooms/join-rooms-call.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2-
title: include file
3-
description: include file
2+
title: Quickstart - Join a room call
3+
titleSuffix: An Azure Communication Services quickstart
4+
description: In this quickstart, you'll learn how to join a room call using web or native mobile calling SDKs
45
services: azure-communication-services
56
author: radubulboaca
67
manager: mariusu
78

8-
ms.service: azure-communication-services
9-
ms.date: 07/14/2022
10-
ms.topic: include
11-
ms.custom: include file
129
ms.author: radubulboaca
10+
ms.date: 07/27/2022
11+
ms.topic: quickstart
12+
ms.service: azure-communication-services
13+
ms.custom: mode-other
1314
zone_pivot_groups: acs-web-ios-android
1415
---
1516

@@ -24,7 +25,7 @@ zone_pivot_groups: acs-web-ios-android
2425
- Two or more Communication User Identities. [Create and manage access tokens](../access-tokens.md) or [Quick-create identities for testing](../identity/quick-create-identity.md).
2526
- A room resource. [Create and manage rooms](get-started-rooms.md)
2627

27-
## Obtain User Access Token
28+
## Obtain user access token
2829

2930
You'll need to create a User Access Token for each call participant. [Learn how to create and manage user access tokens](../access-tokens.md). You can also use the Azure CLI and run the command below with your connection string to create a user and an access token.
3031

@@ -46,7 +47,7 @@ For details, see [Use Azure CLI to Create and Manage Access Tokens](../access-to
4647
[!INCLUDE [Join a room call from Android calling SDK](./includes/rooms-quickstart-call-android.md)]
4748
::: zone-end
4849

49-
## Next Steps
50+
## Next steps
5051

5152
In this section you learned how to:
5253
> [!div class="checklist"]

articles/communication-services/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ items:
8383
href: quickstarts/voice-video-calling/handle-calling-events.md
8484
- name: Raw media access
8585
href: quickstarts/voice-video-calling/get-started-raw-media-access.md
86+
- name: Rooms
87+
items:
88+
- name: Create and manage a `room` resource
89+
href: quickstarts/rooms/get-started-rooms.md
90+
- name: Join a room call
91+
href: quickstarts/rooms/join-rooms-call.md
8692
- name: UI Library
8793
items:
8894
- name: Get started with UI Library

0 commit comments

Comments
 (0)