livekit-client 2.5.7 → 2.5.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -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) {