components-js
components-js copied to clipboard
Official open source React components and examples for building with LiveKit.
### 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...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.17.29` -> `22.15.8`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.29/22.15.8) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Select which package(s) are affected \@livekit/components-core ### Describe the bug ### What I'm expecting `isMobileBrowser` helper should return `true` in all mobile browsers. ### What I'm experiencing it returns...