Skip to content

Commit 3ca64e2

Browse files
committed
edits
1 parent 999dc76 commit 3ca64e2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ ms.topic: include
66
ms.date: 09/14/2021
77
---
88

9-
Use the UI Library for iOS and Android to create calling use cases through the Azure Communication Services call composite. Use composites in Communications Services to easily integrate an entire calling experience in your application by using only a couple lines of code. Composites manage the entire lifecycle of the call, from setup until the call ends.
9+
Use the call composite in the Azure Communication Services UI Library to create call experiences in your for iOS and Android applications. By using a couple lines of code, you can easily integrate an entire call experience in your application. Composites in Communication Services manage the entire lifecycle of the call, from setup until the call ends.
1010

1111
## Call use cases
1212

13-
You can use the call composite in Communication Services to create use cases in these areas:
13+
You can use the call composite in Communication Services to create these use cases:
1414

1515
| Area | Use cases |
1616
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
@@ -23,11 +23,11 @@ You can use the call composite in Communication Services to create use cases in
2323
| | Make default avatars available when video is off |
2424
| | Show shared screen content in the participant gallery |
2525
| | Enable participant avatar customization |
26-
| | Show the participant roster |
27-
| Call configuration | Manage microphone device |
28-
| | Manage camera device |
29-
| | Manage speaker device (wired or Bluetooth) |
30-
| | Make local preview available for user to check video |
26+
| | Show a participant roster |
27+
| Call configuration | Manage the microphone device |
28+
| | Manage the camera device |
29+
| | Manage the speaker device (wired or Bluetooth) |
30+
| | Make local preview available for a user to check video |
3131
| Call controls | Mute and unmute a call |
3232
| | Turn video on or off during a call |
3333
| | End a call |
@@ -39,9 +39,9 @@ To initialize a composite and authenticate to the service, a user must have an A
3939

4040
## Teams interoperability
4141

42-
For [Teams interoperability](../../teams-interop.md) scenarios, you can use UI Library composites to join a user to a Teams meeting via Communication Services. To enable Teams interoperability, use the call composite. The composite manages the entire lifecycle of joining a Teams interoperability call.
42+
For [Teams interoperability](../../teams-interop.md) scenarios, you can use UI Library composites to add a user to a Teams meeting via Communication Services. To enable Teams interoperability, use the call composite. The composite manages the entire lifecycle of joining a Teams interoperability call.
4343

44-
:::image type="content" source="../../media/mobile-ui/teams-interop-diagram.png" border="false" alt-text="Diagram that shows the Teams interoperability pattern for calling and chat.":::
44+
:::image type="content" source="../../media/mobile-ui/teams-interop-diagram.png" border="false" alt-text="Diagram that shows the Teams interoperability pattern for call and chat.":::
4545

4646
The following figure shows an example of the user experience before a caller is added to a Teams meeting:
4747

@@ -73,7 +73,7 @@ Localization is key to making products for users around the world and who speak
7373

7474
## Accessibility
7575

76-
Accessibility is a key focus of the calling libraries. You can use a screen reader to make important announcements about call status and to help ensure that visually impaired users can effectively participate when they use the application.
76+
Accessibility is a key focus of the call libraries. You can use a screen reader to make important announcements about call status and to help ensure that visually impaired users can effectively participate when they use the application.
7777

7878
## Participant view data injection
7979

0 commit comments

Comments
 (0)