0.4.5 • Published 1 year ago

@testlk/components-react v0.4.5

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