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.

BrowserVersion requirementsReceiving audio and video StreamsPublishing audio and video streamsScreen sharing
ChromeVersion 65 or above
FirefoxVersion 69 or above
SafariVersion 11 or above✔ (Requires Safari 13 or above)
EdgeNot available

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.

BrowserVersion requirementsReceiving audio and video StreamsPublishing audio and video streamsScreen sharing
ChromeVersion 78 or above
WeChat built-in browserWeChat version 7.0.20 or above
WeChat Work built-in browserWeChat Work 3.1.6 or above

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);