0.7.1 • Published 1 year ago

@softwares-land/components-react2 v0.7.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

LiveKit Components React

A LiveKit Components implementation in React.

Monorepo Navigation

Install

yarn install @livekit/components-react

Usage

import { LiveKitRoom } from '@livekit/components-react';

<LiveKitRoom token="<livekit-token>" serverUrl="<url-to-livekit-server>" connect={true} />;

Architecture Overview

React specific implementation of LiveKit Components