-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'staging' of github.com:/AgoraIO/Doc-Source-Private into…
… staging
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|