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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Mobile UI Library use cases scenarios
3
-
titleSuffix: An Azure Communication Services - Mobile UI Library use cases scenarios
4
-
description: In this document, introduce the Mobile UI Library capabilities and how is going to work in your applications
2
+
title: UI Library for Mobile native platforms use cases scenarios
3
+
titleSuffix: An Azure Communication Services - UI Library for Mobile native platforms use cases scenarios
4
+
description: In this document, introduce the UI Library for Mobile native platforms capabilities and how is going to work in your applications
5
5
author: jorgegarc
6
6
7
7
ms.author: jorgegarc
@@ -10,7 +10,7 @@ ms.topic: include
10
10
ms.service: azure-communication-services
11
11
---
12
12
13
-
Mobile UI Library for iOS and Android supports calling use cases by using the **calling composite**.
13
+
The UI Library for iOS and Android supports calling use cases by using the **calling composite**.
14
14
15
15
Composites enable developers to easily integrate a whole calling experience into their application with only a couple of lines of code; those composites take care of the entire lifecycle of the call from setup to the call ending.
16
16
@@ -46,14 +46,14 @@ For more information on authentication, see [Authentication](../../authenticatio
46
46
47
47

48
48
49
-
For [Teams Interop](../../teams-interop.md) scenarios, developers can use the Mobile UI Library Components to join Teams meetings through Azure Communication Services.
49
+
For [Teams Interop](../../teams-interop.md) scenarios, developers can use the UI Library composites to join Teams meetings through Azure Communication Services.
50
50
To enable Teams Interop, developers can use the calling composite, which will take care of the lifecycle of joining a Teams Interop call.
The Mobile UI Library provides the capability of the calling participants to view the shared content when other participants share their screens during the calling. Also, the participant can zoom on the screen, making the pinching gestures over the screen to get a better look over the shared content.
56
+
The UI Library for Mobile native platforms provides the capability of the calling participants to view the shared content when other participants share their screens during the calling. Also, the participant can zoom on the screen, making the pinching gestures over the screen to get a better look over the shared content.
57
57
58
58
## Theming
59
59
@@ -73,15 +73,15 @@ The calling composite offers to adapt to any screen size that would bring suppor
73
73
74
74
## Localization
75
75
76
-
Localization is a key to making products that can be used across the world and by people who speak different languages. The Mobile UI Library now provides support for 12 languages: ***English, Spanish, French, German, Italian, Japanese, Korean, Dutch, Portuguese, Russian, Turkish and Chinese*** and RTL capabilities. [How to add localization to your app.](../../../how-tos/ui-library-sdk/localization.md)
76
+
Localization is a key to making products that can be used across the world and by people who speak different languages. The UI Library, provides support for 12 languages: ***English, Spanish, French, German, Italian, Japanese, Korean, Dutch, Portuguese, Russian, Turkish and Chinese*** and RTL capabilities. [How to add localization to your app.](../../../how-tos/ui-library-sdk/localization.md)
77
77
78
78
## Accessibility
79
79
80
80
Accessibility is a key focus of the calling libraries. Screen Readers are supported to make important announcements regarding calling status and to help ensure that visibility impaired users can effectively participate in using the application.
81
81
82
82
## Participant View Data Injection
83
83
84
-
The Mobile UI Library gives the developers the ability to modify both Local and Remote Participants and how they are displayed in the call. On call launch the developer can supply a local avatar and custom display name to show to the local user. For Remote Users, methods are available to allow customization of avatars as they join the meetings. [How to customize participant views.](../../../how-tos/ui-library-sdk/data-model.md)
84
+
The UI Library for Mobile native platforms gives the developers the ability to modify both Local and Remote Participants and how they are displayed in the call. On call launch the developer can supply a local avatar and custom display name to show to the local user. For Remote Users, methods are available to allow customization of avatars as they join the meetings. [How to customize participant views.](../../../how-tos/ui-library-sdk/data-model.md)
85
85
86
86
:::image type="content" source="../../media/mobile-ui/ios-composite.gif" alt-text="Gif animation shows the pre-meeting experience and joining experience on iOS.":::
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/ui-library-sdk/includes/localization/android.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The following is table of `CallCompositeSupportedLocale` with out of the box tra
33
33
34
34
### Localization Provider
35
35
36
-
`CallCompositeLocalizationOptions` is an options wrapper that sets all the strings for Mobile UI Library components using a `CallCompositeSupportedLocale`. By default, all text labels use English strings. If desired `CallCompositeLocalizationOptions` can be used to set a different language by passing a `Locale` object from `CallCompositeSupportedLocale`. Out of the box, the UI library includes a set of `Locale` usable with the UI components and composites.
36
+
`CallCompositeLocalizationOptions` is an options wrapper that sets all the strings for UI Library for Android components using a `CallCompositeSupportedLocale`. By default, all text labels use English strings. If desired `CallCompositeLocalizationOptions` can be used to set a different language by passing a `Locale` object from `CallCompositeSupportedLocale`. Out of the box, the UI library includes a set of `Locale` usable with the UI components and composites.
37
37
38
38
You can also obtain list of `Locale` by the static function `CallCompositeSupportedLocale.getSupportedLocales()`.
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/ui-library/includes/get-started-call/android.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ ms.topic: include
8
8
ms.service: azure-communication-services
9
9
---
10
10
11
-
Azure Communication UI [open source library](https://github.com/Azure/communication-ui-library-android) for Android and the sample application code can be found [here](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/ui-library-quick-start)
Azure Communication UI [open source library](https://github.com/Azure/communication-ui-library-android) for Android and the sample application code can be found [here](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/ui-library-quick-start)
13
14
14
15
## Prerequisites
15
16
@@ -18,7 +19,6 @@ Azure Communication UI [open source library](https://github.com/Azure/communicat
18
19
- A deployed Communication Services resource. [Create a Communication Services resource](../../../create-communication-resource.md).
19
20
- Azure Communication Services Token. See [example](../../../identity/quick-create-identity.md)
20
21
21
-
22
22
## Setting up
23
23
24
24
### Creating an Android app with an empty activity
Azure Communication UI [open source library](https://github.com/Azure/communication-ui-library-ios) for Android and the sample application code can be found [here](https://github.com/Azure-Samples/communication-services-ios-quickstarts/tree/main/ui-library-quick-start)
0 commit comments