Skip to content

Commit f679136

Browse files
committed
edits
1 parent 48310c4 commit f679136

File tree

1 file changed

+7
-5
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-call

1 file changed

+7
-5
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/android.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Complete the following sections to set up the quickstart project.
2525

2626
In Android Studio, create a new project:
2727

28+
1. In the **File** menu, select **New** > **New Project**.
29+
2830
1. In **New Project**, select the **Empty Activity** project template.
2931

3032
:::image type="content" source="../../media/composite-android-new-project.png" alt-text="Screenshot that shows the New Project dialog in Android Studio with Empty Activity selected.":::
@@ -220,7 +222,7 @@ In Android Studio, build and start the application:
220222

221223
## Object model
222224

223-
The following classes and interfaces handle some of the major features of the Azure Communication Services Android UI:
225+
The following classes and interfaces handle some key features of the Azure Communication Services Android UI:
224226

225227
| Name | Description |
226228
| --------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
@@ -232,7 +234,7 @@ The following classes and interfaces handle some of the major features of the Az
232234

233235
## UI Library functionality
234236

235-
Learn how to create major features for your Android application.
237+
Get the code to create key communication features for your Android application.
236238

237239
### Create CallComposite
238240

@@ -278,7 +280,7 @@ CommunicationTokenCredential communicationTokenCredential =
278280

279281
```
280282

281-
If you don't already have an access token, see [Create Azure Communication Services access tokens for testing](../../../identity/quick-create-identity.md).
283+
If you don't already have an access token, [create an Azure Communication Services access token](../../../identity/quick-create-identity.md).
282284

283285
---
284286
### Set up a group call
@@ -311,7 +313,7 @@ CallCompositeRemoteOptions remoteOptions = new CallCompositeRemoteOptions(
311313

312314
### Set up a Teams meeting
313315

314-
To set up a Teams meeting, initialize a `CallCompositeTeamsMeetingLinkLocator` and supply it to the `CallCompositeRemoteOptions` object.
316+
To set up a Microsoft Teams meeting, initialize a `CallCompositeTeamsMeetingLinkLocator` and supply it to the `CallCompositeRemoteOptions` object.
315317

316318
#### [Kotlin](#tab/kotlin)
317319

@@ -345,7 +347,7 @@ You can get a Microsoft Teams meeting link by using Graph APIs. This process is
345347

346348
The Communication Services Call SDK accepts a full Microsoft Teams meeting link. This link is returned as part of the `onlineMeeting` resource, under the [joinWebUrl property](/graph/api/resources/onlinemeeting?preserve-view=true&view=graph-rest-beta). You also can get the required meeting information from the **Join Meeting** URL in the Teams meeting invite itself.
347349

348-
### Launch the call UI
350+
### Launch the composite
349351

350352
To launch the call UI, inside the `startCallComposite` function, call `launch` on the `CallComposite` instance.
351353

0 commit comments

Comments
 (0)