livekit-client
Advanced tools
Comparing version
@@ -169,2 +169,3 @@ /** | ||
* When a participant's attributes changed, this event will be emitted with the changed attributes and the participant | ||
* args: (changedAttributes: [[Record<string, string]], participant: [[Participant]]) | ||
*/ | ||
@@ -450,2 +451,3 @@ ParticipantAttributesChanged = "participantAttributesChanged", | ||
* When a participant's attributes changed, this event will be emitted with the changed attributes | ||
* args: (changedAttributes: [[Record<string, string]]) | ||
*/ | ||
@@ -452,0 +454,0 @@ AttributesChanged = "attributesChanged", |
@@ -169,2 +169,3 @@ /** | ||
* When a participant's attributes changed, this event will be emitted with the changed attributes and the participant | ||
* args: (changedAttributes: [[Record<string, string]], participant: [[Participant]]) | ||
*/ | ||
@@ -450,2 +451,3 @@ ParticipantAttributesChanged = "participantAttributesChanged", | ||
* When a participant's attributes changed, this event will be emitted with the changed attributes | ||
* args: (changedAttributes: [[Record<string, string]]) | ||
*/ | ||
@@ -452,0 +454,0 @@ AttributesChanged = "attributesChanged", |
{ | ||
"name": "livekit-client", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"description": "JavaScript/TypeScript client SDK for LiveKit", | ||
@@ -5,0 +5,0 @@ "main": "./dist/livekit-client.umd.js", |
@@ -192,2 +192,3 @@ /** | ||
* When a participant's attributes changed, this event will be emitted with the changed attributes and the participant | ||
* args: (changedAttributes: [[Record<string, string]], participant: [[Participant]]) | ||
*/ | ||
@@ -517,2 +518,3 @@ ParticipantAttributesChanged = 'participantAttributesChanged', | ||
* When a participant's attributes changed, this event will be emitted with the changed attributes | ||
* args: (changedAttributes: [[Record<string, string]]) | ||
*/ | ||
@@ -519,0 +521,0 @@ AttributesChanged = 'attributesChanged', |
@@ -262,3 +262,3 @@ import { | ||
private _setAttributes(attributes: Record<string, string>) { | ||
const diff = diffAttributes(attributes, this.attributes); | ||
const diff = diffAttributes(this.attributes, attributes); | ||
this._attributes = attributes; | ||
@@ -265,0 +265,0 @@ |
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
5719142
0.02%51285
0.02%