You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A list of supported platforms and SDK size information
4
+
---
5
+
6
+
Our Plain-JS Video SDK can run on all modern browsers and platforms. Here is a list of supported platforms:
7
+
8
+
- Chrome 91+
9
+
- Firefox 89+
10
+
- Edge 91+
11
+
- Safari and Mobile Safari 15+
12
+
13
+
## WebView
14
+
15
+
Our SDK can run in Web View on Android and iOS. However, we recommend using the SDK in a browser for the best experience.
16
+
17
+
## SDK Size
18
+
19
+
The SDK size after minification is below 370KB. This size includes all the functionalities provided by the SDK.
20
+
After g-zipping, the SDK size can be compressed down to ~100KB.
21
+
22
+
For most up-to-date information on the SDK size, please check the [package size](https://bundlephobia.com/result?p=@stream-io/video-client) on Bundlephobia.
description: A list of supported platforms and SDK size information
4
+
---
5
+
6
+
Our React Video SDK can run on all modern browsers and platforms. Here is a list of supported platforms:
7
+
8
+
- Chrome 91+
9
+
- Firefox 89+
10
+
- Edge 91+
11
+
- Safari and Mobile Safari 15+
12
+
13
+
## WebView
14
+
15
+
Our SDK can run in Web View on Android and iOS. However, we recommend using the SDK in a browser for the best experience.
16
+
17
+
## SDK Size
18
+
19
+
Our SDK follows the industry standards and is optimized for tree-shaking.
20
+
Modern bundlers like Webpack and Rollup can remove the unused code from the SDK, which helps in reducing the bundle size.
21
+
22
+
The SDK size after minification is below 600KB. This size includes all the components and utilities provided by the SDK.
23
+
After g-zipping, the SDK can be compressed down to ~165KB. The actual size of the SDK in your application will depend on the components you use.
24
+
25
+
For most up-to-date information on the SDK size, please check the [package size](https://bundlephobia.com/result?p=@stream-io/video-react-sdk) on Bundlephobia.
0 commit comments