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/includes/best-practices-native.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
@@ -31,7 +31,7 @@ Here are the minimum OS platform requirements to ensure optimal functionality of
31
31
- Support for Java 7 or higher.
32
32
- Support for Android Studio 2.0.
33
33
34
-
We highly recommend identifying and validating your scenario by visiting the supported [Calling Android platforms](../sdk-options.md?#android-calling-sdk-support)
34
+
We highly recommend identifying and validating your scenario by visiting the supported [Android platforms](../sdk-options.md?#android-platform-support)
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/sdk-options.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,19 +69,22 @@ Publishing locations for individual SDK packages:
69
69
- Support for Java 7 or higher
70
70
- Support for Android Studio 2.0
71
71
72
+
##### Android platform support
73
+
72
74
The Android ecosystem is extensive, encompassing various versions and specialized platforms designed for diverse types of devices. The next table lists the key Android platforms currently available:
|[Android Commercial](https://developer.android.com/get-started)| Commercial smartphones and tablets.| Standard Android OS designed for smartphones and tablets.|✔️ |
77
-
|[Android Open Source Project (AOSP)](https://source.android.com/)| Custom smartphones or tablets, kiosks, and custom devices |AOSP is the base code that device manufacturers can modify and customize for their hardware.| ❌ |
78
-
|[Android Automotive OS (AAOS)](https://source.android.com/docs/automotive/start/what_automotive)| In-vehicle infotainment systems | AAOS is a full-stack, open-source platform tailored specifically for vehicles. Runs directly on the vehicle's hardware.| ❌ |
79
-
|[Android Auto](https://www.android.com/auto/)| In-vehicle infotainment systems (mirroring) | Android platform equivalent to Apple CarPlay. Allows driver to mirror their phone to a car’s built-in screens. |❌ |
80
-
|[Android TV](https://developer.android.com/tv)| Smart TVs and streaming devices. | Optimized for the TV experience, focused on streaming services and gaming.| ❌ |
81
-
|[Wear OS](https://wearos.google.com/)| Smartwatches and wearables devices. | Simplified user interface and lower power consumption, designed to operate on small screens with limited hardware.| ❌ |
82
-
|[Android Things](https://developer.android.com/reference/com/google/android/things/AndroidThings)| IoT devices (for example, smart home hubs, connected devices)| Simplified version of Android with a focus on low power consumption and connectivity. | ❌ |
83
-
84
-
You're welcome to validate the scenario that aligns with your application, even if the current versions don't support it. We strongly encourage you to reach out to us before starting your development to identify the best approach.
| Phones and tablets | Standard devices running [Android Commercial](https://developer.android.com/get-started). | Full support |
79
+
| Mirror auto applications | Apps that allow driver to mirror their phone to a car’s built-in screens, running [Android Auto](https://www.android.com/auto/). | Partially support <sup>1</sup> |
80
+
| TV apps or gaming | Apps running running [Android TV](https://developer.android.com/tv), optimized for the TV experience, focused on streaming services and gaming. | Partially support <sup>1</sup> |
81
+
| Smartwatches or wearables devices | Simple user interface and lower power consumption, designed to operate on small screens with limited hardware, using [Wear OS](https://wearos.google.com/). | Partially support <sup>1</sup> |
82
+
| Automobile scenarios | Car head units running [Android Automotive OS (AAOS)](https://source.android.com/docs/automotive/start/what_automotive). | Partially support <sup>1</sup> |
83
+
| Custom devices | Custom devices or applications using [Android Open Source Project (AOSP)](https://source.android.com/), running custom operating systems for specialized hardware, like ruggedized devices, kiosks, or smart glasses; devices where performance, security, or customization is critical. | Partially support <sup>1</sup> |
84
+
85
+
**<sup>1</sup> Fully support audio calls and currently guarantee a video quality of 360p.**
86
+
87
+
Even if your use case is listed as partially supported, you can still use the Android SDK for development. We encourage you to reach out to us before you begin your project. This approach allows us to help identify the best approach tailored to your specific scenario and ensure that any limitations or requirements are addressed early in the process, optimizing the integration, and performance for your application.
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/calling-sdk-features.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
@@ -152,7 +152,7 @@ For example, this iframe allows both camera and microphone access:
152
152
- Support for Java 7 or higher
153
153
- Support for Android Studio 2.0
154
154
155
-
We highly recommend identifying and validating your scenario by visiting the supported [Calling Android platforms](../sdk-options.md?#android-calling-sdk-support)
155
+
We highly recommend identifying and validating your scenario by visiting the supported [Android platforms](../sdk-options.md?#android-platform-support)
0 commit comments