client-sdk-js icon indicating copy to clipboard operation
client-sdk-js copied to clipboard

LiveKit browser client SDK (javascript)

Results 61 client-sdk-js issues
Sort by recently updated
recently updated
newest added

This is a draft/suggestion of how to expose custom multi codec publishing encodings to users. Naming (polycast) of course also up for debate, but as everything is marked as `@experimental`...

When i try to connet,get this error... then i can't publish my video or audio,but i can get other Track subscribed. `OperationError: Failed to execute 'setLocalDescription' on 'RTCPeerConnection': Failed to...

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....

This is only supported on Chrome-like browsers at the moment.

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

Prevent multiple redundant monitors from being started if start is called multiple times on a RemoteTrack Fixes issue: https://github.com/livekit/client-sdk-js/issues/392

When calling `start()` on RemoteTrack it calls `this.monitorReceiver()` which then calls itself with: ``` setTimeout(() => { this.monitorReceiver(); }, monitorFrequency); ``` This means that if you call start again on...

SDK verion: 0.17.1 LiveKit server version: 15.5 IOS version: 15.3 Only in IOS safari the client can't connect to a room. If the client connects without publishing any media stream...