Supported platforms
Updated
The platforms supported by this product.
This section lists the platforms and products you use to develop apps that interact with Agora SDRTN®.
The Agora Web SDK is a real-time audio and video SDK built on WebRTC technology. Consequently, its compatibility depends on the browser’s support for WebRTC.
Desktop browsers
Agora Web SDK is well supported on popular desktop browsers such as Chrome, Firefox, Edge, and Safari. To ensure the best user experience, best practice is to use the latest version of each browser on the latest version of the operating system.
| Browser | Version requirements | Receiving audio and video Streams | Publishing audio and video streams | Screen sharing |
|---|---|---|---|---|
| Chrome | Version 89 or above | ✔ | ✔ | ✔ |
Mobile browsers
Since version 4.6.0, the Web SDK optimizes the experience on mobile browsers. To improve your experience on mobile devices, Agora strongly recommends upgrading to the latest version.
| Browser | Version requirements | Receiving audio and video Streams | Publishing audio and video streams | Screen sharing |
|---|---|---|---|---|
| Chrome | Version 78 or above | ✔ | ✔ | ✘ |
| WeChat built-in browser | WeChat version 7.0.20 or above | ✔ | ✔ | ✘ |
| WeChat Work built-in browser | WeChat Work 3.1.6 or above | ✔ | ✔ | ✘ |
iOS only supports the system WebView. Therefore, support for the Web SDK is only related to the iOS system version.
-
iOS version ≥ 12.2 and < 14.3
Browser Version requirements Receiving audio and video Streams Publishing audio and video streams Screen sharing Safari Corresponding to iOS system version ✔ ✔ ✘ Chrome No clear information ✔ ✘ ✘ WeChat built-in browser WeChat version 8.0.13 or above ✔ ✘ ✘ WeChat Work built-in browser WeChat Work 3.1.15 or above① ✔ ✘ ✘ -
iOS version ≥ 14.3
Browser Version requirements Receiving audio and video Streams Publishing audio and video streams Screen sharing Safari Corresponding to iOS system version ✔ ✔ ✘ Chrome Version 92 or above ✔ ✔ ✘ WeChat built-in browser WeChat version 8.0.13 or above ✔ ✔ ✘ WeChat Work built-in browser WeChat Work 3.1.15 or above① ✔ ✔ ✘
| Browser | Version requirements | Receiving audio and video Streams | Publishing audio and video streams | Screen sharing |
|---|---|---|---|---|
| Huawei Browser | Not available | ✔ | ✔ | ✘ |
Check browser compatibility
The Agora Web SDK provides the checkSystemRequirements method to determine if the SDK can be used in the current browser.
const result = AgoraRTC.checkSystemRequirements();
// result is true for support, false for non-support
console.log(result);