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 [Calling Android platforms](../sdk-options.md?android-calling-sdk-support)
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/sdk-options.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,20 @@ 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
+
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.
72
85
73
86
#### iOS Calling SDK support
74
87
@@ -133,7 +146,7 @@ In the future we may retire versions of the Communication Services SDKs, and we
133
146
134
147
**You've integrated the v24 version of the SMS REST API into your application. Azure Communication releases v25.**
135
148
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.
149
+
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
150
138
151
**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 [Calling Android platforms](../sdk-options.md?android-calling-sdk-support)
0 commit comments