@vonage/client-sdk 0.3.0-alpha.1 → 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.
@@ -9,7 +9,7 @@ export namespace vonage {
9
9
  mute(callId: string, legId: string, isMuted: boolean): void;
10
10
  earmuff(callId: string, legId: string, earmuffStatus: boolean): void;
11
11
  dtmf(callId: string, legId: string, digits: string): void;
12
- callHangup(callId: string, callQuality: vonage.RTCQualityJS): void;
12
+ callHangup(callId: string, callQuality: vonage.RTCQualityJS, isRemote: boolean): void;
13
13
  legStatusUpdate(callId: string, legId: string, status: string): void;
14
14
  reconnecting(): void;
15
15
  reconnection(): void;
@@ -579,7 +579,7 @@ export namespace vonage {
579
579
  mute(callId: string, legId: string, isMuted: boolean): void;
580
580
  earmuff(callId: string, legId: string, earmuffStatus: boolean): void;
581
581
  dtmf(callId: string, legId: string, digits: string): void;
582
- callHangup(callId: string, callQuality: vonage.RTCQualityJS): void;
582
+ callHangup(callId: string, callQuality: vonage.RTCQualityJS, isRemote: boolean): void;
583
583
  legStatusUpdate(callId: string, legId: string, status: string): void;
584
584
  reconnecting(): void;
585
585
  reconnection(): void;