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