@vonage/client-sdk 1.0.0 → 1.0.1-alpha.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.
@@ -21558,7 +21558,7 @@
21558
21558
  //endregion
21559
21559
  function BuildKonfig() {
21560
21560
  BuildKonfig_instance = this;
21561
- this.s1a_1 = '1.0.0';
21561
+ this.s1a_1 = '1.0.1';
21562
21562
  }
21563
21563
  BuildKonfig.$metadata$ = objectMeta('BuildKonfig');
21564
21564
  var BuildKonfig_instance;
@@ -21774,7 +21774,7 @@
21774
21774
  function StaticConfig() {
21775
21775
  StaticConfig_instance = this;
21776
21776
  this.c1d_1 = 5000;
21777
- this.d1d_1 = 5000;
21777
+ this.d1d_1 = 10000;
21778
21778
  this.e1d_1 = 500;
21779
21779
  this.f1d_1 = 1000;
21780
21780
  this.g1d_1 = 'call-rejected-by-callee';
@@ -32951,7 +32951,7 @@
32951
32951
  $serializer_77.prototype.tq = function () {
32952
32952
  var tmp$ret$2;
32953
32953
  // Inline function 'kotlin.arrayOf' call
32954
- var tmp0_arrayOf = [$serializer_getInstance_149(), $serializer_getInstance_155(), $serializer_getInstance_154(), $serializer_getInstance_153(), StringSerializer_getInstance()];
32954
+ var tmp0_arrayOf = [$serializer_getInstance_149(), $serializer_getInstance_156(), $serializer_getInstance_155(), $serializer_getInstance_153(), StringSerializer_getInstance()];
32955
32955
  var tmp$ret$1;
32956
32956
  // Inline function 'kotlin.js.unsafeCast' call
32957
32957
  var tmp$ret$0;
@@ -32975,9 +32975,9 @@
32975
32975
  if (tmp9_input.tj()) {
32976
32976
  tmp4_local0 = tmp9_input.qj(tmp0_desc, 0, $serializer_getInstance_149(), tmp4_local0);
32977
32977
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
32978
- tmp5_local1 = tmp9_input.qj(tmp0_desc, 1, $serializer_getInstance_155(), tmp5_local1);
32978
+ tmp5_local1 = tmp9_input.qj(tmp0_desc, 1, $serializer_getInstance_156(), tmp5_local1);
32979
32979
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
32980
- tmp6_local2 = tmp9_input.qj(tmp0_desc, 2, $serializer_getInstance_154(), tmp6_local2);
32980
+ tmp6_local2 = tmp9_input.qj(tmp0_desc, 2, $serializer_getInstance_155(), tmp6_local2);
32981
32981
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
32982
32982
  tmp7_local3 = tmp9_input.qj(tmp0_desc, 3, $serializer_getInstance_153(), tmp7_local3);
32983
32983
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
@@ -32995,11 +32995,11 @@
32995
32995
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
32996
32996
  break;
32997
32997
  case 1:
32998
- tmp5_local1 = tmp9_input.qj(tmp0_desc, 1, $serializer_getInstance_155(), tmp5_local1);
32998
+ tmp5_local1 = tmp9_input.qj(tmp0_desc, 1, $serializer_getInstance_156(), tmp5_local1);
32999
32999
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
33000
33000
  break;
33001
33001
  case 2:
33002
- tmp6_local2 = tmp9_input.qj(tmp0_desc, 2, $serializer_getInstance_154(), tmp6_local2);
33002
+ tmp6_local2 = tmp9_input.qj(tmp0_desc, 2, $serializer_getInstance_155(), tmp6_local2);
33003
33003
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
33004
33004
  break;
33005
33005
  case 3:
@@ -33021,8 +33021,8 @@
33021
33021
  var tmp0_desc = this.x1x_1;
33022
33022
  var tmp1_output = encoder.fj(tmp0_desc);
33023
33023
  tmp1_output.tk(tmp0_desc, 0, $serializer_getInstance_149(), value.z1x_1);
33024
- tmp1_output.tk(tmp0_desc, 1, $serializer_getInstance_155(), value.a1y_1);
33025
- tmp1_output.tk(tmp0_desc, 2, $serializer_getInstance_154(), value.b1y_1);
33024
+ tmp1_output.tk(tmp0_desc, 1, $serializer_getInstance_156(), value.a1y_1);
33025
+ tmp1_output.tk(tmp0_desc, 2, $serializer_getInstance_155(), value.b1y_1);
33026
33026
  tmp1_output.tk(tmp0_desc, 3, $serializer_getInstance_153(), value.c1y_1);
33027
33027
  tmp1_output.sk(tmp0_desc, 4, value.d1y_1);
33028
33028
  tmp1_output.gj(tmp0_desc);
@@ -46549,6 +46549,8 @@
46549
46549
  tmp1_safe_receiver();
46550
46550
  }
46551
46551
  $callback(null, s.s1().v1k());
46552
+ cleanupReducers$default(this$0.j2o_1, null, null, 3);
46553
+ Unit_getInstance();
46552
46554
  } else {
46553
46555
  Unit_getInstance();
46554
46556
  }
@@ -46694,18 +46696,18 @@
46694
46696
  Enum.call(this, name, ordinal);
46695
46697
  }
46696
46698
  VoiceInviteCancelReason.$metadata$ = classMeta('VoiceInviteCancelReason', undefined, undefined, undefined, undefined, Enum.prototype);
46697
- var HangupReason_remoteReject_instance;
46698
46699
  var HangupReason_remoteHangup_instance;
46699
46700
  var HangupReason_localHangup_instance;
46701
+ var HangupReason_mediaTimeout_instance;
46700
46702
  var HangupReason_entriesInitialized;
46701
46703
  function HangupReason_initEntries() {
46702
46704
  if (HangupReason_entriesInitialized)
46703
46705
  return Unit_getInstance();
46704
46706
  HangupReason_entriesInitialized = true;
46705
- HangupReason_remoteReject_instance = new HangupReason('remoteReject', 0);
46707
+ new HangupReason('remoteReject', 0);
46706
46708
  HangupReason_remoteHangup_instance = new HangupReason('remoteHangup', 1);
46707
46709
  HangupReason_localHangup_instance = new HangupReason('localHangup', 2);
46708
- new HangupReason('mediaTimeout', 3);
46710
+ HangupReason_mediaTimeout_instance = new HangupReason('mediaTimeout', 3);
46709
46711
  }
46710
46712
  function HangupReason(name, ordinal) {
46711
46713
  Enum.call(this, name, ordinal);
@@ -47260,7 +47262,6 @@
47260
47262
  invokeListener$default(this.y2p_1, conversationId, null, VoiceAPIImpl$o$onAudioDTMFUpdate$lambda(leg_id, digits), 4);
47261
47263
  };
47262
47264
  VoiceAPIImpl$1.prototype.m2f = function (conversationId, legId, hangup) {
47263
- var state = ensureNotNull(this.y2p_1.h2p_1.z2f(getKClass(InviteReducer)));
47264
47265
  var tmp0_safe_receiver = legId;
47265
47266
  var tmp;
47266
47267
  if (tmp0_safe_receiver == null) {
@@ -47276,58 +47277,16 @@
47276
47277
  tmp = tmp$ret$1;
47277
47278
  }
47278
47279
  var call = tmp;
47279
- var reason = {_v: HangupReason_localHangup_getInstance()};
47280
+ var tmp1_subject = hangup.b1y_1.a2q_1;
47281
+ var tmp0 = tmp1_subject.e4_1;
47282
+ var reason = {_v: tmp0 === 0 ? HangupReason_localHangup_getInstance() : tmp0 === 2 ? HangupReason_remoteHangup_getInstance() : tmp0 === 1 ? HangupReason_mediaTimeout_getInstance() : tmp0 === 4 ? HangupReason_mediaTimeout_getInstance() : HangupReason_localHangup_getInstance()};
47280
47283
  if (!(call == null)) {
47281
47284
  if (call.a2p_1.c2q() === null) {
47282
47285
  reason._v = HangupReason_remoteHangup_getInstance();
47283
47286
  }
47284
47287
  invokeListener$default(this.y2p_1, conversationId, null, VoiceAPIImpl$o$onRTCHangup$lambda(hangup, reason), 4);
47285
- } else if (!(legId == null) ? getLegIdByConversation(this.y2p_1, conversationId) == legId : false) {
47286
- var invite = state.z2p_1.g2(legId);
47287
- var tmp1_safe_receiver = invite;
47288
- var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.u2p_1;
47289
- if ((tmp2_safe_receiver == null ? null : tmp2_safe_receiver.c2q()) == null) {
47290
- reason._v = HangupReason_remoteReject_getInstance();
47291
- }
47292
- var tmp3_safe_receiver = this.y2p_1.k2p_1;
47293
- if (tmp3_safe_receiver == null)
47294
- ;
47295
- else {
47296
- tmp3_safe_receiver.u2o(legId, hangup.c1y_1, reason._v);
47297
- }
47298
- }
47299
- // Inline function 'kotlin.collections.forEach' call
47300
- var tmp$ret$5;
47301
- // Inline function 'kotlin.collections.filter' call
47302
- var tmp0_filter = state.z2p_1;
47303
- var tmp$ret$4;
47304
- // Inline function 'kotlin.collections.filterTo' call
47305
- var tmp0_filterTo = LinkedHashMap_init_$Create$();
47306
- var tmp$ret$2;
47307
- // Inline function 'kotlin.collections.iterator' call
47308
- tmp$ret$2 = tmp0_filter.q().g();
47309
- var tmp0_iterator = tmp$ret$2;
47310
- while (tmp0_iterator.h()) {
47311
- var element = tmp0_iterator.i();
47312
- var tmp$ret$3;
47313
- // Inline function 'com.vonage.clientcore.core.api.<no name provided>.onRTCHangup.<anonymous>' call
47314
- tmp$ret$3 = !(element.s1().q2p_1 === legId) ? element.s1().w2p_1 : false;
47315
- if (tmp$ret$3) {
47316
- tmp0_filterTo.l(element.q1(), element.s1());
47317
- }
47318
- }
47319
- tmp$ret$4 = tmp0_filterTo;
47320
- tmp$ret$5 = tmp$ret$4;
47321
- var tmp1_forEach = tmp$ret$5;
47322
- var tmp$ret$6;
47323
- // Inline function 'kotlin.collections.iterator' call
47324
- tmp$ret$6 = tmp1_forEach.q().g();
47325
- var tmp0_iterator_0 = tmp$ret$6;
47326
- while (tmp0_iterator_0.h()) {
47327
- var element_0 = tmp0_iterator_0.i();
47328
- // Inline function 'com.vonage.clientcore.core.api.<no name provided>.onRTCHangup.<anonymous>' call
47329
- this.y2p_1.h2p_1.b1d(Action_init_$Create$(new InviteCleanup(element_0.q1())));
47330
47288
  }
47289
+ cleanupReducers(this.y2p_1.h2p_1, legId, conversationId);
47331
47290
  };
