Skip to content

Commit 64d2175

Browse files
Merge pull request #284994 from garchiro7/android-calling-support
Android platforms supported
2 parents 640c170 + 92b96aa commit 64d2175

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

articles/communication-services/concepts/includes/best-practices-native.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Here are the minimum OS platform requirements to ensure optimal functionality of
3030
- Support for Android API Level 21 or Higher.
3131
- Support for Java 7 or higher.
3232
- Support for Android Studio 2.0.
33-
- **Android Auto** and **IoT devices running Android** are currently not supported.
33+
34+
We highly recommend identifying and validating your scenario by visiting the supported [Android platforms](../sdk-options.md?#android-platform-support)
3435

3536
### [Windows](#tab/windows)
3637

articles/communication-services/concepts/sdk-options.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,24 @@ Publishing locations for individual SDK packages:
6868
- Support for Android API Level 21 or Higher
6969
- Support for Java 7 or higher
7070
- Support for Android Studio 2.0
71-
- **Android Auto (AAOS)** and **IoT devices running Android** are currently not supported
71+
72+
##### Android platform support
73+
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:
75+
76+
| Devices & scenarios | Description | Video resolution |
77+
| ----------------------- | -----------------------------------------------------------------------------------------| ----------------- |
78+
| Phones and tablets | Standard devices running [Android Commercial](https://developer.android.com/get-started). | 720P |
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/). | 360P |
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. |360P |
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/). |360P |
82+
| Automobile scenarios | Car head units running [Android Automotive OS (AAOS)](https://source.android.com/docs/automotive/start/what_automotive). |360P |
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. |360P |
84+
85+
> [!NOTE]
86+
> We offer full support for **audio-only** calls across various platforms and devices, with comprehensive support available for phones and tablets. For **video calls**, support is more limited and may depend on the specific platform or device, with video resolutions capped at 360p in some cases. If your use case involves a device or platform outside of standard phones and tablets (e.g., smart glasses, custom IoT devices), we recommend connecting with us early in your development process so we can guide you on the best integration approach and any potential workarounds.
87+
88+
In case that you found issues during your implementation we encourage you to vist [the troubleshooting guide](./troubleshooting-info.md?#accessing-support-files-in-the-calling-sdk).
7289

7390
#### iOS Calling SDK support
7491

@@ -133,7 +150,7 @@ In the future we may retire versions of the Communication Services SDKs, and we
133150

134151
**You've integrated the v24 version of the SMS REST API into your application. Azure Communication releases v25.**
135152

136-
You'll get three years warning before these APIs stop working and are forced to update to v25. This update might require a code change.
153+
You get three years warning before these APIs stop working and are forced to update to v25. This update might require a code change.
137154

138155
**You've integrated the v2.02 version of the Calling SDK into your application. Azure Communication releases v2.05.**
139156

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ For example, this iframe allows both camera and microphone access:
151151
- Support for Android API Level 21 or Higher
152152
- Support for Java 7 or higher
153153
- Support for Android Studio 2.0
154-
- **Android Auto** and **IoT devices running Android** are currently not supported
154+
155+
We highly recommend identifying and validating your scenario by visiting the supported [Android platforms](../sdk-options.md?#android-platform-support)
155156

156157
## iOS Calling SDK support
157158

0 commit comments

Comments
 (0)