Skip to content

Commit a52d9d8

Browse files
committed
chore: add page for supported platforms
1 parent 287d540 commit a52d9d8

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Supported Platforms
3+
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.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Supported Platforms
3+
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

Comments
 (0)