components-js icon indicating copy to clipboard operation
components-js copied to clipboard

Official open source React components and examples for building with LiveKit.

Results 90 components-js issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

There's not a ton I added here, but I think this at least starts to point users in the direction of agents in the readme versus what was there previously....

Fixed the version mismatch inside the nextjs example. related: https://github.com/livekit/components-js/pull/1090

### Select which package(s) are affected \@livekit/components-react ### Describe the bug I cloned the repo and followed the steps highlighted in the development setup to install the project. After successfully...

feat(react): allow specifying multiple device kinds in MediaDeviceMenu props This is an update to the MediaDeviceMenu react component to allow specifying an array of device kinds instead of a single...

### Select which package(s) are affected \@livekit/components-core ### Describe the bug In [mediaDeviceSelect.ts](https://github.com/livekit/components-js/blob/main/packages/core/src/components/mediaDeviceSelect.ts), there are several checks that rely on whether the media track label starts with "Default". However, these...

### Describe the problem I would like to be able to enable Push-to-Talk (PTT) functionality for agents already configured with supportPtt: 1, so that when building rooms, users can engage...

The `ControlBar` component would crash when `settings: true` was set in the controls prop, despite being defined in the type definition. This occurred because the `SettingsMenuToggle` component was using `useLayoutContext()`...

### Select which package(s) are affected \@livekit/components-react ### Describe the bug Description: When using screen sharing and camera simultaneously, console errors consistently appear when: 1. Switching between main and secondary...