livekit-client
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -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; |
{ | ||
"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
5561435
49989