livekit-react icon indicating copy to clipboard operation
livekit-react copied to clipboard

React component and library for LiveKit

livekit-react packages

Checkout the docs under https://docs.livekit.io and the READMEs inside the packages.

Packages

  • @livekit/react-core provides a minimal set of helpers sans any additional dependencies
  • @livekit/react-components includes everything from react-core plus pre-built and styled components.

Example apps

  • livekit-react-example

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