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 contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [loglevel](https://redirect.github.com/pimterry/loglevel) | [`1.9.1` -> `1.9.2`](https://renovatebot.com/diffs/npm/loglevel/1.9.1/1.9.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/loglevel/1.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/loglevel/1.9.1/1.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

with filtering based on participant identites and track ids.

### Select which package(s) are affected \@livekit/components-react ### Describe the bug I am trying to pass previous text chat conversations as context to the agent and found on the docs...

depends on https://github.com/livekit/client-sdk-js/pull/1430

### Describe the problem When I try to use the Components SDK in another project, I have to manually pin floating-ui, rxjs, etc. to use the exact same versions as...

### Select which package(s) are affected \@livekit/components-react ### Describe the bug Hi! Thank you for your project. My case: I have a conference with 100 participants (all have their camera...

### Select which package(s) are affected \@livekit/components-react ### Describe the bug ``` const Agent = () =>{ const {token}=useUserRoomContext() const {audioTrack,state,agentTranscriptions}=useVoiceAssistant() const localParticipant = useLocalParticipant(); const localParticipantTrackRef={ publication: localParticipant.microphoneTrack, source:...

### Describe the problem We can select audio output inside the call, but not in PreJoin ### Describe the proposed solution Add select for `audioOutput` inside PreJoin and allow to...

### Select which package(s) are affected Mainly @storybook/react ### Describe the bug I wanted to explore the storybook to better understand the individual components, as i'm investigating into a migration...