Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 466 Bytes

File metadata and controls

21 lines (13 loc) · 466 Bytes

LiveKit Components React

A LiveKit Components implementation in React.

Install

yarn install @dtelecom/components-react

Usage

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

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

Architecture Overview

React specific implementation of LiveKit Components