livekit-cli

CLI tool for managing and interacting with LiveKit servers

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface to LiveKit

Commands

livekit-cli

Examples

Create a new access token for a participant$ livekit-cli create-token --api-key <key> --api-secret <secret> --room myroom --identity user1
List all active rooms on a LiveKit server$ livekit-cli list-rooms --api-key <key> --api-secret <secret> --server <url>
Delete a room and disconnect all participants$ livekit-cli delete-room --api-key <key> --api-secret <secret> --room myroom --server <url>