Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

livekit-client

Package Overview
Dependencies
Maintainers
25
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livekit-client - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

1

dist/src/room/Room.d.ts

@@ -207,2 +207,3 @@ import { DataPacket_Kind, DisconnectReason, ParticipantPermission, SipDTMF, SubscriptionError, TranscriptionSegment as TranscriptionSegmentModel } from '@livekit/protocol';

private onLocalParticipantNameChanged;
private onLocalAttributesChanged;
private onLocalTrackMuted;

@@ -209,0 +210,0 @@ private onLocalTrackUnmuted;

@@ -207,2 +207,3 @@ import { DataPacket_Kind, DisconnectReason, ParticipantPermission, SipDTMF, SubscriptionError, TranscriptionSegment as TranscriptionSegmentModel } from '@livekit/protocol';

private onLocalParticipantNameChanged;
private onLocalAttributesChanged;
private onLocalTrackMuted;

@@ -209,0 +210,0 @@ private onLocalTrackUnmuted;

2

package.json
{
"name": "livekit-client",
"version": "2.4.0",
"version": "2.4.1",
"description": "JavaScript/TypeScript client SDK for LiveKit",

@@ -5,0 +5,0 @@ "main": "./dist/livekit-client.umd.js",

@@ -21,6 +21,9 @@ import { ConnectionState } from '../../room/Room';

const handleReconnecting = () => {
reconnectingTriggered = true;
};
room
.on(RoomEvent.Reconnecting, () => {
reconnectingTriggered = true;
})
.on(RoomEvent.SignalReconnecting, handleReconnecting)
.on(RoomEvent.Reconnecting, handleReconnecting)
.on(RoomEvent.Reconnected, () => {

@@ -27,0 +30,0 @@ reconnected = true;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc