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/concepts/ui-library/includes/mobile-ui-use-cases.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ ms.topic: include
6
6
ms.date: 09/14/2021
7
7
---
8
8
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.
10
10
11
11
## Call use cases
12
12
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:
@@ -23,11 +23,11 @@ You can use the call composite in Communication Services to create use cases in
23
23
|| Make default avatars available when video is off |
24
24
|| Show shared screen content in the participant gallery |
25
25
|| 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 |
31
31
| Call controls | Mute and unmute a call |
32
32
|| Turn video on or off during a call |
33
33
|| End a call |
@@ -39,9 +39,9 @@ To initialize a composite and authenticate to the service, a user must have an A
39
39
40
40
## Teams interoperability
41
41
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.
43
43
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.":::
45
45
46
46
The following figure shows an example of the user experience before a caller is added to a Teams meeting:
47
47
@@ -73,7 +73,7 @@ Localization is key to making products for users around the world and who speak
73
73
74
74
## Accessibility
75
75
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.
0 commit comments