Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:/AgoraIO/Doc-Source-Private into…
Browse files Browse the repository at this point in the history
… staging
  • Loading branch information
saudsami committed Nov 3, 2024
2 parents fa68c65 + 053315f commit 8998d02
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
14 changes: 14 additions & 0 deletions agora-analytics/overview/supported-platforms.mdx
Original file line number Diff line number Diff line change
@@ -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 = [{}];

<SupportedPlatform product="Agora Analytics" PATH="agora-analytics" />
27 changes: 27 additions & 0 deletions shared/agora-analytics/_supported-platforms.mdx
Original file line number Diff line number Diff line change
@@ -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|<ul><li>Chrome</li><li>Firefox</li><li>Safari</li><li>Edge</li></ul>|Supported |Supported|
|Windows|<ul><li>Chrome</li><li>Firefox</li><li>Edge</li></ul>|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)

0 comments on commit 8998d02

Please sign in to comment.