livekit-cli icon indicating copy to clipboard operation
livekit-cli copied to clipboard

Command line interface to LiveKit

Results 87 livekit-cli issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/pion/rtp](https://redirect.github.com/pion/rtp) | `v1.8.25` -> `v1.8.26` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2frtp/v1.8.26?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpion%2frtp/v1.8.25/v1.8.26?slim=true) | | [github.com/pion/webrtc/v4](https://redirect.github.com/pion/webrtc) |...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/livekit/protocol](https://redirect.github.com/livekit/protocol) | `v1.43.1-0.20251112192040-8bdcb749c402` -> `v1.43.4` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flivekit%2fprotocol/v1.43.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flivekit%2fprotocol/v1.43.1-0.20251112192040-8bdcb749c402/v1.43.4?slim=true) | | [github.com/livekit/server-sdk-go/v2](https://redirect.github.com/livekit/server-sdk-go) |...

Hello, We have a monorepo (using Turborepo and pnpm), and we'd like our Node.js-based LiveKit agent to live there so that we can import shared code from packages that live...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v4` -> `v5` | | [actions/checkout](https://redirect.github.com/actions/checkout) |...

Instead of failing. This eliminates the need to wrap `lk` invocations with custom logic for manually filtering out such values. For example, this is a real script for deploying using...

When i run lp agent create and select the region i get the following error ``` lk agent create Using default project [test-project] Creating new agent Using secrets file [.env.local]...

For example: ``` $ lk agent dockerfile --overwrite Using url, api-key, api-secret from environment Detected project type [unknown] unable to determine project type: project type could not be identified; expected...

how to use: **`lk stress-test --rooms 5 --video-publishers 2 --audio-publishers 2 --subscribers 2 --duration 1m`** log output: ``` Room summaries: ┌─────────┬────────┬────────────────────────┬─────────────────┬───────┐ │ Room │ Tracks │ Bitrate │ Total Pkt....

## Summary - Add darwin/amd64 (Intel) and darwin/arm64 (Apple Silicon) to release builds - Remove Windows ARM 32-bit builds (non-existent architecture) - Update Makefile to build and install appropriate macOS...