@vonage/client-sdk 1.5.0-rc.0 → 1.5.0-rc.2

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.
@@ -1163,7 +1163,7 @@ export declare namespace vonage {
1163
1163
  disableNoiseSuppression(id: string, closure: (p0: Nullable<vonage.MediaClientErrorJS>) => void): void;
1164
1164
  }
1165
1165
  interface MediaClientDelegateJS {
1166
- onRtcStats(rtcStats: vonage.RTCStatsJS, legId: string): void;
1166
+ onRtcStats(id: string, rtcStats: vonage.RTCStatsJS): void;
1167
1167
  onConnectionChange(id: string, status: string): void;
1168
1168
  onMediaError(id: string, error: vonage.MediaClientErrorJS): void;
1169
1169
  }