livekit-client 2.5.7 → 2.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4691,6 +4691,10 @@ var RoomEvent;
4691
4691
  * fired when the first remote participant has subscribed to the localParticipant's track
4692
4692
  */
4693
4693
  RoomEvent["LocalTrackSubscribed"] = "localTrackSubscribed";
4694
+ /**
4695
+ * fired when the client receives connection metrics from other participants
4696
+ */
4697
+ RoomEvent["MetricsReceived"] = "metricsReceived";
4694
4698
  })(RoomEvent || (RoomEvent = {}));
4695
4699
  var ParticipantEvent;
4696
4700
  (function (ParticipantEvent) {