<p align="center" >
  <a href="https://100ms.live/">
  <img src="https://github.com/100mslive/100ms-ios-sdk/blob/main/100ms-logo.png" title="100ms logo" float=left></a>
</p>
  
  
# IMPORTANT: Deprecated
  
Note that this library is deprecated and is no longer actively maintained, if you're starting a new project please use [@100mslive/react-sdk](https://www.npmjs.com/package/@100mslive/react-sdk), our [quickstart guide](https://www.100ms.live/docs/javascript/v2/guides/react-quickstart) should help you in getting up quickly. For already existing projects, if you're not using any UI components and only using the hooks, you can simply replace all occurence of "@100mslive/hms-video-react" with "@100mslive/react-sdk" after installing the latter.
We're also actively working on a UI package ["@100mslive/react-ui"](https://www.npmjs.com/package/@100mslive/react-ui), currently in alpha for helping with headless and styled components.

# 100ms React SDK
[![Documentation](https://img.shields.io/badge/Read-Documentation-blue)](https://docs.100ms.live/javascript/v2/features/integration)
[![Discord](https://img.shields.io/badge/Community-Join%20on%20Discord-blue)](https://discord.gg/F8cNgbjSaQ)
[![Email](https://img.shields.io/badge/Contact-Know%20More-blue)](mailto:founders@100ms.live)

Create beautfiful custom applications using 100ms' React SDK.
  
This library currently provides is composed of two pieces - 
  
1. hooks which interface with our sdk for easily using with functional components. More details [here](https://docs.100ms.live/javascript/v2/features/integration#installing-our-libraries).
2. UI components for common use cases - video tile, preview etc. Note that these components are on path of deprecation and we don't recommend their use as a library. We're actively working on a new UI components library which will provide improved flexibility and ease of use.

Install using

```bash
npm install --save @100mslive/hms-video-react@latest
```

For detailed documentation visit [our documentation page](https://docs.100ms.live/javascript/v2/features/integration#installing-our-libraries)
