@vonage/client-sdk 1.1.0-alpha.5 → 1.1.0-alpha.7

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.
@@ -715,7 +715,7 @@ export namespace vonage {
715
715
  }
716
716
  interface SocketClientDelegateJS {
717
717
  didReceiveNewSocketEvent(type: string, body: string): void;
718
- didReceiveNewSocketConnectionStatusEvent(type: string, reason: Nullable<string>): void;
718
+ didReceiveNewSocketConnectionStatusEvent(type: string, reason: Nullable<string>, timestamp: any/* kotlin.Number */, retryNumber: Nullable<number>): void;
719
719
  }
720
720
  interface MediaClientJS {
721
721
  delegate: Nullable<vonage.MediaClientDelegateJS>;