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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ Here are the minimum OS platform requirements to ensure optimal functionality of
30
30
- Support for Android API Level 21 or Higher.
31
31
- Support for Java 7 or higher.
32
32
- 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)
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/sdk-options.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,24 @@ Publishing locations for individual SDK packages:
68
68
- Support for Android API Level 21 or Higher
69
69
- Support for Java 7 or higher
70
70
- 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 |
| 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).
72
89
73
90
#### iOS Calling SDK support
74
91
@@ -133,7 +150,7 @@ In the future we may retire versions of the Communication Services SDKs, and we
133
150
134
151
**You've integrated the v24 version of the SMS REST API into your application. Azure Communication releases v25.**
135
152
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.
137
154
138
155
**You've integrated the v2.02 version of the Calling SDK into your application. Azure Communication releases v2.05.**
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,8 @@ For example, this iframe allows both camera and microphone access:
151
151
- Support for Android API Level 21 or Higher
152
152
- Support for Java 7 or higher
153
153
- 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)
0 commit comments