Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/100mslive/hms-video-react

Build Awesome Live Apps with pre built components
https://github.com/100mslive/hms-video-react

100ms 100mslive audio hacktoberfest live react video

Last synced: about 2 months ago
JSON representation

Build Awesome Live Apps with pre built components

Awesome Lists containing this project

README

        







# 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:[email protected])

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)