@vonage/client-sdk 1.0.1-alpha.2 → 1.0.1-alpha.3

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.
@@ -709,6 +709,7 @@ export namespace vonage {
709
709
  }
710
710
  interface MediaClientDelegateJS {
711
711
  onRtcStats(rtcStats: vonage.RTCStatsJS): void;
712
+ onConnectionChange(id: string, status: string): void;
712
713
  }
713
714
  }
714
715
  export namespace vonage {