diff --git a/agora-analytics/overview/supported-platforms.mdx b/agora-analytics/overview/supported-platforms.mdx new file mode 100644 index 000000000..3e3c3aa0f --- /dev/null +++ b/agora-analytics/overview/supported-platforms.mdx @@ -0,0 +1,14 @@ +--- +title: 'Supported platforms' +sidebar_position: 5 +type: docs +platform_selector: false +description: > + A list of platforms supported by Agora Analytics. +--- + +import SupportedPlatform from '@docs/shared/agora-analytics/_supported-platforms.mdx'; + +export const toc = [{}]; + + \ No newline at end of file diff --git a/shared/agora-analytics/_supported-platforms.mdx b/shared/agora-analytics/_supported-platforms.mdx new file mode 100644 index 000000000..bfed1a9e1 --- /dev/null +++ b/shared/agora-analytics/_supported-platforms.mdx @@ -0,0 +1,27 @@ +- *Android*: + | Browser or application | Receiving streams | Sending streams | + |:-----------------|:-------|:-----| + | The latest version of Chrome | Supported | Supported | + | The latest version of WeChat| Supported | Supported | + +- *iOS*: + |Operating system |Features |VP8 | H.264| + |:-----|:-----|:-----|:-----| + |Applications with built-in WebView|Receiving streams|iOS 12.2 and later |iOS 12.1.4 and later| + |Applications with built-in WebView| Sending streams|iOS 14.3 and later |iOS 14.3 and later| + |Safari |Sending and receiving streams |OS 12.2 and later |iOS 11 and later| + +- *Desktop*: + |Operating system |Browsers |Receiving streams |Sending streams| + |:-----|:-----|:-----|:-----| + |macOS||Supported |Supported| + |Windows||Supported |Supported| + |ChromeOS |Chrome |Supported |Supported| + +To ensure the best user experience, best practice is to use the latest version each browser on the latest version of the operating system. Download the latest version of: + + - [Chrome](https://www.google.com/intl/en/chrome/) + - [Firefox](https://www.mozilla.org/firefox/new/) + - [Edge](https://microsoft.com/edge) + - [Safari](https://support.apple.com/en-hk/HT201541) + \ No newline at end of file