47332
47291
  VoiceAPIImpl$1.prototype.o2f = function (conversationId, legId, fromUserId, status) {
47333
47292
  if (!(conversationId == null) ? !isFromMe(this.y2p_1, fromUserId) : false) {
@@ -47341,7 +47300,7 @@
47341
47300
  function VoiceAPIImpl$lambda$lambda(this$0, $cache) {
47342
47301
  return function () {
47343
47302
  var state = ensureNotNull(this$0.h2p_1.z2f(getKClass(InviteReducer)));
47344
- var tmp0_safe_receiver = state.b2q_1;
47303
+ var tmp0_safe_receiver = state.f2q_1;
47345
47304
  var tmp;
47346
47305
  if (tmp0_safe_receiver == null) {
47347
47306
  tmp = null;
@@ -47353,22 +47312,22 @@
47353
47312
  // Inline function 'com.vonage.clientcore.core.api.VoiceAPIImpl.<anonymous>.<anonymous>.<anonymous>' call
47354
47313
  var tmp$ret$0;
47355
47314
  // Inline function 'kotlin.collections.get' call
47356
- var tmp0_get = state.z2p_1;
47357
- var tmp1_get = state.b2q_1;
47315
+ var tmp0_get = state.d2q_1;
47316
+ var tmp1_get = state.f2q_1;
47358
47317
  tmp$ret$0 = (isInterface(tmp0_get, Map) ? tmp0_get : THROW_CCE()).g2(tmp1_get);
47359
47318
  tmp$ret$1 = tmp$ret$0;
47360
47319
  tmp$ret$2 = tmp$ret$1;
47361
47320
  tmp = tmp$ret$2;
47362
47321
  }
47363
47322
  var updatedInvite = tmp;
47364
- if (state.b2q_1 == null) {
47323
+ if (state.f2q_1 == null) {
47365
47324
  Unit_getInstance();
47366
47325
  } else {
47367
47326
  var tmp_1;
47368
47327
  if (!(updatedInvite == null)) {
47369
47328
  var tmp$ret$3;
47370
47329
  // Inline function 'kotlin.collections.get' call
47371
- var tmp0_get_0 = state.b2q_1;
47330
+ var tmp0_get_0 = state.f2q_1;
47372
47331
  tmp$ret$3 = (isInterface($cache, Map) ? $cache : THROW_CCE()).g2(tmp0_get_0);
47373
47332
  tmp_1 = tmp$ret$3 == null;
47374
47333
  } else {
@@ -47378,16 +47337,16 @@
47378
47337
  var tmp2_set = updatedInvite.q2p_1;
47379
47338
  var tmp$ret$4;
47380
47339
  // Inline function 'kotlin.also' call
47381
- var tmp1_also = updatedInvite.h2q(null, null, null, null, null, null, false, false, 0, 511, null);
47340
+ var tmp1_also = updatedInvite.k2q(null, null, null, null, null, null, false, false, 0, 511, null);
47382
47341
  // Inline function 'kotlin.contracts.contract' call
47383
47342
  // Inline function 'com.vonage.clientcore.core.api.VoiceAPIImpl.<anonymous>.<anonymous>.<anonymous>' call
47384
47343
  var config = ensureNotNull(this$0.h2p_1.z2f(getKClass(ConfigReducer)));
47385
- if (config.n2q_1 ? tmp1_also.v2p_1 : false) {
47344
+ if (config.q2q_1 ? tmp1_also.v2p_1 : false) {
47386
47345
  var tmp0_safe_receiver_0 = this$0.k2p_1;
47387
47346
  if (tmp0_safe_receiver_0 == null)
47388
47347
  ;
47389
47348
  else {
47390
- tmp0_safe_receiver_0.o2o(updatedInvite.q2p_1, from_1(tmp1_also.p2p_1), tmp1_also.p2p_1.i2q());
47349
+ tmp0_safe_receiver_0.o2o(updatedInvite.q2p_1, from_1(tmp1_also.p2p_1), tmp1_also.p2p_1.l2q());
47391
47350
  }
47392
47351
  }
47393
47352
  tmp$ret$4 = tmp1_also;
@@ -47412,7 +47371,7 @@
47412
47371
  if (tmp_3) {
47413
47372
  var tmp$ret$5;
47414
47373
  // Inline function 'kotlin.collections.get' call
47415
- var tmp4_get = state.b2q_1;
47374
+ var tmp4_get = state.f2q_1;
47416
47375
  tmp$ret$5 = (isInterface($cache, Map) ? $cache : THROW_CCE()).g2(tmp4_get);
47417
47376
  var tmp1_safe_receiver = tmp$ret$5;
47418
47377
  var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.u2p_1;
@@ -47434,13 +47393,13 @@
47434
47393
  if (!(updatedInvite == null)) {
47435
47394
  var tmp$ret$6;
47436
47395
  // Inline function 'kotlin.collections.get' call
47437
- var tmp5_get = state.b2q_1;
47396
+ var tmp5_get = state.f2q_1;
47438
47397
  tmp$ret$6 = (isInterface($cache, Map) ? $cache : THROW_CCE()).g2(tmp5_get);
47439
47398
  var tmp6_safe_receiver = tmp$ret$6;
47440
47399
  var tmp_8 = (tmp6_safe_receiver == null ? null : tmp6_safe_receiver.w2p_1) === false;
47441
47400
  var tmp$ret$7;
47442
47401
  // Inline function 'kotlin.collections.get' call
47443
- var tmp6_get = state.b2q_1;
47402
+ var tmp6_get = state.f2q_1;
47444
47403
  tmp$ret$7 = (isInterface($cache, Map) ? $cache : THROW_CCE()).g2(tmp6_get);
47445
47404
  var tmp4_safe_receiver = tmp$ret$7;
47446
47405
  var tmp5_safe_receiver = tmp4_safe_receiver == null ? null : tmp4_safe_receiver.u2p_1;
@@ -47460,12 +47419,12 @@
47460
47419
  var tmp_12;
47461
47420
  var tmp$ret$8;
47462
47421
  // Inline function 'kotlin.collections.get' call
47463
- var tmp7_get = state.b2q_1;
47422
+ var tmp7_get = state.f2q_1;
47464
47423
  tmp$ret$8 = (isInterface($cache, Map) ? $cache : THROW_CCE()).g2(tmp7_get);
47465
47424
  if (!(tmp$ret$8 == null)) {
47466
47425
  var tmp$ret$9;
47467
47426
  // Inline function 'kotlin.collections.get' call
47468
- var tmp8_get = state.b2q_1;
47427
+ var tmp8_get = state.f2q_1;
47469
47428
  tmp$ret$9 = (isInterface($cache, Map) ? $cache : THROW_CCE()).g2(tmp8_get);
47470
47429
  var tmp_13 = ensureNotNull(tmp$ret$9).u2p_1.s1();
47471
47430
  tmp_12 = tmp_13 instanceof Joined;
@@ -47479,7 +47438,7 @@
47479
47438
  tmp_11 = null;
47480
47439
  } else {
47481
47440
  var tmp_14 = updatedInvite.u2p_1.s1();
47482
- if ((tmp_14 instanceof Left ? tmp_14 : THROW_CCE()).g2q_1 === 'REMOTE_REJECT') {
47441
+ if ((tmp_14 instanceof Left ? tmp_14 : THROW_CCE()).j2q_1 === 'REMOTE_REJECT') {
47483
47442
  tmp_11 = VoiceInviteCancelReason_RejectedElsewhere_getInstance();
47484
47443
  } else {
47485
47444
  if (updatedInvite.x2p_1 === 487) {
@@ -47508,7 +47467,7 @@
47508
47467
  if (updatedInvite == null) {
47509
47468
  var tmp$ret$12;
47510
47469
  // Inline function 'kotlin.collections.get' call
47511
- var tmp9_get = state.b2q_1;
47470
+ var tmp9_get = state.f2q_1;
47512
47471
  tmp$ret$12 = (isInterface($cache, Map) ? $cache : THROW_CCE()).g2(tmp9_get);
47513
47472
  tmp_16 = !(tmp$ret$12 == null);
47514
47473
  } else {
@@ -47516,7 +47475,7 @@
47516
47475
  }
47517
47476
  if (tmp_16) {
47518
47477
  // Inline function 'kotlin.collections.remove' call
47519
- var tmp10_remove = state.b2q_1;
47478
+ var tmp10_remove = state.f2q_1;
47520
47479
  (isInterface($cache, MutableMap) ? $cache : THROW_CCE()).g3(tmp10_remove);
47521
47480
  Unit_getInstance();
47522
47481
  } else {
@@ -47533,7 +47492,7 @@
47533
47492
  // Inline function 'kotlin.let' call
47534
47493
  // Inline function 'kotlin.contracts.contract' call
47535
47494
  var tmp0_set = tmp8_safe_receiver.q2p_1;
47536
- var tmp1_set = tmp8_safe_receiver.h2q(null, null, null, null, null, null, false, false, 0, 511, null);
47495
+ var tmp1_set = tmp8_safe_receiver.k2q(null, null, null, null, null, null, false, false, 0, 511, null);
47537
47496
  $cache.l(tmp0_set, tmp1_set);
47538
47497
  Unit_getInstance();
47539
47498
  }
@@ -47587,7 +47546,7 @@
47587
47546
  }
47588
47547
  if (tmp_1) {
47589
47548
  var tmp1_set = updatedCall.z2o_1;
47590
- var tmp2_set = updatedCall.o2q(false, null, null, null, null, null, null, null, 255, null);
47549
+ var tmp2_set = updatedCall.r2q(false, null, null, null, null, null, null, null, 255, null);
47591
47550
  $cache.l(tmp1_set, tmp2_set);
47592
47551
  Unit_getInstance();
47593
47552
  } else {
@@ -47609,12 +47568,12 @@
47609
47568
  var previousCall = ensureNotNull(tmp$ret$5);
47610
47569
  // Inline function 'kotlin.collections.set' call
47611
47570
  var tmp5_set = updatedCall.z2o_1;
47612
- var tmp6_set = updatedCall.o2q(false, null, null, null, null, null, null, null, 255, null);
47571
+ var tmp6_set = updatedCall.r2q(false, null, null, null, null, null, null, null, 255, null);
47613
47572
  $cache.l(tmp5_set, tmp6_set);
47614
47573
  if (!equals(updatedCall.a2p_1, previousCall.a2p_1)) {
47615
47574
  onCallMemberChange(this$0, updatedCall);
47616
47575
  }
47617
- if (!(updatedCall.d2p_1.p2q_1 == null) ? !updatedCall.d2p_1.equals(previousCall.d2p_1) ? true : !equals(updatedCall.b2p_1, previousCall.b2p_1) : false) {
47576
+ if (!(updatedCall.d2p_1.s2q_1 == null) ? !updatedCall.d2p_1.equals(previousCall.d2p_1) ? true : !equals(updatedCall.b2p_1, previousCall.b2p_1) : false) {
47618
47577
  onCallMediaChange(this$0, updatedCall);
47619
47578
  Unit_getInstance();
47620
47579
  }
@@ -47775,7 +47734,7 @@
47775
47734
  }
47776
47735
  };
47777
47736
  VoiceAPIImpl.prototype.z1a = function (callId, callback) {
47778
- var invite = ensureNotNull(this.h2p_1.z2f(getKClass(InviteReducer))).z2p_1.g2(callId);
47737
+ var invite = ensureNotNull(this.h2p_1.z2f(getKClass(InviteReducer))).d2q_1.g2(callId);
47779
47738
  if (invite == null) {
47780
47739
  callback(Companion_getInstance_107().t2f(InternalError_NoInviteFound_getInstance()));
47781
47740
  return Unit_getInstance();
@@ -47803,7 +47762,7 @@
47803
47762
  this.h2p_1.b1d(new Action(tmp_4, ActionMeta_init_$Create$(null, callId, VoiceAPIImpl$rejectCall$lambda(callback), 1, null)));
47804
47763
  };
47805
47764
  VoiceAPIImpl.prototype.a1b = function (callId, callback) {
47806
- var invite = ensureNotNull(this.h2p_1.z2f(getKClass(InviteReducer))).z2p_1.g2(callId);
47765
+ var invite = ensureNotNull(this.h2p_1.z2f(getKClass(InviteReducer))).d2q_1.g2(callId);
47807
47766
  if (invite == null) {
47808
47767
  callback(Companion_getInstance_107().t2f(InternalError_NoInviteFound_getInstance()));
47809
47768
  return Unit_getInstance();
@@ -47907,21 +47866,21 @@
47907
47866
  };
47908
47867
  VoiceAPIImpl.$metadata$ = classMeta('VoiceAPIImpl', [VoiceAPI]);
47909
47868
  function SetupOutboundCall(user, context) {
47910
- this.s2q_1 = user;
47911
- this.t2q_1 = context;
47869
+ this.v2q_1 = user;
47870
+ this.w2q_1 = context;
47912
47871
  }
47913
47872
  SetupOutboundCall.prototype.n1k = function () {
47914
- return this.s2q_1;
47873
+ return this.v2q_1;
47915
47874
  };
47916
47875
  SetupOutboundCall.prototype.z3 = function () {
47917
- return this.t2q_1;
47876
+ return this.w2q_1;
47918
47877
  };
47919
47878
  SetupOutboundCall.prototype.toString = function () {
47920
- return 'SetupOutboundCall(user=' + this.s2q_1 + ', context=' + this.t2q_1 + ')';
47879
+ return 'SetupOutboundCall(user=' + this.v2q_1 + ', context=' + this.w2q_1 + ')';
47921
47880
  };
47922
47881
  SetupOutboundCall.prototype.hashCode = function () {
47923
- var result = getStringHashCode(this.s2q_1);
47924
- result = imul(result, 31) + (this.t2q_1 == null ? 0 : hashCode(this.t2q_1)) | 0;
47882
+ var result = getStringHashCode(this.v2q_1);
47883
+ result = imul(result, 31) + (this.w2q_1 == null ? 0 : hashCode(this.w2q_1)) | 0;
47925
47884
  return result;
47926
47885
  };
47927
47886
  SetupOutboundCall.prototype.equals = function (other) {
@@ -47930,24 +47889,24 @@
47930
47889
  if (!(other instanceof SetupOutboundCall))
47931
47890
  return false;
47932
47891
  var tmp0_other_with_cast = other instanceof SetupOutboundCall ? other : THROW_CCE();
47933
- if (!(this.s2q_1 === tmp0_other_with_cast.s2q_1))
47892
+ if (!(this.v2q_1 === tmp0_other_with_cast.v2q_1))
47934
47893
  return false;
47935
- if (!equals(this.t2q_1, tmp0_other_with_cast.t2q_1))
47894
+ if (!equals(this.w2q_1, tmp0_other_with_cast.w2q_1))
47936
47895
  return false;
47937
47896
  return true;
47938
47897
  };
47939
47898
  SetupOutboundCall.$metadata$ = classMeta('SetupOutboundCall', [CallEvent]);
47940
47899
  function CallCleanup(callId) {
47941
- this.u2q_1 = callId;
47900
+ this.x2q_1 = callId;
47942
47901
  }
47943
- CallCleanup.prototype.v2q = function () {
47944
- return this.u2q_1;
47902
+ CallCleanup.prototype.y2q = function () {
47903
+ return this.x2q_1;
47945
47904
  };
47946
47905
  CallCleanup.prototype.toString = function () {
47947
- return 'CallCleanup(callId=' + this.u2q_1 + ')';
47906
+ return 'CallCleanup(callId=' + this.x2q_1 + ')';
47948
47907
  };
47949
47908
  CallCleanup.prototype.hashCode = function () {
47950
- return getStringHashCode(this.u2q_1);
47909
+ return getStringHashCode(this.x2q_1);
47951
47910
  };
47952
47911
  CallCleanup.prototype.equals = function (other) {
47953
47912
  if (this === other)
@@ -47955,32 +47914,32 @@
47955
47914
  if (!(other instanceof CallCleanup))
47956
47915
  return false;
47957
47916
  var tmp0_other_with_cast = other instanceof CallCleanup ? other : THROW_CCE();
47958
- if (!(this.u2q_1 === tmp0_other_with_cast.u2q_1))
47917
+ if (!(this.x2q_1 === tmp0_other_with_cast.x2q_1))
47959
47918
  return false;
47960
47919
  return true;
47961
47920
  };
47962
47921
  CallCleanup.$metadata$ = classMeta('CallCleanup', [CallEvent]);
47963
47922
  function CallReconnect(callId, from, conversationId) {
47964
- this.w2q_1 = callId;
47965
- this.x2q_1 = from;
47966
- this.y2q_1 = conversationId;
47923
+ this.z2q_1 = callId;
47924
+ this.a2r_1 = from;
47925
+ this.b2r_1 = conversationId;
47967
47926
  }
47968
- CallReconnect.prototype.v2q = function () {
47969
- return this.w2q_1;
47927
+ CallReconnect.prototype.y2q = function () {
47928
+ return this.z2q_1;
47970
47929
  };
47971
47930
  CallReconnect.prototype.e1k = function () {
47972
- return this.x2q_1;
47931
+ return this.a2r_1;
47973
47932
  };
47974
- CallReconnect.prototype.z2q = function () {
47975
- return this.y2q_1;
47933
+ CallReconnect.prototype.c2r = function () {
47934
+ return this.b2r_1;
47976
47935
  };
47977
47936
  CallReconnect.prototype.toString = function () {
47978
- return 'CallReconnect(callId=' + this.w2q_1 + ', from=' + this.x2q_1 + ', conversationId=' + this.y2q_1 + ')';
47937
+ return 'CallReconnect(callId=' + this.z2q_1 + ', from=' + this.a2r_1 + ', conversationId=' + this.b2r_1 + ')';
47979
47938
  };
47980
47939
  CallReconnect.prototype.hashCode = function () {
47981
- var result = getStringHashCode(this.w2q_1);
47982
- result = imul(result, 31) + getStringHashCode(this.x2q_1) | 0;
47983
- result = imul(result, 31) + getStringHashCode(this.y2q_1) | 0;
47940
+ var result = getStringHashCode(this.z2q_1);
47941
+ result = imul(result, 31) + getStringHashCode(this.a2r_1) | 0;
47942
+ result = imul(result, 31) + getStringHashCode(this.b2r_1) | 0;
47984
47943
  return result;
47985
47944
  };
47986
47945
  CallReconnect.prototype.equals = function (other) {
@@ -47989,48 +47948,48 @@
47989
47948
  if (!(other instanceof CallReconnect))
47990
47949
  return false;
47991
47950
  var tmp0_other_with_cast = other instanceof CallReconnect ? other : THROW_CCE();
47992
- if (!(this.w2q_1 === tmp0_other_with_cast.w2q_1))
47951
+ if (!(this.z2q_1 === tmp0_other_with_cast.z2q_1))
47993
47952
  return false;
47994
- if (!(this.x2q_1 === tmp0_other_with_cast.x2q_1))
47953
+ if (!(this.a2r_1 === tmp0_other_with_cast.a2r_1))
47995
47954
  return false;
47996
- if (!(this.y2q_1 === tmp0_other_with_cast.y2q_1))
47955
+ if (!(this.b2r_1 === tmp0_other_with_cast.b2r_1))
47997
47956
  return false;
47998
47957
  return true;
47999
47958
  };
48000
47959
  CallReconnect.$metadata$ = classMeta('CallReconnect', [CallEvent]);
48001
47960
  function SetupInboundCall(rtcId, conversationId, memberId, from, sdp, context) {
48002
- this.a2r_1 = rtcId;
48003
- this.b2r_1 = conversationId;
48004
- this.c2r_1 = memberId;
48005
- this.d2r_1 = from;
48006
- this.e2r_1 = sdp;
48007
- this.f2r_1 = context;
48008
- }
48009
- SetupInboundCall.prototype.g2r = function () {
48010
- return this.a2r_1;
47961
+ this.d2r_1 = rtcId;
47962
+ this.e2r_1 = conversationId;
47963
+ this.f2r_1 = memberId;
47964
+ this.g2r_1 = from;
47965
+ this.h2r_1 = sdp;
47966
+ this.i2r_1 = context;
47967
+ }
47968
+ SetupInboundCall.prototype.j2r = function () {
47969
+ return this.d2r_1;
48011
47970
  };
48012
- SetupInboundCall.prototype.z2q = function () {
48013
- return this.b2r_1;
47971
+ SetupInboundCall.prototype.c2r = function () {
47972
+ return this.e2r_1;
48014
47973
  };
48015
- SetupInboundCall.prototype.h2r = function () {
48016
- return this.c2r_1;
47974
+ SetupInboundCall.prototype.k2r = function () {
47975
+ return this.f2r_1;
48017
47976
  };
48018
47977
  SetupInboundCall.prototype.e1k = function () {
48019
- return this.d2r_1;
47978
+ return this.g2r_1;
48020
47979
  };
48021
47980
  SetupInboundCall.prototype.d1t = function () {
48022
- return this.e2r_1;
47981
+ return this.h2r_1;
48023
47982
  };
48024
47983
  SetupInboundCall.prototype.toString = function () {
48025
- return 'SetupInboundCall(rtcId=' + this.a2r_1 + ', conversationId=' + this.b2r_1 + ', memberId=' + this.c2r_1 + ', from=' + this.d2r_1 + ', sdp=' + this.e2r_1 + ', context=' + this.f2r_1 + ')';
47984
+ return 'SetupInboundCall(rtcId=' + this.d2r_1 + ', conversationId=' + this.e2r_1 + ', memberId=' + this.f2r_1 + ', from=' + this.g2r_1 + ', sdp=' + this.h2r_1 + ', context=' + this.i2r_1 + ')';
48026
47985
  };
48027
47986
  SetupInboundCall.prototype.hashCode = function () {
48028
- var result = getStringHashCode(this.a2r_1);
48029
- result = imul(result, 31) + getStringHashCode(this.b2r_1) | 0;
48030
- result = imul(result, 31) + getStringHashCode(this.c2r_1) | 0;
48031
- result = imul(result, 31) + hashCode(this.d2r_1) | 0;
47987
+ var result = getStringHashCode(this.d2r_1);
48032
47988
  result = imul(result, 31) + getStringHashCode(this.e2r_1) | 0;
48033
- result = imul(result, 31) + (this.f2r_1 == null ? 0 : hashCode(this.f2r_1)) | 0;
47989
+ result = imul(result, 31) + getStringHashCode(this.f2r_1) | 0;
47990
+ result = imul(result, 31) + hashCode(this.g2r_1) | 0;
47991
+ result = imul(result, 31) + getStringHashCode(this.h2r_1) | 0;
47992
+ result = imul(result, 31) + (this.i2r_1 == null ? 0 : hashCode(this.i2r_1)) | 0;
48034
47993
  return result;
48035
47994
  };
48036
47995
  SetupInboundCall.prototype.equals = function (other) {
@@ -48039,51 +47998,31 @@
48039
47998
  if (!(other instanceof SetupInboundCall))
48040
47999
  return false;
48041
48000
  var tmp0_other_with_cast = other instanceof SetupInboundCall ? other : THROW_CCE();
48042
- if (!(this.a2r_1 === tmp0_other_with_cast.a2r_1))
48001
+ if (!(this.d2r_1 === tmp0_other_with_cast.d2r_1))
48043
48002
  return false;
48044
- if (!(this.b2r_1 === tmp0_other_with_cast.b2r_1))
48003
+ if (!(this.e2r_1 === tmp0_other_with_cast.e2r_1))
48045
48004
  return false;
48046
- if (!(this.c2r_1 === tmp0_other_with_cast.c2r_1))
48005
+ if (!(this.f2r_1 === tmp0_other_with_cast.f2r_1))
48047
48006
  return false;
48048
- if (!equals(this.d2r_1, tmp0_other_with_cast.d2r_1))
48007
+ if (!equals(this.g2r_1, tmp0_other_with_cast.g2r_1))
48049
48008
  return false;
48050
- if (!(this.e2r_1 === tmp0_other_with_cast.e2r_1))
48009
+ if (!(this.h2r_1 === tmp0_other_with_cast.h2r_1))
48051
48010
  return false;
48052
- if (!equals(this.f2r_1, tmp0_other_with_cast.f2r_1))
48011
+ if (!equals(this.i2r_1, tmp0_other_with_cast.i2r_1))
48053
48012
  return false;
48054
48013
  return true;
48055
48014
  };
48056
48015
  SetupInboundCall.$metadata$ = classMeta('SetupInboundCall', [CallEvent]);
48057
- function InviteCleanup(callId) {
48058
- this.i2r_1 = callId;
48059
- }
48060
- InviteCleanup.prototype.toString = function () {
48061
- return 'InviteCleanup(callId=' + this.i2r_1 + ')';
48062
- };
48063
- InviteCleanup.prototype.hashCode = function () {
48064
- return getStringHashCode(this.i2r_1);
48065
- };
48066
- InviteCleanup.prototype.equals = function (other) {
48067
- if (this === other)
48068
- return true;
48069
- if (!(other instanceof InviteCleanup))
48070
- return false;
48071
- var tmp0_other_with_cast = other instanceof InviteCleanup ? other : THROW_CCE();
48072
- if (!(this.i2r_1 === tmp0_other_with_cast.i2r_1))
48073
- return false;
48074
- return true;
48075
- };
48076
- InviteCleanup.$metadata$ = classMeta('InviteCleanup', [CallEvent]);
48077
48016
  function CallKnockingRequestFailure(callId, exception) {
48078
- this.j2r_1 = callId;
48079
- this.k2r_1 = exception;
48017
+ this.l2r_1 = callId;
48018
+ this.m2r_1 = exception;
48080
48019
  }
48081
48020
  CallKnockingRequestFailure.prototype.toString = function () {
48082
- return 'CallKnockingRequestFailure(callId=' + this.j2r_1 + ', exception=' + this.k2r_1 + ')';
48021
+ return 'CallKnockingRequestFailure(callId=' + this.l2r_1 + ', exception=' + this.m2r_1 + ')';
48083
48022
  };
48084
48023
  CallKnockingRequestFailure.prototype.hashCode = function () {
48085
- var result = getStringHashCode(this.j2r_1);
48086
- result = imul(result, 31) + hashCode(this.k2r_1) | 0;
48024
+ var result = getStringHashCode(this.l2r_1);
48025
+ result = imul(result, 31) + hashCode(this.m2r_1) | 0;
48087
48026
  return result;
48088
48027
  };
48089
48028
  CallKnockingRequestFailure.prototype.equals = function (other) {
@@ -48092,9 +48031,9 @@
48092
48031
  if (!(other instanceof CallKnockingRequestFailure))
48093
48032
  return false;
48094
48033
  var tmp0_other_with_cast = other instanceof CallKnockingRequestFailure ? other : THROW_CCE();
48095
- if (!(this.j2r_1 === tmp0_other_with_cast.j2r_1))
48034
+ if (!(this.l2r_1 === tmp0_other_with_cast.l2r_1))
48096
48035
  return false;
48097
- if (!equals(this.k2r_1, tmp0_other_with_cast.k2r_1))
48036
+ if (!equals(this.m2r_1, tmp0_other_with_cast.m2r_1))
48098
48037
  return false;
48099
48038
  return true;
48100
48039
  };
@@ -48103,18 +48042,18 @@
48103
48042
  }
48104
48043
  CallEvent.$metadata$ = interfaceMeta('CallEvent', [Actionable]);
48105
48044
  function CallConversationUpdate(rtcId, name) {
48106
- this.l2r_1 = rtcId;
48107
- this.m2r_1 = name;
48045
+ this.n2r_1 = rtcId;
48046
+ this.o2r_1 = name;
48108
48047
  }
48109
48048
  CallConversationUpdate.prototype.f4 = function () {
48110
- return this.m2r_1;
48049
+ return this.o2r_1;
48111
48050
  };
48112
48051
  CallConversationUpdate.prototype.toString = function () {
48113
- return 'CallConversationUpdate(rtcId=' + this.l2r_1 + ', name=' + this.m2r_1 + ')';
48052
+ return 'CallConversationUpdate(rtcId=' + this.n2r_1 + ', name=' + this.o2r_1 + ')';
48114
48053
  };
48115
48054
  CallConversationUpdate.prototype.hashCode = function () {
48116
- var result = getStringHashCode(this.l2r_1);
48117
- result = imul(result, 31) + getStringHashCode(this.m2r_1) | 0;
48055
+ var result = getStringHashCode(this.n2r_1);
48056
+ result = imul(result, 31) + getStringHashCode(this.o2r_1) | 0;
48118
48057
  return result;
48119
48058
  };
48120
48059
  CallConversationUpdate.prototype.equals = function (other) {
@@ -48123,9 +48062,9 @@
48123
48062
  if (!(other instanceof CallConversationUpdate))
48124
48063
  return false;
48125
48064
  var tmp0_other_with_cast = other instanceof CallConversationUpdate ? other : THROW_CCE();
48126
- if (!(this.l2r_1 === tmp0_other_with_cast.l2r_1))
48065
+ if (!(this.n2r_1 === tmp0_other_with_cast.n2r_1))
48127
48066
  return false;
48128
- if (!(this.m2r_1 === tmp0_other_with_cast.m2r_1))
48067
+ if (!(this.o2r_1 === tmp0_other_with_cast.o2r_1))
48129
48068
  return false;
48130
48069
  return true;
48131
48070
  };
@@ -48140,30 +48079,30 @@
48140
48079
  return CallCreate_init_$Init$(legId, from, direction, context, memberJoinInfo, $mask0, $marker, Object.create(CallCreate.prototype));
48141
48080
  }
48142
48081
  function CallCreate(legId, from, direction, context, memberJoinInfo) {
48143
- this.n2r_1 = legId;
48144
- this.o2r_1 = from;
48145
- this.p2r_1 = direction;
48146
- this.q2r_1 = context;
48147
- this.r2r_1 = memberJoinInfo;
48082
+ this.p2r_1 = legId;
48083
+ this.q2r_1 = from;
48084
+ this.r2r_1 = direction;
48085
+ this.s2r_1 = context;
48086
+ this.t2r_1 = memberJoinInfo;
48148
48087
  }
48149
48088
  CallCreate.prototype.g1k = function () {
48150
- return this.n2r_1;
48151
- };
48152
- CallCreate.prototype.s2r = function () {
48153
48089
  return this.p2r_1;
48154
48090
  };
48155
- CallCreate.prototype.t2r = function () {
48091
+ CallCreate.prototype.u2r = function () {
48156
48092
  return this.r2r_1;
48157
48093
  };
48094
+ CallCreate.prototype.v2r = function () {
48095
+ return this.t2r_1;
48096
+ };
48158
48097
  CallCreate.prototype.toString = function () {
48159
- return 'CallCreate(legId=' + this.n2r_1 + ', from=' + this.o2r_1 + ', direction=' + this.p2r_1 + ', context=' + this.q2r_1 + ', memberJoinInfo=' + this.r2r_1 + ')';
48098
+ return 'CallCreate(legId=' + this.p2r_1 + ', from=' + this.q2r_1 + ', direction=' + this.r2r_1 + ', context=' + this.s2r_1 + ', memberJoinInfo=' + this.t2r_1 + ')';
48160
48099
  };
48161
48100
  CallCreate.prototype.hashCode = function () {
48162
- var result = getStringHashCode(this.n2r_1);
48163
- result = imul(result, 31) + hashCode(this.o2r_1) | 0;
48164
- result = imul(result, 31) + this.p2r_1.hashCode() | 0;
48165
- result = imul(result, 31) + (this.q2r_1 == null ? 0 : hashCode(this.q2r_1)) | 0;
48166
- result = imul(result, 31) + (this.r2r_1 == null ? 0 : this.r2r_1.hashCode()) | 0;
48101
+ var result = getStringHashCode(this.p2r_1);
48102
+ result = imul(result, 31) + hashCode(this.q2r_1) | 0;
48103
+ result = imul(result, 31) + this.r2r_1.hashCode() | 0;
48104
+ result = imul(result, 31) + (this.s2r_1 == null ? 0 : hashCode(this.s2r_1)) | 0;
48105
+ result = imul(result, 31) + (this.t2r_1 == null ? 0 : this.t2r_1.hashCode()) | 0;
48167
48106
  return result;
48168
48107
  };
48169
48108
  CallCreate.prototype.equals = function (other) {
@@ -48172,27 +48111,27 @@
48172
48111
  if (!(other instanceof CallCreate))
48173
48112
  return false;
48174
48113
  var tmp0_other_with_cast = other instanceof CallCreate ? other : THROW_CCE();
48175
- if (!(this.n2r_1 === tmp0_other_with_cast.n2r_1))
48114
+ if (!(this.p2r_1 === tmp0_other_with_cast.p2r_1))
48176
48115
  return false;
48177
- if (!equals(this.o2r_1, tmp0_other_with_cast.o2r_1))
48116
+ if (!equals(this.q2r_1, tmp0_other_with_cast.q2r_1))
48178
48117
  return false;
48179
- if (!this.p2r_1.equals(tmp0_other_with_cast.p2r_1))
48118
+ if (!this.r2r_1.equals(tmp0_other_with_cast.r2r_1))
48180
48119
  return false;
48181
- if (!equals(this.q2r_1, tmp0_other_with_cast.q2r_1))
48120
+ if (!equals(this.s2r_1, tmp0_other_with_cast.s2r_1))
48182
48121
  return false;
48183
- if (!equals(this.r2r_1, tmp0_other_with_cast.r2r_1))
48122
+ if (!equals(this.t2r_1, tmp0_other_with_cast.t2r_1))
48184
48123
  return false;
48185
48124
  return true;
48186
48125
  };
48187
48126
  CallCreate.$metadata$ = classMeta('CallCreate', [CallEvent]);
48188
48127
  function CallMemberMediaTimeout(callId) {
48189
- this.u2r_1 = callId;
48128
+ this.w2r_1 = callId;
48190
48129
  }
48191
48130
  CallMemberMediaTimeout.prototype.toString = function () {
48192
- return 'CallMemberMediaTimeout(callId=' + this.u2r_1 + ')';
48131
+ return 'CallMemberMediaTimeout(callId=' + this.w2r_1 + ')';
48193
48132
  };
48194
48133
  CallMemberMediaTimeout.prototype.hashCode = function () {
48195
- return getStringHashCode(this.u2r_1);
48134
+ return getStringHashCode(this.w2r_1);
48196
48135
  };
48197
48136
  CallMemberMediaTimeout.prototype.equals = function (other) {
48198
48137
  if (this === other)
@@ -48200,27 +48139,47 @@
48200
48139
  if (!(other instanceof CallMemberMediaTimeout))
48201
48140
  return false;
48202
48141
  var tmp0_other_with_cast = other instanceof CallMemberMediaTimeout ? other : THROW_CCE();
48203
- if (!(this.u2r_1 === tmp0_other_with_cast.u2r_1))
48142
+ if (!(this.w2r_1 === tmp0_other_with_cast.w2r_1))
48204
48143
  return false;
48205
48144
  return true;
48206
48145
  };
48207
48146
  CallMemberMediaTimeout.$metadata$ = classMeta('CallMemberMediaTimeout', [CallEvent]);
48147
+ function InviteCleanup(callId) {
48148
+ this.x2r_1 = callId;
48149
+ }
48150
+ InviteCleanup.prototype.toString = function () {
48151
+ return 'InviteCleanup(callId=' + this.x2r_1 + ')';
48152
+ };
48153
+ InviteCleanup.prototype.hashCode = function () {
48154
+ return getStringHashCode(this.x2r_1);
48155
+ };
48156
+ InviteCleanup.prototype.equals = function (other) {
48157
+ if (this === other)
48158
+ return true;
48159
+ if (!(other instanceof InviteCleanup))
48160
+ return false;
48161
+ var tmp0_other_with_cast = other instanceof InviteCleanup ? other : THROW_CCE();
48162
+ if (!(this.x2r_1 === tmp0_other_with_cast.x2r_1))
48163
+ return false;
48164
+ return true;
48165
+ };
48166
+ InviteCleanup.$metadata$ = classMeta('InviteCleanup', [CallEvent]);
48208
48167
  function MemberJoinInfo(conversationId, memberId) {
48209
- this.v2r_1 = conversationId;
48210
- this.w2r_1 = memberId;
48168
+ this.y2r_1 = conversationId;
48169
+ this.z2r_1 = memberId;
48211
48170
  }
48212
- MemberJoinInfo.prototype.z2q = function () {
48213
- return this.v2r_1;
48171
+ MemberJoinInfo.prototype.c2r = function () {
48172
+ return this.y2r_1;
48214
48173
  };
48215
- MemberJoinInfo.prototype.h2r = function () {
48216
- return this.w2r_1;
48174
+ MemberJoinInfo.prototype.k2r = function () {
48175
+ return this.z2r_1;
48217
48176
  };
48218
48177
  MemberJoinInfo.prototype.toString = function () {
48219
- return 'MemberJoinInfo(conversationId=' + this.v2r_1 + ', memberId=' + this.w2r_1 + ')';
48178
+ return 'MemberJoinInfo(conversationId=' + this.y2r_1 + ', memberId=' + this.z2r_1 + ')';
48220
48179
  };
48221
48180
  MemberJoinInfo.prototype.hashCode = function () {
48222
- var result = getStringHashCode(this.v2r_1);
48223
- result = imul(result, 31) + getStringHashCode(this.w2r_1) | 0;
48181
+ var result = getStringHashCode(this.y2r_1);
48182
+ result = imul(result, 31) + getStringHashCode(this.z2r_1) | 0;
48224
48183
  return result;
48225
48184
  };
48226
48185
  MemberJoinInfo.prototype.equals = function (other) {
@@ -48229,9 +48188,9 @@
48229
48188
  if (!(other instanceof MemberJoinInfo))
48230
48189
  return false;
48231
48190
  var tmp0_other_with_cast = other instanceof MemberJoinInfo ? other : THROW_CCE();
48232
- if (!(this.v2r_1 === tmp0_other_with_cast.v2r_1))
48191
+ if (!(this.y2r_1 === tmp0_other_with_cast.y2r_1))
48233
48192
  return false;
48234
- if (!(this.w2r_1 === tmp0_other_with_cast.w2r_1))
48193
+ if (!(this.z2r_1 === tmp0_other_with_cast.z2r_1))
48235
48194
  return false;
48236
48195
  return true;
48237
48196
  };
@@ -48252,10 +48211,6 @@
48252
48211
  VoiceInviteCancelReason_initEntries();
48253
48212
  return VoiceInviteCancelReason_RemoteTimeout_instance;
48254
48213
  }
48255
- function HangupReason_remoteReject_getInstance() {
48256
- HangupReason_initEntries();
48257
- return HangupReason_remoteReject_instance;
48258
- }
48259
48214
  function HangupReason_remoteHangup_getInstance() {
48260
48215
  HangupReason_initEntries();
48261
48216
  return HangupReason_remoteHangup_instance;
@@ -48264,6 +48219,10 @@
48264
48219
  HangupReason_initEntries();
48265
48220
  return HangupReason_localHangup_instance;
48266
48221
  }
48222
+ function HangupReason_mediaTimeout_getInstance() {
48223
+ HangupReason_initEntries();
48224
+ return HangupReason_mediaTimeout_instance;
48225
+ }
48267
48226
  function LegStatus_ringing_getInstance() {
48268
48227
  LegStatus_initEntries();
48269
48228
  return LegStatus_ringing_instance;
@@ -48347,10 +48306,10 @@
48347
48306
  Companion_instance_109 = this;
48348
48307
  var tmp = this;
48349
48308
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
48350
- tmp.x2r_1 = lazy(tmp_0, ChannelEndpoint$Companion$$cachedSerializer$delegate$_anonymous__ov330i);
48309
+ tmp.a2s_1 = lazy(tmp_0, ChannelEndpoint$Companion$$cachedSerializer$delegate$_anonymous__ov330i);
48351
48310
  }
48352
48311
  Companion_109.prototype.v10 = function () {
48353
- return this.x2r_1.s1();
48312
+ return this.a2s_1.s1();
48354
48313
  };
48355
48314
  Companion_109.prototype.nr = function (typeParamsSerializers) {
48356
48315
  return this.v10();
@@ -48418,10 +48377,10 @@
48418
48377
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.PhoneChannelEndpoint', this, 2);
48419
48378
  tmp0_serialDesc.eq('number', false);
48420
48379
  tmp0_serialDesc.eq('type', true);
48421
- this.y2r_1 = tmp0_serialDesc;
48380
+ this.b2s_1 = tmp0_serialDesc;
48422
48381
  }
48423
48382
  $serializer_144.prototype.yf = function () {
48424
- return this.y2r_1;
48383
+ return this.b2s_1;
48425
48384
  };
48426
48385
  $serializer_144.prototype.tq = function () {
48427
48386
  var tmp$ret$2;
@@ -48437,7 +48396,7 @@
48437
48396
  return tmp$ret$2;
48438
48397
  };
48439
48398
  $serializer_144.prototype.ag = function (decoder) {
48440
- var tmp0_desc = this.y2r_1;
48399
+ var tmp0_desc = this.b2s_1;
48441
48400
  var tmp1_flag = true;
48442
48401
  var tmp2_index = 0;
48443
48402
  var tmp3_bitMask0 = 0;
@@ -48471,8 +48430,8 @@
48471
48430
  tmp6_input.gj(tmp0_desc);
48472
48431
  return PhoneChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
48473
48432
  };
48474
- $serializer_144.prototype.z2r = function (encoder, value) {
48475
- var tmp0_desc = this.y2r_1;
48433
+ $serializer_144.prototype.c2s = function (encoder, value) {
48434
+ var tmp0_desc = this.b2s_1;
48476
48435
  var tmp1_output = encoder.fj(tmp0_desc);
48477
48436
  tmp1_output.sk(tmp0_desc, 0, value.u1j_1);
48478
48437
  if (tmp1_output.zk(tmp0_desc, 1) ? true : !value.v1j_1.equals(VoiceChannelType_phone_getInstance())) {
@@ -48481,7 +48440,7 @@
48481
48440
  tmp1_output.gj(tmp0_desc);
48482
48441
  };
48483
48442
  $serializer_144.prototype.zf = function (encoder, value) {
48484
- return this.z2r(encoder, value instanceof PhoneChannelEndpoint ? value : THROW_CCE());
48443
+ return this.c2s(encoder, value instanceof PhoneChannelEndpoint ? value : THROW_CCE());
48485
48444
  };
48486
48445
  $serializer_144.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
48487
48446
  var $serializer_instance_144;
@@ -48492,7 +48451,7 @@
48492
48451
  }
48493
48452
  function PhoneChannelEndpoint_init_$Init$(seen1, number, type, serializationConstructorMarker, $this) {
48494
48453
  if (!(1 === (1 & seen1))) {
48495
- throwMissingFieldException(seen1, 1, $serializer_getInstance_144().y2r_1);
48454
+ throwMissingFieldException(seen1, 1, $serializer_getInstance_144().b2s_1);
48496
48455
  }
48497
48456
  $this.u1j_1 = number;
48498
48457
  if (0 === (seen1 & 2))
@@ -48510,10 +48469,10 @@
48510
48469
  this.u1j_1 = number;
48511
48470
  this.v1j_1 = VoiceChannelType_phone_getInstance();
48512
48471
  }
48513
- PhoneChannelEndpoint.prototype.a2s = function () {
48472
+ PhoneChannelEndpoint.prototype.d2s = function () {
48514
48473
  return this.u1j_1;
48515
48474
  };
48516
- PhoneChannelEndpoint.prototype.i2q = function () {
48475
+ PhoneChannelEndpoint.prototype.l2q = function () {
48517
48476
  return this.v1j_1;
48518
48477
  };
48519
48478
  PhoneChannelEndpoint.prototype.toString = function () {
@@ -48551,10 +48510,10 @@
48551
48510
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.AppChannelEndpoint', this, 2);
48552
48511
  tmp0_serialDesc.eq('user', false);
48553
48512
  tmp0_serialDesc.eq('type', true);
48554
- this.b2s_1 = tmp0_serialDesc;
48513
+ this.e2s_1 = tmp0_serialDesc;
48555
48514
  }
48556
48515
  $serializer_145.prototype.yf = function () {
48557
- return this.b2s_1;
48516
+ return this.e2s_1;
48558
48517
  };
48559
48518
  $serializer_145.prototype.tq = function () {
48560
48519
  var tmp$ret$2;
@@ -48570,7 +48529,7 @@
48570
48529
  return tmp$ret$2;
48571
48530
  };
48572
48531
  $serializer_145.prototype.ag = function (decoder) {
48573
- var tmp0_desc = this.b2s_1;
48532
+ var tmp0_desc = this.e2s_1;
48574
48533
  var tmp1_flag = true;
48575
48534
  var tmp2_index = 0;
48576
48535
  var tmp3_bitMask0 = 0;
@@ -48604,8 +48563,8 @@
48604
48563
  tmp6_input.gj(tmp0_desc);
48605
48564
  return AppChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
48606
48565
  };
48607
- $serializer_145.prototype.c2s = function (encoder, value) {
48608
- var tmp0_desc = this.b2s_1;
48566
+ $serializer_145.prototype.f2s = function (encoder, value) {
48567
+ var tmp0_desc = this.e2s_1;
48609
48568
  var tmp1_output = encoder.fj(tmp0_desc);
48610
48569
  tmp1_output.sk(tmp0_desc, 0, value.w1j_1);
48611
48570
  if (tmp1_output.zk(tmp0_desc, 1) ? true : !value.x1j_1.equals(VoiceChannelType_app_getInstance())) {
@@ -48614,7 +48573,7 @@
48614
48573
  tmp1_output.gj(tmp0_desc);
48615
48574
  };
48616
48575
  $serializer_145.prototype.zf = function (encoder, value) {
48617
- return this.c2s(encoder, value instanceof AppChannelEndpoint ? value : THROW_CCE());
48576
+ return this.f2s(encoder, value instanceof AppChannelEndpoint ? value : THROW_CCE());
48618
48577
  };
48619
48578
  $serializer_145.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
48620
48579
  var $serializer_instance_145;
@@ -48625,7 +48584,7 @@
48625
48584
  }
48626
48585
  function AppChannelEndpoint_init_$Init$(seen1, user, type, serializationConstructorMarker, $this) {
48627
48586
  if (!(1 === (1 & seen1))) {
48628
- throwMissingFieldException(seen1, 1, $serializer_getInstance_145().b2s_1);
48587
+ throwMissingFieldException(seen1, 1, $serializer_getInstance_145().e2s_1);
48629
48588
  }
48630
48589
  $this.w1j_1 = user;
48631
48590
  if (0 === (seen1 & 2))
@@ -48646,7 +48605,7 @@
48646
48605
  AppChannelEndpoint.prototype.n1k = function () {
48647
48606
  return this.w1j_1;
48648
48607
  };
48649
- AppChannelEndpoint.prototype.i2q = function () {
48608
+ AppChannelEndpoint.prototype.l2q = function () {
48650
48609
  return this.x1j_1;
48651
48610
  };
48652
48611
  AppChannelEndpoint.prototype.toString = function () {
@@ -48682,16 +48641,16 @@
48682
48641
  function AppChannelEndpointNoUser() {
48683
48642
  AppChannelEndpointNoUser_instance = this;
48684
48643
  ChannelEndpoint.call(this);
48685
- this.d2s_1 = VoiceChannelType_app_getInstance();
48644
+ this.g2s_1 = VoiceChannelType_app_getInstance();
48686
48645
  var tmp = this;
48687
48646
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
48688
- tmp.e2s_1 = lazy(tmp_0, AppChannelEndpointNoUser$$cachedSerializer$delegate$_anonymous__g6jshx);
48647
+ tmp.h2s_1 = lazy(tmp_0, AppChannelEndpointNoUser$$cachedSerializer$delegate$_anonymous__g6jshx);
48689
48648
  }
48690
- AppChannelEndpointNoUser.prototype.i2q = function () {
48691
- return this.d2s_1;
48649
+ AppChannelEndpointNoUser.prototype.l2q = function () {
48650
+ return this.g2s_1;
48692
48651
  };
48693
48652
  AppChannelEndpointNoUser.prototype.v10 = function () {
48694
- return this.e2s_1.s1();
48653
+ return this.h2s_1.s1();
48695
48654
  };
48696
48655
  AppChannelEndpointNoUser.prototype.nr = function (typeParamsSerializers) {
48697
48656
  return this.v10();
@@ -48723,10 +48682,10 @@
48723
48682
  tmp0_serialDesc.eq('username', true);
48724
48683
  tmp0_serialDesc.eq('password', true);
48725
48684
  tmp0_serialDesc.eq('type', true);
48726
- this.f2s_1 = tmp0_serialDesc;
48685
+ this.i2s_1 = tmp0_serialDesc;
48727
48686
  }
48728
48687
  $serializer_146.prototype.yf = function () {
48729
- return this.f2s_1;
48688
+ return this.i2s_1;
48730
48689
  };
48731
48690
  $serializer_146.prototype.tq = function () {
48732
48691
  var tmp$ret$2;
@@ -48742,7 +48701,7 @@
48742
48701
  return tmp$ret$2;
48743
48702
  };
48744
48703
  $serializer_146.prototype.ag = function (decoder) {
48745
- var tmp0_desc = this.f2s_1;
48704
+ var tmp0_desc = this.i2s_1;
48746
48705
  var tmp1_flag = true;
48747
48706
  var tmp2_index = 0;
48748
48707
  var tmp3_bitMask0 = 0;
@@ -48790,8 +48749,8 @@
48790
48749
  tmp8_input.gj(tmp0_desc);
48791
48750
  return SipChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
48792
48751
  };
48793
- $serializer_146.prototype.g2s = function (encoder, value) {
48794
- var tmp0_desc = this.f2s_1;
48752
+ $serializer_146.prototype.j2s = function (encoder, value) {
48753
+ var tmp0_desc = this.i2s_1;
48795
48754
  var tmp1_output = encoder.fj(tmp0_desc);
48796
48755
  tmp1_output.sk(tmp0_desc, 0, value.o1j_1);
48797
48756
  if (tmp1_output.zk(tmp0_desc, 1) ? true : !(value.p1j_1 == null)) {
@@ -48806,7 +48765,7 @@
48806
48765
  tmp1_output.gj(tmp0_desc);
48807
48766
  };
48808
48767
  $serializer_146.prototype.zf = function (encoder, value) {
48809
- return this.g2s(encoder, value instanceof SipChannelEndpoint ? value : THROW_CCE());
48768
+ return this.j2s(encoder, value instanceof SipChannelEndpoint ? value : THROW_CCE());
48810
48769
  };
48811
48770
  $serializer_146.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
48812
48771
  var $serializer_instance_146;
@@ -48817,7 +48776,7 @@
48817
48776
  }
48818
48777
  function SipChannelEndpoint_init_$Init$(seen1, uri, username, password, type, serializationConstructorMarker, $this) {
48819
48778
  if (!(1 === (1 & seen1))) {
48820
- throwMissingFieldException(seen1, 1, $serializer_getInstance_146().f2s_1);
48779
+ throwMissingFieldException(seen1, 1, $serializer_getInstance_146().i2s_1);
48821
48780
  }
48822
48781
  $this.o1j_1 = uri;
48823
48782
  if (0 === (seen1 & 2))
@@ -48845,13 +48804,13 @@
48845
48804
  this.q1j_1 = password;
48846
48805
  this.r1j_1 = VoiceChannelType_sip_getInstance();
48847
48806
  }
48848
- SipChannelEndpoint.prototype.h2s = function () {
48807
+ SipChannelEndpoint.prototype.k2s = function () {
48849
48808
  return this.o1j_1;
48850
48809
  };
48851
- SipChannelEndpoint.prototype.i2s = function () {
48810
+ SipChannelEndpoint.prototype.l2s = function () {
48852
48811
  return this.p1j_1;
48853
48812
  };
48854
- SipChannelEndpoint.prototype.i2q = function () {
48813
+ SipChannelEndpoint.prototype.l2q = function () {
48855
48814
  return this.r1j_1;
48856
48815
  };
48857
48816
  SipChannelEndpoint.prototype.toString = function () {
@@ -48896,10 +48855,10 @@
48896
48855
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.WebSocketChannelEndpoint', this, 2);
48897
48856
  tmp0_serialDesc.eq('uri', false);
48898
48857
  tmp0_serialDesc.eq('type', true);
48899
- this.j2s_1 = tmp0_serialDesc;
48858
+ this.m2s_1 = tmp0_serialDesc;
48900
48859
  }
48901
48860
  $serializer_147.prototype.yf = function () {
48902
- return this.j2s_1;
48861
+ return this.m2s_1;
48903
48862
  };
48904
48863
  $serializer_147.prototype.tq = function () {
48905
48864
  var tmp$ret$2;
@@ -48915,7 +48874,7 @@
48915
48874
  return tmp$ret$2;
48916
48875
  };
48917
48876
  $serializer_147.prototype.ag = function (decoder) {
48918
- var tmp0_desc = this.j2s_1;
48877
+ var tmp0_desc = this.m2s_1;
48919
48878
  var tmp1_flag = true;
48920
48879
  var tmp2_index = 0;
48921
48880
  var tmp3_bitMask0 = 0;
@@ -48949,8 +48908,8 @@
48949
48908
  tmp6_input.gj(tmp0_desc);
48950
48909
  return WebSocketChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
48951
48910
  };
48952
- $serializer_147.prototype.k2s = function (encoder, value) {
48953
- var tmp0_desc = this.j2s_1;
48911
+ $serializer_147.prototype.n2s = function (encoder, value) {
48912
+ var tmp0_desc = this.m2s_1;
48954
48913
  var tmp1_output = encoder.fj(tmp0_desc);
48955
48914
  tmp1_output.sk(tmp0_desc, 0, value.s1j_1);
48956
48915
  if (tmp1_output.zk(tmp0_desc, 1) ? true : !value.t1j_1.equals(VoiceChannelType_websocket_getInstance())) {
@@ -48959,7 +48918,7 @@
48959
48918
  tmp1_output.gj(tmp0_desc);
48960
48919
  };
48961
48920
  $serializer_147.prototype.zf = function (encoder, value) {
48962
- return this.k2s(encoder, value instanceof WebSocketChannelEndpoint ? value : THROW_CCE());
48921
+ return this.n2s(encoder, value instanceof WebSocketChannelEndpoint ? value : THROW_CCE());
48963
48922
  };
48964
48923
  $serializer_147.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
48965
48924
  var $serializer_instance_147;
@@ -48970,7 +48929,7 @@
48970
48929
  }
48971
48930
  function WebSocketChannelEndpoint_init_$Init$(seen1, uri, type, serializationConstructorMarker, $this) {
48972
48931
  if (!(1 === (1 & seen1))) {
48973
- throwMissingFieldException(seen1, 1, $serializer_getInstance_147().j2s_1);
48932
+ throwMissingFieldException(seen1, 1, $serializer_getInstance_147().m2s_1);
48974
48933
  }
48975
48934
  $this.s1j_1 = uri;
48976
48935
  if (0 === (seen1 & 2))
@@ -48988,10 +48947,10 @@
48988
48947
  this.s1j_1 = uri;
48989
48948
  this.t1j_1 = VoiceChannelType_websocket_getInstance();
48990
48949
  }
48991
- WebSocketChannelEndpoint.prototype.h2s = function () {
48950
+ WebSocketChannelEndpoint.prototype.k2s = function () {
48992
48951
  return this.s1j_1;
48993
48952
  };
48994
- WebSocketChannelEndpoint.prototype.i2q = function () {
48953
+ WebSocketChannelEndpoint.prototype.l2q = function () {
48995
48954
  return this.t1j_1;
48996
48955
  };
48997
48956
  WebSocketChannelEndpoint.prototype.toString = function () {
@@ -49017,10 +48976,10 @@
49017
48976
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.DTMFChannel', this, 2);
49018
48977
  tmp0_serialDesc.eq('id', true);
49019
48978
  tmp0_serialDesc.eq('type', true);
49020
- this.l2s_1 = tmp0_serialDesc;
48979
+ this.o2s_1 = tmp0_serialDesc;
49021
48980
  }
49022
48981
  $serializer_148.prototype.yf = function () {
49023
- return this.l2s_1;
48982
+ return this.o2s_1;
49024
48983
  };
49025
48984
  $serializer_148.prototype.tq = function () {
49026
48985
  var tmp$ret$2;
@@ -49036,7 +48995,7 @@
49036
48995
  return tmp$ret$2;
49037
48996
  };
49038
48997
  $serializer_148.prototype.ag = function (decoder) {
49039
- var tmp0_desc = this.l2s_1;
48998
+ var tmp0_desc = this.o2s_1;
49040
48999
  var tmp1_flag = true;
49041
49000
  var tmp2_index = 0;
49042
49001
  var tmp3_bitMask0 = 0;
@@ -49070,8 +49029,8 @@
49070
49029
  tmp6_input.gj(tmp0_desc);
49071
49030
  return DTMFChannel_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
49072
49031
  };
49073
- $serializer_148.prototype.m2s = function (encoder, value) {
49074
- var tmp0_desc = this.l2s_1;
49032
+ $serializer_148.prototype.p2s = function (encoder, value) {
49033
+ var tmp0_desc = this.o2s_1;
49075
49034
  var tmp1_output = encoder.fj(tmp0_desc);
49076
49035
  if (tmp1_output.zk(tmp0_desc, 0) ? true : !(value.k2j_1 == null)) {
49077
49036
  tmp1_output.vk(tmp0_desc, 0, StringSerializer_getInstance(), value.k2j_1);
@@ -49082,7 +49041,7 @@
49082
49041
  tmp1_output.gj(tmp0_desc);
49083
49042
  };
49084
49043
  $serializer_148.prototype.zf = function (encoder, value) {
49085
- return this.m2s(encoder, value instanceof DTMFChannel ? value : THROW_CCE());
49044
+ return this.p2s(encoder, value instanceof DTMFChannel ? value : THROW_CCE());
49086
49045
  };
49087
49046
  $serializer_148.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
49088
49047
  var $serializer_instance_148;
@@ -49093,7 +49052,7 @@
49093
49052
  }
49094
49053
  function DTMFChannel_init_$Init$(seen1, id, type, serializationConstructorMarker, $this) {
49095
49054
  if (!(0 === (0 & seen1))) {
49096
- throwMissingFieldException(seen1, 0, $serializer_getInstance_148().l2s_1);
49055
+ throwMissingFieldException(seen1, 0, $serializer_getInstance_148().o2s_1);
49097
49056
  }
49098
49057
  if (0 === (seen1 & 1))
49099
49058
  $this.k2j_1 = null;
@@ -49142,10 +49101,10 @@
49142
49101
  tmp0_serialDesc.eq('leg_ids', true);
49143
49102
  tmp0_serialDesc.eq('from', true);
49144
49103
  tmp0_serialDesc.eq('to', true);
49145
- this.n2s_1 = tmp0_serialDesc;
49104
+ this.q2s_1 = tmp0_serialDesc;
49146
49105
  }
49147
49106
  $serializer_149.prototype.yf = function () {
49148
- return this.n2s_1;
49107
+ return this.q2s_1;
49149
49108
  };
49150
49109
  $serializer_149.prototype.tq = function () {
49151
49110
  var tmp$ret$2;
@@ -49161,7 +49120,7 @@
49161
49120
  return tmp$ret$2;
49162
49121
  };
49163
49122
  $serializer_149.prototype.ag = function (decoder) {
49164
- var tmp0_desc = this.n2s_1;
49123
+ var tmp0_desc = this.q2s_1;
49165
49124
  var tmp1_flag = true;
49166
49125
  var tmp2_index = 0;
49167
49126
  var tmp3_bitMask0 = 0;
@@ -49223,8 +49182,8 @@
49223
49182
  tmp10_input.gj(tmp0_desc);
49224
49183
  return Channel_init_$Create$_0(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
49225
49184
  };
49226
- $serializer_149.prototype.o2s = function (encoder, value) {
49227
- var tmp0_desc = this.n2s_1;
49185
+ $serializer_149.prototype.r2s = function (encoder, value) {
49186
+ var tmp0_desc = this.q2s_1;
49228
49187
  var tmp1_output = encoder.fj(tmp0_desc);
49229
49188
  if (tmp1_output.zk(tmp0_desc, 0) ? true : !(value.e2j_1 == null)) {
49230
49189
  tmp1_output.vk(tmp0_desc, 0, StringSerializer_getInstance(), value.e2j_1);
@@ -49245,7 +49204,7 @@
49245
49204
  tmp1_output.gj(tmp0_desc);
49246
49205
  };
49247
49206
  $serializer_149.prototype.zf = function (encoder, value) {
49248
- return this.o2s(encoder, value instanceof Channel_0 ? value : THROW_CCE());
49207
+ return this.r2s(encoder, value instanceof Channel_0 ? value : THROW_CCE());
49249
49208
  };
49250
49209
  $serializer_149.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
49251
49210
  var $serializer_instance_149;
@@ -49256,7 +49215,7 @@
49256
49215
  }
49257
49216
  function Channel_init_$Init$_0(seen1, id, knocking_id, type, leg_ids, from, to, serializationConstructorMarker, $this) {
49258
49217
  if (!(4 === (4 & seen1))) {
49259
- throwMissingFieldException(seen1, 4, $serializer_getInstance_149().n2s_1);
49218
+ throwMissingFieldException(seen1, 4, $serializer_getInstance_149().q2s_1);
49260
49219
  }
49261
49220
  if (0 === (seen1 & 1))
49262
49221
  $this.e2j_1 = null;
@@ -49387,10 +49346,10 @@
49387
49346
  tmp0_serialDesc.eq('conversation_id', false);
49388
49347
  tmp0_serialDesc.eq('name', false);
49389
49348
  tmp0_serialDesc.eq('display_name', true);
49390
- this.r2s_1 = tmp0_serialDesc;
49349
+ this.u2s_1 = tmp0_serialDesc;
49391
49350
  }
49392
49351
  $serializer_150.prototype.yf = function () {
49393
- return this.r2s_1;
49352
+ return this.u2s_1;
49394
49353
  };
49395
49354
  $serializer_150.prototype.tq = function () {
49396
49355
  var tmp$ret$2;
@@ -49406,7 +49365,7 @@
49406
49365
  return tmp$ret$2;
49407
49366
  };
49408
49367
  $serializer_150.prototype.ag = function (decoder) {
49409
- var tmp0_desc = this.r2s_1;
49368
+ var tmp0_desc = this.u2s_1;
49410
49369
  var tmp1_flag = true;
49411
49370
  var tmp2_index = 0;
49412
49371
  var tmp3_bitMask0 = 0;
@@ -49447,18 +49406,18 @@
49447
49406
  tmp7_input.gj(tmp0_desc);
49448
49407
  return ConversationInfo_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
49449
49408
  };
49450
- $serializer_150.prototype.s2s = function (encoder, value) {
49451
- var tmp0_desc = this.r2s_1;
49409
+ $serializer_150.prototype.v2s = function (encoder, value) {
49410
+ var tmp0_desc = this.u2s_1;
49452
49411
  var tmp1_output = encoder.fj(tmp0_desc);
49453
- tmp1_output.sk(tmp0_desc, 0, value.t2s_1);
49454
- tmp1_output.sk(tmp0_desc, 1, value.u2s_1);
49455
- if (tmp1_output.zk(tmp0_desc, 2) ? true : !(value.v2s_1 == null)) {
49456
- tmp1_output.vk(tmp0_desc, 2, StringSerializer_getInstance(), value.v2s_1);
49412
+ tmp1_output.sk(tmp0_desc, 0, value.w2s_1);
49413
+ tmp1_output.sk(tmp0_desc, 1, value.x2s_1);
49414
+ if (tmp1_output.zk(tmp0_desc, 2) ? true : !(value.y2s_1 == null)) {
49415
+ tmp1_output.vk(tmp0_desc, 2, StringSerializer_getInstance(), value.y2s_1);
49457
49416
  }
49458
49417
  tmp1_output.gj(tmp0_desc);
49459
49418
  };
49460
49419
  $serializer_150.prototype.zf = function (encoder, value) {
49461
- return this.s2s(encoder, value instanceof ConversationInfo ? value : THROW_CCE());
49420
+ return this.v2s(encoder, value instanceof ConversationInfo ? value : THROW_CCE());
49462
49421
  };
49463
49422
  $serializer_150.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
49464
49423
  var $serializer_instance_150;
@@ -49469,14 +49428,14 @@
49469
49428
  }
49470
49429
  function ConversationInfo_init_$Init$(seen1, conversation_id, name, display_name, serializationConstructorMarker, $this) {
49471
49430
  if (!(3 === (3 & seen1))) {
49472
- throwMissingFieldException(seen1, 3, $serializer_getInstance_150().r2s_1);
49431
+ throwMissingFieldException(seen1, 3, $serializer_getInstance_150().u2s_1);
49473
49432
  }
49474
- $this.t2s_1 = conversation_id;
49475
- $this.u2s_1 = name;
49433
+ $this.w2s_1 = conversation_id;
49434
+ $this.x2s_1 = name;
49476
49435
  if (0 === (seen1 & 4))
49477
- $this.v2s_1 = null;
49436
+ $this.y2s_1 = null;
49478
49437
  else
49479
- $this.v2s_1 = display_name;
49438
+ $this.y2s_1 = display_name;
49480
49439
  return $this;
49481
49440
  }
49482
49441
  function ConversationInfo_init_$Create$(seen1, conversation_id, name, display_name, serializationConstructorMarker) {
@@ -49485,12 +49444,12 @@
49485
49444
  function ConversationInfo() {
49486
49445
  }
49487
49446
  ConversationInfo.prototype.toString = function () {
49488
- return 'ConversationInfo(conversation_id=' + this.t2s_1 + ', name=' + this.u2s_1 + ', display_name=' + this.v2s_1 + ')';
49447
+ return 'ConversationInfo(conversation_id=' + this.w2s_1 + ', name=' + this.x2s_1 + ', display_name=' + this.y2s_1 + ')';
49489
49448
  };
49490
49449
  ConversationInfo.prototype.hashCode = function () {
49491
- var result = getStringHashCode(this.t2s_1);
49492
- result = imul(result, 31) + getStringHashCode(this.u2s_1) | 0;
49493
- result = imul(result, 31) + (this.v2s_1 == null ? 0 : getStringHashCode(this.v2s_1)) | 0;
49450
+ var result = getStringHashCode(this.w2s_1);
49451
+ result = imul(result, 31) + getStringHashCode(this.x2s_1) | 0;
49452
+ result = imul(result, 31) + (this.y2s_1 == null ? 0 : getStringHashCode(this.y2s_1)) | 0;
49494
49453
  return result;
49495
49454
  };
49496
49455
  ConversationInfo.prototype.equals = function (other) {
@@ -49499,11 +49458,11 @@
49499
49458
  if (!(other instanceof ConversationInfo))
49500
49459
  return false;
49501
49460
  var tmp0_other_with_cast = other instanceof ConversationInfo ? other : THROW_CCE();
49502
- if (!(this.t2s_1 === tmp0_other_with_cast.t2s_1))
49461
+ if (!(this.w2s_1 === tmp0_other_with_cast.w2s_1))
49503
49462
  return false;
49504
- if (!(this.u2s_1 === tmp0_other_with_cast.u2s_1))
49463
+ if (!(this.x2s_1 === tmp0_other_with_cast.x2s_1))
49505
49464
  return false;
49506
- if (!(this.v2s_1 == tmp0_other_with_cast.v2s_1))
49465
+ if (!(this.y2s_1 == tmp0_other_with_cast.y2s_1))
49507
49466
  return false;
49508
49467
  return true;
49509
49468
  };
@@ -49511,10 +49470,10 @@
49511
49470
  function None_0() {
49512
49471
  None_instance_0 = this;
49513
49472
  LegState.call(this);
49514
- this.w2s_1 = null;
49473
+ this.z2s_1 = null;
49515
49474
  }
49516
49475
  None_0.prototype.v1k = function () {
49517
- return this.w2s_1;
49476
+ return this.z2s_1;
49518
49477
  };
49519
49478
  None_0.$metadata$ = objectMeta('None', undefined, undefined, undefined, undefined, LegState.prototype);
49520
49479
  var None_instance_0;
@@ -49525,16 +49484,16 @@
49525
49484
  }
49526
49485
  function Prewarm(id) {
49527
49486
  LegState.call(this);
49528
- this.x2s_1 = id;
49487
+ this.a2t_1 = id;
49529
49488
  }
49530
49489
  Prewarm.prototype.v1k = function () {
49531
- return this.x2s_1;
49490
+ return this.a2t_1;
49532
49491
  };
49533
49492
  Prewarm.prototype.toString = function () {
49534
- return 'Prewarm(id=' + this.x2s_1 + ')';
49493
+ return 'Prewarm(id=' + this.a2t_1 + ')';
49535
49494
  };
49536
49495
  Prewarm.prototype.hashCode = function () {
49537
- return getStringHashCode(this.x2s_1);
49496
+ return getStringHashCode(this.a2t_1);
49538
49497
  };
49539
49498
  Prewarm.prototype.equals = function (other) {
49540
49499
  if (this === other)
@@ -49542,23 +49501,23 @@
49542
49501
  if (!(other instanceof Prewarm))
49543
49502
  return false;
49544
49503
  var tmp0_other_with_cast = other instanceof Prewarm ? other : THROW_CCE();
49545
- if (!(this.x2s_1 === tmp0_other_with_cast.x2s_1))
49504
+ if (!(this.a2t_1 === tmp0_other_with_cast.a2t_1))
49546
49505
  return false;
49547
49506
  return true;
49548
49507
  };
49549
49508
  Prewarm.$metadata$ = classMeta('Prewarm', undefined, undefined, undefined, undefined, LegState.prototype);
49550
49509
  function Started(id) {
49551
49510
  LegState.call(this);
49552
- this.y2s_1 = id;
49511
+ this.b2t_1 = id;
49553
49512
  }
49554
49513
  Started.prototype.v1k = function () {
49555
- return this.y2s_1;
49514
+ return this.b2t_1;
49556
49515
  };
49557
49516
  Started.prototype.toString = function () {
49558
- return 'Started(id=' + this.y2s_1 + ')';
49517
+ return 'Started(id=' + this.b2t_1 + ')';
49559
49518
  };
49560
49519
  Started.prototype.hashCode = function () {
49561
- return getStringHashCode(this.y2s_1);
49520
+ return getStringHashCode(this.b2t_1);
49562
49521
  };
49563
49522
  Started.prototype.equals = function (other) {
49564
49523
  if (this === other)
@@ -49566,25 +49525,25 @@
49566
49525
  if (!(other instanceof Started))
49567
49526
  return false;
49568
49527
  var tmp0_other_with_cast = other instanceof Started ? other : THROW_CCE();
49569
- if (!(this.y2s_1 === tmp0_other_with_cast.y2s_1))
49528
+ if (!(this.b2t_1 === tmp0_other_with_cast.b2t_1))
49570
49529
  return false;
49571
49530
  return true;
49572
49531
  };
49573
49532
  Started.$metadata$ = classMeta('Started', undefined, undefined, undefined, undefined, LegState.prototype);
49574
49533
  function Completed(id, hangupReason) {
49575
49534
  LegState.call(this);
49576
- this.z2s_1 = id;
49577
- this.a2t_1 = hangupReason;
49535
+ this.c2t_1 = id;
49536
+ this.d2t_1 = hangupReason;
49578
49537
  }
49579
49538
  Completed.prototype.v1k = function () {
49580
- return this.z2s_1;
49539
+ return this.c2t_1;
49581
49540
  };
49582
49541
  Completed.prototype.toString = function () {
49583
- return 'Completed(id=' + this.z2s_1 + ', hangupReason=' + this.a2t_1 + ')';
49542
+ return 'Completed(id=' + this.c2t_1 + ', hangupReason=' + this.d2t_1 + ')';
49584
49543
  };
49585
49544
  Completed.prototype.hashCode = function () {
49586
- var result = getStringHashCode(this.z2s_1);
49587
- result = imul(result, 31) + this.a2t_1.hashCode() | 0;
49545
+ var result = getStringHashCode(this.c2t_1);
49546
+ result = imul(result, 31) + this.d2t_1.hashCode() | 0;
49588
49547
  return result;
49589
49548
  };
49590
49549
  Completed.prototype.equals = function (other) {
@@ -49593,9 +49552,9 @@
49593
49552
  if (!(other instanceof Completed))
49594
49553
  return false;
49595
49554
  var tmp0_other_with_cast = other instanceof Completed ? other : THROW_CCE();
49596
- if (!(this.z2s_1 === tmp0_other_with_cast.z2s_1))
49555
+ if (!(this.c2t_1 === tmp0_other_with_cast.c2t_1))
49597
49556
  return false;
49598
- if (!this.a2t_1.equals(tmp0_other_with_cast.a2t_1))
49557
+ if (!this.d2t_1.equals(tmp0_other_with_cast.d2t_1))
49599
49558
  return false;
49600
49559
  return true;
49601
49560
  };
@@ -49605,12 +49564,12 @@
49605
49564
  LegState.$metadata$ = classMeta('LegState');
49606
49565
  function Offer(sdp) {
49607
49566
  MediaDescription.call(this);
49608
- this.b2t_1 = sdp;
49567
+ this.e2t_1 = sdp;
49609
49568
  }
49610
49569
  Offer.$metadata$ = classMeta('Offer', undefined, undefined, undefined, undefined, MediaDescription.prototype);
49611
49570
  function Answer(sdp) {
49612
49571
  MediaDescription.call(this);
49613
- this.c2t_1 = sdp;
49572
+ this.f2t_1 = sdp;
49614
49573
  }
49615
49574
  Answer.$metadata$ = classMeta('Answer', undefined, undefined, undefined, undefined, MediaDescription.prototype);
49616
49575
  function MediaDescription() {
@@ -49630,29 +49589,29 @@
49630
49589
  return MediaTransport_init_$Init$(localDescription, remoteDescription, connected, $mask0, $marker, Object.create(MediaTransport.prototype));
49631
49590
  }
49632
49591
  function MediaTransport(localDescription, remoteDescription, connected) {
49633
- this.p2q_1 = localDescription;
49634
- this.q2q_1 = remoteDescription;
49635
- this.r2q_1 = connected;
49592
+ this.s2q_1 = localDescription;
49593
+ this.t2q_1 = remoteDescription;
49594
+ this.u2q_1 = connected;
49636
49595
  }
49637
- MediaTransport.prototype.d2t = function (localDescription, remoteDescription, connected) {
49596
+ MediaTransport.prototype.g2t = function (localDescription, remoteDescription, connected) {
49638
49597
  return new MediaTransport(localDescription, remoteDescription, connected);
49639
49598
  };
49640
- MediaTransport.prototype.e2t = function (localDescription, remoteDescription, connected, $mask0, $handler) {
49599
+ MediaTransport.prototype.h2t = function (localDescription, remoteDescription, connected, $mask0, $handler) {
49641
49600
  if (!(($mask0 & 1) === 0))
49642
- localDescription = this.p2q_1;
49601
+ localDescription = this.s2q_1;
49643
49602
  if (!(($mask0 & 2) === 0))
49644
- remoteDescription = this.q2q_1;
49603
+ remoteDescription = this.t2q_1;
49645
49604
  if (!(($mask0 & 4) === 0))
49646
- connected = this.r2q_1;
49647
- return this.d2t(localDescription, remoteDescription, connected);
49605
+ connected = this.u2q_1;
49606
+ return this.g2t(localDescription, remoteDescription, connected);
49648
49607
  };
49649
49608
  MediaTransport.prototype.toString = function () {
49650
- return 'MediaTransport(localDescription=' + this.p2q_1 + ', remoteDescription=' + this.q2q_1 + ', connected=' + this.r2q_1 + ')';
49609
+ return 'MediaTransport(localDescription=' + this.s2q_1 + ', remoteDescription=' + this.t2q_1 + ', connected=' + this.u2q_1 + ')';
49651
49610
  };
49652
49611
  MediaTransport.prototype.hashCode = function () {
49653
- var result = this.p2q_1 == null ? 0 : hashCode(this.p2q_1);
49654
- result = imul(result, 31) + (this.q2q_1 == null ? 0 : hashCode(this.q2q_1)) | 0;
49655
- result = imul(result, 31) + (this.r2q_1 | 0) | 0;
49612
+ var result = this.s2q_1 == null ? 0 : hashCode(this.s2q_1);
49613
+ result = imul(result, 31) + (this.t2q_1 == null ? 0 : hashCode(this.t2q_1)) | 0;
49614
+ result = imul(result, 31) + (this.u2q_1 | 0) | 0;
49656
49615
  return result;
49657
49616
  };
49658
49617
  MediaTransport.prototype.equals = function (other) {
@@ -49661,11 +49620,11 @@
49661
49620
  if (!(other instanceof MediaTransport))
49662
49621
  return false;
49663
49622
  var tmp0_other_with_cast = other instanceof MediaTransport ? other : THROW_CCE();
49664
- if (!equals(this.p2q_1, tmp0_other_with_cast.p2q_1))
49623
+ if (!equals(this.s2q_1, tmp0_other_with_cast.s2q_1))
49665
49624
  return false;
49666
- if (!equals(this.q2q_1, tmp0_other_with_cast.q2q_1))
49625
+ if (!equals(this.t2q_1, tmp0_other_with_cast.t2q_1))
49667
49626
  return false;
49668
- if (!(this.r2q_1 === tmp0_other_with_cast.r2q_1))
49627
+ if (!(this.u2q_1 === tmp0_other_with_cast.u2q_1))
49669
49628
  return false;
49670
49629
  return true;
49671
49630
  };
@@ -49676,10 +49635,10 @@
49676
49635
  tmp0_serialDesc.eq('enabled', false);
49677
49636
  tmp0_serialDesc.eq('earmuffed', false);
49678
49637
  tmp0_serialDesc.eq('muted', false);
49679
- this.f2t_1 = tmp0_serialDesc;
49638
+ this.i2t_1 = tmp0_serialDesc;
49680
49639
  }
49681
49640
  $serializer_151.prototype.yf = function () {
49682
- return this.f2t_1;
49641
+ return this.i2t_1;
49683
49642
  };
49684
49643
  $serializer_151.prototype.tq = function () {
49685
49644
  var tmp$ret$2;
@@ -49695,7 +49654,7 @@
49695
49654
  return tmp$ret$2;
49696
49655
  };
49697
49656
  $serializer_151.prototype.ag = function (decoder) {
49698
- var tmp0_desc = this.f2t_1;
49657
+ var tmp0_desc = this.i2t_1;
49699
49658
  var tmp1_flag = true;
49700
49659
  var tmp2_index = 0;
49701
49660
  var tmp3_bitMask0 = 0;
@@ -49736,16 +49695,16 @@
49736
49695
  tmp7_input.gj(tmp0_desc);
49737
49696
  return UserAudio_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
49738
49697
  };
49739
- $serializer_151.prototype.g2t = function (encoder, value) {
49740
- var tmp0_desc = this.f2t_1;
49698
+ $serializer_151.prototype.j2t = function (encoder, value) {
49699
+ var tmp0_desc = this.i2t_1;
49741
49700
  var tmp1_output = encoder.fj(tmp0_desc);
49742
- tmp1_output.kk(tmp0_desc, 0, value.h2t_1);
49743
- tmp1_output.kk(tmp0_desc, 1, value.i2t_1);
49744
- tmp1_output.kk(tmp0_desc, 2, value.j2t_1);
49701
+ tmp1_output.kk(tmp0_desc, 0, value.k2t_1);
49702
+ tmp1_output.kk(tmp0_desc, 1, value.l2t_1);
49703
+ tmp1_output.kk(tmp0_desc, 2, value.m2t_1);
49745
49704
  tmp1_output.gj(tmp0_desc);
49746
49705
  };
49747
49706
  $serializer_151.prototype.zf = function (encoder, value) {
49748
- return this.g2t(encoder, value instanceof UserAudio ? value : THROW_CCE());
49707
+ return this.j2t(encoder, value instanceof UserAudio ? value : THROW_CCE());
49749
49708
  };
49750
49709
  $serializer_151.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
49751
49710
  var $serializer_instance_151;
@@ -49756,11 +49715,11 @@
49756
49715
  }
49757
49716
  function UserAudio_init_$Init$(seen1, enabled, earmuffed, muted, serializationConstructorMarker, $this) {
49758
49717
  if (!(7 === (7 & seen1))) {
49759
- throwMissingFieldException(seen1, 7, $serializer_getInstance_151().f2t_1);
49718
+ throwMissingFieldException(seen1, 7, $serializer_getInstance_151().i2t_1);
49760
49719
  }
49761
- $this.h2t_1 = enabled;
49762
- $this.i2t_1 = earmuffed;
49763
- $this.j2t_1 = muted;
49720
+ $this.k2t_1 = enabled;
49721
+ $this.l2t_1 = earmuffed;
49722
+ $this.m2t_1 = muted;
49764
49723
  return $this;
49765
49724
  }
49766
49725
  function UserAudio_init_$Create$(seen1, enabled, earmuffed, muted, serializationConstructorMarker) {
@@ -49769,12 +49728,12 @@
49769
49728
  function UserAudio() {
49770
49729
  }
49771
49730
  UserAudio.prototype.toString = function () {
49772
- return 'UserAudio(enabled=' + this.h2t_1 + ', earmuffed=' + this.i2t_1 + ', muted=' + this.j2t_1 + ')';
49731
+ return 'UserAudio(enabled=' + this.k2t_1 + ', earmuffed=' + this.l2t_1 + ', muted=' + this.m2t_1 + ')';
49773
49732
  };
49774
49733
  UserAudio.prototype.hashCode = function () {
49775
- var result = this.h2t_1 | 0;
49776
- result = imul(result, 31) + (this.i2t_1 | 0) | 0;
49777
- result = imul(result, 31) + (this.j2t_1 | 0) | 0;
49734
+ var result = this.k2t_1 | 0;
49735
+ result = imul(result, 31) + (this.l2t_1 | 0) | 0;
49736
+ result = imul(result, 31) + (this.m2t_1 | 0) | 0;
49778
49737
  return result;
49779
49738
  };
49780
49739
  UserAudio.prototype.equals = function (other) {
@@ -49783,11 +49742,11 @@
49783
49742
  if (!(other instanceof UserAudio))
49784
49743
  return false;
49785
49744
  var tmp0_other_with_cast = other instanceof UserAudio ? other : THROW_CCE();
49786
- if (!(this.h2t_1 === tmp0_other_with_cast.h2t_1))
49745
+ if (!(this.k2t_1 === tmp0_other_with_cast.k2t_1))
49787
49746
  return false;
49788
- if (!(this.i2t_1 === tmp0_other_with_cast.i2t_1))
49747
+ if (!(this.l2t_1 === tmp0_other_with_cast.l2t_1))
49789
49748
  return false;
49790
- if (!(this.j2t_1 === tmp0_other_with_cast.j2t_1))
49749
+ if (!(this.m2t_1 === tmp0_other_with_cast.m2t_1))
49791
49750
  return false;
49792
49751
  return true;
49793
49752
  };
@@ -49796,10 +49755,10 @@
49796
49755
  $serializer_instance_152 = this;
49797
49756
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.InvitedUserMedia', this, 1);
49798
49757
  tmp0_serialDesc.eq('audio_settings', false);
49799
- this.k2t_1 = tmp0_serialDesc;
49758
+ this.n2t_1 = tmp0_serialDesc;
49800
49759
  }
49801
49760
  $serializer_152.prototype.yf = function () {
49802
- return this.k2t_1;
49761
+ return this.n2t_1;
49803
49762
  };
49804
49763
  $serializer_152.prototype.tq = function () {
49805
49764
  var tmp$ret$2;
@@ -49815,7 +49774,7 @@
49815
49774
  return tmp$ret$2;
49816
49775
  };
49817
49776
  $serializer_152.prototype.ag = function (decoder) {
49818
- var tmp0_desc = this.k2t_1;
49777
+ var tmp0_desc = this.n2t_1;
49819
49778
  var tmp1_flag = true;
49820
49779
  var tmp2_index = 0;
49821
49780
  var tmp3_bitMask0 = 0;
@@ -49842,14 +49801,14 @@
49842
49801
  tmp5_input.gj(tmp0_desc);
49843
49802
  return InvitedUserMedia_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
49844
49803
  };
49845
- $serializer_152.prototype.l2t = function (encoder, value) {
49846
- var tmp0_desc = this.k2t_1;
49804
+ $serializer_152.prototype.o2t = function (encoder, value) {
49805
+ var tmp0_desc = this.n2t_1;
49847
49806
  var tmp1_output = encoder.fj(tmp0_desc);
49848
- tmp1_output.vk(tmp0_desc, 0, $serializer_getInstance_151(), value.m2t_1);
49807
+ tmp1_output.vk(tmp0_desc, 0, $serializer_getInstance_151(), value.p2t_1);
49849
49808
  tmp1_output.gj(tmp0_desc);
49850
49809
  };
49851
49810
  $serializer_152.prototype.zf = function (encoder, value) {
49852
- return this.l2t(encoder, value instanceof InvitedUserMedia ? value : THROW_CCE());
49811
+ return this.o2t(encoder, value instanceof InvitedUserMedia ? value : THROW_CCE());
49853
49812
  };
49854
49813
  $serializer_152.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
49855
49814
  var $serializer_instance_152;
@@ -49860,9 +49819,9 @@
49860
49819
  }
49861
49820
  function InvitedUserMedia_init_$Init$(seen1, audio_settings, serializationConstructorMarker, $this) {
49862
49821
  if (!(1 === (1 & seen1))) {
49863
- throwMissingFieldException(seen1, 1, $serializer_getInstance_152().k2t_1);
49822
+ throwMissingFieldException(seen1, 1, $serializer_getInstance_152().n2t_1);
49864
49823
  }
49865
- $this.m2t_1 = audio_settings;
49824
+ $this.p2t_1 = audio_settings;
49866
49825
  return $this;
49867
49826
  }
49868
49827
  function InvitedUserMedia_init_$Create$(seen1, audio_settings, serializationConstructorMarker) {
@@ -49871,10 +49830,10 @@
49871
49830
  function InvitedUserMedia() {
49872
49831
  }
49873
49832
  InvitedUserMedia.prototype.toString = function () {
49874
- return 'InvitedUserMedia(audio_settings=' + this.m2t_1 + ')';
49833
+ return 'InvitedUserMedia(audio_settings=' + this.p2t_1 + ')';
49875
49834
  };
49876
49835
  InvitedUserMedia.prototype.hashCode = function () {
49877
- return this.m2t_1 == null ? 0 : this.m2t_1.hashCode();
49836
+ return this.p2t_1 == null ? 0 : this.p2t_1.hashCode();
49878
49837
  };
49879
49838
  InvitedUserMedia.prototype.equals = function (other) {
49880
49839
  if (this === other)
@@ -49882,7 +49841,7 @@
49882
49841
  if (!(other instanceof InvitedUserMedia))
49883
49842
  return false;
49884
49843
  var tmp0_other_with_cast = other instanceof InvitedUserMedia ? other : THROW_CCE();
49885
- if (!equals(this.m2t_1, tmp0_other_with_cast.m2t_1))
49844
+ if (!equals(this.p2t_1, tmp0_other_with_cast.p2t_1))
49886
49845
  return false;
49887
49846
  return true;
49888
49847
  };
@@ -49899,10 +49858,10 @@
49899
49858
  tmp0_serialDesc.eq('flaw_total', false);
49900
49859
  tmp0_serialDesc.eq('packet_cnt', false);
49901
49860
  tmp0_serialDesc.eq('packet_loss_perc', false);
49902
- this.n2t_1 = tmp0_serialDesc;
49861
+ this.q2t_1 = tmp0_serialDesc;
49903
49862
  }
49904
49863
  $serializer_153.prototype.yf = function () {
49905
- return this.n2t_1;
49864
+ return this.q2t_1;
49906
49865
  };
49907
49866
  $serializer_153.prototype.tq = function () {
49908
49867
  var tmp$ret$2;
@@ -49918,7 +49877,7 @@
49918
49877
  return tmp$ret$2;
49919
49878
  };
49920
49879
  $serializer_153.prototype.ag = function (decoder) {
49921
- var tmp0_desc = this.n2t_1;
49880
+ var tmp0_desc = this.q2t_1;
49922
49881
  var tmp1_flag = true;
49923
49882
  var tmp2_index = 0;
49924
49883
  var tmp3_bitMask0 = 0;
@@ -50001,22 +49960,22 @@
50001
49960
  tmp13_input.gj(tmp0_desc);
50002
49961
  return RTCQuality_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
50003
49962
  };
50004
- $serializer_153.prototype.o2t = function (encoder, value) {
50005
- var tmp0_desc = this.n2t_1;
49963
+ $serializer_153.prototype.r2t = function (encoder, value) {
49964
+ var tmp0_desc = this.q2t_1;
50006
49965
  var tmp1_output = encoder.fj(tmp0_desc);
50007
- tmp1_output.pk(tmp0_desc, 0, value.p2t_1);
50008
- tmp1_output.pk(tmp0_desc, 1, value.q2t_1);
50009
- tmp1_output.pk(tmp0_desc, 2, value.r2t_1);
50010
- tmp1_output.pk(tmp0_desc, 3, value.s2t_1);
50011
- tmp1_output.pk(tmp0_desc, 4, value.t2t_1);
50012
- tmp1_output.pk(tmp0_desc, 5, value.u2t_1);
50013
- tmp1_output.nk(tmp0_desc, 6, value.v2t_1);
50014
- tmp1_output.nk(tmp0_desc, 7, value.w2t_1);
50015
- tmp1_output.pk(tmp0_desc, 8, value.x2t_1);
49966
+ tmp1_output.pk(tmp0_desc, 0, value.s2t_1);
49967
+ tmp1_output.pk(tmp0_desc, 1, value.t2t_1);
49968
+ tmp1_output.pk(tmp0_desc, 2, value.u2t_1);
49969
+ tmp1_output.pk(tmp0_desc, 3, value.v2t_1);
49970
+ tmp1_output.pk(tmp0_desc, 4, value.w2t_1);
49971
+ tmp1_output.pk(tmp0_desc, 5, value.x2t_1);
49972
+ tmp1_output.nk(tmp0_desc, 6, value.y2t_1);
49973
+ tmp1_output.nk(tmp0_desc, 7, value.z2t_1);
49974
+ tmp1_output.pk(tmp0_desc, 8, value.a2u_1);
50016
49975
  tmp1_output.gj(tmp0_desc);
50017
49976
  };
50018
49977
  $serializer_153.prototype.zf = function (encoder, value) {
50019
- return this.o2t(encoder, value instanceof RTCQuality ? value : THROW_CCE());
49978
+ return this.r2t(encoder, value instanceof RTCQuality ? value : THROW_CCE());
50020
49979
  };
50021
49980
  $serializer_153.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
50022
49981
  var $serializer_instance_153;
@@ -50027,17 +49986,17 @@
50027
49986
  }
50028
49987
  function RTCQuality_init_$Init$(seen1, mos_score, quality_percentage, jitter_min_var, jitter_max_var, jitter_loss_rate, jitter_burst_rate, flaw_total, packet_cnt, packet_loss_perc, serializationConstructorMarker, $this) {
50029
49988
  if (!(511 === (511 & seen1))) {
50030
- throwMissingFieldException(seen1, 511, $serializer_getInstance_153().n2t_1);
50031
- }
50032
- $this.p2t_1 = mos_score;
50033
- $this.q2t_1 = quality_percentage;
50034
- $this.r2t_1 = jitter_min_var;
50035
- $this.s2t_1 = jitter_max_var;
50036
- $this.t2t_1 = jitter_loss_rate;
50037
- $this.u2t_1 = jitter_burst_rate;
50038
- $this.v2t_1 = flaw_total;
50039
- $this.w2t_1 = packet_cnt;
50040
- $this.x2t_1 = packet_loss_perc;
49989
+ throwMissingFieldException(seen1, 511, $serializer_getInstance_153().q2t_1);
49990
+ }
49991
+ $this.s2t_1 = mos_score;
49992
+ $this.t2t_1 = quality_percentage;
49993
+ $this.u2t_1 = jitter_min_var;
49994
+ $this.v2t_1 = jitter_max_var;
49995
+ $this.w2t_1 = jitter_loss_rate;
49996
+ $this.x2t_1 = jitter_burst_rate;
49997
+ $this.y2t_1 = flaw_total;
49998
+ $this.z2t_1 = packet_cnt;
49999
+ $this.a2u_1 = packet_loss_perc;
50041
50000
  return $this;
50042
50001
  }
50043
50002
  function RTCQuality_init_$Create$(seen1, mos_score, quality_percentage, jitter_min_var, jitter_max_var, jitter_loss_rate, jitter_burst_rate, flaw_total, packet_cnt, packet_loss_perc, serializationConstructorMarker) {
@@ -50046,18 +50005,18 @@
50046
50005
  function RTCQuality() {
50047
50006
  }
50048
50007
  RTCQuality.prototype.toString = function () {
50049
- return 'RTCQuality(mos_score=' + this.p2t_1 + ', quality_percentage=' + this.q2t_1 + ', jitter_min_var=' + this.r2t_1 + ', jitter_max_var=' + this.s2t_1 + ', jitter_loss_rate=' + this.t2t_1 + ', jitter_burst_rate=' + this.u2t_1 + ', flaw_total=' + this.v2t_1 + ', packet_cnt=' + this.w2t_1 + ', packet_loss_perc=' + this.x2t_1 + ')';
50008
+ return 'RTCQuality(mos_score=' + this.s2t_1 + ', quality_percentage=' + this.t2t_1 + ', jitter_min_var=' + this.u2t_1 + ', jitter_max_var=' + this.v2t_1 + ', jitter_loss_rate=' + this.w2t_1 + ', jitter_burst_rate=' + this.x2t_1 + ', flaw_total=' + this.y2t_1 + ', packet_cnt=' + this.z2t_1 + ', packet_loss_perc=' + this.a2u_1 + ')';
50050
50009
  };
50051
50010
  RTCQuality.prototype.hashCode = function () {
50052
- var result = getNumberHashCode(this.p2t_1);
50053
- result = imul(result, 31) + getNumberHashCode(this.q2t_1) | 0;
50054
- result = imul(result, 31) + getNumberHashCode(this.r2t_1) | 0;
50055
- result = imul(result, 31) + getNumberHashCode(this.s2t_1) | 0;
50011
+ var result = getNumberHashCode(this.s2t_1);
50056
50012
  result = imul(result, 31) + getNumberHashCode(this.t2t_1) | 0;
50057
50013
  result = imul(result, 31) + getNumberHashCode(this.u2t_1) | 0;
50058
- result = imul(result, 31) + this.v2t_1 | 0;
50059
- result = imul(result, 31) + this.w2t_1 | 0;
50014
+ result = imul(result, 31) + getNumberHashCode(this.v2t_1) | 0;
50015
+ result = imul(result, 31) + getNumberHashCode(this.w2t_1) | 0;
50060
50016
  result = imul(result, 31) + getNumberHashCode(this.x2t_1) | 0;
50017
+ result = imul(result, 31) + this.y2t_1 | 0;
50018
+ result = imul(result, 31) + this.z2t_1 | 0;
50019
+ result = imul(result, 31) + getNumberHashCode(this.a2u_1) | 0;
50061
50020
  return result;
50062
50021
  };
50063
50022
  RTCQuality.prototype.equals = function (other) {
@@ -50066,39 +50025,134 @@
50066
50025
  if (!(other instanceof RTCQuality))
50067
50026
  return false;
50068
50027
  var tmp0_other_with_cast = other instanceof RTCQuality ? other : THROW_CCE();
50069
- if (!equals(this.p2t_1, tmp0_other_with_cast.p2t_1))
50070
- return false;
50071
- if (!equals(this.q2t_1, tmp0_other_with_cast.q2t_1))
50072
- return false;
50073
- if (!equals(this.r2t_1, tmp0_other_with_cast.r2t_1))
50074
- return false;
50075
50028
  if (!equals(this.s2t_1, tmp0_other_with_cast.s2t_1))
50076
50029
  return false;
50077
50030
  if (!equals(this.t2t_1, tmp0_other_with_cast.t2t_1))
50078
50031
  return false;
50079
50032
  if (!equals(this.u2t_1, tmp0_other_with_cast.u2t_1))
50080
50033
  return false;
50081
- if (!(this.v2t_1 === tmp0_other_with_cast.v2t_1))
50034
+ if (!equals(this.v2t_1, tmp0_other_with_cast.v2t_1))
50082
50035
  return false;
50083
- if (!(this.w2t_1 === tmp0_other_with_cast.w2t_1))
50036
+ if (!equals(this.w2t_1, tmp0_other_with_cast.w2t_1))
50084
50037
  return false;
50085
50038
  if (!equals(this.x2t_1, tmp0_other_with_cast.x2t_1))
50086
50039
  return false;
50040
+ if (!(this.y2t_1 === tmp0_other_with_cast.y2t_1))
50041
+ return false;
50042
+ if (!(this.z2t_1 === tmp0_other_with_cast.z2t_1))
50043
+ return false;
50044
+ if (!equals(this.a2u_1, tmp0_other_with_cast.a2u_1))
50045
+ return false;
50087
50046
  return true;
50088
50047
  };
50089
50048
  RTCQuality.$metadata$ = classMeta('RTCQuality', undefined, undefined, {0: $serializer_getInstance_153});
50049
+ function CallCompleteReason$Companion$$cachedSerializer$delegate$_anonymous__gwqa6d() {
50050
+ return $serializer_getInstance_154();
50051
+ }
50052
+ var CallCompleteReason_LocalHangup_instance;
50053
+ var CallCompleteReason_LocalCancel_instance;
50054
+ var CallCompleteReason_RemoteHangup_instance;
50055
+ var CallCompleteReason_MaxLength_instance;
50056
+ var CallCompleteReason_RingTimeout_instance;
50057
+ var CallCompleteReason_Failed_instance;
50058
+ var CallCompleteReason_Unknown_instance;
50059
+ function Companion_115() {
50060
+ Companion_instance_115 = this;
50061
+ var tmp = this;
50062
+ var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
50063
+ tmp.b2u_1 = lazy(tmp_0, CallCompleteReason$Companion$$cachedSerializer$delegate$_anonymous__gwqa6d);
50064
+ }
50065
+ Companion_115.prototype.v10 = function () {
50066
+ return this.b2u_1.s1();
50067
+ };
50068
+ Companion_115.prototype.nr = function (typeParamsSerializers) {
50069
+ return this.v10();
50070
+ };
50071
+ Companion_115.$metadata$ = objectMeta('Companion', [SerializerFactory]);
50072
+ var Companion_instance_115;
50073
+ function Companion_getInstance_116() {
50074
+ CallCompleteReason_initEntries();
50075
+ if (Companion_instance_115 == null)
50076
+ new Companion_115();
50077
+ return Companion_instance_115;
50078
+ }
50090
50079
  function $serializer_154() {
50091
50080
  $serializer_instance_154 = this;
50081
+ var tmp0_serialDesc = new EnumDescriptor('com.vonage.clientcore.core.conversation.CallCompleteReason', 7);
50082
+ tmp0_serialDesc.eq('LocalHangup', false);
50083
+ tmp0_serialDesc.eq('LocalCancel', false);
50084
+ tmp0_serialDesc.eq('RemoteHangup', false);
50085
+ tmp0_serialDesc.eq('MaxLength', false);
50086
+ tmp0_serialDesc.eq('RingTimeout', false);
50087
+ tmp0_serialDesc.eq('Failed', false);
50088
+ tmp0_serialDesc.eq('Unknown', false);
50089
+ this.c2u_1 = tmp0_serialDesc;
50090
+ }
50091
+ $serializer_154.prototype.yf = function () {
50092
+ return this.c2u_1;
50093
+ };
50094
+ $serializer_154.prototype.tq = function () {
50095
+ var tmp$ret$2;
50096
+ // Inline function 'kotlin.arrayOf' call
50097
+ var tmp$ret$1;
50098
+ // Inline function 'kotlin.js.unsafeCast' call
50099
+ var tmp$ret$0;
50100
+ // Inline function 'kotlin.js.asDynamic' call
50101
+ tmp$ret$0 = [];
50102
+ tmp$ret$1 = tmp$ret$0;
50103
+ tmp$ret$2 = tmp$ret$1;
50104
+ return tmp$ret$2;
50105
+ };
50106
+ $serializer_154.prototype.ag = function (decoder) {
50107
+ return values_4()[decoder.bj(this.c2u_1)];
50108
+ };
50109
+ $serializer_154.prototype.d2u = function (encoder, value) {
50110
+ encoder.ik(this.c2u_1, value.e4_1);
50111
+ };
50112
+ $serializer_154.prototype.zf = function (encoder, value) {
50113
+ return this.d2u(encoder, value instanceof CallCompleteReason ? value : THROW_CCE());
50114
+ };
50115
+ $serializer_154.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
50116
+ var $serializer_instance_154;
50117
+ function $serializer_getInstance_154() {
50118
+ CallCompleteReason_initEntries();
50119
+ if ($serializer_instance_154 == null)
50120
+ new $serializer_154();
50121
+ return $serializer_instance_154;
50122
+ }
50123
+ function values_4() {
50124
+ return [CallCompleteReason_LocalHangup_getInstance(), CallCompleteReason_LocalCancel_getInstance(), CallCompleteReason_RemoteHangup_getInstance(), CallCompleteReason_MaxLength_getInstance(), CallCompleteReason_RingTimeout_getInstance(), CallCompleteReason_Failed_getInstance(), CallCompleteReason_Unknown_getInstance()];
50125
+ }
50126
+ var CallCompleteReason_entriesInitialized;
50127
+ function CallCompleteReason_initEntries() {
50128
+ if (CallCompleteReason_entriesInitialized)
50129
+ return Unit_getInstance();
50130
+ CallCompleteReason_entriesInitialized = true;
50131
+ CallCompleteReason_LocalHangup_instance = new CallCompleteReason('LocalHangup', 0);
50132
+ CallCompleteReason_LocalCancel_instance = new CallCompleteReason('LocalCancel', 1);
50133
+ CallCompleteReason_RemoteHangup_instance = new CallCompleteReason('RemoteHangup', 2);
50134
+ CallCompleteReason_MaxLength_instance = new CallCompleteReason('MaxLength', 3);
50135
+ CallCompleteReason_RingTimeout_instance = new CallCompleteReason('RingTimeout', 4);
50136
+ CallCompleteReason_Failed_instance = new CallCompleteReason('Failed', 5);
50137
+ CallCompleteReason_Unknown_instance = new CallCompleteReason('Unknown', 6);
50138
+ Companion_getInstance_116();
50139
+ }
50140
+ function CallCompleteReason(name, ordinal) {
50141
+ Enum.call(this, name, ordinal);
50142
+ }
50143
+ CallCompleteReason.$metadata$ = classMeta('CallCompleteReason', undefined, undefined, {0: $serializer_getInstance_154}, undefined, Enum.prototype);
50144
+ function $serializer_155() {
50145
+ $serializer_instance_155 = this;
50092
50146
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.RTCHangupReason', this, 3);
50093
50147
  tmp0_serialDesc.eq('text', false);
50094
50148
  tmp0_serialDesc.eq('code', false);
50095
50149
  tmp0_serialDesc.eq('sip_code', false);
50096
- this.y2t_1 = tmp0_serialDesc;
50150
+ this.e2u_1 = tmp0_serialDesc;
50097
50151
  }
50098
- $serializer_154.prototype.yf = function () {
50099
- return this.y2t_1;
50152
+ $serializer_155.prototype.yf = function () {
50153
+ return this.e2u_1;
50100
50154
  };
50101
- $serializer_154.prototype.tq = function () {
50155
+ $serializer_155.prototype.tq = function () {
50102
50156
  var tmp$ret$2;
50103
50157
  // Inline function 'kotlin.arrayOf' call
50104
50158
  var tmp0_arrayOf = [StringSerializer_getInstance(), CallCompleteReasonSerialiser_getInstance(), IntSerializer_getInstance()];
@@ -50111,8 +50165,8 @@
50111
50165
  tmp$ret$2 = tmp$ret$1;
50112
50166
  return tmp$ret$2;
50113
50167
  };
50114
- $serializer_154.prototype.ag = function (decoder) {
50115
- var tmp0_desc = this.y2t_1;
50168
+ $serializer_155.prototype.ag = function (decoder) {
50169
+ var tmp0_desc = this.e2u_1;
50116
50170
  var tmp1_flag = true;
50117
50171
  var tmp2_index = 0;
50118
50172
  var tmp3_bitMask0 = 0;
@@ -50153,31 +50207,31 @@
50153
50207
  tmp7_input.gj(tmp0_desc);
50154
50208
  return RTCHangupReason_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
50155
50209
  };
50156
- $serializer_154.prototype.z2t = function (encoder, value) {
50157
- var tmp0_desc = this.y2t_1;
50210
+ $serializer_155.prototype.f2u = function (encoder, value) {
50211
+ var tmp0_desc = this.e2u_1;
50158
50212
  var tmp1_output = encoder.fj(tmp0_desc);
50159
- tmp1_output.sk(tmp0_desc, 0, value.a2u_1);
50160
- tmp1_output.tk(tmp0_desc, 1, CallCompleteReasonSerialiser_getInstance(), value.b2u_1);
50161
- tmp1_output.nk(tmp0_desc, 2, value.c2u_1);
50213
+ tmp1_output.sk(tmp0_desc, 0, value.z2p_1);
50214
+ tmp1_output.tk(tmp0_desc, 1, CallCompleteReasonSerialiser_getInstance(), value.a2q_1);
50215
+ tmp1_output.nk(tmp0_desc, 2, value.b2q_1);
50162
50216
  tmp1_output.gj(tmp0_desc);
50163
50217
  };
50164
- $serializer_154.prototype.zf = function (encoder, value) {
50165
- return this.z2t(encoder, value instanceof RTCHangupReason ? value : THROW_CCE());
50218
+ $serializer_155.prototype.zf = function (encoder, value) {
50219
+ return this.f2u(encoder, value instanceof RTCHangupReason ? value : THROW_CCE());
50166
50220
  };
50167
- $serializer_154.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
50168
- var $serializer_instance_154;
50169
- function $serializer_getInstance_154() {
50170
- if ($serializer_instance_154 == null)
50171
- new $serializer_154();
50172
- return $serializer_instance_154;
50221
+ $serializer_155.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
50222
+ var $serializer_instance_155;
50223
+ function $serializer_getInstance_155() {
50224
+ if ($serializer_instance_155 == null)
50225
+ new $serializer_155();
50226
+ return $serializer_instance_155;
50173
50227
  }
50174
50228
  function RTCHangupReason_init_$Init$(seen1, text, code, sip_code, serializationConstructorMarker, $this) {
50175
50229
  if (!(7 === (7 & seen1))) {
50176
- throwMissingFieldException(seen1, 7, $serializer_getInstance_154().y2t_1);
50230
+ throwMissingFieldException(seen1, 7, $serializer_getInstance_155().e2u_1);
50177
50231
  }
50178
- $this.a2u_1 = text;
50179
- $this.b2u_1 = code;
50180
- $this.c2u_1 = sip_code;
50232
+ $this.z2p_1 = text;
50233
+ $this.a2q_1 = code;
50234
+ $this.b2q_1 = sip_code;
50181
50235
  return $this;
50182
50236
  }
50183
50237
  function RTCHangupReason_init_$Create$(seen1, text, code, sip_code, serializationConstructorMarker) {
@@ -50186,12 +50240,12 @@
50186
50240
  function RTCHangupReason() {
50187
50241
  }
50188
50242
  RTCHangupReason.prototype.toString = function () {
50189
- return 'RTCHangupReason(text=' + this.a2u_1 + ', code=' + this.b2u_1 + ', sip_code=' + this.c2u_1 + ')';
50243
+ return 'RTCHangupReason(text=' + this.z2p_1 + ', code=' + this.a2q_1 + ', sip_code=' + this.b2q_1 + ')';
50190
50244
  };
50191
50245
  RTCHangupReason.prototype.hashCode = function () {
50192
- var result = getStringHashCode(this.a2u_1);
50193
- result = imul(result, 31) + this.b2u_1.hashCode() | 0;
50194
- result = imul(result, 31) + this.c2u_1 | 0;
50246
+ var result = getStringHashCode(this.z2p_1);
50247
+ result = imul(result, 31) + this.a2q_1.hashCode() | 0;
50248
+ result = imul(result, 31) + this.b2q_1 | 0;
50195
50249
  return result;
50196
50250
  };
50197
50251
  RTCHangupReason.prototype.equals = function (other) {
@@ -50200,26 +50254,70 @@
50200
50254
  if (!(other instanceof RTCHangupReason))
50201
50255
  return false;
50202
50256
  var tmp0_other_with_cast = other instanceof RTCHangupReason ? other : THROW_CCE();
50203
- if (!(this.a2u_1 === tmp0_other_with_cast.a2u_1))
50257
+ if (!(this.z2p_1 === tmp0_other_with_cast.z2p_1))
50204
50258
  return false;
50205
- if (!this.b2u_1.equals(tmp0_other_with_cast.b2u_1))
50259
+ if (!this.a2q_1.equals(tmp0_other_with_cast.a2q_1))
50206
50260
  return false;
50207
- if (!(this.c2u_1 === tmp0_other_with_cast.c2u_1))
50261
+ if (!(this.b2q_1 === tmp0_other_with_cast.b2q_1))
50208
50262
  return false;
50209
50263
  return true;
50210
50264
  };
50211
- RTCHangupReason.$metadata$ = classMeta('RTCHangupReason', undefined, undefined, {0: $serializer_getInstance_154});
50212
- function $serializer_155() {
50213
- $serializer_instance_155 = this;
50265
+ RTCHangupReason.$metadata$ = classMeta('RTCHangupReason', undefined, undefined, {0: $serializer_getInstance_155});
50266
+ function CallCompleteReasonSerialiser() {
50267
+ CallCompleteReasonSerialiser_instance = this;
50268
+ this.g2u_1 = PrimitiveSerialDescriptor('RTCHangupReason.code', STRING_getInstance());
50269
+ }
50270
+ CallCompleteReasonSerialiser.prototype.yf = function () {
50271
+ return this.g2u_1;
50272
+ };
50273
+ CallCompleteReasonSerialiser.prototype.ag = function (decoder) {
50274
+ var tmp0_subject = decoder.aj();
50275
+ switch (tmp0_subject) {
50276
+ case 'LOCAL_HANGUP':
50277
+ return CallCompleteReason_LocalHangup_getInstance();
50278
+ case 'REMOTE_HANGUP':
50279
+ return CallCompleteReason_RemoteHangup_getInstance();
50280
+ case 'LOCAL_CANCEL':
50281
+ return CallCompleteReason_LocalCancel_getInstance();
50282
+ case 'LENGTH_TIMER':
50283
+ return CallCompleteReason_MaxLength_getInstance();
50284
+ case 'RING_TIMER':
50285
+ return CallCompleteReason_RingTimeout_getInstance();
50286
+ case 'REMOTE_NO_ANSWER':
50287
+ case 'REMOTE_REJECTED':
50288
+ case 'REMOTE_BUSY':
50289
+ case 'REMOTE_CANCEL':
50290
+ case 'REMOTE_NOT_FOUND':
50291
+ case 'REMOTE_FAILURE':
50292
+ return CallCompleteReason_RemoteHangup_getInstance();
50293
+ default:
50294
+ return CallCompleteReason_Unknown_getInstance();
50295
+ }
50296
+ };
50297
+ CallCompleteReasonSerialiser.prototype.d2u = function (encoder, value) {
50298
+ encoder.hk(value.d4_1);
50299
+ };
50300
+ CallCompleteReasonSerialiser.prototype.zf = function (encoder, value) {
50301
+ return this.d2u(encoder, value instanceof CallCompleteReason ? value : THROW_CCE());
50302
+ };
50303
+ CallCompleteReasonSerialiser.$metadata$ = objectMeta('CallCompleteReasonSerialiser', [KSerializer]);
50304
+ var CallCompleteReasonSerialiser_instance;
50305
+ function CallCompleteReasonSerialiser_getInstance() {
50306
+ if (CallCompleteReasonSerialiser_instance == null)
50307
+ new CallCompleteReasonSerialiser();
50308
+ return CallCompleteReasonSerialiser_instance;
50309
+ }
50310
+ function $serializer_156() {
50311
+ $serializer_instance_156 = this;
50214
50312
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.RTCBandwidth', this, 2);
50215
50313
  tmp0_serialDesc.eq('bytes_in', false);
50216
50314
  tmp0_serialDesc.eq('bytes_out', false);
50217
- this.d2u_1 = tmp0_serialDesc;
50315
+ this.h2u_1 = tmp0_serialDesc;
50218
50316
  }
50219
- $serializer_155.prototype.yf = function () {
50220
- return this.d2u_1;
50317
+ $serializer_156.prototype.yf = function () {
50318
+ return this.h2u_1;
50221
50319
  };
50222
- $serializer_155.prototype.tq = function () {
50320
+ $serializer_156.prototype.tq = function () {
50223
50321
  var tmp$ret$2;
50224
50322
  // Inline function 'kotlin.arrayOf' call
50225
50323
  var tmp0_arrayOf = [IntSerializer_getInstance(), IntSerializer_getInstance()];
@@ -50232,8 +50330,8 @@
50232
50330
  tmp$ret$2 = tmp$ret$1;
50233
50331
  return tmp$ret$2;
50234
50332
  };
50235
- $serializer_155.prototype.ag = function (decoder) {
50236
- var tmp0_desc = this.d2u_1;
50333
+ $serializer_156.prototype.ag = function (decoder) {
50334
+ var tmp0_desc = this.h2u_1;
50237
50335
  var tmp1_flag = true;
50238
50336
  var tmp2_index = 0;
50239
50337
  var tmp3_bitMask0 = 0;
@@ -50267,29 +50365,29 @@
50267
50365
  tmp6_input.gj(tmp0_desc);
50268
50366
  return RTCBandwidth_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
50269
50367
  };
50270
- $serializer_155.prototype.e2u = function (encoder, value) {
50271
- var tmp0_desc = this.d2u_1;
50368
+ $serializer_156.prototype.i2u = function (encoder, value) {
50369
+ var tmp0_desc = this.h2u_1;
50272
50370
  var tmp1_output = encoder.fj(tmp0_desc);
50273
- tmp1_output.nk(tmp0_desc, 0, value.f2u_1);
50274
- tmp1_output.nk(tmp0_desc, 1, value.g2u_1);
50371
+ tmp1_output.nk(tmp0_desc, 0, value.j2u_1);
50372
+ tmp1_output.nk(tmp0_desc, 1, value.k2u_1);
50275
50373
  tmp1_output.gj(tmp0_desc);
50276
50374
  };
50277
- $serializer_155.prototype.zf = function (encoder, value) {
50278
- return this.e2u(encoder, value instanceof RTCBandwidth ? value : THROW_CCE());
50375
+ $serializer_156.prototype.zf = function (encoder, value) {
50376
+ return this.i2u(encoder, value instanceof RTCBandwidth ? value : THROW_CCE());
50279
50377
  };
50280
- $serializer_155.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
50281
- var $serializer_instance_155;
50282
- function $serializer_getInstance_155() {
50283
- if ($serializer_instance_155 == null)
50284
- new $serializer_155();
50285
- return $serializer_instance_155;
50378
+ $serializer_156.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
50379
+ var $serializer_instance_156;
50380
+ function $serializer_getInstance_156() {
50381
+ if ($serializer_instance_156 == null)
50382
+ new $serializer_156();
50383
+ return $serializer_instance_156;
50286
50384
  }
50287
50385
  function RTCBandwidth_init_$Init$(seen1, bytes_in, bytes_out, serializationConstructorMarker, $this) {
50288
50386
  if (!(3 === (3 & seen1))) {
50289
- throwMissingFieldException(seen1, 3, $serializer_getInstance_155().d2u_1);
50387
+ throwMissingFieldException(seen1, 3, $serializer_getInstance_156().h2u_1);
50290
50388
  }
50291
- $this.f2u_1 = bytes_in;
50292
- $this.g2u_1 = bytes_out;
50389
+ $this.j2u_1 = bytes_in;
50390
+ $this.k2u_1 = bytes_out;
50293
50391
  return $this;
50294
50392
  }
50295
50393
  function RTCBandwidth_init_$Create$(seen1, bytes_in, bytes_out, serializationConstructorMarker) {
@@ -50298,11 +50396,11 @@
50298
50396
  function RTCBandwidth() {
50299
50397
  }
50300
50398
  RTCBandwidth.prototype.toString = function () {
50301
- return 'RTCBandwidth(bytes_in=' + this.f2u_1 + ', bytes_out=' + this.g2u_1 + ')';
50399
+ return 'RTCBandwidth(bytes_in=' + this.j2u_1 + ', bytes_out=' + this.k2u_1 + ')';
50302
50400
  };
50303
50401
  RTCBandwidth.prototype.hashCode = function () {
50304
- var result = this.f2u_1;
50305
- result = imul(result, 31) + this.g2u_1 | 0;
50402
+ var result = this.j2u_1;
50403
+ result = imul(result, 31) + this.k2u_1 | 0;
50306
50404
  return result;
50307
50405
  };
50308
50406
  RTCBandwidth.prototype.equals = function (other) {
@@ -50311,152 +50409,13 @@
50311
50409
  if (!(other instanceof RTCBandwidth))
50312
50410
  return false;
50313
50411
  var tmp0_other_with_cast = other instanceof RTCBandwidth ? other : THROW_CCE();
50314
- if (!(this.f2u_1 === tmp0_other_with_cast.f2u_1))
50412
+ if (!(this.j2u_1 === tmp0_other_with_cast.j2u_1))
50315
50413
  return false;
50316
- if (!(this.g2u_1 === tmp0_other_with_cast.g2u_1))
50414
+ if (!(this.k2u_1 === tmp0_other_with_cast.k2u_1))
50317
50415
  return false;
50318
50416
  return true;
50319
50417
  };
50320
- RTCBandwidth.$metadata$ = classMeta('RTCBandwidth', undefined, undefined, {0: $serializer_getInstance_155});
50321
- function CallCompleteReason$Companion$$cachedSerializer$delegate$_anonymous__gwqa6d() {
50322
- return $serializer_getInstance_156();
50323
- }
50324
- var CallCompleteReason_LocalHangup_instance;
50325
- var CallCompleteReason_LocalCancel_instance;
50326
- var CallCompleteReason_RemoteHangup_instance;
50327
- var CallCompleteReason_MaxLength_instance;
50328
- var CallCompleteReason_RingTimeout_instance;
50329
- var CallCompleteReason_Failed_instance;
50330
- var CallCompleteReason_Unknown_instance;
50331
- function Companion_115() {
50332
- Companion_instance_115 = this;
50333
- var tmp = this;
50334
- var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
50335
- tmp.h2u_1 = lazy(tmp_0, CallCompleteReason$Companion$$cachedSerializer$delegate$_anonymous__gwqa6d);
50336
- }
50337
- Companion_115.prototype.v10 = function () {
50338
- return this.h2u_1.s1();
50339
- };
50340
- Companion_115.prototype.nr = function (typeParamsSerializers) {
50341
- return this.v10();
50342
- };
50343
- Companion_115.$metadata$ = objectMeta('Companion', [SerializerFactory]);
50344
- var Companion_instance_115;
50345
- function Companion_getInstance_116() {
50346
- CallCompleteReason_initEntries();
50347
- if (Companion_instance_115 == null)
50348
- new Companion_115();
50349
- return Companion_instance_115;
50350
- }
50351
- function $serializer_156() {
50352
- $serializer_instance_156 = this;
50353
- var tmp0_serialDesc = new EnumDescriptor('com.vonage.clientcore.core.conversation.CallCompleteReason', 7);
50354
- tmp0_serialDesc.eq('LocalHangup', false);
50355
- tmp0_serialDesc.eq('LocalCancel', false);
50356
- tmp0_serialDesc.eq('RemoteHangup', false);
50357
- tmp0_serialDesc.eq('MaxLength', false);
50358
- tmp0_serialDesc.eq('RingTimeout', false);
50359
- tmp0_serialDesc.eq('Failed', false);
50360
- tmp0_serialDesc.eq('Unknown', false);
50361
- this.i2u_1 = tmp0_serialDesc;
50362
- }
50363
- $serializer_156.prototype.yf = function () {
50364
- return this.i2u_1;
50365
- };
50366
- $serializer_156.prototype.tq = function () {
50367
- var tmp$ret$2;
50368
- // Inline function 'kotlin.arrayOf' call
50369
- var tmp$ret$1;
50370
- // Inline function 'kotlin.js.unsafeCast' call
50371
- var tmp$ret$0;
50372
- // Inline function 'kotlin.js.asDynamic' call
50373
- tmp$ret$0 = [];
50374
- tmp$ret$1 = tmp$ret$0;
50375
- tmp$ret$2 = tmp$ret$1;
50376
- return tmp$ret$2;
50377
- };
50378
- $serializer_156.prototype.ag = function (decoder) {
50379
- return values_4()[decoder.bj(this.i2u_1)];
50380
- };
50381
- $serializer_156.prototype.j2u = function (encoder, value) {
50382
- encoder.ik(this.i2u_1, value.e4_1);
50383
- };
50384
- $serializer_156.prototype.zf = function (encoder, value) {
50385
- return this.j2u(encoder, value instanceof CallCompleteReason ? value : THROW_CCE());
50386
- };
50387
- $serializer_156.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
50388
- var $serializer_instance_156;
50389
- function $serializer_getInstance_156() {
50390
- CallCompleteReason_initEntries();
50391
- if ($serializer_instance_156 == null)
50392
- new $serializer_156();
50393
- return $serializer_instance_156;
50394
- }
50395
- function values_4() {
50396
- return [CallCompleteReason_LocalHangup_getInstance(), CallCompleteReason_LocalCancel_getInstance(), CallCompleteReason_RemoteHangup_getInstance(), CallCompleteReason_MaxLength_getInstance(), CallCompleteReason_RingTimeout_getInstance(), CallCompleteReason_Failed_getInstance(), CallCompleteReason_Unknown_getInstance()];
50397
- }
50398
- var CallCompleteReason_entriesInitialized;
50399
- function CallCompleteReason_initEntries() {
50400
- if (CallCompleteReason_entriesInitialized)
50401
- return Unit_getInstance();
50402
- CallCompleteReason_entriesInitialized = true;
50403
- CallCompleteReason_LocalHangup_instance = new CallCompleteReason('LocalHangup', 0);
50404
- CallCompleteReason_LocalCancel_instance = new CallCompleteReason('LocalCancel', 1);
50405
- CallCompleteReason_RemoteHangup_instance = new CallCompleteReason('RemoteHangup', 2);
50406
- CallCompleteReason_MaxLength_instance = new CallCompleteReason('MaxLength', 3);
50407
- CallCompleteReason_RingTimeout_instance = new CallCompleteReason('RingTimeout', 4);
50408
- CallCompleteReason_Failed_instance = new CallCompleteReason('Failed', 5);
50409
- CallCompleteReason_Unknown_instance = new CallCompleteReason('Unknown', 6);
50410
- Companion_getInstance_116();
50411
- }
50412
- function CallCompleteReason(name, ordinal) {
50413
- Enum.call(this, name, ordinal);
50414
- }
50415
- CallCompleteReason.$metadata$ = classMeta('CallCompleteReason', undefined, undefined, {0: $serializer_getInstance_156}, undefined, Enum.prototype);
50416
- function CallCompleteReasonSerialiser() {
50417
- CallCompleteReasonSerialiser_instance = this;
50418
- this.k2u_1 = PrimitiveSerialDescriptor('RTCHangupReason.code', STRING_getInstance());
50419
- }
50420
- CallCompleteReasonSerialiser.prototype.yf = function () {
50421
- return this.k2u_1;
50422
- };
50423
- CallCompleteReasonSerialiser.prototype.ag = function (decoder) {
50424
- var tmp0_subject = decoder.aj();
50425
- switch (tmp0_subject) {
50426
- case 'LOCAL_HANGUP':
50427
- return CallCompleteReason_LocalHangup_getInstance();
50428
- case 'REMOTE_HANGUP':
50429
- return CallCompleteReason_RemoteHangup_getInstance();
50430
- case 'LOCAL_CANCEL':
50431
- return CallCompleteReason_LocalCancel_getInstance();
50432
- case 'LENGTH_TIMER':
50433
- return CallCompleteReason_MaxLength_getInstance();
50434
- case 'RING_TIMER':
50435
- return CallCompleteReason_RingTimeout_getInstance();
50436
- case 'REMOTE_NO_ANSWER':
50437
- case 'REMOTE_REJECTED':
50438
- case 'REMOTE_BUSY':
50439
- case 'REMOTE_CANCEL':
50440
- case 'REMOTE_NOT_FOUND':
50441
- case 'REMOTE_FAILURE':
50442
- return CallCompleteReason_RemoteHangup_getInstance();
50443
- default:
50444
- return CallCompleteReason_Unknown_getInstance();
50445
- }
50446
- };
50447
- CallCompleteReasonSerialiser.prototype.j2u = function (encoder, value) {
50448
- encoder.hk(value.d4_1);
50449
- };
50450
- CallCompleteReasonSerialiser.prototype.zf = function (encoder, value) {
50451
- return this.j2u(encoder, value instanceof CallCompleteReason ? value : THROW_CCE());
50452
- };
50453
- CallCompleteReasonSerialiser.$metadata$ = objectMeta('CallCompleteReasonSerialiser', [KSerializer]);
50454
- var CallCompleteReasonSerialiser_instance;
50455
- function CallCompleteReasonSerialiser_getInstance() {
50456
- if (CallCompleteReasonSerialiser_instance == null)
50457
- new CallCompleteReasonSerialiser();
50458
- return CallCompleteReasonSerialiser_instance;
50459
- }
50418
+ RTCBandwidth.$metadata$ = classMeta('RTCBandwidth', undefined, undefined, {0: $serializer_getInstance_156});
50460
50419
  function CallCompleteReason_LocalHangup_getInstance() {
50461
50420
  CallCompleteReason_initEntries();
50462
50421
  return CallCompleteReason_LocalHangup_instance;
@@ -52569,7 +52528,7 @@
52569
52528
  tmp_0 = $next(action);
52570
52529
  } else {
52571
52530
  var tmp1_safe_receiver = $store.z2f(getKClass(ConfigReducer));
52572
- var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.l2q_1;
52531
+ var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.o2q_1;
52573
52532
  var host = tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs;
52574
52533
  var tmp3_safe_receiver = $store.z2f(getKClass(SessionReducer));
52575
52534
  var auth = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.d2g_1;
@@ -52582,7 +52541,7 @@
52582
52541
  tmp_2 = mapOf([to('Authorization', 'bearer ' + auth), to('Content-Type', 'application/json')]);
52583
52542
  } else {
52584
52543
  var tmp4_safe_receiver = $store.z2f(getKClass(ConfigReducer));
52585
- var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : tmp4_safe_receiver.m2q_1;
52544
+ var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : tmp4_safe_receiver.p2q_1;
52586
52545
  host = tmp5_elvis_lhs == null ? '' : tmp5_elvis_lhs;
52587
52546
  tmp_2 = mapOf_0(to('Content-Type', 'application/json'));
52588
52547
  }
@@ -52918,16 +52877,16 @@
52918
52877
  var legId = leg.a1t_1;
52919
52878
  var remoteSdp = leg.b1t_1;
52920
52879
  $callback(legId);
52921
- var tmp_0 = new AppChannelEndpoint($action.o1d_1.s2q_1);
52880
+ var tmp_0 = new AppChannelEndpoint($action.o1d_1.v2q_1);
52922
52881
  var tmp_1 = CallDirection_outbound_getInstance();
52923
- $store.b1d(Action_init_$Create$(CallCreate_init_$Create$(legId, tmp_0, tmp_1, $action.o1d_1.t2q_1, null, 16, null)));
52882
+ $store.b1d(Action_init_$Create$(CallCreate_init_$Create$(legId, tmp_0, tmp_1, $action.o1d_1.w2q_1, null, 16, null)));
52924
52883
  $store.b1d(Action_init_$Create$(new MediaOffer(legId, $offer)));
52925
52884
  $media.j2v(legId, remoteSdp);
52926
52885
  StaticConfig_getInstance();
52927
52886
  $media.n2v(1000, legId);
52928
52887
  var tmp_2 = new CallMemberMediaTimeout(legId);
52929
52888
  StaticConfig_getInstance();
52930
- $store.b1d(Action_init_$Create$(new TimeoutAction(tmp_2, 5000)));
52889
+ $store.b1d(Action_init_$Create$(new TimeoutAction(tmp_2, 10000)));
52931
52890
  if (!($action.p1d_1.n1d_1 == null)) {
52932
52891
  $store.b1d(Action_init_$Create$(new CallbackAction(ensureNotNull($action.p1d_1.n1d_1), legId)));
52933
52892
  Unit_getInstance();
@@ -52976,10 +52935,10 @@
52976
52935
  Unit_getInstance();
52977
52936
  }
52978
52937
  } else {
52979
- $store.b1d(Action_init_$Create$(new CallCreate($action.o1d_1.a2r_1, $action.o1d_1.d2r_1, CallDirection_inbound_getInstance(), null, new MemberJoinInfo($action.o1d_1.b2r_1, $action.o1d_1.c2r_1))));
52980
- $store.b1d(Action_init_$Create$(new MediaAnswer($action.o1d_1.a2r_1, $offer)));
52938
+ $store.b1d(Action_init_$Create$(new CallCreate($action.o1d_1.d2r_1, $action.o1d_1.g2r_1, CallDirection_inbound_getInstance(), null, new MemberJoinInfo($action.o1d_1.e2r_1, $action.o1d_1.f2r_1))));
52939
+ $store.b1d(Action_init_$Create$(new MediaAnswer($action.o1d_1.d2r_1, $offer)));
52981
52940
  if (!($action.p1d_1.n1d_1 == null)) {
52982
- $store.b1d(Action_init_$Create$(new CallbackAction(ensureNotNull($action.p1d_1.n1d_1), $action.o1d_1.a2r_1)));
52941
+ $store.b1d(Action_init_$Create$(new CallbackAction(ensureNotNull($action.p1d_1.n1d_1), $action.o1d_1.d2r_1)));
52983
52942
  Unit_getInstance();
52984
52943
  }
52985
52944
  }
@@ -52998,10 +52957,10 @@
52998
52957
  $store.b1d(Action_init_$Create$(new CallbackAction(ensureNotNull($action.p1d_1.n1d_1), error)));
52999
52958
  Unit_getInstance();
53000
52959
  } else {
53001
- var tmp_1 = new RTCAnswerRequest($action.o1d_1.b2r_1, $action.o1d_1.c2r_1, $action.o1d_1.a2r_1, answer);
52960
+ var tmp_1 = new RTCAnswerRequest($action.o1d_1.e2r_1, $action.o1d_1.f2r_1, $action.o1d_1.d2r_1, answer);
53002
52961
  $store.b1d(new Action(tmp_1, ActionMeta_init_$Create$(null, null, mediaActionMiddleware$lambda$lambda$lambda$lambda_0($action, $store, $logger, $offer), 3, null)));
53003
52962
  StaticConfig_getInstance();
53004
- $media.n2v(1000, $action.o1d_1.a2r_1);
52963
+ $media.n2v(1000, $action.o1d_1.d2r_1);
53005
52964
  Unit_getInstance();
53006
52965
  }
53007
52966
  return Unit_getInstance();
@@ -53028,11 +52987,11 @@
53028
52987
  Unit_getInstance();
53029
52988
  }
53030
52989
  } else {
53031
- callback($action.o1d_1.w2q_1);
53032
- var tmp_3 = new RTCReconnectRequest($action.o1d_1.y2q_1, $action.o1d_1.x2q_1, offer, $action.o1d_1.w2q_1);
53033
- $store.b1d(new Action(tmp_3, ActionMeta_init_$Create$(null, $action.o1d_1.w2q_1, null, 5, null)));
52990
+ callback($action.o1d_1.z2q_1);
52991
+ var tmp_3 = new RTCReconnectRequest($action.o1d_1.b2r_1, $action.o1d_1.a2r_1, offer, $action.o1d_1.z2q_1);
52992
+ $store.b1d(new Action(tmp_3, ActionMeta_init_$Create$(null, $action.o1d_1.z2q_1, null, 5, null)));
53034
52993
  StaticConfig_getInstance();
53035
- $media.n2v(1000, $action.o1d_1.w2q_1);
52994
+ $media.n2v(1000, $action.o1d_1.z2q_1);
53036
52995
  Unit_getInstance();
53037
52996
  }
53038
52997
  return Unit_getInstance();
@@ -53051,8 +53010,8 @@
53051
53010
  $media.h2v(mediaActionMiddleware$lambda$lambda$lambda_0(action, $store, $logger, $media));
53052
53011
  } else {
53053
53012
  if (tmp0_subject instanceof SetupInboundCall) {
53054
- var offer = action.o1d_1.e2r_1;
53055
- $media.i2v(mediaActionMiddleware$lambda$lambda$lambda_1($store, action, $media, $logger, offer), offer, action.o1d_1.a2r_1);
53013
+ var offer = action.o1d_1.h2r_1;
53014
+ $media.i2v(mediaActionMiddleware$lambda$lambda$lambda_1($store, action, $media, $logger, offer), offer, action.o1d_1.d2r_1);
53056
53015
  } else {
53057
53016
  if (tmp0_subject instanceof CallReconnect) {
53058
53017
  $media.h2v(mediaActionMiddleware$lambda$lambda$lambda_2(action, $store, $logger, $media));
@@ -53072,7 +53031,7 @@
53072
53031
  $media.j2v(action.o1d_1.j24_1.v24_1, action.o1d_1.j24_1.w24_1);
53073
53032
  } else {
53074
53033
  if (tmp0_subject instanceof CallCleanup) {
53075
- $media.k2v(action.o1d_1.u2q_1);
53034
+ $media.k2v(action.o1d_1.x2q_1);
53076
53035
  } else {
53077
53036
  if (tmp0_subject instanceof MediaDisable) {
53078
53037
  $media.k2v(action.o1d_1.e29_1);
@@ -53321,9 +53280,9 @@
53321
53280
  var tmp_0;
53322
53281
  if (a instanceof SocketConnect) {
53323
53282
  var tmp0_safe_receiver = state;
53324
- var host = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.j2q_1;
53283
+ var host = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.m2q_1;
53325
53284
  var tmp1_safe_receiver = state;
53326
- var path = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.k2q_1;
53285
+ var path = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.n2q_1;
53327
53286
  var token = a.q2a_1;
53328
53287
  var sessionId = a.r2a_1;
53329
53288
  var query = 'session_version=0.0.2&token=' + token;
@@ -53885,6 +53844,157 @@
53885
53844
  function WSEndPoints() {
53886
53845
  }
53887
53846
  WSEndPoints.$metadata$ = classMeta('WSEndPoints');
53847
+ function cleanupReducers(_this__u8e3s4, filteredLegId, filteredConversationId) {
53848
+ var tmp0_safe_receiver = _this__u8e3s4.z2f(getKClass(InviteReducer));
53849
+ if (tmp0_safe_receiver == null)
53850
+ ;
53851
+ else {
53852
+ // Inline function 'kotlin.run' call
53853
+ // Inline function 'kotlin.contracts.contract' call
53854
+ var tmp$ret$5;
53855
+ // Inline function 'kotlin.collections.filter' call
53856
+ var tmp0_filter = tmp0_safe_receiver.d2q_1;
53857
+ var tmp$ret$4;
53858
+ // Inline function 'kotlin.collections.filterTo' call
53859
+ var tmp0_filterTo = LinkedHashMap_init_$Create$();
53860
+ var tmp$ret$0;
53861
+ // Inline function 'kotlin.collections.iterator' call
53862
+ tmp$ret$0 = tmp0_filter.q().g();
53863
+ var tmp0_iterator = tmp$ret$0;
53864
+ while (tmp0_iterator.h()) {
53865
+ var element = tmp0_iterator.i();
53866
+ var tmp$ret$3;
53867
+ // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>' call
53868
+ var tmp0_safe_receiver_0 = filteredLegId;
53869
+ var tmp;
53870
+ if (tmp0_safe_receiver_0 == null) {
53871
+ tmp = null;
53872
+ } else {
53873
+ var tmp$ret$2;
53874
+ // Inline function 'kotlin.let' call
53875
+ // Inline function 'kotlin.contracts.contract' call
53876
+ var tmp$ret$1;
53877
+ // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>.<anonymous>' call
53878
+ tmp$ret$1 = !(element.s1().q2p_1 === tmp0_safe_receiver_0);
53879
+ tmp$ret$2 = tmp$ret$1;
53880
+ tmp = tmp$ret$2;
53881
+ }
53882
+ var tmp1_elvis_lhs = tmp;
53883
+ tmp$ret$3 = tmp1_elvis_lhs == null ? true : tmp1_elvis_lhs;
53884
+ if (tmp$ret$3) {
53885
+ tmp0_filterTo.l(element.q1(), element.s1());
53886
+ }
53887
+ }
53888
+ tmp$ret$4 = tmp0_filterTo;
53889
+ tmp$ret$5 = tmp$ret$4;
53890
+ var tmp1_forEach = tmp$ret$5;
53891
+ var tmp$ret$6;
53892
+ // Inline function 'kotlin.collections.iterator' call
53893
+ tmp$ret$6 = tmp1_forEach.q().g();
53894
+ var tmp0_iterator_0 = tmp$ret$6;
53895
+ while (tmp0_iterator_0.h()) {
53896
+ var element_0 = tmp0_iterator_0.i();
53897
+ // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>' call
53898
+ if (element_0.s1().w2p_1) {
53899
+ _this__u8e3s4.b1d(Action_init_$Create$(new InviteCleanup(element_0.q1())));
53900
+ }
53901
+ }
53902
+ Unit_getInstance();
53903
+ }
53904
+ var tmp1_safe_receiver = _this__u8e3s4.z2f(getKClass(CallReducer));
53905
+ if (tmp1_safe_receiver == null)
53906
+ ;
53907
+ else {
53908
+ // Inline function 'kotlin.run' call
53909
+ // Inline function 'kotlin.contracts.contract' call
53910
+ var tmp$ret$17;
53911
+ // Inline function 'kotlin.collections.filter' call
53912
+ var tmp0_filter_0 = tmp1_safe_receiver.m2p_1;
53913
+ var tmp$ret$16;
53914
+ // Inline function 'kotlin.collections.filterTo' call
53915
+ var tmp0_filterTo_0 = LinkedHashMap_init_$Create$();
53916
+ var tmp$ret$8;
53917
+ // Inline function 'kotlin.collections.iterator' call
53918
+ tmp$ret$8 = tmp0_filter_0.q().g();
53919
+ var tmp0_iterator_1 = tmp$ret$8;
53920
+ while (tmp0_iterator_1.h()) {
53921
+ var element_1 = tmp0_iterator_1.i();
53922
+ var tmp$ret$15;
53923
+ // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>' call
53924
+ var tmp$ret$9;
53925
+ // Inline function 'kotlin.collections.component1' call
53926
+ tmp$ret$9 = element_1.q1();
53927
+ var conversationId = tmp$ret$9;
53928
+ var tmp$ret$10;
53929
+ // Inline function 'kotlin.collections.component2' call
53930
+ tmp$ret$10 = element_1.s1();
53931
+ var callId = tmp$ret$10;
53932
+ var tmp_0;
53933
+ var tmp0_safe_receiver_1 = filteredLegId;
53934
+ var tmp_1;
53935
+ if (tmp0_safe_receiver_1 == null) {
53936
+ tmp_1 = null;
53937
+ } else {
53938
+ var tmp$ret$12;
53939
+ // Inline function 'kotlin.let' call
53940
+ // Inline function 'kotlin.contracts.contract' call
53941
+ var tmp$ret$11;
53942
+ // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>.<anonymous>' call
53943
+ tmp$ret$11 = !(callId === tmp0_safe_receiver_1);
53944
+ tmp$ret$12 = tmp$ret$11;
53945
+ tmp_1 = tmp$ret$12;
53946
+ }
53947
+ var tmp1_elvis_lhs_0 = tmp_1;
53948
+ if (tmp1_elvis_lhs_0 == null ? true : tmp1_elvis_lhs_0) {
53949
+ var tmp2_safe_receiver = filteredConversationId;
53950
+ var tmp_2;
53951
+ if (tmp2_safe_receiver == null) {
53952
+ tmp_2 = null;
53953
+ } else {
53954
+ var tmp$ret$14;
53955
+ // Inline function 'kotlin.let' call
53956
+ // Inline function 'kotlin.contracts.contract' call
53957
+ var tmp$ret$13;
53958
+ // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>.<anonymous>' call
53959
+ tmp$ret$13 = !(tmp2_safe_receiver === conversationId);
53960
+ tmp$ret$14 = tmp$ret$13;
53961
+ tmp_2 = tmp$ret$14;
53962
+ }
53963
+ var tmp3_elvis_lhs = tmp_2;
53964
+ tmp_0 = tmp3_elvis_lhs == null ? true : tmp3_elvis_lhs;
53965
+ } else {
53966
+ tmp_0 = false;
53967
+ }
53968
+ tmp$ret$15 = tmp_0;
53969
+ if (tmp$ret$15) {
53970
+ tmp0_filterTo_0.l(element_1.q1(), element_1.s1());
53971
+ }
53972
+ }
53973
+ tmp$ret$16 = tmp0_filterTo_0;
53974
+ tmp$ret$17 = tmp$ret$16;
53975
+ var tmp1_forEach_0 = tmp$ret$17.i2();
53976
+ var tmp0_iterator_2 = tmp1_forEach_0.g();
53977
+ while (tmp0_iterator_2.h()) {
53978
+ var element_2 = tmp0_iterator_2.i();
53979
+ // Inline function 'kotlin.let' call
53980
+ var tmp0_safe_receiver_2 = tmp1_safe_receiver.l2p_1.g2(element_2);
53981
+ var tmp1_safe_receiver_0 = tmp0_safe_receiver_2 == null ? null : tmp0_safe_receiver_2.b2p_1;
53982
+ var tmp0_let = tmp1_safe_receiver_0 == null ? null : tmp1_safe_receiver_0.s1();
53983
+ if (tmp0_let instanceof Completed) {
53984
+ _this__u8e3s4.b1d(Action_init_$Create$(new CallCleanup(element_2)));
53985
+ Unit_getInstance();
53986
+ }
53987
+ }
53988
+ Unit_getInstance();
53989
+ }
53990
+ }
53991
+ function cleanupReducers$default(_this__u8e3s4, filteredLegId, filteredConversationId, $mask0, $handler) {
53992
+ if (!(($mask0 & 1) === 0))
53993
+ filteredLegId = null;
53994
+ if (!(($mask0 & 2) === 0))
53995
+ filteredConversationId = null;
53996
+ return cleanupReducers(_this__u8e3s4, filteredLegId, filteredConversationId);
53997
+ }
53888
53998
  function SetConfig(wsHost, wsPath, httpHost, enableWsInvites) {
53889
53999
  this.f2y_1 = wsHost;
53890
54000
  this.g2y_1 = wsPath;
@@ -53989,36 +54099,36 @@
53989
54099
  return ConfigState_init_$Init$(wsHost, wsPath, httpHost, rtcStatsHost, enableWsInvites, $mask0, $marker, Object.create(ConfigState.prototype));
53990
54100
  }
53991
54101
  function ConfigState(wsHost, wsPath, httpHost, rtcStatsHost, enableWsInvites) {
53992
- this.j2q_1 = wsHost;
53993
- this.k2q_1 = wsPath;
53994
- this.l2q_1 = httpHost;
53995
- this.m2q_1 = rtcStatsHost;
53996
- this.n2q_1 = enableWsInvites;
54102
+ this.m2q_1 = wsHost;
54103
+ this.n2q_1 = wsPath;
54104
+ this.o2q_1 = httpHost;
54105
+ this.p2q_1 = rtcStatsHost;
54106
+ this.q2q_1 = enableWsInvites;
53997
54107
  }
53998
54108
  ConfigState.prototype.z2y = function (_set____db54di) {
53999
- this.j2q_1 = _set____db54di;
54109
+ this.m2q_1 = _set____db54di;
54000
54110
  };
54001
54111
  ConfigState.prototype.a2z = function (_set____db54di) {
54002
- this.k2q_1 = _set____db54di;
54112
+ this.n2q_1 = _set____db54di;
54003
54113
  };
54004
54114
  ConfigState.prototype.b2z = function (_set____db54di) {
54005
- this.l2q_1 = _set____db54di;
54115
+ this.o2q_1 = _set____db54di;
54006
54116
  };
54007
54117
  ConfigState.prototype.c2z = function (_set____db54di) {
54008
- this.n2q_1 = _set____db54di;
54118
+ this.q2q_1 = _set____db54di;
54009
54119
  };
54010
54120
  ConfigState.prototype.m2y = function () {
54011
- return this.n2q_1;
54121
+ return this.q2q_1;
54012
54122
  };
54013
54123
  ConfigState.prototype.v2y = function (action) {
54014
54124
  var tmp$ret$0;
54015
54125
  // Inline function 'kotlin.apply' call
54016
54126
  // Inline function 'kotlin.contracts.contract' call
54017
54127
  // Inline function 'com.vonage.clientcore.core.reducers.ConfigState.update.<anonymous>' call
54018
- this.l2q_1 = action.h2y_1;
54019
- this.j2q_1 = action.f2y_1;
54020
- this.k2q_1 = action.g2y_1;
54021
- this.n2q_1 = action.i2y_1;
54128
+ this.o2q_1 = action.h2y_1;
54129
+ this.m2q_1 = action.f2y_1;
54130
+ this.n2q_1 = action.g2y_1;
54131
+ this.q2q_1 = action.i2y_1;
54022
54132
  tmp$ret$0 = this;
54023
54133
  return tmp$ret$0;
54024
54134
  };
@@ -54027,26 +54137,26 @@
54027
54137
  };
54028
54138
  ConfigState.prototype.t2y = function (wsHost, wsPath, httpHost, rtcStatsHost, enableWsInvites, $mask0, $handler) {
54029
54139
  if (!(($mask0 & 1) === 0))
54030
- wsHost = this.j2q_1;
54140
+ wsHost = this.m2q_1;
54031
54141
  if (!(($mask0 & 2) === 0))
54032
- wsPath = this.k2q_1;
54142
+ wsPath = this.n2q_1;
54033
54143
  if (!(($mask0 & 4) === 0))
54034
- httpHost = this.l2q_1;
54144
+ httpHost = this.o2q_1;
54035
54145
  if (!(($mask0 & 8) === 0))
54036
- rtcStatsHost = this.m2q_1;
54146
+ rtcStatsHost = this.p2q_1;
54037
54147
  if (!(($mask0 & 16) === 0))
54038
- enableWsInvites = this.n2q_1;
54148
+ enableWsInvites = this.q2q_1;
54039
54149
  return this.d2z(wsHost, wsPath, httpHost, rtcStatsHost, enableWsInvites);
54040
54150
  };
54041
54151
  ConfigState.prototype.toString = function () {
54042
- return 'ConfigState(wsHost=' + this.j2q_1 + ', wsPath=' + this.k2q_1 + ', httpHost=' + this.l2q_1 + ', rtcStatsHost=' + this.m2q_1 + ', enableWsInvites=' + this.n2q_1 + ')';
54152
+ return 'ConfigState(wsHost=' + this.m2q_1 + ', wsPath=' + this.n2q_1 + ', httpHost=' + this.o2q_1 + ', rtcStatsHost=' + this.p2q_1 + ', enableWsInvites=' + this.q2q_1 + ')';
54043
54153
  };
54044
54154
  ConfigState.prototype.hashCode = function () {
54045
- var result = this.j2q_1 == null ? 0 : getStringHashCode(this.j2q_1);
54046
- result = imul(result, 31) + (this.k2q_1 == null ? 0 : getStringHashCode(this.k2q_1)) | 0;
54047
- result = imul(result, 31) + (this.l2q_1 == null ? 0 : getStringHashCode(this.l2q_1)) | 0;
54048
- result = imul(result, 31) + (this.m2q_1 == null ? 0 : getStringHashCode(this.m2q_1)) | 0;
54049
- result = imul(result, 31) + (this.n2q_1 | 0) | 0;
54155
+ var result = this.m2q_1 == null ? 0 : getStringHashCode(this.m2q_1);
54156
+ result = imul(result, 31) + (this.n2q_1 == null ? 0 : getStringHashCode(this.n2q_1)) | 0;
54157
+ result = imul(result, 31) + (this.o2q_1 == null ? 0 : getStringHashCode(this.o2q_1)) | 0;
54158
+ result = imul(result, 31) + (this.p2q_1 == null ? 0 : getStringHashCode(this.p2q_1)) | 0;
54159
+ result = imul(result, 31) + (this.q2q_1 | 0) | 0;
54050
54160
  return result;
54051
54161
  };
54052
54162
  ConfigState.prototype.equals = function (other) {
@@ -54055,15 +54165,15 @@
54055
54165
  if (!(other instanceof ConfigState))
54056
54166
  return false;
54057
54167
  var tmp0_other_with_cast = other instanceof ConfigState ? other : THROW_CCE();
54058
- if (!(this.j2q_1 == tmp0_other_with_cast.j2q_1))
54168
+ if (!(this.m2q_1 == tmp0_other_with_cast.m2q_1))
54059
54169
  return false;
54060
- if (!(this.k2q_1 == tmp0_other_with_cast.k2q_1))
54170
+ if (!(this.n2q_1 == tmp0_other_with_cast.n2q_1))
54061
54171
  return false;
54062
- if (!(this.l2q_1 == tmp0_other_with_cast.l2q_1))
54172
+ if (!(this.o2q_1 == tmp0_other_with_cast.o2q_1))
54063
54173
  return false;
54064
- if (!(this.m2q_1 == tmp0_other_with_cast.m2q_1))
54174
+ if (!(this.p2q_1 == tmp0_other_with_cast.p2q_1))
54065
54175
  return false;
54066
- if (!(this.n2q_1 === tmp0_other_with_cast.n2q_1))
54176
+ if (!(this.q2q_1 === tmp0_other_with_cast.q2q_1))
54067
54177
  return false;
54068
54178
  return true;
54069
54179
  };
@@ -54835,7 +54945,7 @@
54835
54945
  Call.prototype.e31 = function (isReconnect, from, customData, id, memberState, legState, mediaState, localMedia) {
54836
54946
  return new Call(isReconnect, from, customData, id, memberState, legState, mediaState, localMedia);
54837
54947
  };
54838
- Call.prototype.o2q = function (isReconnect, from, customData, id, memberState, legState, mediaState, localMedia, $mask0, $handler) {
54948
+ Call.prototype.r2q = function (isReconnect, from, customData, id, memberState, legState, mediaState, localMedia, $mask0, $handler) {
54839
54949
  if (!(($mask0 & 1) === 0))
54840
54950
  isReconnect = this.w2o_1;
54841
54951
  if (!(($mask0 & 2) === 0))
@@ -54999,22 +55109,22 @@
54999
55109
  var tmp3_subject = action.o1d_1;
55000
55110
  var tmp_1;
55001
55111
  if (tmp3_subject instanceof CallMemberMediaTimeout) {
55002
- tmp_1 = state.d32(action.o1d_1, action.o1d_1.u2r_1);
55112
+ tmp_1 = state.d32(action.o1d_1, action.o1d_1.w2r_1);
55003
55113
  } else {
55004
55114
  if (tmp3_subject instanceof CallKnockingRequestFailure) {
55005
- tmp_1 = state.c32(action.o1d_1, action.o1d_1.j2r_1);
55115
+ tmp_1 = state.c32(action.o1d_1, action.o1d_1.l2r_1);
55006
55116
  } else {
55007
55117
  if (tmp3_subject instanceof CallCreate) {
55008
- tmp_1 = state.b32(action.o1d_1, action.o1d_1.n2r_1);
55118
+ tmp_1 = state.b32(action.o1d_1, action.o1d_1.p2r_1);
55009
55119
  } else {
55010
55120
  if (tmp3_subject instanceof CallReconnect) {
55011
- tmp_1 = state.a32(action.o1d_1, action.o1d_1.w2q_1);
55121
+ tmp_1 = state.a32(action.o1d_1, action.o1d_1.z2q_1);
55012
55122
  } else {
55013
55123
  if (tmp3_subject instanceof CallCleanup) {
55014
- tmp_1 = state.z31(action.o1d_1, action.o1d_1.u2q_1);
55124
+ tmp_1 = state.z31(action.o1d_1, action.o1d_1.x2q_1);
55015
55125
  } else {
55016
55126
  if (tmp3_subject instanceof CallConversationUpdate) {
55017
- tmp_1 = state.y31(action.o1d_1, action.o1d_1.l2r_1);
55127
+ tmp_1 = state.y31(action.o1d_1, action.o1d_1.n2r_1);
55018
55128
  } else {
55019
55129
  tmp_1 = null;
55020
55130
  }
@@ -55252,22 +55362,22 @@
55252
55362
  return function ($this$new) {
55253
55363
  var tmp$ret$1;
55254
55364
  // Inline function 'kotlin.also' call
55255
- var tmp0_customData = $action.q2r_1;
55256
- var tmp1_id = $action.n2r_1;
55257
- var tmp2_from = $action.o2r_1;
55365
+ var tmp0_customData = $action.s2r_1;
55366
+ var tmp1_id = $action.p2r_1;
55367
+ var tmp2_from = $action.q2r_1;
55258
55368
  var tmp0_also = Call_init_$Create$(false, tmp2_from, tmp0_customData, tmp1_id, null, null, null, null, 241, null);
55259
55369
  // Inline function 'kotlin.contracts.contract' call
55260
55370
  // Inline function 'com.vonage.clientcore.core.reducers.call.CallState.update.<anonymous>.<anonymous>' call
55261
55371
  var tmp = tmp0_also;
55262
- var tmp0_subject = $action.p2r_1;
55372
+ var tmp0_subject = $action.r2r_1;
55263
55373
  var tmp0 = tmp0_subject.e4_1;
55264
55374
  var tmp_0;
55265
55375
  switch (tmp0) {
55266
55376
  case 1:
55267
- tmp_0 = toResolved(tmp0_also.b2p_1, new Started($action.n2r_1));
55377
+ tmp_0 = toResolved(tmp0_also.b2p_1, new Started($action.p2r_1));
55268
55378
  break;
55269
55379
  case 0:
55270
- tmp_0 = toResolved(tmp0_also.b2p_1, new Prewarm($action.n2r_1));
55380
+ tmp_0 = toResolved(tmp0_also.b2p_1, new Prewarm($action.p2r_1));
55271
55381
  break;
55272
55382
  default:
55273
55383
  noWhenBranchMatchedException();
@@ -55275,7 +55385,7 @@
55275
55385
  }
55276
55386
  tmp.b2p_1 = tmp_0;
55277
55387
  tmp0_also.c2p_1 = toPending(tmp0_also.c2p_1, Active_getInstance(), $id);
55278
- var tmp1_safe_receiver = $action.r2r_1;
55388
+ var tmp1_safe_receiver = $action.t2r_1;
55279
55389
  if (tmp1_safe_receiver == null)
55280
55390
  ;
55281
55391
  else {
@@ -55283,9 +55393,9 @@
55283
55393
  // Inline function 'kotlin.contracts.contract' call
55284
55394
  var tmp_1 = tmp0_also;
55285
55395
  var tmp_2 = tmp0_also.a2p_1;
55286
- tmp_1.a2p_1 = toResolved(tmp_2, Joined_init_$Create$(tmp1_safe_receiver.v2r_1, tmp1_safe_receiver.w2r_1, null, 4, null));
55396
+ tmp_1.a2p_1 = toResolved(tmp_2, Joined_init_$Create$(tmp1_safe_receiver.y2r_1, tmp1_safe_receiver.z2r_1, null, 4, null));
55287
55397
  var tmp0_set = $this$new.m2p_1;
55288
- var tmp1_set = tmp1_safe_receiver.v2r_1;
55398
+ var tmp1_set = tmp1_safe_receiver.y2r_1;
55289
55399
  tmp0_set.l(tmp1_set, $id);
55290
55400
  Unit_getInstance();
55291
55401
  }
@@ -55295,10 +55405,20 @@
55295
55405
  }
55296
55406
  function CallState$update$lambda_1($action, $id) {
55297
55407
  return function ($this$new) {
55298
- var tmp0_from = new AppChannelEndpoint($action.x2q_1);
55299
- var tmp = Joined_init_$Create$($action.y2q_1, $action.x2q_1, null, 4, null);
55408
+ var tmp$ret$0;
55409
+ // Inline function 'kotlin.also' call
55410
+ var tmp0_from = new AppChannelEndpoint($action.a2r_1);
55411
+ var tmp = Joined_init_$Create$($action.b2r_1, $action.a2r_1, null, 4, null);
55300
55412
  var tmp1_memberState = Resolved_init_$Create$(tmp, null, 2, null);
55301
- return Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, null, 224, null);
55413
+ var tmp0_also = Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, null, 224, null);
55414
+ // Inline function 'kotlin.contracts.contract' call
55415
+ // Inline function 'com.vonage.clientcore.core.reducers.call.CallState.update.<anonymous>.<anonymous>' call
55416
+ // Inline function 'kotlin.collections.set' call
55417
+ var tmp0_set = $this$new.m2p_1;
55418
+ var tmp1_set = $action.b2r_1;
55419
+ tmp0_set.l(tmp1_set, $id);
55420
+ tmp$ret$0 = tmp0_also;
55421
+ return tmp$ret$0;
55302
55422
  };
55303
55423
  }
55304
55424
  function CallState$update$lambda_2($action) {
@@ -55306,7 +55426,7 @@
55306
55426
  var tmp_0 = $this$modify.a2p_1.s1();
55307
55427
  if (isInterface(tmp_0, CoreMemberStateWithCid)) {
55308
55428
  var tmp_1 = $this$modify.a2p_1.s1();
55309
- (isInterface(tmp_1, CoreMemberStateWithCid) ? tmp_1 : THROW_CCE()).i32($action.m2r_1);
55429
+ (isInterface(tmp_1, CoreMemberStateWithCid) ? tmp_1 : THROW_CCE()).i32($action.o2r_1);
55310
55430
  Unit_getInstance();
55311
55431
  }
55312
55432
  return Unit_getInstance();
@@ -55347,7 +55467,7 @@
55347
55467
  if (equals(tmp0_subject, Active_getInstance())) {
55348
55468
  Unit_getInstance();
55349
55469
  } else {
55350
- $this$modify.c2p_1 = toFailed($this$modify.c2p_1, $event.k2r_1);
55470
+ $this$modify.c2p_1 = toFailed($this$modify.c2p_1, $event.m2r_1);
55351
55471
  Unit_getInstance();
55352
55472
  }
55353
55473
  return Unit_getInstance();
@@ -55426,7 +55546,7 @@
55426
55546
  var tmp = $this$modify;
55427
55547
  var tmp_0 = $this$modify.d2p_1;
55428
55548
  var tmp_1 = new Offer($offer.g29_1);
55429
- tmp.d2p_1 = tmp_0.e2t(tmp_1, null, false, 6, null);
55549
+ tmp.d2p_1 = tmp_0.h2t(tmp_1, null, false, 6, null);
55430
55550
  return Unit_getInstance();
55431
55551
  };
55432
55552
  }
@@ -55435,14 +55555,14 @@
55435
55555
  var tmp = $this$modify;
55436
55556
  var tmp_0 = $this$modify.d2p_1;
55437
55557
  var tmp_1 = new Answer($offer.i29_1);
55438
- tmp.d2p_1 = tmp_0.e2t(tmp_1, null, false, 6, null);
55558
+ tmp.d2p_1 = tmp_0.h2t(tmp_1, null, false, 6, null);
55439
55559
  return Unit_getInstance();
55440
55560
  };
55441
55561
  }
55442
55562
  function CallState$update$lambda_19($this$modify) {
55443
55563
  var tmp = $this$modify;
55444
55564
  var tmp_0 = $this$modify.d2p_1;
55445
- tmp.d2p_1 = tmp_0.e2t(null, null, false, 3, null);
55565
+ tmp.d2p_1 = tmp_0.h2t(null, null, false, 3, null);
55446
55566
  return Unit_getInstance();
55447
55567
  }
55448
55568
  function CallState$update$lambda_20($action) {
@@ -55450,7 +55570,7 @@
55450
55570
  var tmp = $this$modify;
55451
55571
  var tmp_0 = $this$modify.d2p_1;
55452
55572
  var tmp_1 = new Answer($action.j24_1.w24_1);
55453
- tmp.d2p_1 = tmp_0.e2t(null, tmp_1, false, 5, null);
55573
+ tmp.d2p_1 = tmp_0.h2t(null, tmp_1, false, 5, null);
55454
55574
  return Unit_getInstance();
55455
55575
  };
55456
55576
  }
@@ -55796,28 +55916,28 @@
55796
55916
  };
55797
55917
  Joined.$metadata$ = classMeta('Joined', [CoreMemberStateWithCid]);
55798
55918
  function Left(cid, mid, conversationName, reasonCode) {
55799
- this.d2q_1 = cid;
55800
- this.e2q_1 = mid;
55801
- this.f2q_1 = conversationName;
55802
- this.g2q_1 = reasonCode;
55919
+ this.g2q_1 = cid;
55920
+ this.h2q_1 = mid;
55921
+ this.i2q_1 = conversationName;
55922
+ this.j2q_1 = reasonCode;
55803
55923
  }
55804
55924
  Left.prototype.w1f = function () {
55805
- return this.d2q_1;
55925
+ return this.g2q_1;
55806
55926
  };
55807
55927
  Left.prototype.i32 = function (_set____db54di) {
55808
- this.f2q_1 = _set____db54di;
55928
+ this.i2q_1 = _set____db54di;
55809
55929
  };
55810
55930
  Left.prototype.s2x = function () {
55811
- return this.f2q_1;
55931
+ return this.i2q_1;
55812
55932
  };
55813
55933
  Left.prototype.toString = function () {
55814
- return 'Left(cid=' + this.d2q_1 + ', mid=' + this.e2q_1 + ', conversationName=' + this.f2q_1 + ', reasonCode=' + this.g2q_1 + ')';
55934
+ return 'Left(cid=' + this.g2q_1 + ', mid=' + this.h2q_1 + ', conversationName=' + this.i2q_1 + ', reasonCode=' + this.j2q_1 + ')';
55815
55935
  };
55816
55936
  Left.prototype.hashCode = function () {
55817
- var result = getStringHashCode(this.d2q_1);
55818
- result = imul(result, 31) + getStringHashCode(this.e2q_1) | 0;
55819
- result = imul(result, 31) + (this.f2q_1 == null ? 0 : getStringHashCode(this.f2q_1)) | 0;
55820
- result = imul(result, 31) + (this.g2q_1 == null ? 0 : getStringHashCode(this.g2q_1)) | 0;
55937
+ var result = getStringHashCode(this.g2q_1);
55938
+ result = imul(result, 31) + getStringHashCode(this.h2q_1) | 0;
55939
+ result = imul(result, 31) + (this.i2q_1 == null ? 0 : getStringHashCode(this.i2q_1)) | 0;
55940
+ result = imul(result, 31) + (this.j2q_1 == null ? 0 : getStringHashCode(this.j2q_1)) | 0;
55821
55941
  return result;
55822
55942
  };
55823
55943
  Left.prototype.equals = function (other) {
@@ -55826,13 +55946,13 @@
55826
55946
  if (!(other instanceof Left))
55827
55947
  return false;
55828
55948
  var tmp0_other_with_cast = other instanceof Left ? other : THROW_CCE();
55829
- if (!(this.d2q_1 === tmp0_other_with_cast.d2q_1))
55949
+ if (!(this.g2q_1 === tmp0_other_with_cast.g2q_1))
55830
55950
  return false;
55831
- if (!(this.e2q_1 === tmp0_other_with_cast.e2q_1))
55951
+ if (!(this.h2q_1 === tmp0_other_with_cast.h2q_1))
55832
55952
  return false;
55833
- if (!(this.f2q_1 == tmp0_other_with_cast.f2q_1))
55953
+ if (!(this.i2q_1 == tmp0_other_with_cast.i2q_1))
55834
55954
  return false;
55835
- if (!(this.g2q_1 == tmp0_other_with_cast.g2q_1))
55955
+ if (!(this.j2q_1 == tmp0_other_with_cast.j2q_1))
55836
55956
  return false;
55837
55957
  return true;
55838
55958
  };
@@ -55872,7 +55992,7 @@
55872
55992
  Invite.prototype.e1k = function () {
55873
55993
  return this.p2p_1;
55874
55994
  };
55875
- Invite.prototype.g2r = function () {
55995
+ Invite.prototype.j2r = function () {
55876
55996
  return this.q2p_1;
55877
55997
  };
55878
55998
  Invite.prototype.p32 = function () {
@@ -55884,7 +56004,7 @@
55884
56004
  Invite.prototype.r32 = function (from, rtcId, memberId, conversationId, offer, memberState, isSocketInvite, hangupReceived, FS_SIP_Code) {
55885
56005
  return new Invite(from, rtcId, memberId, conversationId, offer, memberState, isSocketInvite, hangupReceived, FS_SIP_Code);
55886
56006
  };
55887
- Invite.prototype.h2q = function (from, rtcId, memberId, conversationId, offer, memberState, isSocketInvite, hangupReceived, FS_SIP_Code, $mask0, $handler) {
56007
+ Invite.prototype.k2q = function (from, rtcId, memberId, conversationId, offer, memberState, isSocketInvite, hangupReceived, FS_SIP_Code, $mask0, $handler) {
55888
56008
  if (!(($mask0 & 1) === 0))
55889
56009
  from = this.p2p_1;
55890
56010
  if (!(($mask0 & 2) === 0))
@@ -56046,7 +56166,7 @@
56046
56166
  if (tmp0_subject instanceof InviteCleanup) {
56047
56167
  var tmp$ret$5;
56048
56168
  // Inline function 'kotlin.let' call
56049
- state.y32(action.o1d_1, action.o1d_1.i2r_1);
56169
+ state.y32(action.o1d_1, action.o1d_1.x2r_1);
56050
56170
  // Inline function 'kotlin.contracts.contract' call
56051
56171
  var tmp$ret$4;
56052
56172
  // Inline function 'com.vonage.clientcore.core.reducers.call.InviteReducer.reduce.<anonymous>' call
@@ -56105,16 +56225,16 @@
56105
56225
  return function ($this$new) {
56106
56226
  var tmp;
56107
56227
  var tmp_0;
56108
- var tmp0_safe_receiver = $event.h1y_1.u1y_1.m2t_1;
56109
- if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h2t_1) === true) {
56110
- tmp_0 = $event.h1y_1.t1y_1.t2j_1 === $this$new.a2q_1;
56228
+ var tmp0_safe_receiver = $event.h1y_1.u1y_1.p2t_1;
56229
+ if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.k2t_1) === true) {
56230
+ tmp_0 = $event.h1y_1.t1y_1.t2j_1 === $this$new.e2q_1;
56111
56231
  } else {
56112
56232
  tmp_0 = false;
56113
56233
  }
56114
56234
  if (tmp_0) {
56115
56235
  var remoteDescription = new Offer(ensureNotNull($event.h1y_1.x1y_1));
56116
56236
  var tmp_1 = ensureNotNull($event.h1y_1.v1y_1.i2j_1);
56117
- tmp = Invite_init_$Create$(tmp_1, $event.h1y_1.v1y_1.e2j_1, $event.h1y_1.s1y_1, $event.h1y_1.r1y_1.t2s_1, remoteDescription.b2t_1, null, true, false, 0, 416, null);
56237
+ tmp = Invite_init_$Create$(tmp_1, $event.h1y_1.v1y_1.e2j_1, $event.h1y_1.s1y_1, $event.h1y_1.r1y_1.w2s_1, remoteDescription.e2t_1, null, true, false, 0, 416, null);
56118
56238
  } else {
56119
56239
  tmp = null;
56120
56240
  }
@@ -56124,14 +56244,14 @@
56124
56244
  function InviteState$update$lambda_0($event) {
56125
56245
  return function ($this$new) {
56126
56246
  var tmp;
56127
- var tmp0_safe_receiver = $event.q23_1.u1y_1.m2t_1;
56128
- if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h2t_1) === true) {
56247
+ var tmp0_safe_receiver = $event.q23_1.u1y_1.p2t_1;
56248
+ if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.k2t_1) === true) {
56129
56249
  var remoteDescription = new Offer(ensureNotNull($event.q23_1.x1y_1));
56130
56250
  var tmp_0 = ensureNotNull($event.q23_1.v1y_1.i2j_1);
56131
- var tmp1_safe_receiver = $this$new.z2p_1.g2($event.q23_1.v1y_1.e2j_1);
56251
+ var tmp1_safe_receiver = $this$new.d2q_1.g2($event.q23_1.v1y_1.e2j_1);
56132
56252
  var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.v2p_1;
56133
56253
  var tmp_1 = tmp2_elvis_lhs == null ? false : tmp2_elvis_lhs;
56134
- tmp = Invite_init_$Create$(tmp_0, $event.q23_1.v1y_1.e2j_1, $event.q23_1.s1y_1, $event.u23_1, remoteDescription.b2t_1, null, tmp_1, false, 0, 416, null);
56254
+ tmp = Invite_init_$Create$(tmp_0, $event.q23_1.v1y_1.e2j_1, $event.q23_1.s1y_1, $event.u23_1, remoteDescription.e2t_1, null, tmp_1, false, 0, 416, null);
56135
56255
  } else {
56136
56256
  tmp = null;
56137
56257
  }
@@ -56140,7 +56260,7 @@
56140
56260
  }
56141
56261
  function InviteState$update$lambda_1($event, this$0) {
56142
56262
  return function ($this$modify) {
56143
- if ($event.b1z_1.k1z_1.s2j_1 === this$0.a2q_1) {
56263
+ if ($event.b1z_1.k1z_1.s2j_1 === this$0.e2q_1) {
56144
56264
  var tmp_0 = $this$modify;
56145
56265
  var tmp_1 = $this$modify.u2p_1;
56146
56266
  tmp_0.u2p_1 = toResolved(tmp_1, Joined_init_$Create$($event.d1z_1, $event.e1z_1, null, 4, null));
@@ -56159,7 +56279,7 @@
56159
56279
  }
56160
56280
  function InviteState$update$lambda_3($event, this$0) {
56161
56281
  return function ($this$modify) {
56162
- if ($event.p1z_1.z1z_1.m2j_1 === this$0.a2q_1 ? equals($this$modify.u2p_1.s1(), None_getInstance_2()) : false) {
56282
+ if ($event.p1z_1.z1z_1.m2j_1 === this$0.e2q_1 ? equals($this$modify.u2p_1.s1(), None_getInstance_2()) : false) {
56163
56283
  var tmp_0 = $this$modify;
56164
56284
  var tmp_1 = $this$modify.u2p_1;
56165
56285
  var tmp0_safe_receiver = $event.p1z_1.b20_1;
@@ -56172,7 +56292,7 @@
56172
56292
  function InviteState$update$lambda_4($event) {
56173
56293
  return function ($this$modify) {
56174
56294
  $this$modify.w2p_1 = true;
56175
- $this$modify.x2p_1 = $event.x22_1.b1y_1.c2u_1;
56295
+ $this$modify.x2p_1 = $event.x22_1.b1y_1.b2q_1;
56176
56296
  return Unit_getInstance();
56177
56297
  };
56178
56298
  }
@@ -56185,32 +56305,32 @@
56185
56305
  };
56186
56306
  }
56187
56307
  function InviteState(invites, currentUserId) {
56188
- this.z2p_1 = invites;
56189
- this.a2q_1 = currentUserId;
56190
- this.b2q_1 = null;
56308
+ this.d2q_1 = invites;
56309
+ this.e2q_1 = currentUserId;
56310
+ this.f2q_1 = null;
56191
56311
  }
56192
56312
  InviteState.prototype.a33 = function () {
56193
- return this.z2p_1;
56313
+ return this.d2q_1;
56194
56314
  };
56195
56315
  InviteState.prototype.l32 = function (_set____db54di) {
56196
- this.a2q_1 = _set____db54di;
56316
+ this.e2q_1 = _set____db54di;
56197
56317
  };
56198
56318
  InviteState.prototype.v2z = function () {
56199
- return this.z2p_1;
56319
+ return this.d2q_1;
56200
56320
  };
56201
56321
  InviteState.prototype.m2z = function (_set____db54di) {
56202
- this.b2q_1 = _set____db54di;
56322
+ this.f2q_1 = _set____db54di;
56203
56323
  };
56204
56324
  InviteState.prototype.n32 = function () {
56205
- return this.b2q_1;
56325
+ return this.f2q_1;
56206
56326
  };
56207
56327
  InviteState.prototype.m30 = function (event) {
56208
56328
  var tmp$ret$0;
56209
56329
  // Inline function 'kotlin.apply' call
56210
56330
  // Inline function 'kotlin.contracts.contract' call
56211
56331
  // Inline function 'com.vonage.clientcore.core.reducers.call.InviteState.update.<anonymous>' call
56212
- this.a2q_1 = event.x23_1.e25_1;
56213
- this.b2q_1 = null;
56332
+ this.e2q_1 = event.x23_1.e25_1;
56333
+ this.f2q_1 = null;
56214
56334
  tmp$ret$0 = this;
56215
56335
  return tmp$ret$0;
56216
56336
  };
@@ -56243,7 +56363,7 @@
56243
56363
  // Inline function 'kotlin.apply' call
56244
56364
  // Inline function 'kotlin.contracts.contract' call
56245
56365
  // Inline function 'com.vonage.clientcore.core.reducers.call.InviteState.update.<anonymous>' call
56246
- this.z2p_1.g3(id);
56366
+ this.d2q_1.g3(id);
56247
56367
  tmp$ret$0 = this;
56248
56368
  return tmp$ret$0;
56249
56369
  };
@@ -56252,17 +56372,17 @@
56252
56372
  };
56253
56373
  InviteState.prototype.w32 = function (invites, currentUserId, $mask0, $handler) {
56254
56374
  if (!(($mask0 & 1) === 0))
56255
- invites = this.z2p_1;
56375
+ invites = this.d2q_1;
56256
56376
  if (!(($mask0 & 2) === 0))
56257
- currentUserId = this.a2q_1;
56377
+ currentUserId = this.e2q_1;
56258
56378
  return this.b33(invites, currentUserId);
56259
56379
  };
56260
56380
  InviteState.prototype.toString = function () {
56261
- return 'InviteState(invites=' + this.z2p_1 + ', currentUserId=' + this.a2q_1 + ')';
56381
+ return 'InviteState(invites=' + this.d2q_1 + ', currentUserId=' + this.e2q_1 + ')';
56262
56382
  };
56263
56383
  InviteState.prototype.hashCode = function () {
56264
- var result = hashCode(this.z2p_1);
56265
- result = imul(result, 31) + (this.a2q_1 == null ? 0 : getStringHashCode(this.a2q_1)) | 0;
56384
+ var result = hashCode(this.d2q_1);
56385
+ result = imul(result, 31) + (this.e2q_1 == null ? 0 : getStringHashCode(this.e2q_1)) | 0;
56266
56386
  return result;
56267
56387
  };
56268
56388
  InviteState.prototype.equals = function (other) {
@@ -56271,9 +56391,9 @@
56271
56391
  if (!(other instanceof InviteState))
56272
56392
  return false;
56273
56393
  var tmp0_other_with_cast = other instanceof InviteState ? other : THROW_CCE();
56274
- if (!equals(this.z2p_1, tmp0_other_with_cast.z2p_1))
56394
+ if (!equals(this.d2q_1, tmp0_other_with_cast.d2q_1))
56275
56395
  return false;
56276
- if (!(this.a2q_1 == tmp0_other_with_cast.a2q_1))
56396
+ if (!(this.e2q_1 == tmp0_other_with_cast.e2q_1))
56277
56397
  return false;
56278
56398
  return true;
56279
56399
  };
@@ -57259,7 +57379,7 @@
57259
57379
  //endregion
57260
57380
  //region block: pre-declaration
57261
57381
  function setConfig(config) {
57262
- this.core.s1b(new SetConfig(config.q3b_1, config.r3b_1, config.p3b_1, config.t3b_1));
57382
+ this.core.s1b(new SetConfig(config.o3b_1, config.p3b_1, config.n3b_1, config.r3b_1));
57263
57383
  }
57264
57384
  function createSession(token, sessionId) {
57265
57385
  return new Promise(ICoreClientJS$createSession$lambda(this, token, sessionId));
@@ -57618,7 +57738,7 @@
57618
57738
  MemberInvitedEventJS.prototype.k1o = function () {
57619
57739
  return this.h34_1;
57620
57740
  };
57621
- MemberInvitedEventJS.prototype.z2q = function () {
57741
+ MemberInvitedEventJS.prototype.c2r = function () {
57622
57742
  return this.i34_1;
57623
57743
  };
57624
57744
  MemberInvitedEventJS.prototype.e1k = function () {
@@ -57641,7 +57761,7 @@
57641
57761
  Object.defineProperty(MemberInvitedEventJS.prototype, 'conversationId', {
57642
57762
  configurable: true,
57643
57763
  get: function () {
57644
- return this.z2q();
57764
+ return this.c2r();
57645
57765
  }
57646
57766
  });
57647
57767
  Object.defineProperty(MemberInvitedEventJS.prototype, 'from', {
@@ -57657,13 +57777,13 @@
57657
57777
  function Body_0(body) {
57658
57778
  this.l34_1 = body.y2l_1;
57659
57779
  }
57660
- Body_0.prototype.i2s = function () {
57780
+ Body_0.prototype.l2s = function () {
57661
57781
  return this.l34_1;
57662
57782
  };
57663
57783
  Body_0.$metadata$ = classMeta('Body');
57664
57784
  Object.defineProperty(Body_0.prototype, 'username', {
57665
57785
  configurable: true,
57666
- get: Body_0.prototype.i2s
57786
+ get: Body_0.prototype.l2s
57667
57787
  });
57668
57788
  function MemberJoinedEventJS(event) {
57669
57789
  this.m34_1 = event.z2l_1;
@@ -57678,7 +57798,7 @@
57678
57798
  MemberJoinedEventJS.prototype.k1o = function () {
57679
57799
  return this.n34_1;
57680
57800
  };
57681
- MemberJoinedEventJS.prototype.z2q = function () {
57801
+ MemberJoinedEventJS.prototype.c2r = function () {
57682
57802
  return this.o34_1;
57683
57803
  };
57684
57804
  MemberJoinedEventJS.prototype.e1k = function () {
@@ -57701,7 +57821,7 @@
57701
57821
  Object.defineProperty(MemberJoinedEventJS.prototype, 'conversationId', {
57702
57822
  configurable: true,
57703
57823
  get: function () {
57704
- return this.z2q();
57824
+ return this.c2r();
57705
57825
  }
57706
57826
  });
57707
57827
  Object.defineProperty(MemberJoinedEventJS.prototype, 'from', {
@@ -57717,13 +57837,13 @@
57717
57837
  function Body_1(body) {
57718
57838
  this.r34_1 = body.e2m_1;
57719
57839
  }
57720
- Body_1.prototype.i2s = function () {
57840
+ Body_1.prototype.l2s = function () {
57721
57841
  return this.r34_1;
57722
57842
  };
57723
57843
  Body_1.$metadata$ = classMeta('Body');
57724
57844
  Object.defineProperty(Body_1.prototype, 'username', {
57725
57845
  configurable: true,
57726
- get: Body_1.prototype.i2s
57846
+ get: Body_1.prototype.l2s
57727
57847
  });
57728
57848
  function MemberLeftEventJS(event) {
57729
57849
  this.s34_1 = event.f2m_1;
@@ -57738,7 +57858,7 @@
57738
57858
  MemberLeftEventJS.prototype.k1o = function () {
57739
57859
  return this.t34_1;
57740
57860
  };
57741
- MemberLeftEventJS.prototype.z2q = function () {
57861
+ MemberLeftEventJS.prototype.c2r = function () {
57742
57862
  return this.u34_1;
57743
57863
  };
57744
57864
  MemberLeftEventJS.prototype.e1k = function () {
@@ -57761,7 +57881,7 @@
57761
57881
  Object.defineProperty(MemberLeftEventJS.prototype, 'conversationId', {
57762
57882
  configurable: true,
57763
57883
  get: function () {
57764
- return this.z2q();
57884
+ return this.c2r();
57765
57885
  }
57766
57886
  });
57767
57887
  Object.defineProperty(MemberLeftEventJS.prototype, 'from', {
@@ -57781,7 +57901,7 @@
57781
57901
  this.a35_1 = event.n2m_1;
57782
57902
  this.b35_1 = event.o2m_1;
57783
57903
  }
57784
- UnknownEventJS.prototype.i2q = function () {
57904
+ UnknownEventJS.prototype.l2q = function () {
57785
57905
  return this.x34_1;
57786
57906
  };
57787
57907
  UnknownEventJS.prototype.v1k = function () {
@@ -57790,7 +57910,7 @@
57790
57910
  UnknownEventJS.prototype.k1o = function () {
57791
57911
  return this.z34_1;
57792
57912
  };
57793
- UnknownEventJS.prototype.z2q = function () {
57913
+ UnknownEventJS.prototype.c2r = function () {
57794
57914
  return this.a35_1;
57795
57915
  };
57796
57916
  UnknownEventJS.prototype.e1k = function () {
@@ -57799,7 +57919,7 @@
57799
57919
  UnknownEventJS.$metadata$ = classMeta('UnknownEventJS', [ConversationEventJS]);
57800
57920
  Object.defineProperty(UnknownEventJS.prototype, 'type', {
57801
57921
  configurable: true,
57802
- get: UnknownEventJS.prototype.i2q
57922
+ get: UnknownEventJS.prototype.l2q
57803
57923
  });
57804
57924
  Object.defineProperty(UnknownEventJS.prototype, 'id', {
57805
57925
  configurable: true,
@@ -57814,7 +57934,7 @@
57814
57934
  Object.defineProperty(UnknownEventJS.prototype, 'conversationId', {
57815
57935
  configurable: true,
57816
57936
  get: function () {
57817
- return this.z2q();
57937
+ return this.c2r();
57818
57938
  }
57819
57939
  });
57820
57940
  Object.defineProperty(UnknownEventJS.prototype, 'from', {
@@ -57889,7 +58009,7 @@
57889
58009
  TextMessageEventJS.prototype.k1o = function () {
57890
58010
  return this.h35_1;
57891
58011
  };
57892
- TextMessageEventJS.prototype.z2q = function () {
58012
+ TextMessageEventJS.prototype.c2r = function () {
57893
58013
  return this.i35_1;
57894
58014
  };
57895
58015
  TextMessageEventJS.prototype.e1k = function () {
@@ -57914,7 +58034,7 @@
57914
58034
  Object.defineProperty(TextMessageEventJS.prototype, 'conversationId', {
57915
58035
  configurable: true,
57916
58036
  get: function () {
57917
- return this.z2q();
58037
+ return this.c2r();
57918
58038
  }
57919
58039
  });
57920
58040
  Object.defineProperty(TextMessageEventJS.prototype, 'from', {
@@ -58024,7 +58144,7 @@
58024
58144
  ConversationJS.prototype.k1o = function () {
58025
58145
  return this.r35_1;
58026
58146
  };
58027
- ConversationJS.prototype.h2r = function () {
58147
+ ConversationJS.prototype.k2r = function () {
58028
58148
  return this.s35_1;
58029
58149
  };
58030
58150
  ConversationJS.prototype.z30 = function () {
@@ -58057,7 +58177,7 @@
58057
58177
  });
58058
58178
  Object.defineProperty(ConversationJS.prototype, 'memberId', {
58059
58179
  configurable: true,
58060
- get: ConversationJS.prototype.h2r
58180
+ get: ConversationJS.prototype.k2r
58061
58181
  });
58062
58182
  Object.defineProperty(ConversationJS.prototype, 'memberState', {
58063
58183
  configurable: true,
@@ -59008,7 +59128,7 @@
59008
59128
  }
59009
59129
  tmp_1.n38_1 = tmp_2;
59010
59130
  }
59011
- MemberChannelJS.prototype.i2q = function () {
59131
+ MemberChannelJS.prototype.l2q = function () {
59012
59132
  return this.l38_1;
59013
59133
  };
59014
59134
  MemberChannelJS.prototype.e1k = function () {
@@ -59020,7 +59140,7 @@
59020
59140
  MemberChannelJS.$metadata$ = classMeta('MemberChannelJS');
59021
59141
  Object.defineProperty(MemberChannelJS.prototype, 'type', {
59022
59142
  configurable: true,
59023
- get: MemberChannelJS.prototype.i2q
59143
+ get: MemberChannelJS.prototype.l2q
59024
59144
  });
59025
59145
  Object.defineProperty(MemberChannelJS.prototype, 'from', {
59026
59146
  configurable: true,
@@ -59037,7 +59157,7 @@
59037
59157
  ChannelJS.prototype.v1k = function () {
59038
59158
  return this.o38_1;
59039
59159
  };
59040
- ChannelJS.prototype.a2s = function () {
59160
+ ChannelJS.prototype.d2s = function () {
59041
59161
  return this.p38_1;
59042
59162
  };
59043
59163
  ChannelJS.$metadata$ = classMeta('ChannelJS');
@@ -59047,26 +59167,26 @@
59047
59167
  });
59048
59168
  Object.defineProperty(ChannelJS.prototype, 'number', {
59049
59169
  configurable: true,
59050
- get: ChannelJS.prototype.a2s
59170
+ get: ChannelJS.prototype.d2s
59051
59171
  });
59052
59172
  function LegChannelJS(channel) {
59053
59173
  this.q38_1 = channel.u2k_1;
59054
59174
  this.r38_1 = channel.w2k_1;
59055
59175
  this.s38_1 = channel.v2k_1;
59056
59176
  }
59057
- LegChannelJS.prototype.i2q = function () {
59177
+ LegChannelJS.prototype.l2q = function () {
59058
59178
  return this.q38_1;
59059
59179
  };
59060
59180
  LegChannelJS.prototype.n1k = function () {
59061
59181
  return this.r38_1;
59062
59182
  };
59063
- LegChannelJS.prototype.a2s = function () {
59183
+ LegChannelJS.prototype.d2s = function () {
59064
59184
  return this.s38_1;
59065
59185
  };
59066
59186
  LegChannelJS.$metadata$ = classMeta('LegChannelJS');
59067
59187
  Object.defineProperty(LegChannelJS.prototype, 'type', {
59068
59188
  configurable: true,
59069
- get: LegChannelJS.prototype.i2q
59189
+ get: LegChannelJS.prototype.l2q
59070
59190
  });
59071
59191
  Object.defineProperty(LegChannelJS.prototype, 'user', {
59072
59192
  configurable: true,
@@ -59074,7 +59194,7 @@
59074
59194
  });
59075
59195
  Object.defineProperty(LegChannelJS.prototype, 'number', {
59076
59196
  configurable: true,
59077
- get: LegChannelJS.prototype.a2s
59197
+ get: LegChannelJS.prototype.d2s
59078
59198
  });
59079
59199
  function LegJS(leg) {
59080
59200
  this.t38_1 = leg.p2m_1;
@@ -59090,13 +59210,13 @@
59090
59210
  LegJS.prototype.v1k = function () {
59091
59211
  return this.t38_1;
59092
59212
  };
59093
- LegJS.prototype.i2q = function () {
59213
+ LegJS.prototype.l2q = function () {
59094
59214
  return this.u38_1;
59095
59215
  };
59096
- LegJS.prototype.s2r = function () {
59216
+ LegJS.prototype.u2r = function () {
59097
59217
  return this.v38_1;
59098
59218
  };
59099
- LegJS.prototype.z2q = function () {
59219
+ LegJS.prototype.c2r = function () {
59100
59220
  return this.w38_1;
59101
59221
  };
59102
59222
  LegJS.prototype.f2f = function () {
@@ -59121,15 +59241,15 @@
59121
59241
  });
59122
59242
  Object.defineProperty(LegJS.prototype, 'type', {
59123
59243
  configurable: true,
59124
- get: LegJS.prototype.i2q
59244
+ get: LegJS.prototype.l2q
59125
59245
  });
59126
59246
  Object.defineProperty(LegJS.prototype, 'direction', {
59127
59247
  configurable: true,
59128
- get: LegJS.prototype.s2r
59248
+ get: LegJS.prototype.u2r
59129
59249
  });
59130
59250
  Object.defineProperty(LegJS.prototype, 'conversationId', {
59131
59251
  configurable: true,
59132
- get: LegJS.prototype.z2q
59252
+ get: LegJS.prototype.c2r
59133
59253
  });
59134
59254
  Object.defineProperty(LegJS.prototype, 'status', {
59135
59255
  configurable: true,
@@ -59528,43 +59648,23 @@
59528
59648
  extendThrowable(this, vonageError.c2j_1, vonageError.d2j_1);
59529
59649
  this.e3b_1 = valueOf_3(vonageError.a2j_1.d4_1);
59530
59650
  this.f3b_1 = vonageError.b2j_1;
59531
- this.g3b_1 = vonageError.c2j_1;
59532
- this.h3b_1 = vonageError.d2j_1;
59533
59651
  captureStack(this, VonageErrorJS);
59534
59652
  }
59535
- VonageErrorJS.prototype.i2q = function () {
59653
+ VonageErrorJS.prototype.l2q = function () {
59536
59654
  return this.e3b_1;
59537
59655
  };
59538
59656
  VonageErrorJS.prototype.e1e = function () {
59539
59657
  return this.f3b_1;
59540
59658
  };
59541
- VonageErrorJS.prototype.g1 = function () {
59542
- return this.g3b_1;
59543
- };
59544
- VonageErrorJS.prototype.h1 = function () {
59545
- return this.h3b_1;
59546
- };
59547
59659
  VonageErrorJS.$metadata$ = classMeta('VonageErrorJS', undefined, undefined, undefined, undefined, Error.prototype);
59548
59660
  Object.defineProperty(VonageErrorJS.prototype, 'type', {
59549
59661
  configurable: true,
59550
- get: VonageErrorJS.prototype.i2q
59662
+ get: VonageErrorJS.prototype.l2q
59551
59663
  });
59552
59664
  Object.defineProperty(VonageErrorJS.prototype, 'code', {
59553
59665
  configurable: true,
59554
59666
  get: VonageErrorJS.prototype.e1e
59555
59667
  });
59556
- Object.defineProperty(VonageErrorJS.prototype, 'message', {
59557
- configurable: true,
59558
- get: function () {
59559
- return this.g1();
59560
- }
59561
- });
59562
- Object.defineProperty(VonageErrorJS.prototype, 'cause', {
59563
- configurable: true,
59564
- get: function () {
59565
- return this.h1();
59566
- }
59567
- });
59568
59668
  var VonageErrorTypeJS_CS_ERROR_instance;
59569
59669
  var VonageErrorTypeJS_HTTP_CLIENT_ERROR_instance;
59570
59670
  var VonageErrorTypeJS_SESSION_ERROR_instance;
@@ -60132,15 +60232,15 @@
60132
60232
  }
60133
60233
  function CoreClientConfigRegionJS(name, ordinal, coreRegion) {
60134
60234
  Enum.call(this, name, ordinal);
60135
- this.m3b_1 = coreRegion;
60235
+ this.k3b_1 = coreRegion;
60136
60236
  }
60137
- CoreClientConfigRegionJS.prototype.n3b = function () {
60138
- return this.m3b_1;
60237
+ CoreClientConfigRegionJS.prototype.l3b = function () {
60238
+ return this.k3b_1;
60139
60239
  };
60140
60240
  CoreClientConfigRegionJS.$metadata$ = classMeta('CoreClientConfigRegionJS', undefined, undefined, undefined, undefined, Enum.prototype);
60141
60241
  Object.defineProperty(CoreClientConfigRegionJS.prototype, 'coreRegion', {
60142
60242
  configurable: true,
60143
- get: CoreClientConfigRegionJS.prototype.n3b
60243
+ get: CoreClientConfigRegionJS.prototype.l3b
60144
60244
  });
60145
60245
  Object.defineProperty(CoreClientConfigRegionJS.prototype, 'name', {
60146
60246
  configurable: true,
@@ -60151,69 +60251,69 @@
60151
60251
  get: CoreClientConfigRegionJS.prototype.pe
60152
60252
  });
60153
60253
  function CoreClientConfigJS(region) {
60154
- this.o3b_1 = Companion_getInstance().s2g(region.m3b_1, true);
60155
- this.p3b_1 = this.o3b_1.t2g_1;
60156
- this.q3b_1 = this.o3b_1.u2g_1;
60157
- this.r3b_1 = this.o3b_1.v2g_1;
60158
- this.s3b_1 = this.o3b_1.w2g_1;
60159
- this.t3b_1 = this.o3b_1.y2g_1;
60254
+ this.m3b_1 = Companion_getInstance().s2g(region.k3b_1, true);
60255
+ this.n3b_1 = this.m3b_1.t2g_1;
60256
+ this.o3b_1 = this.m3b_1.u2g_1;
60257
+ this.p3b_1 = this.m3b_1.v2g_1;
60258
+ this.q3b_1 = this.m3b_1.w2g_1;
60259
+ this.r3b_1 = this.m3b_1.y2g_1;
60160
60260
  }
60261
+ CoreClientConfigJS.prototype.s3b = function (_set____db54di) {
60262
+ this.n3b_1 = _set____db54di;
60263
+ };
60264
+ CoreClientConfigJS.prototype.t3b = function () {
60265
+ return this.n3b_1;
60266
+ };
60161
60267
  CoreClientConfigJS.prototype.u3b = function (_set____db54di) {
60162
- this.p3b_1 = _set____db54di;
60268
+ this.o3b_1 = _set____db54di;
60163
60269
  };
60164
60270
  CoreClientConfigJS.prototype.v3b = function () {
60165
- return this.p3b_1;
60271
+ return this.o3b_1;
60166
60272
  };
60167
60273
  CoreClientConfigJS.prototype.w3b = function (_set____db54di) {
60168
- this.q3b_1 = _set____db54di;
60274
+ this.p3b_1 = _set____db54di;
60169
60275
  };
60170
60276
  CoreClientConfigJS.prototype.x3b = function () {
60171
- return this.q3b_1;
60277
+ return this.p3b_1;
60172
60278
  };
60173
60279
  CoreClientConfigJS.prototype.y3b = function (_set____db54di) {
60174
- this.r3b_1 = _set____db54di;
60280
+ this.q3b_1 = _set____db54di;
60175
60281
  };
60176
60282
  CoreClientConfigJS.prototype.z3b = function () {
60177
- return this.r3b_1;
60283
+ return this.q3b_1;
60178
60284
  };
60179
60285
  CoreClientConfigJS.prototype.a3c = function (_set____db54di) {
60180
- this.s3b_1 = _set____db54di;
60286
+ this.r3b_1 = _set____db54di;
60181
60287
  };
60182
60288
  CoreClientConfigJS.prototype.b3c = function () {
60183
- return this.s3b_1;
60184
- };
60185
- CoreClientConfigJS.prototype.c3c = function (_set____db54di) {
60186
- this.t3b_1 = _set____db54di;
60187
- };
60188
- CoreClientConfigJS.prototype.d3c = function () {
60189
- return this.t3b_1;
60289
+ return this.r3b_1;
60190
60290
  };
60191
60291
  CoreClientConfigJS.$metadata$ = classMeta('CoreClientConfigJS');
60192
60292
  Object.defineProperty(CoreClientConfigJS.prototype, 'apiUrl', {
60293
+ configurable: true,
60294
+ get: CoreClientConfigJS.prototype.t3b,
60295
+ set: CoreClientConfigJS.prototype.s3b
60296
+ });
60297
+ Object.defineProperty(CoreClientConfigJS.prototype, 'websocketUrl', {
60193
60298
  configurable: true,
60194
60299
  get: CoreClientConfigJS.prototype.v3b,
60195
60300
  set: CoreClientConfigJS.prototype.u3b
60196
60301
  });
60197
- Object.defineProperty(CoreClientConfigJS.prototype, 'websocketUrl', {
60302
+ Object.defineProperty(CoreClientConfigJS.prototype, 'websocketPath', {
60198
60303
  configurable: true,
60199
60304
  get: CoreClientConfigJS.prototype.x3b,
60200
60305
  set: CoreClientConfigJS.prototype.w3b
60201
60306
  });
60202
- Object.defineProperty(CoreClientConfigJS.prototype, 'websocketPath', {
60307
+ Object.defineProperty(CoreClientConfigJS.prototype, 'autoMediaReoffer', {
60203
60308
  configurable: true,
60204
60309
  get: CoreClientConfigJS.prototype.z3b,
60205
60310
  set: CoreClientConfigJS.prototype.y3b
60206
60311
  });
60207
- Object.defineProperty(CoreClientConfigJS.prototype, 'autoMediaReoffer', {
60312
+ Object.defineProperty(CoreClientConfigJS.prototype, 'enableWebsocketInvites', {
60208
60313
  configurable: true,
60209
60314
  get: CoreClientConfigJS.prototype.b3c,
60210
60315
  set: CoreClientConfigJS.prototype.a3c
60211
60316
  });
60212
- Object.defineProperty(CoreClientConfigJS.prototype, 'enableWebsocketInvites', {
60213
- configurable: true,
60214
- get: CoreClientConfigJS.prototype.d3c,
60215
- set: CoreClientConfigJS.prototype.c3c
60216
- });
60217
60317
  var LoggingLevelJS_Verbose_instance;
60218
60318
  var LoggingLevelJS_Debug_instance;
60219
60319
  var LoggingLevelJS_Info_instance;
@@ -60257,10 +60357,10 @@
60257
60357
  }
60258
60358
  function LoggingLevelJS(name, ordinal, sev) {
60259
60359
  Enum.call(this, name, ordinal);
60260
- this.g3c_1 = sev;
60360
+ this.e3c_1 = sev;
60261
60361
  }
60262
60362
  LoggingLevelJS.prototype.h2g = function () {
60263
- return this.g3c_1;
60363
+ return this.e3c_1;
60264
60364
  };
60265
60365
  LoggingLevelJS.$metadata$ = classMeta('LoggingLevelJS', [ILoggingLevel], undefined, undefined, undefined, Enum.prototype);
60266
60366
  Object.defineProperty(LoggingLevelJS.prototype, 'name', {
@@ -60292,7 +60392,7 @@
60292
60392
  inductionVariable = inductionVariable + 1 | 0;
60293
60393
  var tmp$ret$0;
60294
60394
  // Inline function 'vonage.Companion.getSessionErrorReason.<anonymous>' call
60295
- tmp$ret$0 = element.j3c_1.equals(reason);
60395
+ tmp$ret$0 = element.h3c_1.equals(reason);
60296
60396
  if (tmp$ret$0) {
60297
60397
  tmp$ret$1 = element;
60298
60398
  break $l$block;
@@ -60340,10 +60440,10 @@
60340
60440
  }
60341
60441
  function SessionErrorReasonJS(name, ordinal, reason) {
60342
60442
  Enum.call(this, name, ordinal);
60343
- this.j3c_1 = reason;
60443
+ this.h3c_1 = reason;
60344
60444
  }
60345
60445
  SessionErrorReasonJS.prototype.z29 = function () {
60346
- return this.j3c_1;
60446
+ return this.h3c_1;
60347
60447
  };
60348
60448
  SessionErrorReasonJS.$metadata$ = classMeta('SessionErrorReasonJS', undefined, undefined, undefined, undefined, Enum.prototype);
60349
60449
  Object.defineProperty(SessionErrorReasonJS.prototype, 'reason', {
@@ -60895,40 +60995,40 @@
60895
60995
  }
60896
60996
  IVoiceClientJS.$metadata$ = interfaceMeta('IVoiceClientJS', [ICoreClientJS]);
60897
60997
  function VoiceInviteFromInfoJS(id, type) {
60898
- this.o3c_1 = id;
60899
- this.p3c_1 = type;
60998
+ this.m3c_1 = id;
60999
+ this.n3c_1 = type;
60900
61000
  }
60901
61001
  VoiceInviteFromInfoJS.prototype.v1k = function () {
60902
- return this.o3c_1;
61002
+ return this.m3c_1;
60903
61003
  };
60904
- VoiceInviteFromInfoJS.prototype.i2q = function () {
60905
- return this.p3c_1;
61004
+ VoiceInviteFromInfoJS.prototype.l2q = function () {
61005
+ return this.n3c_1;
60906
61006
  };
60907
61007
  VoiceInviteFromInfoJS.prototype.component1 = function () {
60908
- return this.o3c_1;
61008
+ return this.m3c_1;
60909
61009
  };
60910
61010
  VoiceInviteFromInfoJS.prototype.component2 = function () {
60911
- return this.p3c_1;
61011
+ return this.n3c_1;
60912
61012
  };
60913
61013
  VoiceInviteFromInfoJS.prototype.copy = function (id, type) {
60914
- return this.q3c(id === void 1 ? this.o3c_1 : id, type === void 1 ? this.p3c_1 : type);
61014
+ return this.o3c(id === void 1 ? this.m3c_1 : id, type === void 1 ? this.n3c_1 : type);
60915
61015
  };
60916
- VoiceInviteFromInfoJS.prototype.q3c = function (id, type) {
61016
+ VoiceInviteFromInfoJS.prototype.o3c = function (id, type) {
60917
61017
  return new VoiceInviteFromInfoJS(id, type);
60918
61018
  };
60919
- VoiceInviteFromInfoJS.prototype.r3c = function (id, type, $mask0, $handler) {
61019
+ VoiceInviteFromInfoJS.prototype.p3c = function (id, type, $mask0, $handler) {
60920
61020
  if (!(($mask0 & 1) === 0))
60921
- id = this.o3c_1;
61021
+ id = this.m3c_1;
60922
61022
  if (!(($mask0 & 2) === 0))
60923
- type = this.p3c_1;
60924
- return this.q3c(id, type);
61023
+ type = this.n3c_1;
61024
+ return this.o3c(id, type);
60925
61025
  };
60926
61026
  VoiceInviteFromInfoJS.prototype.toString = function () {
60927
- return 'VoiceInviteFromInfoJS(id=' + this.o3c_1 + ', type=' + this.p3c_1 + ')';
61027
+ return 'VoiceInviteFromInfoJS(id=' + this.m3c_1 + ', type=' + this.n3c_1 + ')';
60928
61028
  };
60929
61029
  VoiceInviteFromInfoJS.prototype.hashCode = function () {
60930
- var result = this.o3c_1 == null ? 0 : getStringHashCode(this.o3c_1);
60931
- result = imul(result, 31) + getStringHashCode(this.p3c_1) | 0;
61030
+ var result = this.m3c_1 == null ? 0 : getStringHashCode(this.m3c_1);
61031
+ result = imul(result, 31) + getStringHashCode(this.n3c_1) | 0;
60932
61032
  return result;
60933
61033
  };
60934
61034
  VoiceInviteFromInfoJS.prototype.equals = function (other) {
@@ -60937,9 +61037,9 @@
60937
61037
  if (!(other instanceof VoiceInviteFromInfoJS))
60938
61038
  return false;
60939
61039
  var tmp0_other_with_cast = other instanceof VoiceInviteFromInfoJS ? other : THROW_CCE();
60940
- if (!(this.o3c_1 == tmp0_other_with_cast.o3c_1))
61040
+ if (!(this.m3c_1 == tmp0_other_with_cast.m3c_1))
60941
61041
  return false;
60942
- if (!(this.p3c_1 === tmp0_other_with_cast.p3c_1))
61042
+ if (!(this.n3c_1 === tmp0_other_with_cast.n3c_1))
60943
61043
  return false;
60944
61044
  return true;
60945
61045
  };
@@ -60950,7 +61050,7 @@
60950
61050
  });
60951
61051
  Object.defineProperty(VoiceInviteFromInfoJS.prototype, 'type', {
60952
61052
  configurable: true,
60953
- get: VoiceInviteFromInfoJS.prototype.i2q
61053
+ get: VoiceInviteFromInfoJS.prototype.l2q
60954
61054
  });
60955
61055
  function LegStatusJS_RINGING_getInstance() {
60956
61056
  LegStatusJS_initEntries();
@@ -60986,64 +61086,64 @@
60986
61086
  var responseBody_0 = responseBody === void 1 ? null : responseBody;
60987
61087
  var cause_0 = cause === void 1 ? null : cause;
60988
61088
  extendThrowable(this, void 1, void 1);
60989
- this.s3c_1 = message_0;
60990
- this.t3c_1 = responseCode_0;
60991
- this.u3c_1 = responseBody_0;
60992
- this.v3c_1 = cause_0;
61089
+ this.q3c_1 = message_0;
61090
+ this.r3c_1 = responseCode_0;
61091
+ this.s3c_1 = responseBody_0;
61092
+ this.t3c_1 = cause_0;
60993
61093
  captureStack(this, HttpClientErrorJS);
60994
61094
  }
60995
61095
  HttpClientErrorJS.prototype.g1 = function () {
60996
- return this.s3c_1;
61096
+ return this.q3c_1;
60997
61097
  };
60998
- HttpClientErrorJS.prototype.w3c = function () {
60999
- return this.t3c_1;
61098
+ HttpClientErrorJS.prototype.u3c = function () {
61099
+ return this.r3c_1;
61000
61100
  };
61001
- HttpClientErrorJS.prototype.x3c = function () {
61002
- return this.u3c_1;
61101
+ HttpClientErrorJS.prototype.v3c = function () {
61102
+ return this.s3c_1;
61003
61103
  };
61004
61104
  HttpClientErrorJS.prototype.h1 = function () {
61005
- return this.v3c_1;
61105
+ return this.t3c_1;
61006
61106
  };
61007
- HttpClientErrorJS.prototype.y3c = function () {
61008
- return new HTTPClientError(this.s3c_1, this.t3c_1, this.u3c_1, this.v3c_1);
61107
+ HttpClientErrorJS.prototype.w3c = function () {
61108
+ return new HTTPClientError(this.q3c_1, this.r3c_1, this.s3c_1, this.t3c_1);
61009
61109
  };
61010
61110
  HttpClientErrorJS.prototype.component1 = function () {
61011
- return this.s3c_1;
61111
+ return this.q3c_1;
61012
61112
  };
61013
61113
  HttpClientErrorJS.prototype.component2 = function () {
61014
- return this.t3c_1;
61114
+ return this.r3c_1;
61015
61115
  };
61016
61116
  HttpClientErrorJS.prototype.component3 = function () {
61017
- return this.u3c_1;
61117
+ return this.s3c_1;
61018
61118
  };
61019
61119
  HttpClientErrorJS.prototype.component4 = function () {
61020
- return this.v3c_1;
61120
+ return this.t3c_1;
61021
61121
  };
61022
61122
  HttpClientErrorJS.prototype.copy = function (message, responseCode, responseBody, cause) {
61023
- return this.z3c(message === void 1 ? this.s3c_1 : message, responseCode === void 1 ? this.t3c_1 : responseCode, responseBody === void 1 ? this.u3c_1 : responseBody, cause === void 1 ? this.v3c_1 : cause);
61123
+ return this.x3c(message === void 1 ? this.q3c_1 : message, responseCode === void 1 ? this.r3c_1 : responseCode, responseBody === void 1 ? this.s3c_1 : responseBody, cause === void 1 ? this.t3c_1 : cause);
61024
61124
  };
61025
- HttpClientErrorJS.prototype.z3c = function (message, responseCode, responseBody, cause) {
61125
+ HttpClientErrorJS.prototype.x3c = function (message, responseCode, responseBody, cause) {
61026
61126
  return new HttpClientErrorJS(message, responseCode, responseBody, cause);
61027
61127
  };
61028
- HttpClientErrorJS.prototype.a3d = function (message, responseCode, responseBody, cause, $mask0, $handler) {
61128
+ HttpClientErrorJS.prototype.y3c = function (message, responseCode, responseBody, cause, $mask0, $handler) {
61029
61129
  if (!(($mask0 & 1) === 0))
61030
- message = this.s3c_1;
61130
+ message = this.q3c_1;
61031
61131
  if (!(($mask0 & 2) === 0))
61032
- responseCode = this.t3c_1;
61132
+ responseCode = this.r3c_1;
61033
61133
  if (!(($mask0 & 4) === 0))
61034
- responseBody = this.u3c_1;
61134
+ responseBody = this.s3c_1;
61035
61135
  if (!(($mask0 & 8) === 0))
61036
- cause = this.v3c_1;
61037
- return this.z3c(message, responseCode, responseBody, cause);
61136
+ cause = this.t3c_1;
61137
+ return this.x3c(message, responseCode, responseBody, cause);
61038
61138
  };
61039
61139
  HttpClientErrorJS.prototype.toString = function () {
61040
- return 'HttpClientErrorJS(message=' + this.s3c_1 + ', responseCode=' + this.t3c_1 + ', responseBody=' + this.u3c_1 + ', cause=' + this.v3c_1 + ')';
61140
+ return 'HttpClientErrorJS(message=' + this.q3c_1 + ', responseCode=' + this.r3c_1 + ', responseBody=' + this.s3c_1 + ', cause=' + this.t3c_1 + ')';
61041
61141
  };
61042
61142
  HttpClientErrorJS.prototype.hashCode = function () {
61043
- var result = this.s3c_1 == null ? 0 : getStringHashCode(this.s3c_1);
61044
- result = imul(result, 31) + (this.t3c_1 == null ? 0 : this.t3c_1) | 0;
61045
- result = imul(result, 31) + (this.u3c_1 == null ? 0 : getStringHashCode(this.u3c_1)) | 0;
61046
- result = imul(result, 31) + (this.v3c_1 == null ? 0 : hashCode(this.v3c_1)) | 0;
61143
+ var result = this.q3c_1 == null ? 0 : getStringHashCode(this.q3c_1);
61144
+ result = imul(result, 31) + (this.r3c_1 == null ? 0 : this.r3c_1) | 0;
61145
+ result = imul(result, 31) + (this.s3c_1 == null ? 0 : getStringHashCode(this.s3c_1)) | 0;
61146
+ result = imul(result, 31) + (this.t3c_1 == null ? 0 : hashCode(this.t3c_1)) | 0;
61047
61147
  return result;
61048
61148
  };
61049
61149
  HttpClientErrorJS.prototype.equals = function (other) {
@@ -61052,13 +61152,13 @@
61052
61152
  if (!(other instanceof HttpClientErrorJS))
61053
61153
  return false;
61054
61154
  var tmp0_other_with_cast = other instanceof HttpClientErrorJS ? other : THROW_CCE();
61055
- if (!(this.s3c_1 == tmp0_other_with_cast.s3c_1))
61155
+ if (!(this.q3c_1 == tmp0_other_with_cast.q3c_1))
61056
61156
  return false;
61057
- if (!(this.t3c_1 == tmp0_other_with_cast.t3c_1))
61157
+ if (!(this.r3c_1 == tmp0_other_with_cast.r3c_1))
61058
61158
  return false;
61059
- if (!(this.u3c_1 == tmp0_other_with_cast.u3c_1))
61159
+ if (!(this.s3c_1 == tmp0_other_with_cast.s3c_1))
61060
61160
  return false;
61061
- if (!equals(this.v3c_1, tmp0_other_with_cast.v3c_1))
61161
+ if (!equals(this.t3c_1, tmp0_other_with_cast.t3c_1))
61062
61162
  return false;
61063
61163
  return true;
61064
61164
  };
@@ -61071,11 +61171,11 @@
61071
61171
  });
61072
61172
  Object.defineProperty(HttpClientErrorJS.prototype, 'responseCode', {
61073
61173
  configurable: true,
61074
- get: HttpClientErrorJS.prototype.w3c
61174
+ get: HttpClientErrorJS.prototype.u3c
61075
61175
  });
61076
61176
  Object.defineProperty(HttpClientErrorJS.prototype, 'responseBody', {
61077
61177
  configurable: true,
61078
- get: HttpClientErrorJS.prototype.x3c
61178
+ get: HttpClientErrorJS.prototype.v3c
61079
61179
  });
61080
61180
  Object.defineProperty(HttpClientErrorJS.prototype, 'cause', {
61081
61181
  configurable: true,
@@ -61085,7 +61185,7 @@
61085
61185
  });
61086
61186
  Object.defineProperty(HttpClientErrorJS.prototype, 'coreError', {
61087
61187
  configurable: true,
61088
- get: HttpClientErrorJS.prototype.y3c
61188
+ get: HttpClientErrorJS.prototype.w3c
61089
61189
  });
61090
61190
  function get_SOCKET_CONNECTED() {
61091
61191
  return SOCKET_CONNECTED;
@@ -61116,20 +61216,20 @@
61116
61216
  }
61117
61217
  var REASON_PING_TIMEOUT;
61118
61218
  var CancelReasonJS_RemoteCancel_instance;
61119
- var CancelReasonJS_RemoteAnswer_instance;
61120
- var CancelReasonJS_RemoteReject_instance;
61219
+ var CancelReasonJS_AnsweredElsewhere_instance;
61220
+ var CancelReasonJS_RejectedElsewhere_instance;
61121
61221
  var CancelReasonJS_RemoteTimeout_instance;
61122
61222
  function values_9() {
61123
- return [CancelReasonJS_RemoteCancel_getInstance(), CancelReasonJS_RemoteAnswer_getInstance(), CancelReasonJS_RemoteReject_getInstance(), CancelReasonJS_RemoteTimeout_getInstance()];
61223
+ return [CancelReasonJS_RemoteCancel_getInstance(), CancelReasonJS_AnsweredElsewhere_getInstance(), CancelReasonJS_RejectedElsewhere_getInstance(), CancelReasonJS_RemoteTimeout_getInstance()];
61124
61224
  }
61125
61225
  function valueOf_9(value) {
61126
61226
  switch (value) {
61127
61227
  case 'RemoteCancel':
61128
61228
  return CancelReasonJS_RemoteCancel_getInstance();
61129
- case 'RemoteAnswer':
61130
- return CancelReasonJS_RemoteAnswer_getInstance();
61131
- case 'RemoteReject':
61132
- return CancelReasonJS_RemoteReject_getInstance();
61229
+ case 'AnsweredElsewhere':
61230
+ return CancelReasonJS_AnsweredElsewhere_getInstance();
61231
+ case 'RejectedElsewhere':
61232
+ return CancelReasonJS_RejectedElsewhere_getInstance();
61133
61233
  case 'RemoteTimeout':
61134
61234
  return CancelReasonJS_RemoteTimeout_getInstance();
61135
61235
  default:
@@ -61144,16 +61244,16 @@
61144
61244
  return Unit_getInstance();
61145
61245
  CancelReasonJS_entriesInitialized = true;
61146
61246
  CancelReasonJS_RemoteCancel_instance = new CancelReasonJS('RemoteCancel', 0, 'RemoteCancel');
61147
- CancelReasonJS_RemoteAnswer_instance = new CancelReasonJS('RemoteAnswer', 1, 'AnsweredElsewhere');
61148
- CancelReasonJS_RemoteReject_instance = new CancelReasonJS('RemoteReject', 2, 'RejectedElsewhere');
61247
+ CancelReasonJS_AnsweredElsewhere_instance = new CancelReasonJS('AnsweredElsewhere', 1, 'AnsweredElsewhere');
61248
+ CancelReasonJS_RejectedElsewhere_instance = new CancelReasonJS('RejectedElsewhere', 2, 'RejectedElsewhere');
61149
61249
  CancelReasonJS_RemoteTimeout_instance = new CancelReasonJS('RemoteTimeout', 3, 'RemoteTimeout');
61150
61250
  }
61151
61251
  function CancelReasonJS(name, ordinal, reason) {
61152
61252
  Enum.call(this, name, ordinal);
61153
- this.d3d_1 = reason;
61253
+ this.b3d_1 = reason;
61154
61254
  }
61155
61255
  CancelReasonJS.prototype.z29 = function () {
61156
- return this.d3d_1;
61256
+ return this.b3d_1;
61157
61257
  };
61158
61258
  CancelReasonJS.$metadata$ = classMeta('CancelReasonJS', undefined, undefined, undefined, undefined, Enum.prototype);
61159
61259
  Object.defineProperty(CancelReasonJS.prototype, 'reason', {
@@ -61169,17 +61269,23 @@
61169
61269
  get: CancelReasonJS.prototype.pe
61170
61270
  });
61171
61271
  function RTCQualityJS(callQuality) {
61172
- this.e3d_1 = callQuality;
61173
- this.f3d_1 = this.e3d_1.p2t_1;
61174
- this.g3d_1 = this.e3d_1.q2t_1;
61175
- this.h3d_1 = this.e3d_1.r2t_1;
61176
- this.i3d_1 = this.e3d_1.s2t_1;
61177
- this.j3d_1 = this.e3d_1.t2t_1;
61178
- this.k3d_1 = this.e3d_1.u2t_1;
61179
- this.l3d_1 = this.e3d_1.v2t_1;
61180
- this.m3d_1 = this.e3d_1.w2t_1;
61181
- this.n3d_1 = this.e3d_1.x2t_1;
61272
+ this.c3d_1 = callQuality;
61273
+ this.d3d_1 = this.c3d_1.s2t_1;
61274
+ this.e3d_1 = this.c3d_1.t2t_1;
61275
+ this.f3d_1 = this.c3d_1.u2t_1;
61276
+ this.g3d_1 = this.c3d_1.v2t_1;
61277
+ this.h3d_1 = this.c3d_1.w2t_1;
61278
+ this.i3d_1 = this.c3d_1.x2t_1;
61279
+ this.j3d_1 = this.c3d_1.y2t_1;
61280
+ this.k3d_1 = this.c3d_1.z2t_1;
61281
+ this.l3d_1 = this.c3d_1.a2u_1;
61182
61282
  }
61283
+ RTCQualityJS.prototype.m3d = function () {
61284
+ return this.d3d_1;
61285
+ };
61286
+ RTCQualityJS.prototype.n3d = function () {
61287
+ return this.e3d_1;
61288
+ };
61183
61289
  RTCQualityJS.prototype.o3d = function () {
61184
61290
  return this.f3d_1;
61185
61291
  };
@@ -61201,28 +61307,22 @@
61201
61307
  RTCQualityJS.prototype.u3d = function () {
61202
61308
  return this.l3d_1;
61203
61309
  };
61204
- RTCQualityJS.prototype.v3d = function () {
61205
- return this.m3d_1;
61206
- };
61207
- RTCQualityJS.prototype.w3d = function () {
61208
- return this.n3d_1;
61209
- };
61210
61310
  RTCQualityJS.prototype.copy = function (callQuality) {
61211
- return this.x3d(callQuality === void 1 ? this.e3d_1 : callQuality);
61311
+ return this.v3d(callQuality === void 1 ? this.c3d_1 : callQuality);
61212
61312
  };
61213
- RTCQualityJS.prototype.x3d = function (callQuality) {
61313
+ RTCQualityJS.prototype.v3d = function (callQuality) {
61214
61314
  return new RTCQualityJS(callQuality);
61215
61315
  };
61216
- RTCQualityJS.prototype.y3d = function (callQuality, $mask0, $handler) {
61316
+ RTCQualityJS.prototype.w3d = function (callQuality, $mask0, $handler) {
61217
61317
  if (!(($mask0 & 1) === 0))
61218
- callQuality = this.e3d_1;
61219
- return this.x3d(callQuality);
61318
+ callQuality = this.c3d_1;
61319
+ return this.v3d(callQuality);
61220
61320
  };
61221
61321
  RTCQualityJS.prototype.toString = function () {
61222
- return 'RTCQualityJS(callQuality=' + this.e3d_1 + ')';
61322
+ return 'RTCQualityJS(callQuality=' + this.c3d_1 + ')';
61223
61323
  };
61224
61324
  RTCQualityJS.prototype.hashCode = function () {
61225
- return this.e3d_1.hashCode();
61325
+ return this.c3d_1.hashCode();
61226
61326
  };
61227
61327
  RTCQualityJS.prototype.equals = function (other) {
61228
61328
  if (this === other)
@@ -61230,59 +61330,65 @@
61230
61330
  if (!(other instanceof RTCQualityJS))
61231
61331
  return false;
61232
61332
  var tmp0_other_with_cast = other instanceof RTCQualityJS ? other : THROW_CCE();
61233
- if (!this.e3d_1.equals(tmp0_other_with_cast.e3d_1))
61333
+ if (!this.c3d_1.equals(tmp0_other_with_cast.c3d_1))
61234
61334
  return false;
61235
61335
  return true;
61236
61336
  };
61237
61337
  RTCQualityJS.$metadata$ = classMeta('RTCQualityJS');
61238
61338
  Object.defineProperty(RTCQualityJS.prototype, 'mos_score', {
61239
61339
  configurable: true,
61240
- get: RTCQualityJS.prototype.o3d
61340
+ get: RTCQualityJS.prototype.m3d
61241
61341
  });
61242
61342
  Object.defineProperty(RTCQualityJS.prototype, 'quality_percentage', {
61243
61343
  configurable: true,
61244
- get: RTCQualityJS.prototype.p3d
61344
+ get: RTCQualityJS.prototype.n3d
61245
61345
  });
61246
61346
  Object.defineProperty(RTCQualityJS.prototype, 'jitter_min_var', {
61247
61347
  configurable: true,
61248
- get: RTCQualityJS.prototype.q3d
61348
+ get: RTCQualityJS.prototype.o3d
61249
61349
  });
61250
61350
  Object.defineProperty(RTCQualityJS.prototype, 'jitter_max_var', {
61251
61351
  configurable: true,
61252
- get: RTCQualityJS.prototype.r3d
61352
+ get: RTCQualityJS.prototype.p3d
61253
61353
  });
61254
61354
  Object.defineProperty(RTCQualityJS.prototype, 'jitter_loss_rate', {
61255
61355
  configurable: true,
61256
- get: RTCQualityJS.prototype.s3d
61356
+ get: RTCQualityJS.prototype.q3d
61257
61357
  });
61258
61358
  Object.defineProperty(RTCQualityJS.prototype, 'jitter_burst_rate', {
61259
61359
  configurable: true,
61260
- get: RTCQualityJS.prototype.t3d
61360
+ get: RTCQualityJS.prototype.r3d
61261
61361
  });
61262
61362
  Object.defineProperty(RTCQualityJS.prototype, 'flaw_total', {
61263
61363
  configurable: true,
61264
- get: RTCQualityJS.prototype.u3d
61364
+ get: RTCQualityJS.prototype.s3d
61265
61365
  });
61266
61366
  Object.defineProperty(RTCQualityJS.prototype, 'packet_cnt', {
61267
61367
  configurable: true,
61268
- get: RTCQualityJS.prototype.v3d
61368
+ get: RTCQualityJS.prototype.t3d
61269
61369
  });
61270
61370
  Object.defineProperty(RTCQualityJS.prototype, 'packet_loss_perc', {
61271
61371
  configurable: true,
61272
- get: RTCQualityJS.prototype.w3d
61372
+ get: RTCQualityJS.prototype.u3d
61273
61373
  });
61274
61374
  function RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
61275
- this.z3d_1 = audioRecvPackets;
61276
- this.a3e_1 = audioRecvPacketsLost;
61277
- this.b3e_1 = audioRecvBytes;
61278
- this.c3e_1 = audioRecvJitter;
61279
- this.d3e_1 = audioSentPackets;
61280
- this.e3e_1 = audioSentBytes;
61281
- this.f3e_1 = audioSentPacketsLost;
61282
- this.g3e_1 = audioRtt;
61283
- this.h3e_1 = audioSentJitter;
61284
- this.i3e_1 = legId;
61375
+ this.x3d_1 = audioRecvPackets;
61376
+ this.y3d_1 = audioRecvPacketsLost;
61377
+ this.z3d_1 = audioRecvBytes;
61378
+ this.a3e_1 = audioRecvJitter;
61379
+ this.b3e_1 = audioSentPackets;
61380
+ this.c3e_1 = audioSentBytes;
61381
+ this.d3e_1 = audioSentPacketsLost;
61382
+ this.e3e_1 = audioRtt;
61383
+ this.f3e_1 = audioSentJitter;
61384
+ this.g3e_1 = legId;
61285
61385
  }
61386
+ RTCStatsJS.prototype.h3e = function () {
61387
+ return this.x3d_1;
61388
+ };
61389
+ RTCStatsJS.prototype.i3e = function () {
61390
+ return this.y3d_1;
61391
+ };
61286
61392
  RTCStatsJS.prototype.j3e = function () {
61287
61393
  return this.z3d_1;
61288
61394
  };
@@ -61304,88 +61410,82 @@
61304
61410
  RTCStatsJS.prototype.p3e = function () {
61305
61411
  return this.f3e_1;
61306
61412
  };
61307
- RTCStatsJS.prototype.q3e = function () {
61308
- return this.g3e_1;
61309
- };
61310
- RTCStatsJS.prototype.r3e = function () {
61311
- return this.h3e_1;
61312
- };
61313
61413
  RTCStatsJS.prototype.g1k = function () {
61314
- return this.i3e_1;
61414
+ return this.g3e_1;
61315
61415
  };
61316
61416
  RTCStatsJS.prototype.component1 = function () {
61317
- return this.z3d_1;
61417
+ return this.x3d_1;
61318
61418
  };
61319
61419
  RTCStatsJS.prototype.component2 = function () {
61320
- return this.a3e_1;
61420
+ return this.y3d_1;
61321
61421
  };
61322
61422
  RTCStatsJS.prototype.component3 = function () {
61323
- return this.b3e_1;
61423
+ return this.z3d_1;
61324
61424
  };
61325
61425
  RTCStatsJS.prototype.component4 = function () {
61326
- return this.c3e_1;
61426
+ return this.a3e_1;
61327
61427
  };
61328
61428
  RTCStatsJS.prototype.component5 = function () {
61329
- return this.d3e_1;
61429
+ return this.b3e_1;
61330
61430
  };
61331
61431
  RTCStatsJS.prototype.component6 = function () {
61332
- return this.e3e_1;
61432
+ return this.c3e_1;
61333
61433
  };
61334
61434
  RTCStatsJS.prototype.component7 = function () {
61335
- return this.f3e_1;
61435
+ return this.d3e_1;
61336
61436
  };
61337
61437
  RTCStatsJS.prototype.component8 = function () {
61338
- return this.g3e_1;
61438
+ return this.e3e_1;
61339
61439
  };
61340
61440
  RTCStatsJS.prototype.component9 = function () {
61341
- return this.h3e_1;
61441
+ return this.f3e_1;
61342
61442
  };
61343
61443
  RTCStatsJS.prototype.component10 = function () {
61344
- return this.i3e_1;
61444
+ return this.g3e_1;
61345
61445
  };
61346
61446
  RTCStatsJS.prototype.copy = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
61347
- return this.s3e(audioRecvPackets === void 1 ? this.z3d_1 : audioRecvPackets, audioRecvPacketsLost === void 1 ? this.a3e_1 : audioRecvPacketsLost, audioRecvBytes === void 1 ? this.b3e_1 : audioRecvBytes, audioRecvJitter === void 1 ? this.c3e_1 : audioRecvJitter, audioSentPackets === void 1 ? this.d3e_1 : audioSentPackets, audioSentBytes === void 1 ? this.e3e_1 : audioSentBytes, audioSentPacketsLost === void 1 ? this.f3e_1 : audioSentPacketsLost, audioRtt === void 1 ? this.g3e_1 : audioRtt, audioSentJitter === void 1 ? this.h3e_1 : audioSentJitter, legId === void 1 ? this.i3e_1 : legId);
61447
+ return this.q3e(audioRecvPackets === void 1 ? this.x3d_1 : audioRecvPackets, audioRecvPacketsLost === void 1 ? this.y3d_1 : audioRecvPacketsLost, audioRecvBytes === void 1 ? this.z3d_1 : audioRecvBytes, audioRecvJitter === void 1 ? this.a3e_1 : audioRecvJitter, audioSentPackets === void 1 ? this.b3e_1 : audioSentPackets, audioSentBytes === void 1 ? this.c3e_1 : audioSentBytes, audioSentPacketsLost === void 1 ? this.d3e_1 : audioSentPacketsLost, audioRtt === void 1 ? this.e3e_1 : audioRtt, audioSentJitter === void 1 ? this.f3e_1 : audioSentJitter, legId === void 1 ? this.g3e_1 : legId);
61348
61448
  };
61349
- RTCStatsJS.prototype.s3e = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
61449
+ RTCStatsJS.prototype.q3e = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
61350
61450
  return new RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
61351
61451
  };
61352
- RTCStatsJS.prototype.t3e = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId, $mask0, $handler) {
61452
+ RTCStatsJS.prototype.r3e = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId, $mask0, $handler) {
61353
61453
  if (!(($mask0 & 1) === 0))
61354
- audioRecvPackets = this.z3d_1;
61454
+ audioRecvPackets = this.x3d_1;
61355
61455
  if (!(($mask0 & 2) === 0))
61356
- audioRecvPacketsLost = this.a3e_1;
61456
+ audioRecvPacketsLost = this.y3d_1;
61357
61457
  if (!(($mask0 & 4) === 0))
61358
- audioRecvBytes = this.b3e_1;
61458
+ audioRecvBytes = this.z3d_1;
61359
61459
  if (!(($mask0 & 8) === 0))
61360
- audioRecvJitter = this.c3e_1;
61460
+ audioRecvJitter = this.a3e_1;
61361
61461
  if (!(($mask0 & 16) === 0))
61362
- audioSentPackets = this.d3e_1;
61462
+ audioSentPackets = this.b3e_1;
61363
61463
  if (!(($mask0 & 32) === 0))
61364
- audioSentBytes = this.e3e_1;
61464
+ audioSentBytes = this.c3e_1;
61365
61465
  if (!(($mask0 & 64) === 0))
61366
- audioSentPacketsLost = this.f3e_1;
61466
+ audioSentPacketsLost = this.d3e_1;
61367
61467
  if (!(($mask0 & 128) === 0))
61368
- audioRtt = this.g3e_1;
61468
+ audioRtt = this.e3e_1;
61369
61469
  if (!(($mask0 & 256) === 0))
61370
- audioSentJitter = this.h3e_1;
61470
+ audioSentJitter = this.f3e_1;
61371
61471
  if (!(($mask0 & 512) === 0))
61372
- legId = this.i3e_1;
61373
- return this.s3e(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
61472
+ legId = this.g3e_1;
61473
+ return this.q3e(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
61374
61474
  };
61375
61475
  RTCStatsJS.prototype.toString = function () {
61376
- return 'RTCStatsJS(audioRecvPackets=' + toString(this.z3d_1) + ', audioRecvPacketsLost=' + toString(this.a3e_1) + ', audioRecvBytes=' + toString(this.b3e_1) + ', audioRecvJitter=' + toString(this.c3e_1) + ', audioSentPackets=' + toString(this.d3e_1) + ', audioSentBytes=' + toString(this.e3e_1) + ', audioSentPacketsLost=' + toString(this.f3e_1) + ', audioRtt=' + toString(this.g3e_1) + ', audioSentJitter=' + toString(this.h3e_1) + ', legId=' + this.i3e_1 + ')';
61476
+ return 'RTCStatsJS(audioRecvPackets=' + toString(this.x3d_1) + ', audioRecvPacketsLost=' + toString(this.y3d_1) + ', audioRecvBytes=' + toString(this.z3d_1) + ', audioRecvJitter=' + toString(this.a3e_1) + ', audioSentPackets=' + toString(this.b3e_1) + ', audioSentBytes=' + toString(this.c3e_1) + ', audioSentPacketsLost=' + toString(this.d3e_1) + ', audioRtt=' + toString(this.e3e_1) + ', audioSentJitter=' + toString(this.f3e_1) + ', legId=' + this.g3e_1 + ')';
61377
61477
  };
61378
61478
  RTCStatsJS.prototype.hashCode = function () {
61379
- var result = this.z3d_1 == null ? 0 : hashCode(this.z3d_1);
61479
+ var result = this.x3d_1 == null ? 0 : hashCode(this.x3d_1);
61480
+ result = imul(result, 31) + (this.y3d_1 == null ? 0 : hashCode(this.y3d_1)) | 0;
61481
+ result = imul(result, 31) + (this.z3d_1 == null ? 0 : hashCode(this.z3d_1)) | 0;
61380
61482
  result = imul(result, 31) + (this.a3e_1 == null ? 0 : hashCode(this.a3e_1)) | 0;
61381
61483
  result = imul(result, 31) + (this.b3e_1 == null ? 0 : hashCode(this.b3e_1)) | 0;
61382
61484
  result = imul(result, 31) + (this.c3e_1 == null ? 0 : hashCode(this.c3e_1)) | 0;
61383
61485
  result = imul(result, 31) + (this.d3e_1 == null ? 0 : hashCode(this.d3e_1)) | 0;
61384
61486
  result = imul(result, 31) + (this.e3e_1 == null ? 0 : hashCode(this.e3e_1)) | 0;
61385
61487
  result = imul(result, 31) + (this.f3e_1 == null ? 0 : hashCode(this.f3e_1)) | 0;
61386
- result = imul(result, 31) + (this.g3e_1 == null ? 0 : hashCode(this.g3e_1)) | 0;
61387
- result = imul(result, 31) + (this.h3e_1 == null ? 0 : hashCode(this.h3e_1)) | 0;
61388
- result = imul(result, 31) + getStringHashCode(this.i3e_1) | 0;
61488
+ result = imul(result, 31) + getStringHashCode(this.g3e_1) | 0;
61389
61489
  return result;
61390
61490
  };
61391
61491
  RTCStatsJS.prototype.equals = function (other) {
@@ -61394,6 +61494,10 @@
61394
61494
  if (!(other instanceof RTCStatsJS))
61395
61495
  return false;
61396
61496
  var tmp0_other_with_cast = other instanceof RTCStatsJS ? other : THROW_CCE();
61497
+ if (!equals(this.x3d_1, tmp0_other_with_cast.x3d_1))
61498
+ return false;
61499
+ if (!equals(this.y3d_1, tmp0_other_with_cast.y3d_1))
61500
+ return false;
61397
61501
  if (!equals(this.z3d_1, tmp0_other_with_cast.z3d_1))
61398
61502
  return false;
61399
61503
  if (!equals(this.a3e_1, tmp0_other_with_cast.a3e_1))
@@ -61408,50 +61512,46 @@
61408
61512
  return false;
61409
61513
  if (!equals(this.f3e_1, tmp0_other_with_cast.f3e_1))
61410
61514
  return false;
61411
- if (!equals(this.g3e_1, tmp0_other_with_cast.g3e_1))
61412
- return false;
61413
- if (!equals(this.h3e_1, tmp0_other_with_cast.h3e_1))
61414
- return false;
61415
- if (!(this.i3e_1 === tmp0_other_with_cast.i3e_1))
61515
+ if (!(this.g3e_1 === tmp0_other_with_cast.g3e_1))
61416
61516
  return false;
61417
61517
  return true;
61418
61518
  };
61419
61519
  RTCStatsJS.$metadata$ = classMeta('RTCStatsJS');
61420
61520
  Object.defineProperty(RTCStatsJS.prototype, 'audioRecvPackets', {
61421
61521
  configurable: true,
61422
- get: RTCStatsJS.prototype.j3e
61522
+ get: RTCStatsJS.prototype.h3e
61423
61523
  });
61424
61524
  Object.defineProperty(RTCStatsJS.prototype, 'audioRecvPacketsLost', {
61425
61525
  configurable: true,
61426
- get: RTCStatsJS.prototype.k3e
61526
+ get: RTCStatsJS.prototype.i3e
61427
61527
  });
61428
61528
  Object.defineProperty(RTCStatsJS.prototype, 'audioRecvBytes', {
61429
61529
  configurable: true,
61430
- get: RTCStatsJS.prototype.l3e
61530
+ get: RTCStatsJS.prototype.j3e
61431
61531
  });
61432
61532
  Object.defineProperty(RTCStatsJS.prototype, 'audioRecvJitter', {
61433
61533
  configurable: true,
61434
- get: RTCStatsJS.prototype.m3e
61534
+ get: RTCStatsJS.prototype.k3e
61435
61535
  });
61436
61536
  Object.defineProperty(RTCStatsJS.prototype, 'audioSentPackets', {
61437
61537
  configurable: true,
61438
- get: RTCStatsJS.prototype.n3e
61538
+ get: RTCStatsJS.prototype.l3e
61439
61539
  });
61440
61540
  Object.defineProperty(RTCStatsJS.prototype, 'audioSentBytes', {
61441
61541
  configurable: true,
61442
- get: RTCStatsJS.prototype.o3e
61542
+ get: RTCStatsJS.prototype.m3e
61443
61543
  });
61444
61544
  Object.defineProperty(RTCStatsJS.prototype, 'audioSentPacketsLost', {
61445
61545
  configurable: true,
61446
- get: RTCStatsJS.prototype.p3e
61546
+ get: RTCStatsJS.prototype.n3e
61447
61547
  });
61448
61548
  Object.defineProperty(RTCStatsJS.prototype, 'audioRtt', {
61449
61549
  configurable: true,
61450
- get: RTCStatsJS.prototype.q3e
61550
+ get: RTCStatsJS.prototype.o3e
61451
61551
  });
61452
61552
  Object.defineProperty(RTCStatsJS.prototype, 'audioSentJitter', {
61453
61553
  configurable: true,
61454
- get: RTCStatsJS.prototype.r3e
61554
+ get: RTCStatsJS.prototype.p3e
61455
61555
  });
61456
61556
  Object.defineProperty(RTCStatsJS.prototype, 'legId', {
61457
61557
  configurable: true,
@@ -61462,9 +61562,9 @@
61462
61562
  }
61463
61563
  function getCancelReason(reason) {
61464
61564
  if (reason === 'RejectedElsewhere')
61465
- return CancelReasonJS_RemoteReject_getInstance();
61565
+ return CancelReasonJS_RejectedElsewhere_getInstance();
61466
61566
  if (reason === 'AnsweredElsewhere')
61467
- return CancelReasonJS_RemoteAnswer_getInstance();
61567
+ return CancelReasonJS_AnsweredElsewhere_getInstance();
61468
61568
  if (reason === 'RemoteTimeout')
61469
61569
  return CancelReasonJS_RemoteTimeout_getInstance();
61470
61570
  return CancelReasonJS_RemoteCancel_getInstance();
@@ -61489,7 +61589,7 @@
61489
61589
  };
61490
61590
  }
61491
61591
  function HttpClientJSAdapter$1($js) {
61492
- this.u3e_1 = $js;
61592
+ this.s3e_1 = $js;
61493
61593
  }
61494
61594
  HttpClientJSAdapter$1.prototype.v2u = function (verb, url, headers, body, callback) {
61495
61595
  var tmp = verb.toString();
@@ -61501,7 +61601,7 @@
61501
61601
  tmp$ret$0 = fromMap(JSON, headers);
61502
61602
  tmp$ret$1 = tmp$ret$0;
61503
61603
  var tmp_0 = tmp$ret$1;
61504
- this.u3e_1.request(tmp, url, tmp_0, body, HttpClientJSAdapter$o$request$lambda(callback));
61604
+ this.s3e_1.request(tmp, url, tmp_0, body, HttpClientJSAdapter$o$request$lambda(callback));
61505
61605
  };
61506
61606
  HttpClientJSAdapter$1.$metadata$ = classMeta(undefined, [HTTPClient]);
61507
61607
  function SocketClientJSAdapter$o$emit$lambda($callback) {
@@ -61525,14 +61625,14 @@
61525
61625
  };
61526
61626
  }
61527
61627
  function SocketClientJSAdapter$adapter$1($js) {
61528
- this.w3e_1 = $js;
61529
- this.v3e_1 = null;
61628
+ this.u3e_1 = $js;
61629
+ this.t3e_1 = null;
61530
61630
  }
61531
61631
  SocketClientJSAdapter$adapter$1.prototype.y2u = function (_set____db54di) {
61532
- this.v3e_1 = _set____db54di;
61632
+ this.t3e_1 = _set____db54di;
61533
61633
  };
61534
- SocketClientJSAdapter$adapter$1.prototype.x3e = function () {
61535
- return this.v3e_1;
61634
+ SocketClientJSAdapter$adapter$1.prototype.v3e = function () {
61635
+ return this.t3e_1;
61536
61636
  };
61537
61637
  SocketClientJSAdapter$adapter$1.prototype.z2u = function (type, msg, callback) {
61538
61638
  var tmp0_safe_receiver = msg;
@@ -61550,26 +61650,26 @@
61550
61650
  tmp = tmp$ret$1;
61551
61651
  }
61552
61652
  var tmp_0 = tmp;
61553
- this.w3e_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
61653
+ this.u3e_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
61554
61654
  };
61555
61655
  SocketClientJSAdapter$adapter$1.prototype.a2v = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query) {
61556
- this.w3e_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, query);
61656
+ this.u3e_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, query);
61557
61657
  };
61558
61658
  SocketClientJSAdapter$adapter$1.prototype.b2v = function () {
61559
- this.w3e_1.disconnect();
61659
+ this.u3e_1.disconnect();
61560
61660
  };
61561
61661
  SocketClientJSAdapter$adapter$1.prototype.c2v = function (token) {
61562
- this.w3e_1.setConnectParamsSocketConfig(token);
61662
+ this.u3e_1.setConnectParamsSocketConfig(token);
61563
61663
  };
61564
61664
  SocketClientJSAdapter$adapter$1.prototype.d2v = function (milliseconds, callback) {
61565
- this.w3e_1.startVerifyResponseTimer(milliseconds, callback);
61665
+ this.u3e_1.startVerifyResponseTimer(milliseconds, callback);
61566
61666
  };
61567
61667
  SocketClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [SocketClient]);
61568
61668
  function SocketClientJSAdapter$1($adapter) {
61569
- this.y3e_1 = $adapter;
61669
+ this.w3e_1 = $adapter;
61570
61670
  }
61571
61671
  SocketClientJSAdapter$1.prototype.didReceiveNewSocketEvent = function (type, body) {
61572
- var tmp0_safe_receiver = this.y3e_1.v3e_1;
61672
+ var tmp0_safe_receiver = this.w3e_1.t3e_1;
61573
61673
  if (tmp0_safe_receiver == null)
61574
61674
  ;
61575
61675
  else {
@@ -61602,35 +61702,35 @@
61602
61702
  var tmp0_subject_0 = reason;
61603
61703
  switch (tmp0_subject_0) {
61604
61704
  case 'NXMCORE_REASON_SERVER_DISCONNECTED':
61605
- var tmp1_safe_receiver_0 = this.y3e_1.v3e_1;
61705
+ var tmp1_safe_receiver_0 = this.w3e_1.t3e_1;
61606
61706
  if (tmp1_safe_receiver_0 == null) ; else {
61607
61707
  tmp1_safe_receiver_0.u2x(tmp1_safe_receiver, SocketConnectionFailedReason_ServerDisconnected_getInstance());
61608
61708
  Unit_getInstance();
61609
61709
  }
61610
61710
  break;
61611
61711
  case 'NXMCORE_REASON_CLIENT_DISCONNECTED':
61612
- var tmp2_safe_receiver = this.y3e_1.v3e_1;
61712
+ var tmp2_safe_receiver = this.w3e_1.t3e_1;
61613
61713
  if (tmp2_safe_receiver == null) ; else {
61614
61714
  tmp2_safe_receiver.u2x(tmp1_safe_receiver, SocketConnectionFailedReason_ClientDisconnected_getInstance());
61615
61715
  Unit_getInstance();
61616
61716
  }
61617
61717
  break;
61618
61718
  case 'NXMCORE_CLIENT_NETWORK_ERROR':
61619
- var tmp3_safe_receiver = this.y3e_1.v3e_1;
61719
+ var tmp3_safe_receiver = this.w3e_1.t3e_1;
61620
61720
  if (tmp3_safe_receiver == null) ; else {
61621
61721
  tmp3_safe_receiver.u2x(tmp1_safe_receiver, SocketConnectionFailedReason_ClientNetworkError_getInstance());
61622
61722
  Unit_getInstance();
61623
61723
  }
61624
61724
  break;
61625
61725
  case 'NXMCORE_REASON_PING_TIMEOUT':
61626
- var tmp4_safe_receiver = this.y3e_1.v3e_1;
61726
+ var tmp4_safe_receiver = this.w3e_1.t3e_1;
61627
61727
  if (tmp4_safe_receiver == null) ; else {
61628
61728
  tmp4_safe_receiver.u2x(tmp1_safe_receiver, SocketConnectionFailedReason_PingTimeout_getInstance());
61629
61729
  Unit_getInstance();
61630
61730
  }
61631
61731
  break;
61632
61732
  default:
61633
- var tmp5_safe_receiver = this.y3e_1.v3e_1;
61733
+ var tmp5_safe_receiver = this.w3e_1.t3e_1;
61634
61734
  if (tmp5_safe_receiver == null) ; else {
61635
61735
  tmp5_safe_receiver.u2x(tmp1_safe_receiver, null);
61636
61736
  Unit_getInstance();
@@ -61641,43 +61741,43 @@
61641
61741
  };
61642
61742
  SocketClientJSAdapter$1.$metadata$ = classMeta();
61643
61743
  function MediaClientJSAdapter$adapter$1($js) {
61644
- this.a3f_1 = $js;
61645
- this.z3e_1 = null;
61744
+ this.y3e_1 = $js;
61745
+ this.x3e_1 = null;
61646
61746
  }
61647
61747
  MediaClientJSAdapter$adapter$1.prototype.g2v = function (_set____db54di) {
61648
- this.z3e_1 = _set____db54di;
61748
+ this.x3e_1 = _set____db54di;
61649
61749
  };
61650
61750
  MediaClientJSAdapter$adapter$1.prototype.h2v = function (closure) {
61651
- this.a3f_1.enableMediaOutbound(closure);
61751
+ this.y3e_1.enableMediaOutbound(closure);
61652
61752
  };
61653
- MediaClientJSAdapter$adapter$1.prototype.b3f = function (closure, offerSDP, rtcId) {
61654
- this.a3f_1.enableMediaInbound(closure, offerSDP, rtcId);
61753
+ MediaClientJSAdapter$adapter$1.prototype.z3e = function (closure, offerSDP, rtcId) {
61754
+ this.y3e_1.enableMediaInbound(closure, offerSDP, rtcId);
61655
61755
  };
61656
61756
  MediaClientJSAdapter$adapter$1.prototype.i2v = function (closure, offerSDP, rtcId) {
61657
- return this.b3f(closure, offerSDP, rtcId);
61757
+ return this.z3e(closure, offerSDP, rtcId);
61658
61758
  };
61659
61759
  MediaClientJSAdapter$adapter$1.prototype.j2v = function (id, sdp) {
61660
- this.a3f_1.processAnswer(id, sdp);
61760
+ this.y3e_1.processAnswer(id, sdp);
61661
61761
  };
61662
61762
  MediaClientJSAdapter$adapter$1.prototype.k2v = function (id) {
61663
- this.a3f_1.disableMedia(id);
61763
+ this.y3e_1.disableMedia(id);
61664
61764
  };
61665
61765
  MediaClientJSAdapter$adapter$1.prototype.l2v = function (id) {
61666
- this.a3f_1.mute(id);
61766
+ this.y3e_1.mute(id);
61667
61767
  };
61668
61768
  MediaClientJSAdapter$adapter$1.prototype.m2v = function (id) {
61669
- this.a3f_1.unmute(id);
61769
+ this.y3e_1.unmute(id);
61670
61770
  };
61671
61771
  MediaClientJSAdapter$adapter$1.prototype.n2v = function (interval, mediaId) {
61672
- this.a3f_1.enableRtcStatsCollection(interval, mediaId);
61772
+ this.y3e_1.enableRtcStatsCollection(interval, mediaId);
61673
61773
  };
61674
61774
  MediaClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [MediaClient]);
61675
61775
  function MediaClientJSAdapter$1($adapter) {
61676
- this.c3f_1 = $adapter;
61776
+ this.a3f_1 = $adapter;
61677
61777
  }
61678
61778
  MediaClientJSAdapter$1.prototype.onRtcStats = function (rtcStats) {
61679
- var stats = new RTCStats(rtcStats.z3d_1, rtcStats.a3e_1, rtcStats.b3e_1, rtcStats.c3e_1, rtcStats.d3e_1, rtcStats.e3e_1, rtcStats.f3e_1, rtcStats.g3e_1, rtcStats.h3e_1, rtcStats.i3e_1);
61680
- var tmp0_safe_receiver = this.c3f_1.z3e_1;
61779
+ var stats = new RTCStats(rtcStats.x3d_1, rtcStats.y3d_1, rtcStats.z3d_1, rtcStats.a3e_1, rtcStats.b3e_1, rtcStats.c3e_1, rtcStats.d3e_1, rtcStats.e3e_1, rtcStats.f3e_1, rtcStats.g3e_1);
61780
+ var tmp0_safe_receiver = this.a3f_1.x3e_1;
61681
61781
  if (tmp0_safe_receiver == null)
61682
61782
  ;
61683
61783
  else {
@@ -61689,13 +61789,13 @@
61689
61789
  CancelReasonJS_initEntries();
61690
61790
  return CancelReasonJS_RemoteCancel_instance;
61691
61791
  }
61692
- function CancelReasonJS_RemoteAnswer_getInstance() {
61792
+ function CancelReasonJS_AnsweredElsewhere_getInstance() {
61693
61793
  CancelReasonJS_initEntries();
61694
- return CancelReasonJS_RemoteAnswer_instance;
61794
+ return CancelReasonJS_AnsweredElsewhere_instance;
61695
61795
  }
61696
- function CancelReasonJS_RemoteReject_getInstance() {
61796
+ function CancelReasonJS_RejectedElsewhere_getInstance() {
61697
61797
  CancelReasonJS_initEntries();
61698
- return CancelReasonJS_RemoteReject_instance;
61798
+ return CancelReasonJS_RejectedElsewhere_instance;
61699
61799
  }
61700
61800
  function CancelReasonJS_RemoteTimeout_getInstance() {
61701
61801
  CancelReasonJS_initEntries();
@@ -62166,13 +62266,13 @@
62166
62266
  configurable: true,
62167
62267
  get: CancelReasonJS_RemoteCancel_getInstance
62168
62268
  });
62169
- Object.defineProperty($vonage.CancelReasonJS, 'RemoteAnswer', {
62269
+ Object.defineProperty($vonage.CancelReasonJS, 'AnsweredElsewhere', {
62170
62270
  configurable: true,
62171
- get: CancelReasonJS_RemoteAnswer_getInstance
62271
+ get: CancelReasonJS_AnsweredElsewhere_getInstance
62172
62272
  });
62173
- Object.defineProperty($vonage.CancelReasonJS, 'RemoteReject', {
62273
+ Object.defineProperty($vonage.CancelReasonJS, 'RejectedElsewhere', {
62174
62274
  configurable: true,
62175
- get: CancelReasonJS_RemoteReject_getInstance
62275
+ get: CancelReasonJS_RejectedElsewhere_getInstance
62176
62276
  });
62177
62277
  Object.defineProperty($vonage.CancelReasonJS, 'RemoteTimeout', {
62178
62278
  configurable: true,
@@ -74164,6 +74264,7 @@
74164
74264
  const SessionErrorCodes = clientsdkClientcore_jsExports.vonage.SessionErrorCodesJS;
74165
74265
 
74166
74266
  const CancelReason = clientsdkClientcore_jsExports.vonage.CancelReasonJS;
74267
+ const HangupReason = clientsdkClientcore_jsExports.vonage.HangupReasonJS;
74167
74268
  const SessionErrorReason = clientsdkClientcore_jsExports.vonage.SessionErrorReasonJS;
74168
74269
  const LegStatus = clientsdkClientcore_jsExports.vonage.LegStatusJS;
74169
74270
  const setVonageClientLoggingLevel = setDefaultLoggingLevel;
@@ -74204,6 +74305,7 @@
74204
74305
  exports.ClientConfig = ClientConfig;
74205
74306
  exports.ConfigRegion = ConfigRegion;
74206
74307
  exports.ConversationState = ConversationState;
74308
+ exports.HangupReason = HangupReason;
74207
74309
  exports.LegStatus = LegStatus;
74208
74310
  exports.LoggingLevel = LoggingLevel;
74209
74311
  exports.MemberInvitedEvent = MemberInvitedEvent;