@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.
@@ -33841,7 +33841,7 @@ function requireClientsdkClientcore () {
33841
33841
  initMetadataForClass(ProcessAnswerError, 'ProcessAnswerError', VOID, MediaClientError);
33842
33842
  initMetadataForClass(CreateAnswerError, 'CreateAnswerError', CreateAnswerError, MediaClientError);
33843
33843
  initMetadataForClass(CreateOfferError, 'CreateOfferError', CreateOfferError, MediaClientError);
33844
- initMetadataForClass(VonageError, 'VonageError', VOID, Exception);
33844
+ initMetadataForClass(VonageError, 'VonageError', VonageError, Exception);
33845
33845
  initMetadataForClass(VonageErrorType, 'VonageErrorType', VOID, Enum);
33846
33846
  initMetadataForClass(EventAPIImpl, 'EventAPIImpl');
33847
33847
  initMetadataForCompanion(Companion_151);
@@ -34160,7 +34160,7 @@ function requireClientsdkClientcore () {
34160
34160
  initMetadataForClass(runAfterDelay$1);
34161
34161
  //endregion
34162
34162
  function BuildKonfig() {
34163
- this.t1e_1 = '2.6.0';
34163
+ this.t1e_1 = '2.6.1';
34164
34164
  }
34165
34165
  var BuildKonfig_instance;
34166
34166
  function EmergencyCallOptions(ringbackTone) {
@@ -84006,6 +84006,11 @@ function requireClientsdkClientcore_js () {
84006
84006
  captureStack(this, VonageErrorJS);
84007
84007
  this.type = map_6(vonageError.q39_1);
84008
84008
  this.code = vonageError.r39_1;
84009
+ this.source = vonageError.s39_1;
84010
+ this.isRetriable = vonageError.t39_1;
84011
+ var tmp = this;
84012
+ var tmp0_safe_receiver = vonageError.u39_1;
84013
+ tmp.retryAfter = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c3();
84009
84014
  this.kmpCause = vonageError.cause;
84010
84015
  }
84011
84016
  protoOf(VonageErrorJS).e1k = function () {
@@ -84014,7 +84019,16 @@ function requireClientsdkClientcore_js () {
84014
84019
  protoOf(VonageErrorJS).k30 = function () {
84015
84020
  return this.code;
84016
84021
  };
84022
+ protoOf(VonageErrorJS).u1d = function () {
84023
+ return this.source;
84024
+ };
84017
84025
  protoOf(VonageErrorJS).k46 = function () {
84026
+ return this.isRetriable;
84027
+ };
84028
+ protoOf(VonageErrorJS).l46 = function () {
84029
+ return this.retryAfter;
84030
+ };
84031
+ protoOf(VonageErrorJS).m46 = function () {
84018
84032
  return this.kmpCause;
84019
84033
  };
84020
84034
  function VonageErrorTypeJsObject() {
@@ -84024,19 +84038,19 @@ function requireClientsdkClientcore_js () {
84024
84038
  this.INTERNAL_ERROR = 'INTERNAL_ERROR';
84025
84039
  this.UNKNOWN_ERROR = 'UNKNOWN_ERROR';
84026
84040
  }
84027
- protoOf(VonageErrorTypeJsObject).l46 = function () {
84041
+ protoOf(VonageErrorTypeJsObject).n46 = function () {
84028
84042
  return this.CS_ERROR;
84029
84043
  };
84030
- protoOf(VonageErrorTypeJsObject).m46 = function () {
84044
+ protoOf(VonageErrorTypeJsObject).o46 = function () {
84031
84045
  return this.NETWORK_ERROR;
84032
84046
  };
84033
- protoOf(VonageErrorTypeJsObject).n46 = function () {
84047
+ protoOf(VonageErrorTypeJsObject).p46 = function () {
84034
84048
  return this.SESSION_ERROR;
84035
84049
  };
84036
- protoOf(VonageErrorTypeJsObject).o46 = function () {
84050
+ protoOf(VonageErrorTypeJsObject).q46 = function () {
84037
84051
  return this.INTERNAL_ERROR;
84038
84052
  };
84039
- protoOf(VonageErrorTypeJsObject).p46 = function () {
84053
+ protoOf(VonageErrorTypeJsObject).r46 = function () {
84040
84054
  return this.UNKNOWN_ERROR;
84041
84055
  };
84042
84056
  protoOf(VonageErrorTypeJsObject).toString = function () {
@@ -84061,7 +84075,7 @@ function requireClientsdkClientcore_js () {
84061
84075
  extendThrowable(this);
84062
84076
  captureStack(this, MediaClientErrorJS);
84063
84077
  }
84064
- protoOf(MediaClientErrorJS).q46 = function () {
84078
+ protoOf(MediaClientErrorJS).s46 = function () {
84065
84079
  var tmp;
84066
84080
  if (this instanceof PeerConnectionNotFoundJS) {
84067
84081
  tmp = new PeerConnectionNotFound(this.legId);
@@ -84091,18 +84105,18 @@ function requireClientsdkClientcore_js () {
84091
84105
  captureStack(this, PeerConnectionNotFoundJS);
84092
84106
  this.legId = legId;
84093
84107
  }
84094
- protoOf(PeerConnectionNotFoundJS).s46 = function () {
84108
+ protoOf(PeerConnectionNotFoundJS).u46 = function () {
84095
84109
  return this.legId;
84096
84110
  };
84097
84111
  protoOf(PeerConnectionNotFoundJS).r8 = function () {
84098
84112
  return this.legId;
84099
84113
  };
84100
- protoOf(PeerConnectionNotFoundJS).t46 = function (legId) {
84114
+ protoOf(PeerConnectionNotFoundJS).v46 = function (legId) {
84101
84115
  return new PeerConnectionNotFoundJS(legId);
84102
84116
  };
84103
84117
  protoOf(PeerConnectionNotFoundJS).copy = function (legId, $super) {
84104
84118
  legId = legId === VOID ? this.legId : legId;
84105
- return this.t46(legId);
84119
+ return this.v46(legId);
84106
84120
  };
84107
84121
  protoOf(PeerConnectionNotFoundJS).toString = function () {
84108
84122
  return 'PeerConnectionNotFoundJS(legId=' + this.legId + ')';
@@ -84125,18 +84139,18 @@ function requireClientsdkClientcore_js () {
84125
84139
  captureStack(this, TrackNotFoundJS);
84126
84140
  this.legId = legId;
84127
84141
  }
84128
- protoOf(TrackNotFoundJS).s46 = function () {
84142
+ protoOf(TrackNotFoundJS).u46 = function () {
84129
84143
  return this.legId;
84130
84144
  };
84131
84145
  protoOf(TrackNotFoundJS).r8 = function () {
84132
84146
  return this.legId;
84133
84147
  };
84134
- protoOf(TrackNotFoundJS).t46 = function (legId) {
84148
+ protoOf(TrackNotFoundJS).v46 = function (legId) {
84135
84149
  return new TrackNotFoundJS(legId);
84136
84150
  };
84137
84151
  protoOf(TrackNotFoundJS).copy = function (legId, $super) {
84138
84152
  legId = legId === VOID ? this.legId : legId;
84139
- return this.t46(legId);
84153
+ return this.v46(legId);
84140
84154
  };
84141
84155
  protoOf(TrackNotFoundJS).toString = function () {
84142
84156
  return 'TrackNotFoundJS(legId=' + this.legId + ')';
@@ -84159,34 +84173,34 @@ function requireClientsdkClientcore_js () {
84159
84173
  MediaClientErrorJS.call(this);
84160
84174
  captureStack(this, ProcessAnswerErrorJS);
84161
84175
  this.legId = legId;
84162
- this.r46_1 = message;
84176
+ this.t46_1 = message;
84163
84177
  }
84164
- protoOf(ProcessAnswerErrorJS).s46 = function () {
84178
+ protoOf(ProcessAnswerErrorJS).u46 = function () {
84165
84179
  return this.legId;
84166
84180
  };
84167
84181
  protoOf(ProcessAnswerErrorJS).n8 = function () {
84168
- return this.r46_1;
84182
+ return this.t46_1;
84169
84183
  };
84170
84184
  protoOf(ProcessAnswerErrorJS).r8 = function () {
84171
84185
  return this.legId;
84172
84186
  };
84173
84187
  protoOf(ProcessAnswerErrorJS).s8 = function () {
84174
- return this.r46_1;
84188
+ return this.t46_1;
84175
84189
  };
84176
- protoOf(ProcessAnswerErrorJS).u46 = function (legId, message) {
84190
+ protoOf(ProcessAnswerErrorJS).w46 = function (legId, message) {
84177
84191
  return new ProcessAnswerErrorJS(legId, message);
84178
84192
  };
84179
84193
  protoOf(ProcessAnswerErrorJS).copy = function (legId, message, $super) {
84180
84194
  legId = legId === VOID ? this.legId : legId;
84181
- message = message === VOID ? this.r46_1 : message;
84182
- return this.u46(legId, message);
84195
+ message = message === VOID ? this.t46_1 : message;
84196
+ return this.w46(legId, message);
84183
84197
  };
84184
84198
  protoOf(ProcessAnswerErrorJS).toString = function () {
84185
- return 'ProcessAnswerErrorJS(legId=' + this.legId + ', message=' + this.r46_1 + ')';
84199
+ return 'ProcessAnswerErrorJS(legId=' + this.legId + ', message=' + this.t46_1 + ')';
84186
84200
  };
84187
84201
  protoOf(ProcessAnswerErrorJS).hashCode = function () {
84188
84202
  var result = getStringHashCode(this.legId);
84189
- result = imul(result, 31) + (this.r46_1 == null ? 0 : getStringHashCode(this.r46_1)) | 0;
84203
+ result = imul(result, 31) + (this.t46_1 == null ? 0 : getStringHashCode(this.t46_1)) | 0;
84190
84204
  return result;
84191
84205
  };
84192
84206
  protoOf(ProcessAnswerErrorJS).equals = function (other) {
@@ -84197,7 +84211,7 @@ function requireClientsdkClientcore_js () {
84197
84211
  var tmp0_other_with_cast = other instanceof ProcessAnswerErrorJS ? other : THROW_CCE();
84198
84212
  if (!(this.legId === tmp0_other_with_cast.legId))
84199
84213
  return false;
84200
- if (!(this.r46_1 == tmp0_other_with_cast.r46_1))
84214
+ if (!(this.t46_1 == tmp0_other_with_cast.t46_1))
84201
84215
  return false;
84202
84216
  return true;
84203
84217
  };
@@ -84205,26 +84219,26 @@ function requireClientsdkClientcore_js () {
84205
84219
  message = message === VOID ? null : message;
84206
84220
  MediaClientErrorJS.call(this);
84207
84221
  captureStack(this, CreateAnswerErrorJS);
84208
- this.v46_1 = message;
84222
+ this.x46_1 = message;
84209
84223
  }
84210
84224
  protoOf(CreateAnswerErrorJS).n8 = function () {
84211
- return this.v46_1;
84225
+ return this.x46_1;
84212
84226
  };
84213
84227
  protoOf(CreateAnswerErrorJS).r8 = function () {
84214
- return this.v46_1;
84228
+ return this.x46_1;
84215
84229
  };
84216
- protoOf(CreateAnswerErrorJS).w46 = function (message) {
84230
+ protoOf(CreateAnswerErrorJS).y46 = function (message) {
84217
84231
  return new CreateAnswerErrorJS(message);
84218
84232
  };
84219
84233
  protoOf(CreateAnswerErrorJS).copy = function (message, $super) {
84220
- message = message === VOID ? this.v46_1 : message;
84221
- return this.w46(message);
84234
+ message = message === VOID ? this.x46_1 : message;
84235
+ return this.y46(message);
84222
84236
  };
84223
84237
  protoOf(CreateAnswerErrorJS).toString = function () {
84224
- return 'CreateAnswerErrorJS(message=' + this.v46_1 + ')';
84238
+ return 'CreateAnswerErrorJS(message=' + this.x46_1 + ')';
84225
84239
  };
84226
84240
  protoOf(CreateAnswerErrorJS).hashCode = function () {
84227
- return this.v46_1 == null ? 0 : getStringHashCode(this.v46_1);
84241
+ return this.x46_1 == null ? 0 : getStringHashCode(this.x46_1);
84228
84242
  };
84229
84243
  protoOf(CreateAnswerErrorJS).equals = function (other) {
84230
84244
  if (this === other)
@@ -84232,7 +84246,7 @@ function requireClientsdkClientcore_js () {
84232
84246
  if (!(other instanceof CreateAnswerErrorJS))
84233
84247
  return false;
84234
84248
  var tmp0_other_with_cast = other instanceof CreateAnswerErrorJS ? other : THROW_CCE();
84235
- if (!(this.v46_1 == tmp0_other_with_cast.v46_1))
84249
+ if (!(this.x46_1 == tmp0_other_with_cast.x46_1))
84236
84250
  return false;
84237
84251
  return true;
84238
84252
  };
@@ -84240,26 +84254,26 @@ function requireClientsdkClientcore_js () {
84240
84254
  message = message === VOID ? null : message;
84241
84255
  MediaClientErrorJS.call(this);
84242
84256
  captureStack(this, CreateOfferErrorJS);
84243
- this.x46_1 = message;
84257
+ this.z46_1 = message;
84244
84258
  }
84245
84259
  protoOf(CreateOfferErrorJS).n8 = function () {
84246
- return this.x46_1;
84260
+ return this.z46_1;
84247
84261
  };
84248
84262
  protoOf(CreateOfferErrorJS).r8 = function () {
84249
- return this.x46_1;
84263
+ return this.z46_1;
84250
84264
  };
84251
- protoOf(CreateOfferErrorJS).w46 = function (message) {
84265
+ protoOf(CreateOfferErrorJS).y46 = function (message) {
84252
84266
  return new CreateOfferErrorJS(message);
84253
84267
  };
84254
84268
  protoOf(CreateOfferErrorJS).copy = function (message, $super) {
84255
- message = message === VOID ? this.x46_1 : message;
84256
- return this.w46(message);
84269
+ message = message === VOID ? this.z46_1 : message;
84270
+ return this.y46(message);
84257
84271
  };
84258
84272
  protoOf(CreateOfferErrorJS).toString = function () {
84259
- return 'CreateOfferErrorJS(message=' + this.x46_1 + ')';
84273
+ return 'CreateOfferErrorJS(message=' + this.z46_1 + ')';
84260
84274
  };
84261
84275
  protoOf(CreateOfferErrorJS).hashCode = function () {
84262
- return this.x46_1 == null ? 0 : getStringHashCode(this.x46_1);
84276
+ return this.z46_1 == null ? 0 : getStringHashCode(this.z46_1);
84263
84277
  };
84264
84278
  protoOf(CreateOfferErrorJS).equals = function (other) {
84265
84279
  if (this === other)
@@ -84267,7 +84281,7 @@ function requireClientsdkClientcore_js () {
84267
84281
  if (!(other instanceof CreateOfferErrorJS))
84268
84282
  return false;
84269
84283
  var tmp0_other_with_cast = other instanceof CreateOfferErrorJS ? other : THROW_CCE();
84270
- if (!(this.x46_1 == tmp0_other_with_cast.x46_1))
84284
+ if (!(this.z46_1 == tmp0_other_with_cast.z46_1))
84271
84285
  return false;
84272
84286
  return true;
84273
84287
  };
@@ -85306,66 +85320,66 @@ function requireClientsdkClientcore_js () {
85306
85320
  this.coreRegion = coreRegion;
85307
85321
  this.emergencyRegion = emergencyRegion;
85308
85322
  }
85309
- protoOf(CoreClientConfigRegionJS).a47 = function () {
85323
+ protoOf(CoreClientConfigRegionJS).c47 = function () {
85310
85324
  return this.coreRegion;
85311
85325
  };
85312
- protoOf(CoreClientConfigRegionJS).b47 = function () {
85326
+ protoOf(CoreClientConfigRegionJS).d47 = function () {
85313
85327
  return this.emergencyRegion;
85314
85328
  };
85315
85329
  function CoreClientConfigJS(region) {
85316
85330
  region = region === VOID ? get_DEFAULT_REGION() : region;
85317
85331
  this.region = region;
85318
- this.c47_1 = this.region.coreRegion.x37_1;
85319
- this.d47_1 = this.region.coreRegion.y37_1;
85320
- this.e47_1 = '/v2/rtc';
85321
- this.f47_1 = true;
85322
- this.g47_1 = false;
85323
- this.h47_1 = false;
85324
- this.i47_1 = this.region.emergencyRegion.j1h_1;
85325
- this.j47_1 = this.region.emergencyRegion.k1h_1;
85326
- }
85327
- protoOf(CoreClientConfigJS).k47 = function () {
85328
- return this.region;
85329
- };
85330
- protoOf(CoreClientConfigJS).l47 = function (_set____db54di) {
85331
- this.c47_1 = _set____db54di;
85332
- };
85332
+ this.e47_1 = this.region.coreRegion.x37_1;
85333
+ this.f47_1 = this.region.coreRegion.y37_1;
85334
+ this.g47_1 = '/v2/rtc';
85335
+ this.h47_1 = true;
85336
+ this.i47_1 = false;
85337
+ this.j47_1 = false;
85338
+ this.k47_1 = this.region.emergencyRegion.j1h_1;
85339
+ this.l47_1 = this.region.emergencyRegion.k1h_1;
85340
+ }
85333
85341
  protoOf(CoreClientConfigJS).m47 = function () {
85334
- return this.c47_1;
85342
+ return this.region;
85335
85343
  };
85336
85344
  protoOf(CoreClientConfigJS).n47 = function (_set____db54di) {
85337
- this.d47_1 = _set____db54di;
85345
+ this.e47_1 = _set____db54di;
85338
85346
  };
85339
85347
  protoOf(CoreClientConfigJS).o47 = function () {
85340
- return this.d47_1;
85348
+ return this.e47_1;
85341
85349
  };
85342
85350
  protoOf(CoreClientConfigJS).p47 = function (_set____db54di) {
85343
- this.e47_1 = _set____db54di;
85351
+ this.f47_1 = _set____db54di;
85344
85352
  };
85345
85353
  protoOf(CoreClientConfigJS).q47 = function () {
85346
- return this.e47_1;
85354
+ return this.f47_1;
85347
85355
  };
85348
85356
  protoOf(CoreClientConfigJS).r47 = function (_set____db54di) {
85349
- this.f47_1 = _set____db54di;
85357
+ this.g47_1 = _set____db54di;
85350
85358
  };
85351
85359
  protoOf(CoreClientConfigJS).s47 = function () {
85352
- return this.f47_1;
85360
+ return this.g47_1;
85353
85361
  };
85354
85362
  protoOf(CoreClientConfigJS).t47 = function (_set____db54di) {
85355
- this.g47_1 = _set____db54di;
85363
+ this.h47_1 = _set____db54di;
85356
85364
  };
85357
85365
  protoOf(CoreClientConfigJS).u47 = function () {
85358
- return this.g47_1;
85359
- };
85360
- protoOf(CoreClientConfigJS).v47 = function () {
85361
85366
  return this.h47_1;
85362
85367
  };
85368
+ protoOf(CoreClientConfigJS).v47 = function (_set____db54di) {
85369
+ this.i47_1 = _set____db54di;
85370
+ };
85363
85371
  protoOf(CoreClientConfigJS).w47 = function () {
85364
85372
  return this.i47_1;
85365
85373
  };
85366
85374
  protoOf(CoreClientConfigJS).x47 = function () {
85367
85375
  return this.j47_1;
85368
85376
  };
85377
+ protoOf(CoreClientConfigJS).y47 = function () {
85378
+ return this.k47_1;
85379
+ };
85380
+ protoOf(CoreClientConfigJS).z47 = function () {
85381
+ return this.l47_1;
85382
+ };
85369
85383
  function TopicJS(name, tag) {
85370
85384
  this.name = name;
85371
85385
  this.tag = tag;
@@ -85373,7 +85387,7 @@ function requireClientsdkClientcore_js () {
85373
85387
  protoOf(TopicJS).f2 = function () {
85374
85388
  return this.name;
85375
85389
  };
85376
- protoOf(TopicJS).y47 = function () {
85390
+ protoOf(TopicJS).a48 = function () {
85377
85391
  return this.tag;
85378
85392
  };
85379
85393
  protoOf(TopicJS).r8 = function () {
@@ -85382,13 +85396,13 @@ function requireClientsdkClientcore_js () {
85382
85396
  protoOf(TopicJS).s8 = function () {
85383
85397
  return this.tag;
85384
85398
  };
85385
- protoOf(TopicJS).z47 = function (name, tag) {
85399
+ protoOf(TopicJS).b48 = function (name, tag) {
85386
85400
  return new TopicJS(name, tag);
85387
85401
  };
85388
85402
  protoOf(TopicJS).copy = function (name, tag, $super) {
85389
85403
  name = name === VOID ? this.name : name;
85390
85404
  tag = tag === VOID ? this.tag : tag;
85391
- return this.z47(name, tag);
85405
+ return this.b48(name, tag);
85392
85406
  };
85393
85407
  protoOf(TopicJS).toString = function () {
85394
85408
  return 'TopicJS(name=' + this.name + ', tag=' + this.tag + ')';
@@ -85529,10 +85543,10 @@ function requireClientsdkClientcore_js () {
85529
85543
  protoOf(SessionErrorReasonJsObject).b46 = function () {
85530
85544
  return this.EXPIRED_TOKEN;
85531
85545
  };
85532
- protoOf(SessionErrorReasonJsObject).e48 = function () {
85546
+ protoOf(SessionErrorReasonJsObject).g48 = function () {
85533
85547
  return this.TRANSPORT_CLOSED;
85534
85548
  };
85535
- protoOf(SessionErrorReasonJsObject).f48 = function () {
85549
+ protoOf(SessionErrorReasonJsObject).h48 = function () {
85536
85550
  return this.PING_TIMEOUT;
85537
85551
  };
85538
85552
  protoOf(SessionErrorReasonJsObject).toString = function () {
@@ -85956,22 +85970,22 @@ function requireClientsdkClientcore_js () {
85956
85970
  return _this__u8e3s4 == null ? null : equals(_this__u8e3s4, undefined) ? null : _this__u8e3s4;
85957
85971
  }
85958
85972
  function createVonageLoggerJS$1($name, $minLogLevel, $topics, $onLog) {
85959
- this.j48_1 = $onLog;
85960
- this.g48_1 = $name;
85961
- this.h48_1 = $minLogLevel;
85962
- this.i48_1 = $topics;
85973
+ this.l48_1 = $onLog;
85974
+ this.i48_1 = $name;
85975
+ this.j48_1 = $minLogLevel;
85976
+ this.k48_1 = $topics;
85963
85977
  }
85964
85978
  protoOf(createVonageLoggerJS$1).f2 = function () {
85965
- return this.g48_1;
85979
+ return this.i48_1;
85966
85980
  };
85967
85981
  protoOf(createVonageLoggerJS$1).w3q = function () {
85968
- return this.h48_1;
85982
+ return this.j48_1;
85969
85983
  };
85970
85984
  protoOf(createVonageLoggerJS$1).o3q = function () {
85971
- return this.i48_1;
85985
+ return this.k48_1;
85972
85986
  };
85973
85987
  protoOf(createVonageLoggerJS$1).onLog = function (logLevel, topic, message) {
85974
- this.j48_1(logLevel, topic, message);
85988
+ this.l48_1(logLevel, topic, message);
85975
85989
  };
85976
85990
  function vonageLogger$lambda($logger) {
85977
85991
  return function (logLevel, topic, message, _anonymous_parameter_3__qggqen) {
@@ -86060,13 +86074,13 @@ function requireClientsdkClientcore_js () {
86060
86074
  this.ANSWERED = 'ANSWERED';
86061
86075
  this.COMPLETED = 'COMPLETED';
86062
86076
  }
86063
- protoOf(LegStatusJSObject).k48 = function () {
86077
+ protoOf(LegStatusJSObject).m48 = function () {
86064
86078
  return this.RINGING;
86065
86079
  };
86066
- protoOf(LegStatusJSObject).l48 = function () {
86080
+ protoOf(LegStatusJSObject).n48 = function () {
86067
86081
  return this.ANSWERED;
86068
86082
  };
86069
- protoOf(LegStatusJSObject).m48 = function () {
86083
+ protoOf(LegStatusJSObject).o48 = function () {
86070
86084
  return this.COMPLETED;
86071
86085
  };
86072
86086
  protoOf(LegStatusJSObject).toString = function () {
@@ -86090,7 +86104,7 @@ function requireClientsdkClientcore_js () {
86090
86104
  function CallDisconnectReasonJSObject() {
86091
86105
  this.NetworkChange = 'networkChange';
86092
86106
  }
86093
- protoOf(CallDisconnectReasonJSObject).n48 = function () {
86107
+ protoOf(CallDisconnectReasonJSObject).p48 = function () {
86094
86108
  return this.NetworkChange;
86095
86109
  };
86096
86110
  protoOf(CallDisconnectReasonJSObject).toString = function () {
@@ -86118,19 +86132,19 @@ function requireClientsdkClientcore_js () {
86118
86132
  this.LOCAL_HANGUP = 'LOCAL_HANGUP';
86119
86133
  this.MEDIA_TIMEOUT = 'MEDIA_TIMEOUT';
86120
86134
  }
86121
- protoOf(HangupReasonJSObject).o48 = function () {
86135
+ protoOf(HangupReasonJSObject).q48 = function () {
86122
86136
  return this.REMOTE_HANGUP;
86123
86137
  };
86124
- protoOf(HangupReasonJSObject).p48 = function () {
86138
+ protoOf(HangupReasonJSObject).r48 = function () {
86125
86139
  return this.REMOTE_REJECT;
86126
86140
  };
86127
- protoOf(HangupReasonJSObject).q48 = function () {
86141
+ protoOf(HangupReasonJSObject).s48 = function () {
86128
86142
  return this.REMOTE_NO_ANSWER_TIMEOUT;
86129
86143
  };
86130
- protoOf(HangupReasonJSObject).r48 = function () {
86144
+ protoOf(HangupReasonJSObject).t48 = function () {
86131
86145
  return this.LOCAL_HANGUP;
86132
86146
  };
86133
- protoOf(HangupReasonJSObject).s48 = function () {
86147
+ protoOf(HangupReasonJSObject).u48 = function () {
86134
86148
  return this.MEDIA_TIMEOUT;
86135
86149
  };
86136
86150
  protoOf(HangupReasonJSObject).toString = function () {
@@ -86961,13 +86975,13 @@ function requireClientsdkClientcore_js () {
86961
86975
  protoOf(VoiceInviteFromInfoJS).s8 = function () {
86962
86976
  return this.type;
86963
86977
  };
86964
- protoOf(VoiceInviteFromInfoJS).t48 = function (id, type) {
86978
+ protoOf(VoiceInviteFromInfoJS).v48 = function (id, type) {
86965
86979
  return new VoiceInviteFromInfoJS(id, type);
86966
86980
  };
86967
86981
  protoOf(VoiceInviteFromInfoJS).copy = function (id, type, $super) {
86968
86982
  id = id === VOID ? this.id : id;
86969
86983
  type = type === VOID ? this.type : type;
86970
- return this.t48(id, type);
86984
+ return this.v48(id, type);
86971
86985
  };
86972
86986
  protoOf(VoiceInviteFromInfoJS).toString = function () {
86973
86987
  return 'VoiceInviteFromInfoJS(id=' + this.id + ', type=' + this.type + ')';
@@ -87045,41 +87059,41 @@ function requireClientsdkClientcore_js () {
87045
87059
  cause = cause === VOID ? null : cause;
87046
87060
  extendThrowable(this);
87047
87061
  captureStack(this, HttpClientErrorJS);
87048
- this.u48_1 = message;
87049
- this.v48_1 = cause;
87062
+ this.w48_1 = message;
87063
+ this.x48_1 = cause;
87050
87064
  }
87051
87065
  protoOf(HttpClientErrorJS).n8 = function () {
87052
- return this.u48_1;
87066
+ return this.w48_1;
87053
87067
  };
87054
87068
  protoOf(HttpClientErrorJS).o8 = function () {
87055
- return this.v48_1;
87069
+ return this.x48_1;
87056
87070
  };
87057
- protoOf(HttpClientErrorJS).w48 = function () {
87058
- var tmp0_elvis_lhs = this.u48_1;
87071
+ protoOf(HttpClientErrorJS).y48 = function () {
87072
+ var tmp0_elvis_lhs = this.w48_1;
87059
87073
  var tmp = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
87060
- var tmp_0 = this.v48_1;
87074
+ var tmp_0 = this.x48_1;
87061
87075
  return new HTTPClientError(tmp, tmp_0 instanceof Exception ? tmp_0 : null);
87062
87076
  };
87063
87077
  protoOf(HttpClientErrorJS).r8 = function () {
87064
- return this.u48_1;
87078
+ return this.w48_1;
87065
87079
  };
87066
87080
  protoOf(HttpClientErrorJS).s8 = function () {
87067
- return this.v48_1;
87081
+ return this.x48_1;
87068
87082
  };
87069
- protoOf(HttpClientErrorJS).x48 = function (message, cause) {
87083
+ protoOf(HttpClientErrorJS).z48 = function (message, cause) {
87070
87084
  return new HttpClientErrorJS(message, cause);
87071
87085
  };
87072
87086
  protoOf(HttpClientErrorJS).copy = function (message, cause, $super) {
87073
- message = message === VOID ? this.u48_1 : message;
87074
- cause = cause === VOID ? this.v48_1 : cause;
87075
- return this.x48(message, cause);
87087
+ message = message === VOID ? this.w48_1 : message;
87088
+ cause = cause === VOID ? this.x48_1 : cause;
87089
+ return this.z48(message, cause);
87076
87090
  };
87077
87091
  protoOf(HttpClientErrorJS).toString = function () {
87078
- return 'HttpClientErrorJS(message=' + this.u48_1 + ', cause=' + toString_0(this.v48_1) + ')';
87092
+ return 'HttpClientErrorJS(message=' + this.w48_1 + ', cause=' + toString_0(this.x48_1) + ')';
87079
87093
  };
87080
87094
  protoOf(HttpClientErrorJS).hashCode = function () {
87081
- var result = this.u48_1 == null ? 0 : getStringHashCode(this.u48_1);
87082
- result = imul(result, 31) + (this.v48_1 == null ? 0 : hashCode(this.v48_1)) | 0;
87095
+ var result = this.w48_1 == null ? 0 : getStringHashCode(this.w48_1);
87096
+ result = imul(result, 31) + (this.x48_1 == null ? 0 : hashCode(this.x48_1)) | 0;
87083
87097
  return result;
87084
87098
  };
87085
87099
  protoOf(HttpClientErrorJS).equals = function (other) {
@@ -87088,9 +87102,9 @@ function requireClientsdkClientcore_js () {
87088
87102
  if (!(other instanceof HttpClientErrorJS))
87089
87103
  return false;
87090
87104
  var tmp0_other_with_cast = other instanceof HttpClientErrorJS ? other : THROW_CCE();
87091
- if (!(this.u48_1 == tmp0_other_with_cast.u48_1))
87105
+ if (!(this.w48_1 == tmp0_other_with_cast.w48_1))
87092
87106
  return false;
87093
- if (!equals(this.v48_1, tmp0_other_with_cast.v48_1))
87107
+ if (!equals(this.x48_1, tmp0_other_with_cast.x48_1))
87094
87108
  return false;
87095
87109
  return true;
87096
87110
  };
@@ -87101,13 +87115,13 @@ function requireClientsdkClientcore_js () {
87101
87115
  this.body = body;
87102
87116
  this.headers = headers;
87103
87117
  }
87104
- protoOf(HttpClientResponseJS).y48 = function () {
87118
+ protoOf(HttpClientResponseJS).a49 = function () {
87105
87119
  return this.statusCode;
87106
87120
  };
87107
87121
  protoOf(HttpClientResponseJS).h42 = function () {
87108
87122
  return this.body;
87109
87123
  };
87110
- protoOf(HttpClientResponseJS).z48 = function () {
87124
+ protoOf(HttpClientResponseJS).b49 = function () {
87111
87125
  return this.headers;
87112
87126
  };
87113
87127
  protoOf(HttpClientResponseJS).r8 = function () {
@@ -87116,17 +87130,17 @@ function requireClientsdkClientcore_js () {
87116
87130
  protoOf(HttpClientResponseJS).s8 = function () {
87117
87131
  return this.body;
87118
87132
  };
87119
- protoOf(HttpClientResponseJS).a49 = function () {
87133
+ protoOf(HttpClientResponseJS).c49 = function () {
87120
87134
  return this.headers;
87121
87135
  };
87122
- protoOf(HttpClientResponseJS).b49 = function (statusCode, body, headers) {
87136
+ protoOf(HttpClientResponseJS).d49 = function (statusCode, body, headers) {
87123
87137
  return new HttpClientResponseJS(statusCode, body, headers);
87124
87138
  };
87125
87139
  protoOf(HttpClientResponseJS).copy = function (statusCode, body, headers, $super) {
87126
87140
  statusCode = statusCode === VOID ? this.statusCode : statusCode;
87127
87141
  body = body === VOID ? this.body : body;
87128
87142
  headers = headers === VOID ? this.headers : headers;
87129
- return this.b49(statusCode, body, headers);
87143
+ return this.d49(statusCode, body, headers);
87130
87144
  };
87131
87145
  protoOf(HttpClientResponseJS).toString = function () {
87132
87146
  return 'HttpClientResponseJS(statusCode=' + this.statusCode + ', body=' + this.body + ', headers=' + toString_0(this.headers) + ')';
@@ -87185,16 +87199,16 @@ function requireClientsdkClientcore_js () {
87185
87199
  this.RejectedElsewhere = 'RejectedElsewhere';
87186
87200
  this.RemoteTimeout = 'RemoteTimeout';
87187
87201
  }
87188
- protoOf(CancelReasonJSObject).c49 = function () {
87202
+ protoOf(CancelReasonJSObject).e49 = function () {
87189
87203
  return this.RemoteCancel;
87190
87204
  };
87191
- protoOf(CancelReasonJSObject).d49 = function () {
87205
+ protoOf(CancelReasonJSObject).f49 = function () {
87192
87206
  return this.AnsweredElsewhere;
87193
87207
  };
87194
- protoOf(CancelReasonJSObject).e49 = function () {
87208
+ protoOf(CancelReasonJSObject).g49 = function () {
87195
87209
  return this.RejectedElsewhere;
87196
87210
  };
87197
- protoOf(CancelReasonJSObject).f49 = function () {
87211
+ protoOf(CancelReasonJSObject).h49 = function () {
87198
87212
  return this.RemoteTimeout;
87199
87213
  };
87200
87214
  protoOf(CancelReasonJSObject).toString = function () {
@@ -87226,31 +87240,31 @@ function requireClientsdkClientcore_js () {
87226
87240
  this.packet_cnt = packet_cnt;
87227
87241
  this.packet_loss_perc = packet_loss_perc;
87228
87242
  }
87229
- protoOf(RTCQualityJS).g49 = function () {
87243
+ protoOf(RTCQualityJS).i49 = function () {
87230
87244
  return this.mos_score;
87231
87245
  };
87232
- protoOf(RTCQualityJS).h49 = function () {
87246
+ protoOf(RTCQualityJS).j49 = function () {
87233
87247
  return this.quality_percentage;
87234
87248
  };
87235
- protoOf(RTCQualityJS).i49 = function () {
87249
+ protoOf(RTCQualityJS).k49 = function () {
87236
87250
  return this.jitter_min_var;
87237
87251
  };
87238
- protoOf(RTCQualityJS).j49 = function () {
87252
+ protoOf(RTCQualityJS).l49 = function () {
87239
87253
  return this.jitter_max_var;
87240
87254
  };
87241
- protoOf(RTCQualityJS).k49 = function () {
87255
+ protoOf(RTCQualityJS).m49 = function () {
87242
87256
  return this.jitter_loss_rate;
87243
87257
  };
87244
- protoOf(RTCQualityJS).l49 = function () {
87258
+ protoOf(RTCQualityJS).n49 = function () {
87245
87259
  return this.jitter_burst_rate;
87246
87260
  };
87247
- protoOf(RTCQualityJS).m49 = function () {
87261
+ protoOf(RTCQualityJS).o49 = function () {
87248
87262
  return this.flaw_total;
87249
87263
  };
87250
- protoOf(RTCQualityJS).n49 = function () {
87264
+ protoOf(RTCQualityJS).p49 = function () {
87251
87265
  return this.packet_cnt;
87252
87266
  };
87253
- protoOf(RTCQualityJS).o49 = function () {
87267
+ protoOf(RTCQualityJS).q49 = function () {
87254
87268
  return this.packet_loss_perc;
87255
87269
  };
87256
87270
  protoOf(RTCQualityJS).r8 = function () {
@@ -87259,28 +87273,28 @@ function requireClientsdkClientcore_js () {
87259
87273
  protoOf(RTCQualityJS).s8 = function () {
87260
87274
  return this.quality_percentage;
87261
87275
  };
87262
- protoOf(RTCQualityJS).a49 = function () {
87276
+ protoOf(RTCQualityJS).c49 = function () {
87263
87277
  return this.jitter_min_var;
87264
87278
  };
87265
- protoOf(RTCQualityJS).p49 = function () {
87279
+ protoOf(RTCQualityJS).r49 = function () {
87266
87280
  return this.jitter_max_var;
87267
87281
  };
87268
- protoOf(RTCQualityJS).q49 = function () {
87282
+ protoOf(RTCQualityJS).s49 = function () {
87269
87283
  return this.jitter_loss_rate;
87270
87284
  };
87271
- protoOf(RTCQualityJS).r49 = function () {
87285
+ protoOf(RTCQualityJS).t49 = function () {
87272
87286
  return this.jitter_burst_rate;
87273
87287
  };
87274
- protoOf(RTCQualityJS).s49 = function () {
87288
+ protoOf(RTCQualityJS).u49 = function () {
87275
87289
  return this.flaw_total;
87276
87290
  };
87277
- protoOf(RTCQualityJS).t49 = function () {
87291
+ protoOf(RTCQualityJS).v49 = function () {
87278
87292
  return this.packet_cnt;
87279
87293
  };
87280
- protoOf(RTCQualityJS).u49 = function () {
87294
+ protoOf(RTCQualityJS).w49 = function () {
87281
87295
  return this.packet_loss_perc;
87282
87296
  };
87283
- 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) {
87297
+ 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) {
87284
87298
  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);
87285
87299
  };
87286
87300
  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) {
@@ -87293,7 +87307,7 @@ function requireClientsdkClientcore_js () {
87293
87307
  flaw_total = flaw_total === VOID ? this.flaw_total : flaw_total;
87294
87308
  packet_cnt = packet_cnt === VOID ? this.packet_cnt : packet_cnt;
87295
87309
  packet_loss_perc = packet_loss_perc === VOID ? this.packet_loss_perc : packet_loss_perc;
87296
- 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);
87310
+ 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);
87297
87311
  };
87298
87312
  protoOf(RTCQualityJS).toString = function () {
87299
87313
  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 + ')';
@@ -87363,55 +87377,55 @@ function requireClientsdkClientcore_js () {
87363
87377
  this.concealedSamples = concealedSamples;
87364
87378
  this.concealmentEvents = concealmentEvents;
87365
87379
  }
87366
- protoOf(RTCStatsJS).w49 = function () {
87380
+ protoOf(RTCStatsJS).y49 = function () {
87367
87381
  return this.audioRecvPackets;
87368
87382
  };
87369
- protoOf(RTCStatsJS).x49 = function () {
87383
+ protoOf(RTCStatsJS).z49 = function () {
87370
87384
  return this.audioRecvPacketsLost;
87371
87385
  };
87372
- protoOf(RTCStatsJS).y49 = function () {
87386
+ protoOf(RTCStatsJS).a4a = function () {
87373
87387
  return this.audioRecvBytes;
87374
87388
  };
87375
- protoOf(RTCStatsJS).z49 = function () {
87389
+ protoOf(RTCStatsJS).b4a = function () {
87376
87390
  return this.audioRecvJitter;
87377
87391
  };
87378
- protoOf(RTCStatsJS).a4a = function () {
87392
+ protoOf(RTCStatsJS).c4a = function () {
87379
87393
  return this.audioSentPackets;
87380
87394
  };
87381
- protoOf(RTCStatsJS).b4a = function () {
87395
+ protoOf(RTCStatsJS).d4a = function () {
87382
87396
  return this.audioSentBytes;
87383
87397
  };
87384
- protoOf(RTCStatsJS).c4a = function () {
87398
+ protoOf(RTCStatsJS).e4a = function () {
87385
87399
  return this.audioSentPacketsLost;
87386
87400
  };
87387
- protoOf(RTCStatsJS).d4a = function () {
87401
+ protoOf(RTCStatsJS).f4a = function () {
87388
87402
  return this.audioRtt;
87389
87403
  };
87390
- protoOf(RTCStatsJS).e4a = function () {
87404
+ protoOf(RTCStatsJS).g4a = function () {
87391
87405
  return this.audioSentJitter;
87392
87406
  };
87393
- protoOf(RTCStatsJS).f4a = function () {
87407
+ protoOf(RTCStatsJS).h4a = function () {
87394
87408
  return this.echoReturnLoss;
87395
87409
  };
87396
- protoOf(RTCStatsJS).g4a = function () {
87410
+ protoOf(RTCStatsJS).i4a = function () {
87397
87411
  return this.echoReturnLossEnhancement;
87398
87412
  };
87399
- protoOf(RTCStatsJS).h4a = function () {
87413
+ protoOf(RTCStatsJS).j4a = function () {
87400
87414
  return this.audioLevel;
87401
87415
  };
87402
- protoOf(RTCStatsJS).i4a = function () {
87416
+ protoOf(RTCStatsJS).k4a = function () {
87403
87417
  return this.totalAudioEnergy;
87404
87418
  };
87405
- protoOf(RTCStatsJS).j4a = function () {
87419
+ protoOf(RTCStatsJS).l4a = function () {
87406
87420
  return this.totalSamplesSent;
87407
87421
  };
87408
- protoOf(RTCStatsJS).k4a = function () {
87422
+ protoOf(RTCStatsJS).m4a = function () {
87409
87423
  return this.concealedSamples;
87410
87424
  };
87411
- protoOf(RTCStatsJS).l4a = function () {
87425
+ protoOf(RTCStatsJS).n4a = function () {
87412
87426
  return this.concealmentEvents;
87413
87427
  };
87414
- protoOf(RTCStatsJS).m4a = function () {
87428
+ protoOf(RTCStatsJS).o4a = function () {
87415
87429
  var tmp = numberToLong(this.audioRecvPackets);
87416
87430
  var tmp_0 = numberToInt(this.audioRecvPacketsLost);
87417
87431
  var tmp_1 = numberToLong(this.audioRecvBytes);
@@ -87432,49 +87446,49 @@ function requireClientsdkClientcore_js () {
87432
87446
  protoOf(RTCStatsJS).s8 = function () {
87433
87447
  return this.audioRecvPacketsLost;
87434
87448
  };
87435
- protoOf(RTCStatsJS).a49 = function () {
87449
+ protoOf(RTCStatsJS).c49 = function () {
87436
87450
  return this.audioRecvBytes;
87437
87451
  };
87438
- protoOf(RTCStatsJS).p49 = function () {
87452
+ protoOf(RTCStatsJS).r49 = function () {
87439
87453
  return this.audioRecvJitter;
87440
87454
  };
87441
- protoOf(RTCStatsJS).q49 = function () {
87455
+ protoOf(RTCStatsJS).s49 = function () {
87442
87456
  return this.audioSentPackets;
87443
87457
  };
87444
- protoOf(RTCStatsJS).r49 = function () {
87458
+ protoOf(RTCStatsJS).t49 = function () {
87445
87459
  return this.audioSentBytes;
87446
87460
  };
87447
- protoOf(RTCStatsJS).s49 = function () {
87461
+ protoOf(RTCStatsJS).u49 = function () {
87448
87462
  return this.audioSentPacketsLost;
87449
87463
  };
87450
- protoOf(RTCStatsJS).t49 = function () {
87464
+ protoOf(RTCStatsJS).v49 = function () {
87451
87465
  return this.audioRtt;
87452
87466
  };
87453
- protoOf(RTCStatsJS).u49 = function () {
87467
+ protoOf(RTCStatsJS).w49 = function () {
87454
87468
  return this.audioSentJitter;
87455
87469
  };
87456
- protoOf(RTCStatsJS).n4a = function () {
87470
+ protoOf(RTCStatsJS).p4a = function () {
87457
87471
  return this.echoReturnLoss;
87458
87472
  };
87459
- protoOf(RTCStatsJS).o4a = function () {
87473
+ protoOf(RTCStatsJS).q4a = function () {
87460
87474
  return this.echoReturnLossEnhancement;
87461
87475
  };
87462
- protoOf(RTCStatsJS).p4a = function () {
87476
+ protoOf(RTCStatsJS).r4a = function () {
87463
87477
  return this.audioLevel;
87464
87478
  };
87465
- protoOf(RTCStatsJS).q4a = function () {
87479
+ protoOf(RTCStatsJS).s4a = function () {
87466
87480
  return this.totalAudioEnergy;
87467
87481
  };
87468
- protoOf(RTCStatsJS).r4a = function () {
87482
+ protoOf(RTCStatsJS).t4a = function () {
87469
87483
  return this.totalSamplesSent;
87470
87484
  };
87471
- protoOf(RTCStatsJS).s4a = function () {
87485
+ protoOf(RTCStatsJS).u4a = function () {
87472
87486
  return this.concealedSamples;
87473
87487
  };
87474
- protoOf(RTCStatsJS).t4a = function () {
87488
+ protoOf(RTCStatsJS).v4a = function () {
87475
87489
  return this.concealmentEvents;
87476
87490
  };
87477
- protoOf(RTCStatsJS).u4a = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents) {
87491
+ protoOf(RTCStatsJS).w4a = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents) {
87478
87492
  return new RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents);
87479
87493
  };
87480
87494
  protoOf(RTCStatsJS).copy = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents, $super) {
@@ -87494,7 +87508,7 @@ function requireClientsdkClientcore_js () {
87494
87508
  totalSamplesSent = totalSamplesSent === VOID ? this.totalSamplesSent : totalSamplesSent;
87495
87509
  concealedSamples = concealedSamples === VOID ? this.concealedSamples : concealedSamples;
87496
87510
  concealmentEvents = concealmentEvents === VOID ? this.concealmentEvents : concealmentEvents;
87497
- return this.u4a(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents);
87511
+ return this.w4a(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, echoReturnLoss, echoReturnLossEnhancement, audioLevel, totalAudioEnergy, totalSamplesSent, concealedSamples, concealmentEvents);
87498
87512
  };
87499
87513
  protoOf(RTCStatsJS).toString = function () {
87500
87514
  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) + ')';
@@ -87660,7 +87674,7 @@ function requireClientsdkClientcore_js () {
87660
87674
  };
87661
87675
  }
87662
87676
  function HttpClientJSAdapter$1($js) {
87663
- this.v4a_1 = $js;
87677
+ this.x4a_1 = $js;
87664
87678
  }
87665
87679
  protoOf(HttpClientJSAdapter$1).h3s = function (verb, url, headers, body, callback) {
87666
87680
  var tmp = verb.toString();
@@ -87668,7 +87682,7 @@ function requireClientsdkClientcore_js () {
87668
87682
  // Inline function 'kotlin.contracts.contract' call
87669
87683
  // Inline function 'vonage.<no name provided>.request.<anonymous>' call
87670
87684
  var tmp_0 = fromMap(JSON, headers);
87671
- this.v4a_1.request(tmp, url, tmp_0, body, HttpClientJSAdapter$o$request$lambda(callback));
87685
+ this.x4a_1.request(tmp, url, tmp_0, body, HttpClientJSAdapter$o$request$lambda(callback));
87672
87686
  };
87673
87687
  function SocketClientJSAdapter$o$emit$lambda($callback) {
87674
87688
  return function (err, response) {
@@ -87686,11 +87700,11 @@ function requireClientsdkClientcore_js () {
87686
87700
  };
87687
87701
  }
87688
87702
  function SocketClientJSAdapter$adapter$1($js) {
87689
- this.x4a_1 = $js;
87690
- this.w4a_1 = null;
87703
+ this.z4a_1 = $js;
87704
+ this.y4a_1 = null;
87691
87705
  }
87692
87706
  protoOf(SocketClientJSAdapter$adapter$1).l3s = function (_set____db54di) {
87693
- this.w4a_1 = _set____db54di;
87707
+ this.y4a_1 = _set____db54di;
87694
87708
  };
87695
87709
  protoOf(SocketClientJSAdapter$adapter$1).m3s = function (type, msg, callback) {
87696
87710
  var tmp;
@@ -87703,28 +87717,28 @@ function requireClientsdkClientcore_js () {
87703
87717
  tmp = fromMap(JSON, msg);
87704
87718
  }
87705
87719
  var tmp_0 = tmp;
87706
- this.x4a_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
87720
+ this.z4a_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
87707
87721
  };
87708
87722
  protoOf(SocketClientJSAdapter$adapter$1).n3s = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, sessionId, query) {
87709
- this.x4a_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, sessionId, query);
87723
+ this.z4a_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, sessionId, query);
87710
87724
  };
87711
87725
  protoOf(SocketClientJSAdapter$adapter$1).o3s = function () {
87712
- this.x4a_1.disconnect();
87726
+ this.z4a_1.disconnect();
87713
87727
  };
87714
87728
  protoOf(SocketClientJSAdapter$adapter$1).p3s = function (sessionId, token) {
87715
- this.x4a_1.setConnectParamsSocketConfig(sessionId, token);
87729
+ this.z4a_1.setConnectParamsSocketConfig(sessionId, token);
87716
87730
  };
87717
87731
  protoOf(SocketClientJSAdapter$adapter$1).q3s = function (sessionId) {
87718
- this.x4a_1.setSocketSessionId(sessionId);
87732
+ this.z4a_1.setSocketSessionId(sessionId);
87719
87733
  };
87720
87734
  protoOf(SocketClientJSAdapter$adapter$1).r3s = function (milliseconds, callback) {
87721
- this.x4a_1.startVerifyResponseTimer(milliseconds, callback);
87735
+ this.z4a_1.startVerifyResponseTimer(milliseconds, callback);
87722
87736
  };
87723
87737
  function SocketClientJSAdapter$1($adapter) {
87724
- this.y4a_1 = $adapter;
87738
+ this.a4b_1 = $adapter;
87725
87739
  }
87726
87740
  protoOf(SocketClientJSAdapter$1).didReceiveNewSocketEvent = function (body) {
87727
- var tmp0_safe_receiver = this.y4a_1.w4a_1;
87741
+ var tmp0_safe_receiver = this.a4b_1.y4a_1;
87728
87742
  if (tmp0_safe_receiver == null)
87729
87743
  ;
87730
87744
  else {
@@ -87756,31 +87770,31 @@ function requireClientsdkClientcore_js () {
87756
87770
  var it = tmp1_safe_receiver;
87757
87771
  switch (reason) {
87758
87772
  case 'NXMCORE_REASON_SERVER_DISCONNECTED':
87759
- var tmp1_safe_receiver_0 = this.y4a_1.w4a_1;
87773
+ var tmp1_safe_receiver_0 = this.a4b_1.y4a_1;
87760
87774
  if (tmp1_safe_receiver_0 == null) ; else {
87761
87775
  tmp1_safe_receiver_0.l3t(it, SocketConnectionFailedReason_ServerDisconnected_getInstance(), timestamp, retryNumber);
87762
87776
  }
87763
87777
  break;
87764
87778
  case 'NXMCORE_REASON_CLIENT_DISCONNECTED':
87765
- var tmp2_safe_receiver = this.y4a_1.w4a_1;
87779
+ var tmp2_safe_receiver = this.a4b_1.y4a_1;
87766
87780
  if (tmp2_safe_receiver == null) ; else {
87767
87781
  tmp2_safe_receiver.l3t(it, SocketConnectionFailedReason_ClientDisconnected_getInstance(), timestamp, retryNumber);
87768
87782
  }
87769
87783
  break;
87770
87784
  case 'NXMCORE_CLIENT_NETWORK_ERROR':
87771
- var tmp3_safe_receiver = this.y4a_1.w4a_1;
87785
+ var tmp3_safe_receiver = this.a4b_1.y4a_1;
87772
87786
  if (tmp3_safe_receiver == null) ; else {
87773
87787
  tmp3_safe_receiver.l3t(it, SocketConnectionFailedReason_ClientNetworkError_getInstance(), timestamp, retryNumber);
87774
87788
  }
87775
87789
  break;
87776
87790
  case 'NXMCORE_REASON_PING_TIMEOUT':
87777
- var tmp4_safe_receiver = this.y4a_1.w4a_1;
87791
+ var tmp4_safe_receiver = this.a4b_1.y4a_1;
87778
87792
  if (tmp4_safe_receiver == null) ; else {
87779
87793
  tmp4_safe_receiver.l3t(it, SocketConnectionFailedReason_PingTimeout_getInstance(), timestamp, retryNumber);
87780
87794
  }
87781
87795
  break;
87782
87796
  default:
87783
- var tmp5_safe_receiver = this.y4a_1.w4a_1;
87797
+ var tmp5_safe_receiver = this.a4b_1.y4a_1;
87784
87798
  if (tmp5_safe_receiver == null) ; else {
87785
87799
  tmp5_safe_receiver.l3t(it, null, timestamp, retryNumber);
87786
87800
  }
@@ -87790,120 +87804,120 @@ function requireClientsdkClientcore_js () {
87790
87804
  };
87791
87805
  function MediaClientJSAdapter$o$processAnswer$lambda($closure) {
87792
87806
  return function (it) {
87793
- $closure(it == null ? null : it.q46());
87807
+ $closure(it == null ? null : it.s46());
87794
87808
  return Unit_instance;
87795
87809
  };
87796
87810
  }
87797
87811
  function MediaClientJSAdapter$o$disableMedia$lambda($closure) {
87798
87812
  return function (it) {
87799
- $closure(it == null ? null : it.q46());
87813
+ $closure(it == null ? null : it.s46());
87800
87814
  return Unit_instance;
87801
87815
  };
87802
87816
  }
87803
87817
  function MediaClientJSAdapter$o$mute$lambda($closure) {
87804
87818
  return function (it) {
87805
- $closure(it == null ? null : it.q46());
87819
+ $closure(it == null ? null : it.s46());
87806
87820
  return Unit_instance;
87807
87821
  };
87808
87822
  }
87809
87823
  function MediaClientJSAdapter$o$unmute$lambda($closure) {
87810
87824
  return function (it) {
87811
- $closure(it == null ? null : it.q46());
87825
+ $closure(it == null ? null : it.s46());
87812
87826
  return Unit_instance;
87813
87827
  };
87814
87828
  }
87815
87829
  function MediaClientJSAdapter$o$enableNoiseSuppression$lambda($closure) {
87816
87830
  return function (it) {
87817
- $closure(it == null ? null : it.q46());
87831
+ $closure(it == null ? null : it.s46());
87818
87832
  return Unit_instance;
87819
87833
  };
87820
87834
  }
87821
87835
  function MediaClientJSAdapter$o$disableNoiseSuppression$lambda($closure) {
87822
87836
  return function (it) {
87823
- $closure(it == null ? null : it.q46());
87837
+ $closure(it == null ? null : it.s46());
87824
87838
  return Unit_instance;
87825
87839
  };
87826
87840
  }
87827
87841
  function MediaClientJSAdapter$o$enableEarmuff$lambda($closure) {
87828
87842
  return function (it) {
87829
- $closure(it == null ? null : it.q46());
87843
+ $closure(it == null ? null : it.s46());
87830
87844
  return Unit_instance;
87831
87845
  };
87832
87846
  }
87833
87847
  function MediaClientJSAdapter$o$disableEarmuff$lambda($closure) {
87834
87848
  return function (it) {
87835
- $closure(it == null ? null : it.q46());
87849
+ $closure(it == null ? null : it.s46());
87836
87850
  return Unit_instance;
87837
87851
  };
87838
87852
  }
87839
87853
  function MediaClientJSAdapter$o$enableRtcStatsCollection$lambda($closure) {
87840
87854
  return function (it) {
87841
- $closure(it == null ? null : it.q46());
87855
+ $closure(it == null ? null : it.s46());
87842
87856
  return Unit_instance;
87843
87857
  };
87844
87858
  }
87845
87859
  function MediaClientJSAdapter$adapter$1($js) {
87846
- this.a4b_1 = $js;
87847
- this.z4a_1 = null;
87860
+ this.c4b_1 = $js;
87861
+ this.b4b_1 = null;
87848
87862
  }
87849
87863
  protoOf(MediaClientJSAdapter$adapter$1).d1j = function (_set____db54di) {
87850
- this.z4a_1 = _set____db54di;
87864
+ this.b4b_1 = _set____db54di;
87851
87865
  };
87852
87866
  protoOf(MediaClientJSAdapter$adapter$1).c1j = function () {
87853
- return this.z4a_1;
87867
+ return this.b4b_1;
87854
87868
  };
87855
87869
  protoOf(MediaClientJSAdapter$adapter$1).b1k = function (closure) {
87856
- this.a4b_1.enableMediaOutbound(closure);
87870
+ this.c4b_1.enableMediaOutbound(closure);
87857
87871
  };
87858
- protoOf(MediaClientJSAdapter$adapter$1).b4b = function (rtcId, offerSDP, closure) {
87859
- this.a4b_1.enableMediaInbound(rtcId, offerSDP, closure);
87872
+ protoOf(MediaClientJSAdapter$adapter$1).d4b = function (rtcId, offerSDP, closure) {
87873
+ this.c4b_1.enableMediaInbound(rtcId, offerSDP, closure);
87860
87874
  };
87861
87875
  protoOf(MediaClientJSAdapter$adapter$1).u3s = function (rtcId, offerSDP, closure) {
87862
- return this.b4b(rtcId, offerSDP, closure);
87876
+ return this.d4b(rtcId, offerSDP, closure);
87863
87877
  };
87864
87878
  protoOf(MediaClientJSAdapter$adapter$1).p1j = function (id, sdp, closure) {
87865
- this.a4b_1.processAnswer(id, sdp, MediaClientJSAdapter$o$processAnswer$lambda(closure));
87879
+ this.c4b_1.processAnswer(id, sdp, MediaClientJSAdapter$o$processAnswer$lambda(closure));
87866
87880
  };
87867
87881
  protoOf(MediaClientJSAdapter$adapter$1).a1k = function (id, closure) {
87868
- this.a4b_1.disableMedia(id, MediaClientJSAdapter$o$disableMedia$lambda(closure));
87882
+ this.c4b_1.disableMedia(id, MediaClientJSAdapter$o$disableMedia$lambda(closure));
87869
87883
  };
87870
87884
  protoOf(MediaClientJSAdapter$adapter$1).z1j = function (id, closure) {
87871
- this.a4b_1.mute(id, MediaClientJSAdapter$o$mute$lambda(closure));
87885
+ this.c4b_1.mute(id, MediaClientJSAdapter$o$mute$lambda(closure));
87872
87886
  };
87873
87887
  protoOf(MediaClientJSAdapter$adapter$1).x1j = function (id, closure) {
87874
- this.a4b_1.unmute(id, MediaClientJSAdapter$o$unmute$lambda(closure));
87888
+ this.c4b_1.unmute(id, MediaClientJSAdapter$o$unmute$lambda(closure));
87875
87889
  };
87876
87890
  protoOf(MediaClientJSAdapter$adapter$1).v3s = function (id, closure) {
87877
- this.a4b_1.enableNoiseSuppression(id, MediaClientJSAdapter$o$enableNoiseSuppression$lambda(closure));
87891
+ this.c4b_1.enableNoiseSuppression(id, MediaClientJSAdapter$o$enableNoiseSuppression$lambda(closure));
87878
87892
  };
87879
87893
  protoOf(MediaClientJSAdapter$adapter$1).w3s = function (id, closure) {
87880
- this.a4b_1.disableNoiseSuppression(id, MediaClientJSAdapter$o$disableNoiseSuppression$lambda(closure));
87894
+ this.c4b_1.disableNoiseSuppression(id, MediaClientJSAdapter$o$disableNoiseSuppression$lambda(closure));
87881
87895
  };
87882
87896
  protoOf(MediaClientJSAdapter$adapter$1).v1j = function (id, closure) {
87883
- this.a4b_1.enableEarmuff(id, MediaClientJSAdapter$o$enableEarmuff$lambda(closure));
87897
+ this.c4b_1.enableEarmuff(id, MediaClientJSAdapter$o$enableEarmuff$lambda(closure));
87884
87898
  };
87885
87899
  protoOf(MediaClientJSAdapter$adapter$1).t1j = function (id, closure) {
87886
- this.a4b_1.disableEarmuff(id, MediaClientJSAdapter$o$disableEarmuff$lambda(closure));
87900
+ this.c4b_1.disableEarmuff(id, MediaClientJSAdapter$o$disableEarmuff$lambda(closure));
87887
87901
  };
87888
87902
  protoOf(MediaClientJSAdapter$adapter$1).q1j = function (id, interval, closure) {
87889
- this.a4b_1.enableRtcStatsCollection(id, interval, MediaClientJSAdapter$o$enableRtcStatsCollection$lambda(closure));
87903
+ this.c4b_1.enableRtcStatsCollection(id, interval, MediaClientJSAdapter$o$enableRtcStatsCollection$lambda(closure));
87890
87904
  };
87891
87905
  protoOf(MediaClientJSAdapter$adapter$1).x3s = function (id) {
87892
- return coreConnectionState(this.a4b_1.getMediaConnectionState(id));
87906
+ return coreConnectionState(this.c4b_1.getMediaConnectionState(id));
87893
87907
  };
87894
87908
  function MediaClientJSAdapter$1($adapter) {
87895
- this.c4b_1 = $adapter;
87909
+ this.e4b_1 = $adapter;
87896
87910
  }
87897
87911
  protoOf(MediaClientJSAdapter$1).onRtcStats = function (id, rtcStats) {
87898
- var tmp0_safe_receiver = this.c4b_1.z4a_1;
87912
+ var tmp0_safe_receiver = this.e4b_1.b4b_1;
87899
87913
  if (tmp0_safe_receiver == null)
87900
87914
  ;
87901
87915
  else {
87902
- tmp0_safe_receiver.g1j(id, rtcStats.m4a());
87916
+ tmp0_safe_receiver.g1j(id, rtcStats.o4a());
87903
87917
  }
87904
87918
  };
87905
87919
  protoOf(MediaClientJSAdapter$1).onConnectionChange = function (id, state) {
87906
- var tmp0_safe_receiver = this.c4b_1.z4a_1;
87920
+ var tmp0_safe_receiver = this.e4b_1.b4b_1;
87907
87921
  if (tmp0_safe_receiver == null)
87908
87922
  ;
87909
87923
  else {
@@ -87911,11 +87925,11 @@ function requireClientsdkClientcore_js () {
87911
87925
  }
87912
87926
  };
87913
87927
  protoOf(MediaClientJSAdapter$1).onMediaError = function (id, error) {
87914
- var tmp0_safe_receiver = this.c4b_1.z4a_1;
87928
+ var tmp0_safe_receiver = this.e4b_1.b4b_1;
87915
87929
  if (tmp0_safe_receiver == null)
87916
87930
  ;
87917
87931
  else {
87918
- tmp0_safe_receiver.h1j(id, error.q46());
87932
+ tmp0_safe_receiver.h1j(id, error.s46());
87919
87933
  }
87920
87934
  };
87921
87935
  function invoke(_this__u8e3s4, optionJS) {
@@ -88309,10 +88323,10 @@ function requireClientsdkClientcore_js () {
88309
88323
  this.callId = callId;
88310
88324
  this.reconnectToken = reconnectToken;
88311
88325
  }
88312
- protoOf(EmergencyCallDataJS).d4b = function () {
88326
+ protoOf(EmergencyCallDataJS).f4b = function () {
88313
88327
  return this.callId;
88314
88328
  };
88315
- protoOf(EmergencyCallDataJS).e4b = function () {
88329
+ protoOf(EmergencyCallDataJS).g4b = function () {
88316
88330
  return this.reconnectToken;
88317
88331
  };
88318
88332
  protoOf(EmergencyCallDataJS).r8 = function () {
@@ -88321,13 +88335,13 @@ function requireClientsdkClientcore_js () {
88321
88335
  protoOf(EmergencyCallDataJS).s8 = function () {
88322
88336
  return this.reconnectToken;
88323
88337
  };
88324
- protoOf(EmergencyCallDataJS).z47 = function (callId, reconnectToken) {
88338
+ protoOf(EmergencyCallDataJS).b48 = function (callId, reconnectToken) {
88325
88339
  return new EmergencyCallDataJS(callId, reconnectToken);
88326
88340
  };
88327
88341
  protoOf(EmergencyCallDataJS).copy = function (callId, reconnectToken, $super) {
88328
88342
  callId = callId === VOID ? this.callId : callId;
88329
88343
  reconnectToken = reconnectToken === VOID ? this.reconnectToken : reconnectToken;
88330
- return this.z47(callId, reconnectToken);
88344
+ return this.b48(callId, reconnectToken);
88331
88345
  };
88332
88346
  protoOf(EmergencyCallDataJS).toString = function () {
88333
88347
  return 'EmergencyCallDataJS(callId=' + this.callId + ', reconnectToken=' + this.reconnectToken + ')';
@@ -88480,12 +88494,12 @@ function requireClientsdkClientcore_js () {
88480
88494
  protoOf(Some).r8 = function () {
88481
88495
  return this.value;
88482
88496
  };
88483
- protoOf(Some).f4b = function (value) {
88497
+ protoOf(Some).h4b = function (value) {
88484
88498
  return new Some(value);
88485
88499
  };
88486
88500
  protoOf(Some).copy = function (value, $super) {
88487
88501
  value = value === VOID ? this.value : value;
88488
- return this.f4b(value);
88502
+ return this.h4b(value);
88489
88503
  };
88490
88504
  protoOf(Some).toString = function () {
88491
88505
  return 'Some(value=' + toString_0(this.value) + ')';
@@ -88739,38 +88753,38 @@ function requireClientsdkClientcore_js () {
88739
88753
  defineProp(protoOf(CoreClientConfigRegionJS), 'name', protoOf(CoreClientConfigRegionJS).f2);
88740
88754
  defineProp(protoOf(CoreClientConfigRegionJS), 'ordinal', protoOf(CoreClientConfigRegionJS).g2);
88741
88755
  defineProp(protoOf(CoreClientConfigJS), 'apiUrl', function () {
88742
- return this.m47();
88743
- }, function (value) {
88744
- this.l47(value);
88745
- });
88746
- defineProp(protoOf(CoreClientConfigJS), 'websocketUrl', function () {
88747
88756
  return this.o47();
88748
88757
  }, function (value) {
88749
88758
  this.n47(value);
88750
88759
  });
88751
- defineProp(protoOf(CoreClientConfigJS), 'websocketPath', function () {
88760
+ defineProp(protoOf(CoreClientConfigJS), 'websocketUrl', function () {
88752
88761
  return this.q47();
88753
88762
  }, function (value) {
88754
88763
  this.p47(value);
88755
88764
  });
88756
- defineProp(protoOf(CoreClientConfigJS), 'rtcStatsTelemetry', function () {
88765
+ defineProp(protoOf(CoreClientConfigJS), 'websocketPath', function () {
88757
88766
  return this.s47();
88758
88767
  }, function (value) {
88759
88768
  this.r47(value);
88760
88769
  });
88761
- defineProp(protoOf(CoreClientConfigJS), 'autoReconnectMedia', function () {
88770
+ defineProp(protoOf(CoreClientConfigJS), 'rtcStatsTelemetry', function () {
88762
88771
  return this.u47();
88763
88772
  }, function (value) {
88764
88773
  this.t47(value);
88765
88774
  });
88775
+ defineProp(protoOf(CoreClientConfigJS), 'autoReconnectMedia', function () {
88776
+ return this.w47();
88777
+ }, function (value) {
88778
+ this.v47(value);
88779
+ });
88766
88780
  defineProp(protoOf(CoreClientConfigJS), 'noiseSuppression', function () {
88767
- return this.v47();
88781
+ return this.x47();
88768
88782
  });
88769
88783
  defineProp(protoOf(CoreClientConfigJS), 'emergencyPrimaryRegion', function () {
88770
- return this.w47();
88784
+ return this.y47();
88771
88785
  });
88772
88786
  defineProp(protoOf(CoreClientConfigJS), 'emergencySecondaryRegion', function () {
88773
- return this.x47();
88787
+ return this.z47();
88774
88788
  });
88775
88789
  defineProp(protoOf(Topics), 'name', protoOf(Topics).f2);
88776
88790
  defineProp(protoOf(Topics), 'ordinal', protoOf(Topics).g2);
@@ -88791,7 +88805,7 @@ function requireClientsdkClientcore_js () {
88791
88805
  defineProp(protoOf(HttpClientErrorJS), 'cause', function () {
88792
88806
  return this.o8();
88793
88807
  });
88794
- defineProp(protoOf(HttpClientErrorJS), 'coreError', protoOf(HttpClientErrorJS).w48);
88808
+ defineProp(protoOf(HttpClientErrorJS), 'coreError', protoOf(HttpClientErrorJS).y48);
88795
88809
  protoOf(HttpClientJSAdapter$1).i3s = clear;
88796
88810
  //endregion
88797
88811
  //region block: init