@vonage/client-sdk 2.6.0 → 2.6.1

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.
@@ -34566,7 +34566,7 @@ function requireClientsdkClientcore () {
34566
34566
  initMetadataForClass(ProcessAnswerError, 'ProcessAnswerError', VOID, MediaClientError);
34567
34567
  initMetadataForClass(CreateAnswerError, 'CreateAnswerError', CreateAnswerError, MediaClientError);
34568
34568
  initMetadataForClass(CreateOfferError, 'CreateOfferError', CreateOfferError, MediaClientError);
34569
- initMetadataForClass(VonageError, 'VonageError', VOID, Exception);
34569
+ initMetadataForClass(VonageError, 'VonageError', VonageError, Exception);
34570
34570
  initMetadataForClass(VonageErrorType, 'VonageErrorType', VOID, Enum);
34571
34571
  initMetadataForClass(EventAPIImpl, 'EventAPIImpl');
34572
34572
  initMetadataForCompanion(Companion_151);
@@ -34907,7 +34907,7 @@ function requireClientsdkClientcore () {
34907
34907
  initMetadataForClass(runAfterDelay$1);
34908
34908
  //endregion
34909
34909
  function BuildKonfig() {
34910
- this.t1e_1 = '2.6.0';
34910
+ this.t1e_1 = '2.6.1';
34911
34911
  }
34912
34912
  var BuildKonfig_instance;
34913
34913
  function BuildKonfig_getInstance() {
@@ -85707,6 +85707,11 @@ function requireClientsdkClientcore_js () {
85707
85707
  captureStack(this, VonageErrorJS);
85708
85708
  this.type = map_6(vonageError.q39_1);
85709
85709
  this.code = vonageError.r39_1;
85710
+ this.source = vonageError.s39_1;
85711
+ this.isRetriable = vonageError.t39_1;
85712
+ var tmp = this;
85713
+ var tmp0_safe_receiver = vonageError.u39_1;
85714
+ tmp.retryAfter = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c3();
85710
85715
  this.kmpCause = vonageError.cause;
85711
85716
  }
85712
85717
  protoOf(VonageErrorJS).e1k = function () {
@@ -85715,7 +85720,16 @@ function requireClientsdkClientcore_js () {
85715
85720
  protoOf(VonageErrorJS).k30 = function () {
85716
85721
  return this.code;
85717
85722
  };
85723
+ protoOf(VonageErrorJS).u1d = function () {
85724
+ return this.source;
85725
+ };
85718
85726
  protoOf(VonageErrorJS).k46 = function () {
85727
+ return this.isRetriable;
85728
+ };
85729
+ protoOf(VonageErrorJS).l46 = function () {
85730
+ return this.retryAfter;
85731
+ };
85732
+ protoOf(VonageErrorJS).m46 = function () {
85719
85733
  return this.kmpCause;
85720
85734
  };
85721
85735
  function VonageErrorTypeJsObject() {
@@ -85725,19 +85739,19 @@ function requireClientsdkClientcore_js () {
85725
85739
  this.INTERNAL_ERROR = 'INTERNAL_ERROR';
85726
85740
  this.UNKNOWN_ERROR = 'UNKNOWN_ERROR';
85727
85741
  }
85728
- protoOf(VonageErrorTypeJsObject).l46 = function () {
85742
+ protoOf(VonageErrorTypeJsObject).n46 = function () {
85729
85743
  return this.CS_ERROR;
85730
85744
  };
85731
- protoOf(VonageErrorTypeJsObject).m46 = function () {
85745
+ protoOf(VonageErrorTypeJsObject).o46 = function () {
85732
85746
  return this.NETWORK_ERROR;
85733
85747
  };
85734
- protoOf(VonageErrorTypeJsObject).n46 = function () {
85748
+ protoOf(VonageErrorTypeJsObject).p46 = function () {
85735
85749
  return this.SESSION_ERROR;
85736
85750
  };
85737
- protoOf(VonageErrorTypeJsObject).o46 = function () {
85751
+ protoOf(VonageErrorTypeJsObject).q46 = function () {
85738
85752
  return this.INTERNAL_ERROR;
85739
85753
  };
85740
- protoOf(VonageErrorTypeJsObject).p46 = function () {
85754
+ protoOf(VonageErrorTypeJsObject).r46 = function () {
85741
85755
  return this.UNKNOWN_ERROR;
85742
85756
  };
85743
85757
  protoOf(VonageErrorTypeJsObject).toString = function () {
@@ -85762,7 +85776,7 @@ function requireClientsdkClientcore_js () {
85762
85776
  extendThrowable(this);
85763
85777
  captureStack(this, MediaClientErrorJS);
85764
85778
  }
85765
- protoOf(MediaClientErrorJS).q46 = function () {
85779
+ protoOf(MediaClientErrorJS).s46 = function () {
85766
85780
  var tmp;
85767
85781
  if (this instanceof PeerConnectionNotFoundJS) {
85768
85782
  tmp = new PeerConnectionNotFound(this.legId);
@@ -85792,18 +85806,18 @@ function requireClientsdkClientcore_js () {
85792
85806
  captureStack(this, PeerConnectionNotFoundJS);
85793
85807
  this.legId = legId;
85794
85808
  }
85795
- protoOf(PeerConnectionNotFoundJS).s46 = function () {
85809
+ protoOf(PeerConnectionNotFoundJS).u46 = function () {
85796
85810
  return this.legId;
85797
85811
  };
85798
85812
  protoOf(PeerConnectionNotFoundJS).r8 = function () {
85799
85813
  return this.legId;
85800
85814
  };
85801
- protoOf(PeerConnectionNotFoundJS).t46 = function (legId) {
85815
+ protoOf(PeerConnectionNotFoundJS).v46 = function (legId) {
85802
85816
  return new PeerConnectionNotFoundJS(legId);
85803
85817
  };
85804
85818
  protoOf(PeerConnectionNotFoundJS).copy = function (legId, $super) {
85805
85819
  legId = legId === VOID ? this.legId : legId;
85806
- return this.t46(legId);
85820
+ return this.v46(legId);
85807
85821
  };
85808
85822
  protoOf(PeerConnectionNotFoundJS).toString = function () {
85809
85823
  return 'PeerConnectionNotFoundJS(legId=' + this.legId + ')';
@@ -85826,18 +85840,18 @@ function requireClientsdkClientcore_js () {
85826
85840
  captureStack(this, TrackNotFoundJS);
85827
85841
  this.legId = legId;
85828
85842
  }
85829
- protoOf(TrackNotFoundJS).s46 = function () {
85843
+ protoOf(TrackNotFoundJS).u46 = function () {
85830
85844
  return this.legId;
85831
85845
  };
85832
85846
  protoOf(TrackNotFoundJS).r8 = function () {
85833
85847
  return this.legId;
85834
85848
  };
85835
- protoOf(TrackNotFoundJS).t46 = function (legId) {
85849
+ protoOf(TrackNotFoundJS).v46 = function (legId) {
85836
85850
  return new TrackNotFoundJS(legId);
85837
85851
  };
85838
85852
  protoOf(TrackNotFoundJS).copy = function (legId, $super) {
85839
85853
  legId = legId === VOID ? this.legId : legId;
85840
- return this.t46(legId);
85854
+ return this.v46(legId);
85841
85855
  };
85842
85856
  protoOf(TrackNotFoundJS).toString = function () {
85843
85857
  return 'TrackNotFoundJS(legId=' + this.legId + ')';
@@ -85860,34 +85874,34 @@ function requireClientsdkClientcore_js () {
85860
85874
  MediaClientErrorJS.call(this);
85861
85875
  captureStack(this, ProcessAnswerErrorJS);
85862
85876
  this.legId = legId;
85863
- this.r46_1 = message;
85877
+ this.t46_1 = message;
85864
85878
  }
85865
- protoOf(ProcessAnswerErrorJS).s46 = function () {
85879
+ protoOf(ProcessAnswerErrorJS).u46 = function () {
85866
85880
  return this.legId;
85867
85881
  };
85868
85882
  protoOf(ProcessAnswerErrorJS).n8 = function () {
85869
- return this.r46_1;
85883
+ return this.t46_1;
85870
85884
  };
85871
85885
  protoOf(ProcessAnswerErrorJS).r8 = function () {
85872
85886
  return this.legId;
85873
85887
  };
85874
85888
  protoOf(ProcessAnswerErrorJS).s8 = function () {
85875
- return this.r46_1;
85889
+ return this.t46_1;
85876
85890
  };
85877
- protoOf(ProcessAnswerErrorJS).u46 = function (legId, message) {
85891
+ protoOf(ProcessAnswerErrorJS).w46 = function (legId, message) {
85878
85892
  return new ProcessAnswerErrorJS(legId, message);
85879
85893
  };
85880
85894
  protoOf(ProcessAnswerErrorJS).copy = function (legId, message, $super) {
85881
85895
  legId = legId === VOID ? this.legId : legId;
85882
- message = message === VOID ? this.r46_1 : message;
85883
- return this.u46(legId, message);
85896
+ message = message === VOID ? this.t46_1 : message;
85897
+ return this.w46(legId, message);
85884
85898
  };
85885
85899
  protoOf(ProcessAnswerErrorJS).toString = function () {
85886
- return 'ProcessAnswerErrorJS(legId=' + this.legId + ', message=' + this.r46_1 + ')';
85900
+ return 'ProcessAnswerErrorJS(legId=' + this.legId + ', message=' + this.t46_1 + ')';
85887
85901
  };
85888
85902
  protoOf(ProcessAnswerErrorJS).hashCode = function () {
85889
85903
  var result = getStringHashCode(this.legId);
85890
- result = imul(result, 31) + (this.r46_1 == null ? 0 : getStringHashCode(this.r46_1)) | 0;
85904
+ result = imul(result, 31) + (this.t46_1 == null ? 0 : getStringHashCode(this.t46_1)) | 0;
85891
85905
  return result;
85892
85906
  };
85893
85907
  protoOf(ProcessAnswerErrorJS).equals = function (other) {
@@ -85898,7 +85912,7 @@ function requireClientsdkClientcore_js () {
85898
85912
  var tmp0_other_with_cast = other instanceof ProcessAnswerErrorJS ? other : THROW_CCE();
85899
85913
  if (!(this.legId === tmp0_other_with_cast.legId))
85900
85914
  return false;
85901
- if (!(this.r46_1 == tmp0_other_with_cast.r46_1))
85915
+ if (!(this.t46_1 == tmp0_other_with_cast.t46_1))
85902
85916
  return false;
85903
85917
  return true;
85904
85918
  };
@@ -85906,26 +85920,26 @@ function requireClientsdkClientcore_js () {
85906
85920
  message = message === VOID ? null : message;
85907
85921
  MediaClientErrorJS.call(this);
85908
85922
  captureStack(this, CreateAnswerErrorJS);
85909
- this.v46_1 = message;
85923
+ this.x46_1 = message;
85910
85924
  }
85911
85925
  protoOf(CreateAnswerErrorJS).n8 = function () {
85912
- return this.v46_1;
85926
+ return this.x46_1;
85913
85927
  };
85914
85928
  protoOf(CreateAnswerErrorJS).r8 = function () {
85915
- return this.v46_1;
85929
+ return this.x46_1;
85916
85930
  };
85917
- protoOf(CreateAnswerErrorJS).w46 = function (message) {
85931
+ protoOf(CreateAnswerErrorJS).y46 = function (message) {
85918
85932
  return new CreateAnswerErrorJS(message);
85919
85933
  };
85920
85934
  protoOf(CreateAnswerErrorJS).copy = function (message, $super) {
85921
- message = message === VOID ? this.v46_1 : message;
85922
- return this.w46(message);
85935
+ message = message === VOID ? this.x46_1 : message;
85936
+ return this.y46(message);
85923
85937
  };
85924
85938
  protoOf(CreateAnswerErrorJS).toString = function () {
85925
- return 'CreateAnswerErrorJS(message=' + this.v46_1 + ')';
85939
+ return 'CreateAnswerErrorJS(message=' + this.x46_1 + ')';
85926
85940
  };
85927
85941
  protoOf(CreateAnswerErrorJS).hashCode = function () {
85928
- return this.v46_1 == null ? 0 : getStringHashCode(this.v46_1);
85942
+ return this.x46_1 == null ? 0 : getStringHashCode(this.x46_1);
85929
85943
  };
85930
85944
  protoOf(CreateAnswerErrorJS).equals = function (other) {
85931
85945
  if (this === other)
@@ -85933,7 +85947,7 @@ function requireClientsdkClientcore_js () {
85933
85947
  if (!(other instanceof CreateAnswerErrorJS))
85934
85948
  return false;
85935
85949
  var tmp0_other_with_cast = other instanceof CreateAnswerErrorJS ? other : THROW_CCE();
85936
- if (!(this.v46_1 == tmp0_other_with_cast.v46_1))
85950
+ if (!(this.x46_1 == tmp0_other_with_cast.x46_1))
85937
85951
  return false;
85938
85952
  return true;
85939
85953
  };
@@ -85941,26 +85955,26 @@ function requireClientsdkClientcore_js () {
85941
85955
  message = message === VOID ? null : message;
85942
85956
  MediaClientErrorJS.call(this);
85943
85957
  captureStack(this, CreateOfferErrorJS);
85944
- this.x46_1 = message;
85958
+ this.z46_1 = message;
85945
85959
  }
85946
85960
  protoOf(CreateOfferErrorJS).n8 = function () {
85947
- return this.x46_1;
85961
+ return this.z46_1;
85948
85962
  };
85949
85963
  protoOf(CreateOfferErrorJS).r8 = function () {
85950
- return this.x46_1;
85964
+ return this.z46_1;
85951
85965
  };
85952
- protoOf(CreateOfferErrorJS).w46 = function (message) {
85966
+ protoOf(CreateOfferErrorJS).y46 = function (message) {
85953
85967
  return new CreateOfferErrorJS(message);
85954
85968
  };
85955
85969
  protoOf(CreateOfferErrorJS).copy = function (message, $super) {
85956
- message = message === VOID ? this.x46_1 : message;
85957
- return this.w46(message);
85970
+ message = message === VOID ? this.z46_1 : message;
85971
+ return this.y46(message);
85958
85972
  };
85959
85973
  protoOf(CreateOfferErrorJS).toString = function () {
85960
- return 'CreateOfferErrorJS(message=' + this.x46_1 + ')';
85974
+ return 'CreateOfferErrorJS(message=' + this.z46_1 + ')';
85961
85975
  };
85962
85976
  protoOf(CreateOfferErrorJS).hashCode = function () {
85963
- return this.x46_1 == null ? 0 : getStringHashCode(this.x46_1);
85977
+ return this.z46_1 == null ? 0 : getStringHashCode(this.z46_1);
85964
85978
  };
85965
85979
  protoOf(CreateOfferErrorJS).equals = function (other) {
85966
85980
  if (this === other)
@@ -85968,7 +85982,7 @@ function requireClientsdkClientcore_js () {
85968
85982
  if (!(other instanceof CreateOfferErrorJS))
85969
85983
  return false;
85970
85984
  var tmp0_other_with_cast = other instanceof CreateOfferErrorJS ? other : THROW_CCE();
85971
- if (!(this.x46_1 == tmp0_other_with_cast.x46_1))
85985
+ if (!(this.z46_1 == tmp0_other_with_cast.z46_1))
85972
85986
  return false;
85973
85987
  return true;
85974
85988
  };
@@ -87076,66 +87090,66 @@ function requireClientsdkClientcore_js () {
87076
87090
  this.coreRegion = coreRegion;
87077
87091
  this.emergencyRegion = emergencyRegion;
87078
87092
  }
87079
- protoOf(CoreClientConfigRegionJS).a47 = function () {
87093
+ protoOf(CoreClientConfigRegionJS).c47 = function () {
87080
87094
  return this.coreRegion;
87081
87095
  };
87082
- protoOf(CoreClientConfigRegionJS).b47 = function () {
87096
+ protoOf(CoreClientConfigRegionJS).d47 = function () {
87083
87097
  return this.emergencyRegion;
87084
87098
  };
87085
87099
  function CoreClientConfigJS(region) {
87086
87100
  region = region === VOID ? get_DEFAULT_REGION() : region;
87087
87101
  this.region = region;
87088
- this.c47_1 = this.region.coreRegion.x37_1;
87089
- this.d47_1 = this.region.coreRegion.y37_1;
87090
- this.e47_1 = '/v2/rtc';
87091
- this.f47_1 = true;
87092
- this.g47_1 = false;
87093
- this.h47_1 = false;
87094
- this.i47_1 = this.region.emergencyRegion.j1h_1;
87095
- this.j47_1 = this.region.emergencyRegion.k1h_1;
87096
- }
87097
- protoOf(CoreClientConfigJS).k47 = function () {
87098
- return this.region;
87099
- };
87100
- protoOf(CoreClientConfigJS).l47 = function (_set____db54di) {
87101
- this.c47_1 = _set____db54di;
87102
- };
87102
+ this.e47_1 = this.region.coreRegion.x37_1;
87103
+ this.f47_1 = this.region.coreRegion.y37_1;
87104
+ this.g47_1 = '/v2/rtc';
87105
+ this.h47_1 = true;
87106
+ this.i47_1 = false;
87107
+ this.j47_1 = false;
87108
+ this.k47_1 = this.region.emergencyRegion.j1h_1;
87109
+ this.l47_1 = this.region.emergencyRegion.k1h_1;
87110
+ }
87103
87111
  protoOf(CoreClientConfigJS).m47 = function () {
87104
- return this.c47_1;
87112
+ return this.region;
87105
87113
  };
87106
87114
  protoOf(CoreClientConfigJS).n47 = function (_set____db54di) {
87107
- this.d47_1 = _set____db54di;
87115
+ this.e47_1 = _set____db54di;
87108
87116
  };
87109
87117
  protoOf(CoreClientConfigJS).o47 = function () {
87110
- return this.d47_1;
87118
+ return this.e47_1;
87111
87119
  };
87112
87120
  protoOf(CoreClientConfigJS).p47 = function (_set____db54di) {
87113
- this.e47_1 = _set____db54di;
87121
+ this.f47_1 = _set____db54di;
87114
87122
  };
87115
87123
  protoOf(CoreClientConfigJS).q47 = function () {
87116
- return this.e47_1;
87124
+ return this.f47_1;
87117
87125
  };
87118
87126
  protoOf(CoreClientConfigJS).r47 = function (_set____db54di) {
87119
- this.f47_1 = _set____db54di;
87127
+ this.g47_1 = _set____db54di;
87120
87128
  };
87121
87129
  protoOf(CoreClientConfigJS).s47 = function () {
87122
- return this.f47_1;
87130
+ return this.g47_1;
87123
87131
  };
87124
87132
  protoOf(CoreClientConfigJS).t47 = function (_set____db54di) {
87125
- this.g47_1 = _set____db54di;
87133
+ this.h47_1 = _set____db54di;
87126
87134
  };
87127
87135
  protoOf(CoreClientConfigJS).u47 = function () {
87128
- return this.g47_1;
87129
- };
87130
- protoOf(CoreClientConfigJS).v47 = function () {
87131
87136
  return this.h47_1;
87132
87137
  };
87138
+ protoOf(CoreClientConfigJS).v47 = function (_set____db54di) {
87139
+ this.i47_1 = _set____db54di;
87140
+ };
87133
87141
  protoOf(CoreClientConfigJS).w47 = function () {
87134
87142
  return this.i47_1;
87135
87143
  };
87136
87144
  protoOf(CoreClientConfigJS).x47 = function () {
87137
87145
  return this.j47_1;
87138
87146
  };
87147
+ protoOf(CoreClientConfigJS).y47 = function () {
87148
+ return this.k47_1;
87149
+ };
87150
+ protoOf(CoreClientConfigJS).z47 = function () {
87151
+ return this.l47_1;
87152
+ };
87139
87153
  function TopicJS(name, tag) {
87140
87154
  this.name = name;
87141
87155
  this.tag = tag;
@@ -87143,7 +87157,7 @@ function requireClientsdkClientcore_js () {
87143
87157
  protoOf(TopicJS).f2 = function () {
87144
87158
  return this.name;
87145
87159
  };
87146
- protoOf(TopicJS).y47 = function () {
87160
+ protoOf(TopicJS).a48 = function () {
87147
87161
  return this.tag;
87148
87162
  };
87149
87163
  protoOf(TopicJS).r8 = function () {
@@ -87152,13 +87166,13 @@ function requireClientsdkClientcore_js () {
87152
87166
  protoOf(TopicJS).s8 = function () {
87153
87167
  return this.tag;
87154
87168
  };
87155
- protoOf(TopicJS).z47 = function (name, tag) {
87169
+ protoOf(TopicJS).b48 = function (name, tag) {
87156
87170
  return new TopicJS(name, tag);
87157
87171
  };
87158
87172
  protoOf(TopicJS).copy = function (name, tag, $super) {
87159
87173
  name = name === VOID ? this.name : name;
87160
87174
  tag = tag === VOID ? this.tag : tag;
87161
- return this.z47(name, tag);
87175
+ return this.b48(name, tag);
87162
87176
  };
87163
87177
  protoOf(TopicJS).toString = function () {
87164
87178
  return 'TopicJS(name=' + this.name + ', tag=' + this.tag + ')';
@@ -87299,10 +87313,10 @@ function requireClientsdkClientcore_js () {
87299
87313
  protoOf(SessionErrorReasonJsObject).b46 = function () {
87300
87314
  return this.EXPIRED_TOKEN;
87301
87315
  };
87302
- protoOf(SessionErrorReasonJsObject).e48 = function () {
87316
+ protoOf(SessionErrorReasonJsObject).g48 = function () {
87303
87317
  return this.TRANSPORT_CLOSED;
87304
87318
  };
87305
- protoOf(SessionErrorReasonJsObject).f48 = function () {
87319
+ protoOf(SessionErrorReasonJsObject).h48 = function () {
87306
87320
  return this.PING_TIMEOUT;
87307
87321
  };
87308
87322
  protoOf(SessionErrorReasonJsObject).toString = function () {
@@ -87741,22 +87755,22 @@ function requireClientsdkClientcore_js () {
87741
87755
  return _this__u8e3s4 == null ? null : equals(_this__u8e3s4, undefined) ? null : _this__u8e3s4;
87742
87756
  }
87743
87757
  function createVonageLoggerJS$1($name, $minLogLevel, $topics, $onLog) {
87744
- this.j48_1 = $onLog;
87745
- this.g48_1 = $name;
87746
- this.h48_1 = $minLogLevel;
87747
- this.i48_1 = $topics;
87758
+ this.l48_1 = $onLog;
87759
+ this.i48_1 = $name;
87760
+ this.j48_1 = $minLogLevel;
87761
+ this.k48_1 = $topics;
87748
87762
  }
87749
87763
  protoOf(createVonageLoggerJS$1).f2 = function () {
87750
- return this.g48_1;
87764
+ return this.i48_1;
87751
87765
  };
87752
87766
  protoOf(createVonageLoggerJS$1).w3q = function () {
87753
- return this.h48_1;
87767
+ return this.j48_1;
87754
87768
  };
87755
87769
  protoOf(createVonageLoggerJS$1).o3q = function () {
87756
- return this.i48_1;
87770
+ return this.k48_1;
87757
87771
  };
87758
87772
  protoOf(createVonageLoggerJS$1).onLog = function (logLevel, topic, message) {
87759
- this.j48_1(logLevel, topic, message);
87773
+ this.l48_1(logLevel, topic, message);
87760
87774
  };
87761
87775
  function vonageLogger$lambda($logger) {
87762
87776
  return function (logLevel, topic, message, _anonymous_parameter_3__qggqen) {
@@ -87845,13 +87859,13 @@ function requireClientsdkClientcore_js () {
87845
87859
  this.ANSWERED = 'ANSWERED';
87846
87860
  this.COMPLETED = 'COMPLETED';
87847
87861
  }
87848
- protoOf(LegStatusJSObject).k48 = function () {
87862
+ protoOf(LegStatusJSObject).m48 = function () {
87849
87863
  return this.RINGING;
87850
87864
  };
87851
- protoOf(LegStatusJSObject).l48 = function () {
87865
+ protoOf(LegStatusJSObject).n48 = function () {
87852
87866
  return this.ANSWERED;
87853
87867
  };
87854
- protoOf(LegStatusJSObject).m48 = function () {
87868
+ protoOf(LegStatusJSObject).o48 = function () {
87855
87869
  return this.COMPLETED;
87856
87870
  };
87857
87871
  protoOf(LegStatusJSObject).toString = function () {
@@ -87875,7 +87889,7 @@ function requireClientsdkClientcore_js () {
87875
87889
  function CallDisconnectReasonJSObject() {
87876
87890
  this.NetworkChange = 'networkChange';
87877
87891
  }
87878
- protoOf(CallDisconnectReasonJSObject).n48 = function () {
87892
+ protoOf(CallDisconnectReasonJSObject).p48 = function () {
87879
87893
  return this.NetworkChange;
87880
87894
  };
87881
87895
  protoOf(CallDisconnectReasonJSObject).toString = function () {
@@ -87903,19 +87917,19 @@ function requireClientsdkClientcore_js () {
87903
87917
  this.LOCAL_HANGUP = 'LOCAL_HANGUP';
87904
87918
  this.MEDIA_TIMEOUT = 'MEDIA_TIMEOUT';
87905
87919
  }
87906
- protoOf(HangupReasonJSObject).o48 = function () {
87920
+ protoOf(HangupReasonJSObject).q48 = function () {
87907
87921
  return this.REMOTE_HANGUP;
87908
87922
  };
87909
- protoOf(HangupReasonJSObject).p48 = function () {
87923
+ protoOf(HangupReasonJSObject).r48 = function () {
87910
87924
  return this.REMOTE_REJECT;
87911
87925
  };
87912
- protoOf(HangupReasonJSObject).q48 = function () {
87926
+ protoOf(HangupReasonJSObject).s48 = function () {
87913
87927
  return this.REMOTE_NO_ANSWER_TIMEOUT;
87914
87928
  };
87915
- protoOf(HangupReasonJSObject).r48 = function () {
87929
+ protoOf(HangupReasonJSObject).t48 = function () {
87916
87930
  return this.LOCAL_HANGUP;
87917
87931
  };
87918
- protoOf(HangupReasonJSObject).s48 = function () {
87932
+ protoOf(HangupReasonJSObject).u48 = function () {
87919
87933
  return this.MEDIA_TIMEOUT;
87920
87934
  };
87921
87935
  protoOf(HangupReasonJSObject).toString = function () {
@@ -88803,13 +88817,13 @@ function requireClientsdkClientcore_js () {
88803
88817
  protoOf(VoiceInviteFromInfoJS).s8 = function () {
88804
88818
  return this.type;
88805
88819
  };
88806
- protoOf(VoiceInviteFromInfoJS).t48 = function (id, type) {
88820
+ protoOf(VoiceInviteFromInfoJS).v48 = function (id, type) {
88807
88821
  return new VoiceInviteFromInfoJS(id, type);
88808
88822
  };
88809
88823
  protoOf(VoiceInviteFromInfoJS).copy = function (id, type, $super) {
88810
88824
  id = id === VOID ? this.id : id;
88811
88825
  type = type === VOID ? this.type : type;
88812
- return this.t48(id, type);
88826
+ return this.v48(id, type);
88813
88827
  };
88814
88828
  protoOf(VoiceInviteFromInfoJS).toString = function () {
88815
88829
  return 'VoiceInviteFromInfoJS(id=' + this.id + ', type=' + this.type + ')';
@@ -88887,41 +88901,41 @@ function requireClientsdkClientcore_js () {
88887
88901
  cause = cause === VOID ? null : cause;
88888
88902
  extendThrowable(this);
88889
88903
  captureStack(this, HttpClientErrorJS);
88890
- this.u48_1 = message;
88891
- this.v48_1 = cause;
88904
+ this.w48_1 = message;
88905
+ this.x48_1 = cause;
88892
88906
  }
88893
88907
  protoOf(HttpClientErrorJS).n8 = function () {
88894
- return this.u48_1;
88908
+ return this.w48_1;
88895
88909
  };
88896
88910
  protoOf(HttpClientErrorJS).o8 = function () {
88897
- return this.v48_1;
88911
+ return this.x48_1;
88898
88912
  };
88899
- protoOf(HttpClientErrorJS).w48 = function () {
88900
- var tmp0_elvis_lhs = this.u48_1;
88913
+ protoOf(HttpClientErrorJS).y48 = function () {
88914
+ var tmp0_elvis_lhs = this.w48_1;
88901
88915
  var tmp = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
88902
- var tmp_0 = this.v48_1;
88916
+ var tmp_0 = this.x48_1;
88903
88917
  return new HTTPClientError(tmp, tmp_0 instanceof Exception ? tmp_0 : null);
88904
88918
  };
88905
88919
  protoOf(HttpClientErrorJS).r8 = function () {
88906
- return this.u48_1;
88920
+ return this.w48_1;
88907
88921
  };
88908
88922
  protoOf(HttpClientErrorJS).s8 = function () {
88909
- return this.v48_1;
88923
+ return this.x48_1;
88910
88924
  };
88911
- protoOf(HttpClientErrorJS).x48 = function (message, cause) {
88925
+ protoOf(HttpClientErrorJS).z48 = function (message, cause) {
88912
88926
  return new HttpClientErrorJS(message, cause);
88913
88927
  };
88914
88928
  protoOf(HttpClientErrorJS).copy = function (message, cause, $super) {
88915
- message = message === VOID ? this.u48_1 : message;
88916
- cause = cause === VOID ? this.v48_1 : cause;
88917
- return this.x48(message, cause);
88929
+ message = message === VOID ? this.w48_1 : message;
88930
+ cause = cause === VOID ? this.x48_1 : cause;
88931
+ return this.z48(message, cause);
88918
88932
  };
88919
88933
  protoOf(HttpClientErrorJS).toString = function () {
88920
- return 'HttpClientErrorJS(message=' + this.u48_1 + ', cause=' + toString_0(this.v48_1) + ')';
88934
+ return 'HttpClientErrorJS(message=' + this.w48_1 + ', cause=' + toString_0(this.x48_1) + ')';
88921
88935
  };
88922
88936
  protoOf(HttpClientErrorJS).hashCode = function () {
88923
- var result = this.u48_1 == null ? 0 : getStringHashCode(this.u48_1);
88924
- result = imul(result, 31) + (this.v48_1 == null ? 0 : hashCode(this.v48_1)) | 0;
88937
+ var result = this.w48_1 == null ? 0 : getStringHashCode(this.w48_1);
88938
+ result = imul(result, 31) + (this.x48_1 == null ? 0 : hashCode(this.x48_1)) | 0;
88925
88939
  return result;
88926
88940
  };
88927
88941
  protoOf(HttpClientErrorJS).equals = function (other) {
@@ -88930,9 +88944,9 @@ function requireClientsdkClientcore_js () {
88930
88944
  if (!(other instanceof HttpClientErrorJS))
88931
88945
  return false;
88932
88946
  var tmp0_other_with_cast = other instanceof HttpClientErrorJS ? other : THROW_CCE();
88933
- if (!(this.u48_1 == tmp0_other_with_cast.u48_1))
88947
+ if (!(this.w48_1 == tmp0_other_with_cast.w48_1))
88934
88948
  return false;
88935
- if (!equals(this.v48_1, tmp0_other_with_cast.v48_1))
88949
+ if (!equals(this.x48_1, tmp0_other_with_cast.x48_1))
88936
88950
  return false;
88937
88951
  return true;
88938
88952
  };
@@ -88943,13 +88957,13 @@ function requireClientsdkClientcore_js () {
88943
88957
  this.body = body;
88944
88958
  this.headers = headers;
88945
88959
  }
88946
- protoOf(HttpClientResponseJS).y48 = function () {
88960
+ protoOf(HttpClientResponseJS).a49 = function () {
88947
88961
  return this.statusCode;
88948
88962
  };
88949
88963
  protoOf(HttpClientResponseJS).h42 = function () {
88950
88964
  return this.body;
88951
88965
  };
88952
- protoOf(HttpClientResponseJS).z48 = function () {
88966
+ protoOf(HttpClientResponseJS).b49 = function () {
88953
88967
  return this.headers;
88954
88968
  };
88955
88969
  protoOf(HttpClientResponseJS).r8 = function () {
@@ -88958,17 +88972,17 @@ function requireClientsdkClientcore_js () {
88958
88972
  protoOf(HttpClientResponseJS).s8 = function () {
88959
88973
  return this.body;
88960
88974
  };
88961
- protoOf(HttpClientResponseJS).a49 = function () {
88975
+ protoOf(HttpClientResponseJS).c49 = function () {
88962
88976
  return this.headers;
88963
88977
  };
88964
- protoOf(HttpClientResponseJS).b49 = function (statusCode, body, headers) {
88978
+ protoOf(HttpClientResponseJS).d49 = function (statusCode, body, headers) {
88965
88979
  return new HttpClientResponseJS(statusCode, body, headers);
88966
88980
  };
88967
88981
  protoOf(HttpClientResponseJS).copy = function (statusCode, body, headers, $super) {
88968
88982
  statusCode = statusCode === VOID ? this.statusCode : statusCode;
88969
88983
  body = body === VOID ? this.body : body;
88970
88984
  headers = headers === VOID ? this.headers : headers;
88971
- return this.b49(statusCode, body, headers);
88985
+ return this.d49(statusCode, body, headers);
88972
88986
  };
88973
88987
  protoOf(HttpClientResponseJS).toString = function () {
88974
88988
  return 'HttpClientResponseJS(statusCode=' + this.statusCode + ', body=' + this.body + ', headers=' + toString_0(this.headers) + ')';
@@ -89027,16 +89041,16 @@ function requireClientsdkClientcore_js () {
89027
89041
  this.RejectedElsewhere = 'RejectedElsewhere';
89028
89042
  this.RemoteTimeout = 'RemoteTimeout';
89029
89043
  }
89030
- protoOf(CancelReasonJSObject).c49 = function () {
89044
+ protoOf(CancelReasonJSObject).e49 = function () {
89031
89045
  return this.RemoteCancel;
89032
89046
  };
89033
- protoOf(CancelReasonJSObject).d49 = function () {
89047
+ protoOf(CancelReasonJSObject).f49 = function () {
89034
89048
  return this.AnsweredElsewhere;
89035
89049
  };
89036
- protoOf(CancelReasonJSObject).e49 = function () {
89050
+ protoOf(CancelReasonJSObject).g49 = function () {
89037
89051
  return this.RejectedElsewhere;
89038
89052
  };
89039
- protoOf(CancelReasonJSObject).f49 = function () {
89053
+ protoOf(CancelReasonJSObject).h49 = function () {
89040
89054
  return this.RemoteTimeout;
89041
89055
  };
89042
89056
  protoOf(CancelReasonJSObject).toString = function () {
@@ -89068,31 +89082,31 @@ function requireClientsdkClientcore_js () {
89068
89082
  this.packet_cnt = packet_cnt;
89069
89083
  this.packet_loss_perc = packet_loss_perc;
89070
89084
  }
89071
- protoOf(RTCQualityJS).g49 = function () {
89085
+ protoOf(RTCQualityJS).i49 = function () {
89072
89086
  return this.mos_score;
89073
89087
  };
89074
- protoOf(RTCQualityJS).h49 = function () {
89088
+ protoOf(RTCQualityJS).j49 = function () {
89075
89089
  return this.quality_percentage;
89076
89090
  };
89077
- protoOf(RTCQualityJS).i49 = function () {
89091
+ protoOf(RTCQualityJS).k49 = function () {
89078
89092
  return this.jitter_min_var;
89079
89093
  };
89080
- protoOf(RTCQualityJS).j49 = function () {
89094
+ protoOf(RTCQualityJS).l49 = function () {
89081
89095
  return this.jitter_max_var;
89082
89096
  };
89083
- protoOf(RTCQualityJS).k49 = function () {
89097
+ protoOf(RTCQualityJS).m49 = function () {
89084
89098
  return this.jitter_loss_rate;
89085
89099
  };
89086
- protoOf(RTCQualityJS).l49 = function () {
89100
+ protoOf(RTCQualityJS).n49 = function () {
89087
89101
  return this.jitter_burst_rate;
89088
89102
  };
89089
- protoOf(RTCQualityJS).m49 = function () {
89103
+ protoOf(RTCQualityJS).o49 = function () {
89090
89104
  return this.flaw_total;
89091
89105
  };
89092
- protoOf(RTCQualityJS).n49 = function () {
89106
+ protoOf(RTCQualityJS).p49 = function () {
89093
89107
  return this.packet_cnt;
89094
89108
  };
89095
- protoOf(RTCQualityJS).o49 = function () {
89109
+ protoOf(RTCQualityJS).q49 = function () {
89096
89110
  return this.packet_loss_perc;
89097
89111
  };
89098
89112
  protoOf(RTCQualityJS).r8 = function () {
@@ -89101,28 +89115,28 @@ function requireClientsdkClientcore_js () {
89101
89115
  protoOf(RTCQualityJS).s8 = function () {
89102
89116
  return this.quality_percentage;
89103
89117
  };
89104
- protoOf(RTCQualityJS).a49 = function () {
89118
+ protoOf(RTCQualityJS).c49 = function () {
89105
89119
  return this.jitter_min_var;
89106
89120
  };
89107
- protoOf(RTCQualityJS).p49 = function () {
89121
+ protoOf(RTCQualityJS).r49 = function () {
89108
89122
  return this.jitter_max_var;
89109
89123
  };
89110
- protoOf(RTCQualityJS).q49 = function () {
89124
+ protoOf(RTCQualityJS).s49 = function () {
89111
89125
  return this.jitter_loss_rate;
89112
89126
  };
89113
- protoOf(RTCQualityJS).r49 = function () {
89127
+ protoOf(RTCQualityJS).t49 = function () {
89114
89128
  return this.jitter_burst_rate;
89115
89129
  };
89116
- protoOf(RTCQualityJS).s49 = function () {
89130
+ protoOf(RTCQualityJS).u49 = function () {
89117
89131
  return this.flaw_total;
89118
89132
  };
89119
- protoOf(RTCQualityJS).t49 = function () {
89133
+ protoOf(RTCQualityJS).v49 = function () {
89120
89134
  return this.packet_cnt;
89121
89135
  };
89122
- protoOf(RTCQualityJS).u49 = function () {
89136
+ protoOf(RTCQualityJS).w49 = function () {
89123
89137
  return this.packet_loss_perc;
89124
89138
  };
89125
- protoOf(RTCQualityJS).v49 = function (mos_score, quality_percentage, jitter_min_var, jitter_max_var, jitter_loss_rate, jitter_burst_rate, flaw_total, packet_cnt, packet_loss_perc) {
89139
+ protoOf(RTCQualityJS).x49 = function (mos_score, quality_percentage, jitter_min_var, jitter_max_var, jitter_loss_rate, jitter_burst_rate, flaw_total, packet_cnt, packet_loss_perc) {
89126
89140
  return new RTCQualityJS(mos_score, quality_percentage, jitter_min_var, jitter_max_var, jitter_loss_rate, jitter_burst_rate, flaw_total, packet_cnt, packet_loss_perc);
89127
89141
  };
89128
89142
  protoOf(RTCQualityJS).copy = function (mos_score, quality_percentage, jitter_min_var, jitter_max_var, jitter_loss_rate, jitter_burst_rate, flaw_total, packet_cnt, packet_loss_perc, $super) {
@@ -89135,7 +89149,7 @@ function requireClientsdkClientcore_js () {
89135
89149
  flaw_total = flaw_total === VOID ? this.flaw_total : flaw_total;
89136
89150
  packet_cnt = packet_cnt === VOID ? this.packet_cnt : packet_cnt;
89137
89151
  packet_loss_perc = packet_loss_perc === VOID ? this.packet_loss_perc : packet_loss_perc;
89138
- return this.v49(mos_score, quality_percentage, jitter_min_var, jitter_max_var, jitter_loss_rate, jitter_burst_rate, flaw_total, packet_cnt, packet_loss_perc);
89152
+ return this.x49(mos_score, quality_percentage, jitter_min_var, jitter_max_var, jitter_loss_rate, jitter_burst_rate, flaw_total, packet_cnt, packet_loss_perc);
89139
89153
  };
89140
89154
  protoOf(RTCQualityJS).toString = function () {
89141
89155
  return 'RTCQualityJS(mos_score=' + this.mos_score + ', quality_percentage=' + this.quality_percentage + ', jitter_min_var=' + this.jitter_min_var + ', jitter_max_var=' + this.jitter_max_var + ', jitter_loss_rate=' + this.jitter_loss_rate + ', jitter_burst_rate=' + this.jitter_burst_rate + ', flaw_total=' + this.flaw_total + ', packet_cnt=' + this.packet_cnt + ', packet_loss_perc=' + this.packet_loss_perc + ')';
@@ -89205,55 +89219,55 @@ function requireClientsdkClientcore_js () {
89205
89219
  this.concealedSamples = concealedSamples;
89206
89220
  this.concealmentEvents = concealmentEvents;
89207
89221
  }
89208
- protoOf(RTCStatsJS).w49 = function () {
89222
+ protoOf(RTCStatsJS).y49 = function () {
89209
89223
  return this.audioRecvPackets;
89210
89224
  };
89211
- protoOf(RTCStatsJS).x49 = function () {
89225
+ protoOf(RTCStatsJS).z49 = function () {
89212
89226
  return this.audioRecvPacketsLost;
89213
89227
  };
89214
- protoOf(RTCStatsJS).y49 = function () {
89228
+ protoOf(RTCStatsJS).a4a = function () {
89215
89229
  return this.audioRecvBytes;
89216
89230
  };
89217
- protoOf(RTCStatsJS).z49 = function () {
89231
+ protoOf(RTCStatsJS).b4a = function () {
89218
89232
  return this.audioRecvJitter;
89219
89233
  };
89220
- protoOf(RTCStatsJS).a4a = function () {
89234
+ protoOf(RTCStatsJS).c4a = function () {
89221
89235
  return this.audioSentPackets;
89222
89236
  };
89223
- protoOf(RTCStatsJS).b4a = function () {
89237
+ protoOf(RTCStatsJS).d4a = function () {
89224
89238
  return this.audioSentBytes;
89225
89239
  };
89226
- protoOf(RTCStatsJS).c4a = function () {
89240
+ protoOf(RTCStatsJS).e4a = function () {
89227
89241
  return this.audioSentPacketsLost;
89228
89242
  };
89229
- protoOf(RTCStatsJS).d4a = function () {
89243
+ protoOf(RTCStatsJS).f4a = function () {
89230
89244
  return this.audioRtt;
89231
89245
  };
89232
- protoOf(RTCStatsJS).e4a = function () {
89246
+ protoOf(RTCStatsJS).g4a = function () {
89233
89247
  return this.audioSentJitter;
89234
89248
  };
89235
- protoOf(RTCStatsJS).f4a = function () {
89249
+ protoOf(RTCStatsJS).h4a = function () {
89236
89250
  return this.echoReturnLoss;
89237
89251
  };
89238
- protoOf(RTCStatsJS).g4a = function () {
89252
+ protoOf(RTCStatsJS).i4a = function () {
89239
89253
  return this.echoReturnLossEnhancement;
89240
89254
  };
89241
- protoOf(RTCStatsJS).h4a = function () {
89255
+ protoOf(RTCStatsJS).j4a = function () {
89242
89256
  return this.audioLevel;
89243
89257
  };
89244
- protoOf(RTCStatsJS).i4a = function () {
89258
+ protoOf(RTCStatsJS).k4a = function () {
89245
89259
  return this.totalAudioEnergy;
89246
89260
  };
89247
- protoOf(RTCStatsJS).j4a = function () {
89261
+ protoOf(RTCStatsJS).l4a = function () {
89248
89262
  return this.totalSamplesSent;
89249
89263
  };
89250
- protoOf(RTCStatsJS).k4a = function () {
89264
+ protoOf(RTCStatsJS).m4a = function () {
89251
89265
  return this.concealedSamples;
89252
89266
  };
89253
- protoOf(RTCStatsJS).l4a = function () {
89267
+ protoOf(RTCStatsJS).n4a = function () {
89254
89268
  return this.concealmentEvents;
89255
89269
  };
89256
- protoOf(RTCStatsJS).m4a = function () {
89270
+ protoOf(RTCStatsJS).o4a = function () {
89257
89271
  var tmp = numberToLong(this.audioRecvPackets);
89258
89272
  var tmp_0 = numberToInt(this.audioRecvPacketsLost);
89259
89273
  var tmp_1 = numberToLong(this.audioRecvBytes);
@@ -89274,49 +89288,49 @@ function requireClientsdkClientcore_js () {
89274
89288
  protoOf(RTCStatsJS).s8 = function () {
89275
89289
  return this.audioRecvPacketsLost;
89276
89290
  };
89277
- protoOf(RTCStatsJS).a49 = function () {
89291
+ protoOf(RTCStatsJS).c49 = function () {
89278
89292
  return this.audioRecvBytes;
89279
89293
  };
89280
- protoOf(RTCStatsJS).p49 = function () {
89294
+ protoOf(RTCStatsJS).r49 = function () {
89281
89295
  return this.audioRecvJitter;
89282
89296
  };
89283
- protoOf(RTCStatsJS).q49 = function () {
89297
+ protoOf(RTCStatsJS).s49 = function () {
89284
89298
  return this.audioSentPackets;
89285
89299
  };
89286
- protoOf(RTCStatsJS).r49 = function () {
89300
+ protoOf(RTCStatsJS).t49 = function () {
89287
89301
  return this.audioSentBytes;
89288
89302
  };
89289
- protoOf(RTCStatsJS).s49 = function () {
89303
+ protoOf(RTCStatsJS).u49 = function () {
89290
89304
  return this.audioSentPacketsLost;
89291
89305
  };
89292
- protoOf(RTCStatsJS).t49 = function () {
89306
+ protoOf(RTCStatsJS).v49 = function () {
89293
89307
  return this.audioRtt;
89294
89308
  };
89295
- protoOf(RTCStatsJS).u49 = function () {
89309
+ protoOf(RTCStatsJS).w49 = function () {
89296
89310
  return this.audioSentJitter;
89297
89311
  };
89298
- protoOf(RTCStatsJS).n4a = function () {
89312
+ protoOf(RTCStatsJS).p4a = function () {
89299
89313
  return this.echoReturnLoss;
89300
89314
  };
89301
- protoOf(RTCStatsJS).o4a = function () {
89315
+ protoOf(RTCStatsJS).q4a = function () {
89302
89316
  return this.echoReturnLossEnhancement;
89303
89317
  };
89304
- protoOf(RTCStatsJS).p4a = function () {
89318
+ protoOf(RTCStatsJS).r4a = function () {
89305
89319
  return this.audioLevel;
89306
89320
  };
89307
- protoOf(RTCStatsJS).q4a = function () {
89321
+ protoOf(RTCStatsJS).s4a = function () {
89308
89322
  return this.totalAudioEnergy;
89309
89323
  };
89310
- protoOf(RTCStatsJS).r4a = function () {
89324
+ protoOf(RTCStatsJS).t4a = function () {
89311
89325
  return this.totalSamplesSent;
89312
89326
  };
89313
- protoOf(RTCStatsJS).s4a = function () {
89327
+ protoOf(RTCStatsJS).u4a = function () {
89314
89328
  return this.concealedSamples;
89315
89329
  };
89316
- protoOf(RTCStatsJS).t4a = function () {
89330
+ protoOf(RTCStatsJS).v4a = function () {
89317
89331
  return this.concealmentEvents;
89318
89332
  };
89319
- protoOf(RTCStatsJS).u4a = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents) {
89333
+ protoOf(RTCStatsJS).w4a = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents) {
89320
89334
  return new RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents);
89321
89335
  };
89322
89336
  protoOf(RTCStatsJS).copy = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents, $super) {
@@ -89336,7 +89350,7 @@ function requireClientsdkClientcore_js () {
89336
89350
  totalSamplesSent = totalSamplesSent === VOID ? this.totalSamplesSent : totalSamplesSent;
89337
89351
  concealedSamples = concealedSamples === VOID ? this.concealedSamples : concealedSamples;
89338
89352
  concealmentEvents = concealmentEvents === VOID ? this.concealmentEvents : concealmentEvents;
89339
- return this.u4a(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents);
89353
+ return this.w4a(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents);
89340
89354
  };
89341
89355
  protoOf(RTCStatsJS).toString = function () {
89342
89356
  return 'RTCStatsJS(audioRecvPackets=' + toString(this.audioRecvPackets) + ', audioRecvPacketsLost=' + toString(this.audioRecvPacketsLost) + ', audioRecvBytes=' + toString(this.audioRecvBytes) + ', audioRecvJitter=' + toString(this.audioRecvJitter) + ', audioSentPackets=' + toString(this.audioSentPackets) + ', audioSentBytes=' + toString(this.audioSentBytes) + ', audioSentPacketsLost=' + toString(this.audioSentPacketsLost) + ', audioRtt=' + toString(this.audioRtt) + ', audioSentJitter=' + toString(this.audioSentJitter) + ', echoReturnLoss=' + toString_0(this.echoReturnLoss) + ', echoReturnLossEnhancement=' + toString_0(this.echoReturnLossEnhancement) + ', audioLevel=' + toString(this.audioLevel) + ', totalAudioEnergy=' + toString(this.totalAudioEnergy) + ', totalSamplesSent=' + toString(this.totalSamplesSent) + ', concealedSamples=' + toString(this.concealedSamples) + ', concealmentEvents=' + toString(this.concealmentEvents) + ')';
@@ -89503,7 +89517,7 @@ function requireClientsdkClientcore_js () {
89503
89517
  };
89504
89518
  }
89505
89519
  function HttpClientJSAdapter$1($js) {
89506
- this.v4a_1 = $js;
89520
+ this.x4a_1 = $js;
89507
89521
  }
89508
89522
  protoOf(HttpClientJSAdapter$1).h3s = function (verb, url, headers, body, callback) {
89509
89523
  var tmp = verb.toString();
@@ -89511,7 +89525,7 @@ function requireClientsdkClientcore_js () {
89511
89525
  // Inline function 'kotlin.contracts.contract' call
89512
89526
  // Inline function 'vonage.<no name provided>.request.<anonymous>' call
89513
89527
  var tmp_0 = fromMap(JSON, headers);
89514
- this.v4a_1.request(tmp, url, tmp_0, body, HttpClientJSAdapter$o$request$lambda(callback));
89528
+ this.x4a_1.request(tmp, url, tmp_0, body, HttpClientJSAdapter$o$request$lambda(callback));
89515
89529
  };
89516
89530
  function SocketClientJSAdapter$o$emit$lambda($callback) {
89517
89531
  return function (err, response) {
@@ -89529,11 +89543,11 @@ function requireClientsdkClientcore_js () {
89529
89543
  };
89530
89544
  }
89531
89545
  function SocketClientJSAdapter$adapter$1($js) {
89532
- this.x4a_1 = $js;
89533
- this.w4a_1 = null;
89546
+ this.z4a_1 = $js;
89547
+ this.y4a_1 = null;
89534
89548
  }
89535
89549
  protoOf(SocketClientJSAdapter$adapter$1).l3s = function (_set____db54di) {
89536
- this.w4a_1 = _set____db54di;
89550
+ this.y4a_1 = _set____db54di;
89537
89551
  };
89538
89552
  protoOf(SocketClientJSAdapter$adapter$1).m3s = function (type, msg, callback) {
89539
89553
  var tmp;
@@ -89546,28 +89560,28 @@ function requireClientsdkClientcore_js () {
89546
89560
  tmp = fromMap(JSON, msg);
89547
89561
  }
89548
89562
  var tmp_0 = tmp;
89549
- this.x4a_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
89563
+ this.z4a_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
89550
89564
  };
89551
89565
  protoOf(SocketClientJSAdapter$adapter$1).n3s = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, sessionId, query) {
89552
- this.x4a_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, sessionId, query);
89566
+ this.z4a_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, sessionId, query);
89553
89567
  };
89554
89568
  protoOf(SocketClientJSAdapter$adapter$1).o3s = function () {
89555
- this.x4a_1.disconnect();
89569
+ this.z4a_1.disconnect();
89556
89570
  };
89557
89571
  protoOf(SocketClientJSAdapter$adapter$1).p3s = function (sessionId, token) {
89558
- this.x4a_1.setConnectParamsSocketConfig(sessionId, token);
89572
+ this.z4a_1.setConnectParamsSocketConfig(sessionId, token);
89559
89573
  };
89560
89574
  protoOf(SocketClientJSAdapter$adapter$1).q3s = function (sessionId) {
89561
- this.x4a_1.setSocketSessionId(sessionId);
89575
+ this.z4a_1.setSocketSessionId(sessionId);
89562
89576
  };
89563
89577
  protoOf(SocketClientJSAdapter$adapter$1).r3s = function (milliseconds, callback) {
89564
- this.x4a_1.startVerifyResponseTimer(milliseconds, callback);
89578
+ this.z4a_1.startVerifyResponseTimer(milliseconds, callback);
89565
89579
  };
89566
89580
  function SocketClientJSAdapter$1($adapter) {
89567
- this.y4a_1 = $adapter;
89581
+ this.a4b_1 = $adapter;
89568
89582
  }
89569
89583
  protoOf(SocketClientJSAdapter$1).didReceiveNewSocketEvent = function (body) {
89570
- var tmp0_safe_receiver = this.y4a_1.w4a_1;
89584
+ var tmp0_safe_receiver = this.a4b_1.y4a_1;
89571
89585
  if (tmp0_safe_receiver == null)
89572
89586
  null;
89573
89587
  else {
@@ -89600,7 +89614,7 @@ function requireClientsdkClientcore_js () {
89600
89614
  var tmp;
89601
89615
  switch (reason) {
89602
89616
  case 'NXMCORE_REASON_SERVER_DISCONNECTED':
89603
- var tmp1_safe_receiver_0 = this.y4a_1.w4a_1;
89617
+ var tmp1_safe_receiver_0 = this.a4b_1.y4a_1;
89604
89618
  var tmp_0;
89605
89619
  if (tmp1_safe_receiver_0 == null) {
89606
89620
  tmp_0 = null;
@@ -89612,7 +89626,7 @@ function requireClientsdkClientcore_js () {
89612
89626
  tmp = tmp_0;
89613
89627
  break;
89614
89628
  case 'NXMCORE_REASON_CLIENT_DISCONNECTED':
89615
- var tmp2_safe_receiver = this.y4a_1.w4a_1;
89629
+ var tmp2_safe_receiver = this.a4b_1.y4a_1;
89616
89630
  var tmp_1;
89617
89631
  if (tmp2_safe_receiver == null) {
89618
89632
  tmp_1 = null;
@@ -89624,7 +89638,7 @@ function requireClientsdkClientcore_js () {
89624
89638
  tmp = tmp_1;
89625
89639
  break;
89626
89640
  case 'NXMCORE_CLIENT_NETWORK_ERROR':
89627
- var tmp3_safe_receiver = this.y4a_1.w4a_1;
89641
+ var tmp3_safe_receiver = this.a4b_1.y4a_1;
89628
89642
  var tmp_2;
89629
89643
  if (tmp3_safe_receiver == null) {
89630
89644
  tmp_2 = null;
@@ -89636,7 +89650,7 @@ function requireClientsdkClientcore_js () {
89636
89650
  tmp = tmp_2;
89637
89651
  break;
89638
89652
  case 'NXMCORE_REASON_PING_TIMEOUT':
89639
- var tmp4_safe_receiver = this.y4a_1.w4a_1;
89653
+ var tmp4_safe_receiver = this.a4b_1.y4a_1;
89640
89654
  var tmp_3;
89641
89655
  if (tmp4_safe_receiver == null) {
89642
89656
  tmp_3 = null;
@@ -89648,7 +89662,7 @@ function requireClientsdkClientcore_js () {
89648
89662
  tmp = tmp_3;
89649
89663
  break;
89650
89664
  default:
89651
- var tmp5_safe_receiver = this.y4a_1.w4a_1;
89665
+ var tmp5_safe_receiver = this.a4b_1.y4a_1;
89652
89666
  var tmp_4;
89653
89667
  if (tmp5_safe_receiver == null) {
89654
89668
  tmp_4 = null;
@@ -89664,120 +89678,120 @@ function requireClientsdkClientcore_js () {
89664
89678
  };
89665
89679
  function MediaClientJSAdapter$o$processAnswer$lambda($closure) {
89666
89680
  return function (it) {
89667
- $closure(it == null ? null : it.q46());
89681
+ $closure(it == null ? null : it.s46());
89668
89682
  return Unit_instance;
89669
89683
  };
89670
89684
  }
89671
89685
  function MediaClientJSAdapter$o$disableMedia$lambda($closure) {
89672
89686
  return function (it) {
89673
- $closure(it == null ? null : it.q46());
89687
+ $closure(it == null ? null : it.s46());
89674
89688
  return Unit_instance;
89675
89689
  };
89676
89690
  }
89677
89691
  function MediaClientJSAdapter$o$mute$lambda($closure) {
89678
89692
  return function (it) {
89679
- $closure(it == null ? null : it.q46());
89693
+ $closure(it == null ? null : it.s46());
89680
89694
  return Unit_instance;
89681
89695
  };
89682
89696
  }
89683
89697
  function MediaClientJSAdapter$o$unmute$lambda($closure) {
89684
89698
  return function (it) {
89685
- $closure(it == null ? null : it.q46());
89699
+ $closure(it == null ? null : it.s46());
89686
89700
  return Unit_instance;
89687
89701
  };
89688
89702
  }
89689
89703
  function MediaClientJSAdapter$o$enableNoiseSuppression$lambda($closure) {
89690
89704
  return function (it) {
89691
- $closure(it == null ? null : it.q46());
89705
+ $closure(it == null ? null : it.s46());
89692
89706
  return Unit_instance;
89693
89707
  };
89694
89708
  }
89695
89709
  function MediaClientJSAdapter$o$disableNoiseSuppression$lambda($closure) {
89696
89710
  return function (it) {
89697
- $closure(it == null ? null : it.q46());
89711
+ $closure(it == null ? null : it.s46());
89698
89712
  return Unit_instance;
89699
89713
  };
89700
89714
  }
89701
89715
  function MediaClientJSAdapter$o$enableEarmuff$lambda($closure) {
89702
89716
  return function (it) {
89703
- $closure(it == null ? null : it.q46());
89717
+ $closure(it == null ? null : it.s46());
89704
89718
  return Unit_instance;
89705
89719
  };
89706
89720
  }
89707
89721
  function MediaClientJSAdapter$o$disableEarmuff$lambda($closure) {
89708
89722
  return function (it) {
89709
- $closure(it == null ? null : it.q46());
89723
+ $closure(it == null ? null : it.s46());
89710
89724
  return Unit_instance;
89711
89725
  };
89712
89726
  }
89713
89727
  function MediaClientJSAdapter$o$enableRtcStatsCollection$lambda($closure) {
89714
89728
  return function (it) {
89715
- $closure(it == null ? null : it.q46());
89729
+ $closure(it == null ? null : it.s46());
89716
89730
  return Unit_instance;
89717
89731
  };
89718
89732
  }
89719
89733
  function MediaClientJSAdapter$adapter$1($js) {
89720
- this.a4b_1 = $js;
89721
- this.z4a_1 = null;
89734
+ this.c4b_1 = $js;
89735
+ this.b4b_1 = null;
89722
89736
  }
89723
89737
  protoOf(MediaClientJSAdapter$adapter$1).d1j = function (_set____db54di) {
89724
- this.z4a_1 = _set____db54di;
89738
+ this.b4b_1 = _set____db54di;
89725
89739
  };
89726
89740
  protoOf(MediaClientJSAdapter$adapter$1).c1j = function () {
89727
- return this.z4a_1;
89741
+ return this.b4b_1;
89728
89742
  };
89729
89743
  protoOf(MediaClientJSAdapter$adapter$1).b1k = function (closure) {
89730
- this.a4b_1.enableMediaOutbound(closure);
89744
+ this.c4b_1.enableMediaOutbound(closure);
89731
89745
  };
89732
- protoOf(MediaClientJSAdapter$adapter$1).b4b = function (rtcId, offerSDP, closure) {
89733
- this.a4b_1.enableMediaInbound(rtcId, offerSDP, closure);
89746
+ protoOf(MediaClientJSAdapter$adapter$1).d4b = function (rtcId, offerSDP, closure) {
89747
+ this.c4b_1.enableMediaInbound(rtcId, offerSDP, closure);
89734
89748
  };
89735
89749
  protoOf(MediaClientJSAdapter$adapter$1).u3s = function (rtcId, offerSDP, closure) {
89736
- return this.b4b(rtcId, offerSDP, closure);
89750
+ return this.d4b(rtcId, offerSDP, closure);
89737
89751
  };
89738
89752
  protoOf(MediaClientJSAdapter$adapter$1).p1j = function (id, sdp, closure) {
89739
- this.a4b_1.processAnswer(id, sdp, MediaClientJSAdapter$o$processAnswer$lambda(closure));
89753
+ this.c4b_1.processAnswer(id, sdp, MediaClientJSAdapter$o$processAnswer$lambda(closure));
89740
89754
  };
89741
89755
  protoOf(MediaClientJSAdapter$adapter$1).a1k = function (id, closure) {
89742
- this.a4b_1.disableMedia(id, MediaClientJSAdapter$o$disableMedia$lambda(closure));
89756
+ this.c4b_1.disableMedia(id, MediaClientJSAdapter$o$disableMedia$lambda(closure));
89743
89757
  };
89744
89758
  protoOf(MediaClientJSAdapter$adapter$1).z1j = function (id, closure) {
89745
- this.a4b_1.mute(id, MediaClientJSAdapter$o$mute$lambda(closure));
89759
+ this.c4b_1.mute(id, MediaClientJSAdapter$o$mute$lambda(closure));
89746
89760
  };
89747
89761
  protoOf(MediaClientJSAdapter$adapter$1).x1j = function (id, closure) {
89748
- this.a4b_1.unmute(id, MediaClientJSAdapter$o$unmute$lambda(closure));
89762
+ this.c4b_1.unmute(id, MediaClientJSAdapter$o$unmute$lambda(closure));
89749
89763
  };
89750
89764
  protoOf(MediaClientJSAdapter$adapter$1).v3s = function (id, closure) {
89751
- this.a4b_1.enableNoiseSuppression(id, MediaClientJSAdapter$o$enableNoiseSuppression$lambda(closure));
89765
+ this.c4b_1.enableNoiseSuppression(id, MediaClientJSAdapter$o$enableNoiseSuppression$lambda(closure));
89752
89766
  };
89753
89767
  protoOf(MediaClientJSAdapter$adapter$1).w3s = function (id, closure) {
89754
- this.a4b_1.disableNoiseSuppression(id, MediaClientJSAdapter$o$disableNoiseSuppression$lambda(closure));
89768
+ this.c4b_1.disableNoiseSuppression(id, MediaClientJSAdapter$o$disableNoiseSuppression$lambda(closure));
89755
89769
  };
89756
89770
  protoOf(MediaClientJSAdapter$adapter$1).v1j = function (id, closure) {
89757
- this.a4b_1.enableEarmuff(id, MediaClientJSAdapter$o$enableEarmuff$lambda(closure));
89771
+ this.c4b_1.enableEarmuff(id, MediaClientJSAdapter$o$enableEarmuff$lambda(closure));
89758
89772
  };
89759
89773
  protoOf(MediaClientJSAdapter$adapter$1).t1j = function (id, closure) {
89760
- this.a4b_1.disableEarmuff(id, MediaClientJSAdapter$o$disableEarmuff$lambda(closure));
89774
+ this.c4b_1.disableEarmuff(id, MediaClientJSAdapter$o$disableEarmuff$lambda(closure));
89761
89775
  };
89762
89776
  protoOf(MediaClientJSAdapter$adapter$1).q1j = function (id, interval, closure) {
89763
- this.a4b_1.enableRtcStatsCollection(id, interval, MediaClientJSAdapter$o$enableRtcStatsCollection$lambda(closure));
89777
+ this.c4b_1.enableRtcStatsCollection(id, interval, MediaClientJSAdapter$o$enableRtcStatsCollection$lambda(closure));
89764
89778
  };
89765
89779
  protoOf(MediaClientJSAdapter$adapter$1).x3s = function (id) {
89766
- return coreConnectionState(this.a4b_1.getMediaConnectionState(id));
89780
+ return coreConnectionState(this.c4b_1.getMediaConnectionState(id));
89767
89781
  };
89768
89782
  function MediaClientJSAdapter$1($adapter) {
89769
- this.c4b_1 = $adapter;
89783
+ this.e4b_1 = $adapter;
89770
89784
  }
89771
89785
  protoOf(MediaClientJSAdapter$1).onRtcStats = function (id, rtcStats) {
89772
- var tmp0_safe_receiver = this.c4b_1.z4a_1;
89786
+ var tmp0_safe_receiver = this.e4b_1.b4b_1;
89773
89787
  if (tmp0_safe_receiver == null)
89774
89788
  null;
89775
89789
  else {
89776
- tmp0_safe_receiver.g1j(id, rtcStats.m4a());
89790
+ tmp0_safe_receiver.g1j(id, rtcStats.o4a());
89777
89791
  }
89778
89792
  };
89779
89793
  protoOf(MediaClientJSAdapter$1).onConnectionChange = function (id, state) {
89780
- var tmp0_safe_receiver = this.c4b_1.z4a_1;
89794
+ var tmp0_safe_receiver = this.e4b_1.b4b_1;
89781
89795
  if (tmp0_safe_receiver == null)
89782
89796
  null;
89783
89797
  else {
@@ -89785,11 +89799,11 @@ function requireClientsdkClientcore_js () {
89785
89799
  }
89786
89800
  };
89787
89801
  protoOf(MediaClientJSAdapter$1).onMediaError = function (id, error) {
89788
- var tmp0_safe_receiver = this.c4b_1.z4a_1;
89802
+ var tmp0_safe_receiver = this.e4b_1.b4b_1;
89789
89803
  if (tmp0_safe_receiver == null)
89790
89804
  null;
89791
89805
  else {
89792
- tmp0_safe_receiver.h1j(id, error.q46());
89806
+ tmp0_safe_receiver.h1j(id, error.s46());
89793
89807
  }
89794
89808
  };
89795
89809
  function invoke(_this__u8e3s4, optionJS) {
@@ -90204,10 +90218,10 @@ function requireClientsdkClientcore_js () {
90204
90218
  this.callId = callId;
90205
90219
  this.reconnectToken = reconnectToken;
90206
90220
  }
90207
- protoOf(EmergencyCallDataJS).d4b = function () {
90221
+ protoOf(EmergencyCallDataJS).f4b = function () {
90208
90222
  return this.callId;
90209
90223
  };
90210
- protoOf(EmergencyCallDataJS).e4b = function () {
90224
+ protoOf(EmergencyCallDataJS).g4b = function () {
90211
90225
  return this.reconnectToken;
90212
90226
  };
90213
90227
  protoOf(EmergencyCallDataJS).r8 = function () {
@@ -90216,13 +90230,13 @@ function requireClientsdkClientcore_js () {
90216
90230
  protoOf(EmergencyCallDataJS).s8 = function () {
90217
90231
  return this.reconnectToken;
90218
90232
  };
90219
- protoOf(EmergencyCallDataJS).z47 = function (callId, reconnectToken) {
90233
+ protoOf(EmergencyCallDataJS).b48 = function (callId, reconnectToken) {
90220
90234
  return new EmergencyCallDataJS(callId, reconnectToken);
90221
90235
  };
90222
90236
  protoOf(EmergencyCallDataJS).copy = function (callId, reconnectToken, $super) {
90223
90237
  callId = callId === VOID ? this.callId : callId;
90224
90238
  reconnectToken = reconnectToken === VOID ? this.reconnectToken : reconnectToken;
90225
- return this.z47(callId, reconnectToken);
90239
+ return this.b48(callId, reconnectToken);
90226
90240
  };
90227
90241
  protoOf(EmergencyCallDataJS).toString = function () {
90228
90242
  return 'EmergencyCallDataJS(callId=' + this.callId + ', reconnectToken=' + this.reconnectToken + ')';
@@ -90376,12 +90390,12 @@ function requireClientsdkClientcore_js () {
90376
90390
  protoOf(Some).r8 = function () {
90377
90391
  return this.value;
90378
90392
  };
90379
- protoOf(Some).f4b = function (value) {
90393
+ protoOf(Some).h4b = function (value) {
90380
90394
  return new Some(value);
90381
90395
  };
90382
90396
  protoOf(Some).copy = function (value, $super) {
90383
90397
  value = value === VOID ? this.value : value;
90384
- return this.f4b(value);
90398
+ return this.h4b(value);
90385
90399
  };
90386
90400
  protoOf(Some).toString = function () {
90387
90401
  return 'Some(value=' + toString_0(this.value) + ')';
@@ -90635,38 +90649,38 @@ function requireClientsdkClientcore_js () {
90635
90649
  defineProp(protoOf(CoreClientConfigRegionJS), 'name', protoOf(CoreClientConfigRegionJS).f2);
90636
90650
  defineProp(protoOf(CoreClientConfigRegionJS), 'ordinal', protoOf(CoreClientConfigRegionJS).g2);
90637
90651
  defineProp(protoOf(CoreClientConfigJS), 'apiUrl', function () {
90638
- return this.m47();
90639
- }, function (value) {
90640
- this.l47(value);
90641
- });
90642
- defineProp(protoOf(CoreClientConfigJS), 'websocketUrl', function () {
90643
90652
  return this.o47();
90644
90653
  }, function (value) {
90645
90654
  this.n47(value);
90646
90655
  });
90647
- defineProp(protoOf(CoreClientConfigJS), 'websocketPath', function () {
90656
+ defineProp(protoOf(CoreClientConfigJS), 'websocketUrl', function () {
90648
90657
  return this.q47();
90649
90658
  }, function (value) {
90650
90659
  this.p47(value);
90651
90660
  });
90652
- defineProp(protoOf(CoreClientConfigJS), 'rtcStatsTelemetry', function () {
90661
+ defineProp(protoOf(CoreClientConfigJS), 'websocketPath', function () {
90653
90662
  return this.s47();
90654
90663
  }, function (value) {
90655
90664
  this.r47(value);
90656
90665
  });
90657
- defineProp(protoOf(CoreClientConfigJS), 'autoReconnectMedia', function () {
90666
+ defineProp(protoOf(CoreClientConfigJS), 'rtcStatsTelemetry', function () {
90658
90667
  return this.u47();
90659
90668
  }, function (value) {
90660
90669
  this.t47(value);
90661
90670
  });
90671
+ defineProp(protoOf(CoreClientConfigJS), 'autoReconnectMedia', function () {
90672
+ return this.w47();
90673
+ }, function (value) {
90674
+ this.v47(value);
90675
+ });
90662
90676
  defineProp(protoOf(CoreClientConfigJS), 'noiseSuppression', function () {
90663
- return this.v47();
90677
+ return this.x47();
90664
90678
  });
90665
90679
  defineProp(protoOf(CoreClientConfigJS), 'emergencyPrimaryRegion', function () {
90666
- return this.w47();
90680
+ return this.y47();
90667
90681
  });
90668
90682
  defineProp(protoOf(CoreClientConfigJS), 'emergencySecondaryRegion', function () {
90669
- return this.x47();
90683
+ return this.z47();
90670
90684
  });
90671
90685
  defineProp(protoOf(Topics), 'name', protoOf(Topics).f2);
90672
90686
  defineProp(protoOf(Topics), 'ordinal', protoOf(Topics).g2);
@@ -90687,7 +90701,7 @@ function requireClientsdkClientcore_js () {
90687
90701
  defineProp(protoOf(HttpClientErrorJS), 'cause', function () {
90688
90702
  return this.o8();
90689
90703
  });
90690
- defineProp(protoOf(HttpClientErrorJS), 'coreError', protoOf(HttpClientErrorJS).w48);
90704
+ defineProp(protoOf(HttpClientErrorJS), 'coreError', protoOf(HttpClientErrorJS).y48);
90691
90705
  protoOf(HttpClientJSAdapter$1).i3s = clear;
90692
90706
  //endregion
90693
90707
  //region block: init