livekit-client

v0.18.4-RC3
JavaScript/TypeScript client SDK for LiveKit

lint

eslint src

test

jest

build

rollup --config

proto

protoc --plugin=node_modules/ts-proto/protoc-gen-ts_proto --ts_proto_opt=esModuleInterop=true --ts_proto_out=./src/proto --ts_proto_opt=outputClientImpl=false,useOptionals=true -I./protocol ./protocol/livekit_rtc.proto ./protocol/livekit_models.proto

deploy

gh-pages -d example/dist

format

prettier --write .

sample

rollup --watch --config rollup.config.dev.js

build-docs

typedoc

build:watch

rollup --watch --config rollup.config.js

format:check

prettier --check .

Metadata

Downloads