@vonage/client-sdk 1.0.0-rc.5 → 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.
@@ -740,12 +740,12 @@ export namespace vonage {
740
740
  get name(): "RemoteCancel";
741
741
  get ordinal(): 0;
742
742
  };
743
- static get RemoteAnswer(): vonage.CancelReasonJS & {
744
- get name(): "RemoteAnswer";
743
+ static get AnsweredElsewhere(): vonage.CancelReasonJS & {
744
+ get name(): "AnsweredElsewhere";
745
745
  get ordinal(): 1;
746
746
  };
747
- static get RemoteReject(): vonage.CancelReasonJS & {
748
- get name(): "RemoteReject";
747
+ static get RejectedElsewhere(): vonage.CancelReasonJS & {
748
+ get name(): "RejectedElsewhere";
749
749
  get ordinal(): 2;
750
750
  };
751
751
  static get RemoteTimeout(): vonage.CancelReasonJS & {
@@ -754,7 +754,7 @@ export namespace vonage {
754
754
  };
755
755
  static values(): Array<vonage.CancelReasonJS>;
756
756
  static valueOf(value: string): vonage.CancelReasonJS;
757
- get name(): "RemoteCancel" | "RemoteAnswer" | "RemoteReject" | "RemoteTimeout";
757
+ get name(): "RemoteCancel" | "AnsweredElsewhere" | "RejectedElsewhere" | "RemoteTimeout";
758
758
  get ordinal(): 0 | 1 | 2 | 3;
759
759
  }
760
760
  class RTCQualityJS {