@vonage/client-sdk 0.2.1-beta.2 → 0.3.0-alpha.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.
@@ -5,8 +5,6 @@ export * from '../utils';
5
5
  * DO NOT ADD CODE HERE UNLESS REALLY NEEDEED!!111!
6
6
  */
7
7
  export type VonageEvent = vonage.CombinedEvents;
8
- export type Invite = vonage.VoiceInviteJS;
9
- export type VoiceCall = vonage.VoiceCallJS;
10
8
  export type RTCQuality = vonage.RTCQualityJS;
11
9
  export type CancelReason = vonage.CancelReasonJS;
12
10
  export declare const CancelReason: typeof vonage.CancelReasonJS;