@vonage/client-sdk 1.0.0 → 1.0.1-alpha.0

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.
@@ -8,6 +8,8 @@ export type VonageEvent = vonage.CombinedEvents;
8
8
  export type RTCQuality = vonage.RTCQualityJS;
9
9
  export type CancelReason = vonage.CancelReasonJS;
10
10
  export declare const CancelReason: typeof vonage.CancelReasonJS;
11
+ export type HangupReason = vonage.HangupReasonJS;
12
+ export declare const HangupReason: typeof vonage.HangupReasonJS;
11
13
  export type SessionErrorReason = vonage.SessionErrorReasonJS;
12
14
  export declare const SessionErrorReason: typeof vonage.SessionErrorReasonJS;
13
15
  export type LegStatus = vonage.LegStatusJS;