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/quickstarts/ui-library/includes/get-started-call/android.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ Complete the following sections to set up the quickstart project.
25
25
26
26
In Android Studio, create a new project:
27
27
28
+
1. In the **File** menu, select **New** > **New Project**.
29
+
28
30
1. In **New Project**, select the **Empty Activity** project template.
29
31
30
32
:::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:
220
222
221
223
## Object model
222
224
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:
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).
282
284
283
285
---
284
286
### Set up a group call
@@ -311,7 +313,7 @@ CallCompositeRemoteOptions remoteOptions = new CallCompositeRemoteOptions(
311
313
312
314
### Set up a Teams meeting
313
315
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.
315
317
316
318
#### [Kotlin](#tab/kotlin)
317
319
@@ -345,7 +347,7 @@ You can get a Microsoft Teams meeting link by using Graph APIs. This process is
345
347
346
348
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.
347
349
348
-
### Launch the call UI
350
+
### Launch the composite
349
351
350
352
To launch the call UI, inside the `startCallComposite` function, call `launch` on the `CallComposite` instance.
0 commit comments