Skip to content

Commit 3c0badf

Browse files
committed
fix the table to reflec support scenarios
1 parent 37bd5bc commit 3c0badf

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,19 @@ Publishing locations for individual SDK packages:
7171

7272
##### Android platform support
7373

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:
74+
The Android ecosystem is extensive, encompassing various versions and specialized platforms designed for diverse types of devices. The next table lists the Android platforms currently available:
7575

76-
| Devices & scenarios | Description | Video resolution |
76+
| Devices | Description | Support |
7777
| ----------------------- | -----------------------------------------------------------------------------------------| ----------------- |
78-
| Phones and tablets | Standard devices running [Android Commercial](https://developer.android.com/get-started). | 720P |
79-
| Mirror auto applications <sup>1</sup> | 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 <sup>1</sup> | 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 <sup>1</sup> | 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 <sup>1</sup> | Car head units running [Android Automotive OS (AAOS)](https://source.android.com/docs/automotive/start/what_automotive). |360P |
83-
| Custom devices <sup>1</sup> | 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-
- <sup>1</sup> While we don’t **officially support** the platforms or devices mentioned, you’re welcome to experiment and use them at your own risk. Keep in mind that while they may work in certain cases, we can’t guarantee optimal performance or provide dedicated troubleshooting for these scenarios.
78+
| Phones and tablets | Standard devices running [Android Commercial](https://developer.android.com/get-started). | Fully support with [the video resolution](./voice-video-calling/calling-sdk-features.md?#supported-video-resolutions). |
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/). | Audio-only support |
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. |Audio-only support |
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/). |Audio-only support |
82+
| Automobile | Car head units running [Android Automotive OS (AAOS)](https://source.android.com/docs/automotive/start/what_automotive). |Audio-only support |
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. |Audio-only support |
8684

8785
> [!NOTE]
88-
> For **audio-only** calls across various platforms and devices you can use the SDK, with comprehensive support available for **phones and tablets**. For **video calls**, support is **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.
86+
> We **only supports video calls on phones and tablets**. For use cases involving video and non-standard devices or platforms (such as smart glasses or custom devices), we suggest [contacting us](https://github.com/Azure/communication) early in your development process for assistance in determining the most suitable integration approach.
8987
9088
In case that you found issues during your implementation we encourage you to visit [the troubleshooting guide](./troubleshooting-info.md?#accessing-support-files-in-the-calling-sdk).
9189

0 commit comments

Comments
 (0)