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 48 components-js issues
Sort by recently updated
recently updated
newest added

### Select which package(s) are affected \@livekit/components-react ### Describe the bug This is how i display it: ``` function SimpleVoiceAssistant(props) { const { state, audioTrack } = useVoiceAssistant(); useEffect(() =>...

fixes #998 depends on https://github.com/livekit/client-sdk-js/pull/1267/files

### Select which package(s) are affected \@livekit/components-react ### Describe the bug ### `chatMessages` should give all the messages has been sent from all users It was working before and after...

### Select which package(s) are affected \@livekit/components-react ### Describe the bug On some devices, LiveKit doesn't select audio device in PreJoin (nor inside call) even though LiveKit sees several audio...

### Select which package(s) are affected \@livekit/components-react ### Describe the bug (process?.env?.NODE_ENV === 'dev' || // eslint-disable-next-line turbo/no-undeclared-env-vars process?.env?.NODE_ENV === 'development') When building, the block of code throws an error:...

will call prepareConnection as soon as token + serverURL are set, independently of whether or not `connect` has been set to true on the room.

First of all, a huge thank you to the LiveKit team for the great work. It's clear that LiveKit is getting better and better with each new version. ### Describe...