react

jackson 1a5afe68c6 样式修改 пре 11 месеци
.changeset 36982be997 消息发送功能 пре 11 месеци
.github 36982be997 消息发送功能 пре 11 месеци
example 1a5afe68c6 样式修改 пре 11 месеци
packages 9d676782e8 兼容移动端 пре 11 месеци
.editorconfig 36982be997 消息发送功能 пре 11 месеци
.eslintignore 36982be997 消息发送功能 пре 11 месеци
.eslintrc 36982be997 消息发送功能 пре 11 месеци
.gitignore 36982be997 消息发送功能 пре 11 месеци
.prettierignore 36982be997 消息发送功能 пре 11 месеци
.prettierrc 36982be997 消息发送功能 пре 11 месеци
.travis.yml 36982be997 消息发送功能 пре 11 месеци
LICENSE 36982be997 消息发送功能 пре 11 месеци
README.md 36982be997 消息发送功能 пре 11 месеци
package.json 36982be997 消息发送功能 пре 11 месеци
tsconfig.json 36982be997 消息发送功能 пре 11 месеци
tsconfig.test.json 36982be997 消息发送功能 пре 11 месеци
turbo.json 36982be997 消息发送功能 пре 11 месеци
yarn.lock 36982be997 消息发送功能 пре 11 месеци

README.md

livekit-react packages

Warning The packages in this repo have been deprecated in favor of livekit/components-js > @livekit/components-react are completely redesigned both visually and conceptually. More components, more hooks, tree-shakable, easier to handle!

Checkout the docs under https://docs.livekit.io.

Packages

Example apps

Development Setup

This repo uses changesets for managing and publishing packages and turborepo as a taskrunner. To get started run

yarn install

To start a dev server that watches all packages and opens the example app run

yarn start