@vonage/client-sdk 0.1.5-alpha.3 → 0.1.5-alpha.5
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.
- package/dist/voice/index.cjs +983 -965
- package/dist/voice/index.mjs +983 -965
- package/dist/vonageClientSDK.js +983 -965
- package/dist/vonageClientSDK.min.js +2 -2
- package/dist/vonageClientSDK.min.mjs +1 -1
- package/dist/vonageClientSDK.mjs +983 -965
- package/package.json +1 -1
package/dist/voice/index.cjs
CHANGED
|
@@ -21540,17 +21540,6 @@ function requireClientsdkClientcore () {
|
|
|
21540
21540
|
return true;
|
|
21541
21541
|
};
|
|
21542
21542
|
ErrorReport.$metadata$ = classMeta('ErrorReport', [Actionable]);
|
|
21543
|
-
function MemberKickRequest_init_$Init$(cid, mid, reasonText, reasonCode, $mask0, $marker, $this) {
|
|
21544
|
-
if (!(($mask0 & 4) === 0))
|
|
21545
|
-
reasonText = null;
|
|
21546
|
-
if (!(($mask0 & 8) === 0))
|
|
21547
|
-
reasonCode = null;
|
|
21548
|
-
MemberKickRequest.call($this, cid, mid, reasonText, reasonCode);
|
|
21549
|
-
return $this;
|
|
21550
|
-
}
|
|
21551
|
-
function MemberKickRequest_init_$Create$(cid, mid, reasonText, reasonCode, $mask0, $marker) {
|
|
21552
|
-
return MemberKickRequest_init_$Init$(cid, mid, reasonText, reasonCode, $mask0, $marker, Object.create(MemberKickRequest.prototype));
|
|
21553
|
-
}
|
|
21554
21543
|
function MemberKickRequest(cid, mid, reasonText, reasonCode) {
|
|
21555
21544
|
this.g1c_1 = cid;
|
|
21556
21545
|
this.h1c_1 = mid;
|
|
@@ -34403,7 +34392,7 @@ function requireClientsdkClientcore () {
|
|
|
34403
34392
|
listener.t1z(event.n1n_1, event.l1n_1.s1n_1, event.l1n_1.t1n_1.p1z_1);
|
|
34404
34393
|
} else {
|
|
34405
34394
|
if (tmp0_subject instanceof MemberLeftEvent) {
|
|
34406
|
-
listener.o1z(event.b1o_1, event.z1n_1.f1o_1, event.z1n_1.g1o_1.l1z_1,
|
|
34395
|
+
listener.o1z(event.b1o_1, event.z1n_1.f1o_1, event.z1n_1.g1o_1.l1z_1, event.z1n_1.h1o_1.x1y_1);
|
|
34407
34396
|
} else {
|
|
34408
34397
|
if (tmp0_subject instanceof AudioSayEvent) {
|
|
34409
34398
|
listener.k1z();
|
|
@@ -34424,10 +34413,10 @@ function requireClientsdkClientcore () {
|
|
|
34424
34413
|
listener.h1z(event.d1q_1, event.b1q_1.y1p_1, false);
|
|
34425
34414
|
} else {
|
|
34426
34415
|
if (tmp0_subject instanceof AudioDTMFEvent) {
|
|
34427
|
-
listener.g1z(event.j1q_1,
|
|
34416
|
+
listener.g1z(event.j1q_1, event.h1q_1.o1q_1.e1z_1, event.h1q_1.n1q_1);
|
|
34428
34417
|
} else {
|
|
34429
34418
|
if (tmp0_subject instanceof RTCHangupEvent) {
|
|
34430
|
-
listener.d1z(event.t1q_1,
|
|
34419
|
+
listener.d1z(event.t1q_1, event.r1q_1.n1m_1.x1y_1, event.r1q_1);
|
|
34431
34420
|
}
|
|
34432
34421
|
}
|
|
34433
34422
|
}
|
|
@@ -35099,7 +35088,7 @@ function requireClientsdkClientcore () {
|
|
|
35099
35088
|
this.e22_1.y1b(new Action(tmp, ActionMeta_init_$Create$(null, this.j22_1, VoiceCallInvite$answerCall$lambda(callback, this), 1, null)));
|
|
35100
35089
|
};
|
|
35101
35090
|
VoiceCallInvite.prototype.t22 = function (callback) {
|
|
35102
|
-
var tmp =
|
|
35091
|
+
var tmp = new MemberKickRequest(this.h22_1, this.i22_1, 'call-rejected-by-callee', 'REMOTE_REJECT');
|
|
35103
35092
|
this.e22_1.y1b(new Action(tmp, ActionMeta_init_$Create$(null, this.j22_1, VoiceCallInvite$rejectCall$lambda(callback), 1, null)));
|
|
35104
35093
|
};
|
|
35105
35094
|
VoiceCallInvite.$metadata$ = classMeta('VoiceCallInvite');
|
|
@@ -35166,9 +35155,9 @@ function requireClientsdkClientcore () {
|
|
|
35166
35155
|
return Unit_getInstance();
|
|
35167
35156
|
};
|
|
35168
35157
|
}
|
|
35169
|
-
function VoiceAPIImpl$o$onAudioDTMFUpdate$lambda($
|
|
35158
|
+
function VoiceAPIImpl$o$onAudioDTMFUpdate$lambda($leg_id, $digits) {
|
|
35170
35159
|
return function (l, callId) {
|
|
35171
|
-
l.b22(callId, $
|
|
35160
|
+
l.b22(callId, $leg_id, $digits);
|
|
35172
35161
|
return Unit_getInstance();
|
|
35173
35162
|
};
|
|
35174
35163
|
}
|
|
@@ -35252,20 +35241,25 @@ function requireClientsdkClientcore () {
|
|
|
35252
35241
|
if (tmp instanceof Failed) {
|
|
35253
35242
|
$this.y22_1.y1b(Action_init_$Create$(new MediaDisable(callState.k21_1)));
|
|
35254
35243
|
} else {
|
|
35255
|
-
var tmp_0;
|
|
35256
|
-
|
|
35257
|
-
|
|
35258
|
-
var tmp_2 = callState.l21_1.r1();
|
|
35259
|
-
tmp_0 = tmp_2 instanceof None_1;
|
|
35244
|
+
var tmp_0 = callState.m21_1.r1();
|
|
35245
|
+
if (tmp_0 instanceof Completed) {
|
|
35246
|
+
$this.y22_1.y1b(Action_init_$Create$(new MediaDisable(callState.k21_1)));
|
|
35260
35247
|
} else {
|
|
35261
|
-
|
|
35262
|
-
|
|
35263
|
-
|
|
35264
|
-
|
|
35265
|
-
|
|
35266
|
-
|
|
35267
|
-
|
|
35268
|
-
|
|
35248
|
+
var tmp_1;
|
|
35249
|
+
var tmp_2 = callState.m21_1.r1();
|
|
35250
|
+
if (tmp_2 instanceof Prewarm) {
|
|
35251
|
+
var tmp_3 = callState.l21_1.r1();
|
|
35252
|
+
tmp_1 = tmp_3 instanceof None_1;
|
|
35253
|
+
} else {
|
|
35254
|
+
tmp_1 = false;
|
|
35255
|
+
}
|
|
35256
|
+
if (tmp_1) {
|
|
35257
|
+
var tmp0_safe_receiver = callState.j21_1;
|
|
35258
|
+
var tmp_4 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f2('to');
|
|
35259
|
+
var tmp1_elvis_lhs = (!(tmp_4 == null) ? typeof tmp_4 === 'string' : false) ? tmp_4 : null;
|
|
35260
|
+
var tmp_5 = new AppKnockingRequest(callState.i21_1, new PhoneChannelEndpoint(tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs), callState.m21_1.r1().y1m(), callState.j21_1);
|
|
35261
|
+
$this.y22_1.y1b(new Action(tmp_5, ActionMeta_init_$Create$(null, callState.k21_1, null, 5, null)));
|
|
35262
|
+
}
|
|
35269
35263
|
}
|
|
35270
35264
|
}
|
|
35271
35265
|
}
|
|
@@ -35283,26 +35277,26 @@ function requireClientsdkClientcore () {
|
|
|
35283
35277
|
} else {
|
|
35284
35278
|
var tmp2_subject = callState.l21_1.r1();
|
|
35285
35279
|
if (tmp2_subject instanceof Joined) {
|
|
35286
|
-
var
|
|
35280
|
+
var prevCallState = previousCallState.l21_1.r1();
|
|
35281
|
+
var tmp = callState.l21_1.r1();
|
|
35282
|
+
var newConversation = new Conversation((tmp instanceof Joined ? tmp : THROW_CCE()).p21_1);
|
|
35287
35283
|
var tmp_0;
|
|
35288
|
-
var tmp_1
|
|
35289
|
-
|
|
35290
|
-
|
|
35291
|
-
|
|
35284
|
+
var tmp_1;
|
|
35285
|
+
var tmp_2 = previousCallState.l21_1;
|
|
35286
|
+
if (tmp_2 instanceof Resolved) {
|
|
35287
|
+
tmp_1 = prevCallState instanceof Joined;
|
|
35292
35288
|
} else {
|
|
35293
|
-
|
|
35289
|
+
tmp_1 = false;
|
|
35294
35290
|
}
|
|
35295
|
-
if (
|
|
35291
|
+
if (tmp_1) {
|
|
35296
35292
|
var tmp_3 = callState.l21_1;
|
|
35297
|
-
|
|
35293
|
+
tmp_0 = !(tmp_3 instanceof Pending);
|
|
35298
35294
|
} else {
|
|
35299
|
-
|
|
35295
|
+
tmp_0 = false;
|
|
35300
35296
|
}
|
|
35301
|
-
if (
|
|
35302
|
-
var tmp_4 =
|
|
35303
|
-
var
|
|
35304
|
-
var tmp_5 = previousCallState.l21_1.r1();
|
|
35305
|
-
var prevConversation = new Conversation((tmp_5 instanceof Joined ? tmp_5 : THROW_CCE()).p21_1);
|
|
35297
|
+
if (tmp_0) {
|
|
35298
|
+
var tmp_4 = previousCallState.l21_1.r1();
|
|
35299
|
+
var prevConversation = new Conversation((tmp_4 instanceof Joined ? tmp_4 : THROW_CCE()).p21_1);
|
|
35306
35300
|
var tmp3_safe_receiver = delegate;
|
|
35307
35301
|
if (tmp3_safe_receiver == null)
|
|
35308
35302
|
;
|
|
@@ -35310,9 +35304,29 @@ function requireClientsdkClientcore () {
|
|
|
35310
35304
|
tmp3_safe_receiver.y21(callState.k21_1, newConversation, prevConversation);
|
|
35311
35305
|
}
|
|
35312
35306
|
}
|
|
35313
|
-
|
|
35314
|
-
|
|
35315
|
-
|
|
35307
|
+
var tmp_5;
|
|
35308
|
+
var tmp_6;
|
|
35309
|
+
var tmp_7 = previousCallState.l21_1;
|
|
35310
|
+
if (tmp_7 instanceof Resolved) {
|
|
35311
|
+
tmp_6 = prevCallState instanceof Left;
|
|
35312
|
+
} else {
|
|
35313
|
+
tmp_6 = false;
|
|
35314
|
+
}
|
|
35315
|
+
if (tmp_6) {
|
|
35316
|
+
var tmp_8 = callState.l21_1;
|
|
35317
|
+
tmp_5 = !(tmp_8 instanceof Pending);
|
|
35318
|
+
} else {
|
|
35319
|
+
tmp_5 = false;
|
|
35320
|
+
}
|
|
35321
|
+
if (tmp_5) {
|
|
35322
|
+
var tmp_9 = previousCallState.l21_1.r1();
|
|
35323
|
+
var prevConversation_0 = new Conversation((tmp_9 instanceof Left ? tmp_9 : THROW_CCE()).c23_1);
|
|
35324
|
+
var tmp4_safe_receiver = delegate;
|
|
35325
|
+
if (tmp4_safe_receiver == null)
|
|
35326
|
+
;
|
|
35327
|
+
else {
|
|
35328
|
+
tmp4_safe_receiver.y21(callState.k21_1, newConversation, prevConversation_0);
|
|
35329
|
+
}
|
|
35316
35330
|
}
|
|
35317
35331
|
}
|
|
35318
35332
|
}
|
|
@@ -35366,30 +35380,34 @@ function requireClientsdkClientcore () {
|
|
|
35366
35380
|
};
|
|
35367
35381
|
}
|
|
35368
35382
|
function VoiceAPIImpl$1(this$0) {
|
|
35369
|
-
this.
|
|
35383
|
+
this.e23_1 = this$0;
|
|
35370
35384
|
}
|
|
35371
35385
|
VoiceAPIImpl$1.prototype.i1z = function (conversationId, legId, isMuted) {
|
|
35372
|
-
invokeListener_0(this.
|
|
35386
|
+
invokeListener_0(this.e23_1, conversationId, VoiceAPIImpl$o$onAudioMuteUpdate$lambda(legId, isMuted));
|
|
35373
35387
|
};
|
|
35374
35388
|
VoiceAPIImpl$1.prototype.h1z = function (conversationId, legId, earmuffStatus) {
|
|
35375
|
-
invokeListener_0(this.
|
|
35389
|
+
invokeListener_0(this.e23_1, conversationId, VoiceAPIImpl$o$onAudioEarmuffUpdate$lambda(legId, earmuffStatus));
|
|
35376
35390
|
};
|
|
35377
35391
|
VoiceAPIImpl$1.prototype.g1z = function (conversationId, legId, digits) {
|
|
35378
|
-
|
|
35392
|
+
var tmp0_elvis_lhs = legId;
|
|
35393
|
+
var leg_id = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
35394
|
+
invokeListener_0(this.e23_1, conversationId, VoiceAPIImpl$o$onAudioDTMFUpdate$lambda(leg_id, digits));
|
|
35379
35395
|
};
|
|
35380
35396
|
VoiceAPIImpl$1.prototype.d1z = function (conversationId, legId, hangup) {
|
|
35381
|
-
|
|
35397
|
+
if (!(legId === null)) {
|
|
35398
|
+
invokeListener(this.e23_1, conversationId, legId, VoiceAPIImpl$o$onRTCHangup$lambda(legId, hangup));
|
|
35399
|
+
}
|
|
35382
35400
|
};
|
|
35383
35401
|
VoiceAPIImpl$1.prototype.j1z = function (conversationId, legId, status) {
|
|
35384
35402
|
var tmp0_elvis_lhs = conversationId;
|
|
35385
35403
|
var tmp = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
35386
|
-
invokeListener(this.
|
|
35404
|
+
invokeListener(this.e23_1, tmp, legId, VoiceAPIImpl$o$onLegStatusUpdate$lambda(legId, status));
|
|
35387
35405
|
};
|
|
35388
35406
|
VoiceAPIImpl$1.$metadata$ = classMeta(undefined, [EventListener]);
|
|
35389
35407
|
function VoiceAPIImpl$lambda$lambda(this$0, $cache) {
|
|
35390
35408
|
return function () {
|
|
35391
35409
|
var state = ensureNotNull(this$0.y22_1.z1z(getKClass(InviteReducer)));
|
|
35392
|
-
var tmp0_safe_receiver = state.
|
|
35410
|
+
var tmp0_safe_receiver = state.h23_1;
|
|
35393
35411
|
var tmp;
|
|
35394
35412
|
if (tmp0_safe_receiver == null) {
|
|
35395
35413
|
tmp = null;
|
|
@@ -35401,22 +35419,22 @@ function requireClientsdkClientcore () {
|
|
|
35401
35419
|
// Inline function 'com.vonage.clientcore.core.api.VoiceAPIImpl.<anonymous>.<anonymous>.<anonymous>' call
|
|
35402
35420
|
var tmp$ret$0;
|
|
35403
35421
|
// Inline function 'kotlin.collections.get' call
|
|
35404
|
-
var tmp0_get = state.
|
|
35405
|
-
var tmp1_get = state.
|
|
35422
|
+
var tmp0_get = state.f23_1;
|
|
35423
|
+
var tmp1_get = state.h23_1;
|
|
35406
35424
|
tmp$ret$0 = (isInterface(tmp0_get, Map) ? tmp0_get : THROW_CCE()).f2(tmp1_get);
|
|
35407
35425
|
tmp$ret$1 = tmp$ret$0;
|
|
35408
35426
|
tmp$ret$2 = tmp$ret$1;
|
|
35409
35427
|
tmp = tmp$ret$2;
|
|
35410
35428
|
}
|
|
35411
35429
|
var updatedInvite = tmp;
|
|
35412
|
-
if (state.
|
|
35430
|
+
if (state.h23_1 == null) {
|
|
35413
35431
|
Unit_getInstance();
|
|
35414
35432
|
} else {
|
|
35415
35433
|
var tmp_1;
|
|
35416
35434
|
if (!(updatedInvite == null)) {
|
|
35417
35435
|
var tmp$ret$3;
|
|
35418
35436
|
// Inline function 'kotlin.collections.get' call
|
|
35419
|
-
var tmp0_get_0 = state.
|
|
35437
|
+
var tmp0_get_0 = state.h23_1;
|
|
35420
35438
|
tmp$ret$3 = (isInterface($cache, Map) ? $cache : THROW_CCE()).f2(tmp0_get_0);
|
|
35421
35439
|
tmp_1 = tmp$ret$3 == null;
|
|
35422
35440
|
} else {
|
|
@@ -35426,7 +35444,7 @@ function requireClientsdkClientcore () {
|
|
|
35426
35444
|
var tmp2_set = updatedInvite.n22_1;
|
|
35427
35445
|
var tmp$ret$4;
|
|
35428
35446
|
// Inline function 'kotlin.also' call
|
|
35429
|
-
var tmp1_also = updatedInvite.
|
|
35447
|
+
var tmp1_also = updatedInvite.i23(null, null, null, null, null, null, 63, null);
|
|
35430
35448
|
// Inline function 'kotlin.contracts.contract' call
|
|
35431
35449
|
// Inline function 'com.vonage.clientcore.core.api.VoiceAPIImpl.<anonymous>.<anonymous>.<anonymous>' call
|
|
35432
35450
|
var tmp0_safe_receiver_0 = this$0.b23_1;
|
|
@@ -35444,7 +35462,7 @@ function requireClientsdkClientcore () {
|
|
|
35444
35462
|
if (updatedInvite == null) {
|
|
35445
35463
|
var tmp$ret$5;
|
|
35446
35464
|
// Inline function 'kotlin.collections.get' call
|
|
35447
|
-
var tmp4_get = state.
|
|
35465
|
+
var tmp4_get = state.h23_1;
|
|
35448
35466
|
tmp$ret$5 = (isInterface($cache, Map) ? $cache : THROW_CCE()).f2(tmp4_get);
|
|
35449
35467
|
tmp_2 = !(tmp$ret$5 == null);
|
|
35450
35468
|
} else {
|
|
@@ -35452,7 +35470,7 @@ function requireClientsdkClientcore () {
|
|
|
35452
35470
|
}
|
|
35453
35471
|
if (tmp_2) {
|
|
35454
35472
|
// Inline function 'kotlin.collections.remove' call
|
|
35455
|
-
var tmp5_remove = state.
|
|
35473
|
+
var tmp5_remove = state.h23_1;
|
|
35456
35474
|
(isInterface($cache, MutableMap) ? $cache : THROW_CCE()).f3(tmp5_remove);
|
|
35457
35475
|
Unit_getInstance();
|
|
35458
35476
|
} else {
|
|
@@ -35510,7 +35528,7 @@ function requireClientsdkClientcore () {
|
|
|
35510
35528
|
}
|
|
35511
35529
|
if (tmp_1) {
|
|
35512
35530
|
var tmp1_set = updatedCall.k21_1;
|
|
35513
|
-
var tmp2_set = updatedCall.
|
|
35531
|
+
var tmp2_set = updatedCall.j23(false, null, null, null, null, null, null, 127, null);
|
|
35514
35532
|
$cache.l(tmp1_set, tmp2_set);
|
|
35515
35533
|
Unit_getInstance();
|
|
35516
35534
|
} else {
|
|
@@ -35532,12 +35550,12 @@ function requireClientsdkClientcore () {
|
|
|
35532
35550
|
var previousCall = ensureNotNull(tmp$ret$5);
|
|
35533
35551
|
// Inline function 'kotlin.collections.set' call
|
|
35534
35552
|
var tmp5_set = updatedCall.k21_1;
|
|
35535
|
-
var tmp6_set = updatedCall.
|
|
35553
|
+
var tmp6_set = updatedCall.j23(false, null, null, null, null, null, null, 127, null);
|
|
35536
35554
|
$cache.l(tmp5_set, tmp6_set);
|
|
35537
35555
|
if (!equals(updatedCall.l21_1, previousCall.l21_1)) {
|
|
35538
35556
|
onCallMemberChange(this$0, updatedCall, previousCall, this$0.b23_1);
|
|
35539
35557
|
}
|
|
35540
|
-
if (!(updatedCall.n21_1.
|
|
35558
|
+
if (!(updatedCall.n21_1.k23_1 == null) ? !updatedCall.n21_1.equals(previousCall.n21_1) ? true : !equals(updatedCall.m21_1, previousCall.m21_1) : false) {
|
|
35541
35559
|
onCallMediaChange(this$0, updatedCall);
|
|
35542
35560
|
Unit_getInstance();
|
|
35543
35561
|
}
|
|
@@ -35608,7 +35626,7 @@ function requireClientsdkClientcore () {
|
|
|
35608
35626
|
var s = sessionState.s20_1.r1();
|
|
35609
35627
|
var tmp;
|
|
35610
35628
|
if (s instanceof Active) {
|
|
35611
|
-
tmp = s.t1u_1.
|
|
35629
|
+
tmp = s.t1u_1.o23_1;
|
|
35612
35630
|
} else {
|
|
35613
35631
|
var tmp$ret$1;
|
|
35614
35632
|
// Inline function 'kotlin.let' call
|
|
@@ -35673,38 +35691,38 @@ function requireClientsdkClientcore () {
|
|
|
35673
35691
|
}
|
|
35674
35692
|
VoiceCallError.$metadata$ = classMeta('VoiceCallError', undefined, undefined, undefined, undefined, Exception.prototype);
|
|
35675
35693
|
function SetupInboundCall(rtcId, conversationId, memberId, from, sdp, context) {
|
|
35676
|
-
this.
|
|
35677
|
-
this.
|
|
35678
|
-
this.
|
|
35679
|
-
this.
|
|
35680
|
-
this.
|
|
35681
|
-
this.
|
|
35694
|
+
this.p23_1 = rtcId;
|
|
35695
|
+
this.q23_1 = conversationId;
|
|
35696
|
+
this.r23_1 = memberId;
|
|
35697
|
+
this.s23_1 = from;
|
|
35698
|
+
this.t23_1 = sdp;
|
|
35699
|
+
this.u23_1 = context;
|
|
35682
35700
|
}
|
|
35683
|
-
SetupInboundCall.prototype.t23 = function () {
|
|
35684
|
-
return this.n23_1;
|
|
35685
|
-
};
|
|
35686
|
-
SetupInboundCall.prototype.u23 = function () {
|
|
35687
|
-
return this.o23_1;
|
|
35688
|
-
};
|
|
35689
35701
|
SetupInboundCall.prototype.v23 = function () {
|
|
35690
35702
|
return this.p23_1;
|
|
35691
35703
|
};
|
|
35692
|
-
SetupInboundCall.prototype.
|
|
35704
|
+
SetupInboundCall.prototype.w23 = function () {
|
|
35693
35705
|
return this.q23_1;
|
|
35694
35706
|
};
|
|
35695
|
-
SetupInboundCall.prototype.
|
|
35707
|
+
SetupInboundCall.prototype.x23 = function () {
|
|
35696
35708
|
return this.r23_1;
|
|
35697
35709
|
};
|
|
35710
|
+
SetupInboundCall.prototype.n1h = function () {
|
|
35711
|
+
return this.s23_1;
|
|
35712
|
+
};
|
|
35713
|
+
SetupInboundCall.prototype.a1j = function () {
|
|
35714
|
+
return this.t23_1;
|
|
35715
|
+
};
|
|
35698
35716
|
SetupInboundCall.prototype.toString = function () {
|
|
35699
|
-
return 'SetupInboundCall(rtcId=' + this.
|
|
35717
|
+
return 'SetupInboundCall(rtcId=' + this.p23_1 + ', conversationId=' + this.q23_1 + ', memberId=' + this.r23_1 + ', from=' + this.s23_1 + ', sdp=' + this.t23_1 + ', context=' + this.u23_1 + ')';
|
|
35700
35718
|
};
|
|
35701
35719
|
SetupInboundCall.prototype.hashCode = function () {
|
|
35702
|
-
var result = getStringHashCode(this.
|
|
35703
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
35704
|
-
result = imul(result, 31) + getStringHashCode(this.p23_1) | 0;
|
|
35705
|
-
result = imul(result, 31) + hashCode(this.q23_1) | 0;
|
|
35720
|
+
var result = getStringHashCode(this.p23_1);
|
|
35721
|
+
result = imul(result, 31) + getStringHashCode(this.q23_1) | 0;
|
|
35706
35722
|
result = imul(result, 31) + getStringHashCode(this.r23_1) | 0;
|
|
35707
|
-
result = imul(result, 31) +
|
|
35723
|
+
result = imul(result, 31) + hashCode(this.s23_1) | 0;
|
|
35724
|
+
result = imul(result, 31) + getStringHashCode(this.t23_1) | 0;
|
|
35725
|
+
result = imul(result, 31) + (this.u23_1 == null ? 0 : hashCode(this.u23_1)) | 0;
|
|
35708
35726
|
return result;
|
|
35709
35727
|
};
|
|
35710
35728
|
SetupInboundCall.prototype.equals = function (other) {
|
|
@@ -35713,37 +35731,37 @@ function requireClientsdkClientcore () {
|
|
|
35713
35731
|
if (!(other instanceof SetupInboundCall))
|
|
35714
35732
|
return false;
|
|
35715
35733
|
var tmp0_other_with_cast = other instanceof SetupInboundCall ? other : THROW_CCE();
|
|
35716
|
-
if (!(this.n23_1 === tmp0_other_with_cast.n23_1))
|
|
35717
|
-
return false;
|
|
35718
|
-
if (!(this.o23_1 === tmp0_other_with_cast.o23_1))
|
|
35719
|
-
return false;
|
|
35720
35734
|
if (!(this.p23_1 === tmp0_other_with_cast.p23_1))
|
|
35721
35735
|
return false;
|
|
35722
|
-
if (!
|
|
35736
|
+
if (!(this.q23_1 === tmp0_other_with_cast.q23_1))
|
|
35723
35737
|
return false;
|
|
35724
35738
|
if (!(this.r23_1 === tmp0_other_with_cast.r23_1))
|
|
35725
35739
|
return false;
|
|
35726
35740
|
if (!equals(this.s23_1, tmp0_other_with_cast.s23_1))
|
|
35727
35741
|
return false;
|
|
35742
|
+
if (!(this.t23_1 === tmp0_other_with_cast.t23_1))
|
|
35743
|
+
return false;
|
|
35744
|
+
if (!equals(this.u23_1, tmp0_other_with_cast.u23_1))
|
|
35745
|
+
return false;
|
|
35728
35746
|
return true;
|
|
35729
35747
|
};
|
|
35730
35748
|
SetupInboundCall.$metadata$ = classMeta('SetupInboundCall', [CallEvent]);
|
|
35731
35749
|
function SetupOutboundCall(user, context) {
|
|
35732
|
-
this.
|
|
35733
|
-
this.
|
|
35750
|
+
this.y23_1 = user;
|
|
35751
|
+
this.z23_1 = context;
|
|
35734
35752
|
}
|
|
35735
35753
|
SetupOutboundCall.prototype.w1n = function () {
|
|
35736
|
-
return this.
|
|
35754
|
+
return this.y23_1;
|
|
35737
35755
|
};
|
|
35738
35756
|
SetupOutboundCall.prototype.o3 = function () {
|
|
35739
|
-
return this.
|
|
35757
|
+
return this.z23_1;
|
|
35740
35758
|
};
|
|
35741
35759
|
SetupOutboundCall.prototype.toString = function () {
|
|
35742
|
-
return 'SetupOutboundCall(user=' + this.
|
|
35760
|
+
return 'SetupOutboundCall(user=' + this.y23_1 + ', context=' + this.z23_1 + ')';
|
|
35743
35761
|
};
|
|
35744
35762
|
SetupOutboundCall.prototype.hashCode = function () {
|
|
35745
|
-
var result = getStringHashCode(this.
|
|
35746
|
-
result = imul(result, 31) + (this.
|
|
35763
|
+
var result = getStringHashCode(this.y23_1);
|
|
35764
|
+
result = imul(result, 31) + (this.z23_1 == null ? 0 : hashCode(this.z23_1)) | 0;
|
|
35747
35765
|
return result;
|
|
35748
35766
|
};
|
|
35749
35767
|
SetupOutboundCall.prototype.equals = function (other) {
|
|
@@ -35752,34 +35770,34 @@ function requireClientsdkClientcore () {
|
|
|
35752
35770
|
if (!(other instanceof SetupOutboundCall))
|
|
35753
35771
|
return false;
|
|
35754
35772
|
var tmp0_other_with_cast = other instanceof SetupOutboundCall ? other : THROW_CCE();
|
|
35755
|
-
if (!(this.
|
|
35773
|
+
if (!(this.y23_1 === tmp0_other_with_cast.y23_1))
|
|
35756
35774
|
return false;
|
|
35757
|
-
if (!equals(this.
|
|
35775
|
+
if (!equals(this.z23_1, tmp0_other_with_cast.z23_1))
|
|
35758
35776
|
return false;
|
|
35759
35777
|
return true;
|
|
35760
35778
|
};
|
|
35761
35779
|
SetupOutboundCall.$metadata$ = classMeta('SetupOutboundCall', [CallEvent]);
|
|
35762
35780
|
function CallReconnect(callId, from, conversationId) {
|
|
35763
|
-
this.
|
|
35764
|
-
this.
|
|
35765
|
-
this.
|
|
35781
|
+
this.a24_1 = callId;
|
|
35782
|
+
this.b24_1 = from;
|
|
35783
|
+
this.c24_1 = conversationId;
|
|
35766
35784
|
}
|
|
35767
|
-
CallReconnect.prototype.
|
|
35768
|
-
return this.
|
|
35785
|
+
CallReconnect.prototype.d24 = function () {
|
|
35786
|
+
return this.a24_1;
|
|
35769
35787
|
};
|
|
35770
35788
|
CallReconnect.prototype.n1h = function () {
|
|
35771
|
-
return this.
|
|
35789
|
+
return this.b24_1;
|
|
35772
35790
|
};
|
|
35773
|
-
CallReconnect.prototype.
|
|
35774
|
-
return this.
|
|
35791
|
+
CallReconnect.prototype.w23 = function () {
|
|
35792
|
+
return this.c24_1;
|
|
35775
35793
|
};
|
|
35776
35794
|
CallReconnect.prototype.toString = function () {
|
|
35777
|
-
return 'CallReconnect(callId=' + this.
|
|
35795
|
+
return 'CallReconnect(callId=' + this.a24_1 + ', from=' + this.b24_1 + ', conversationId=' + this.c24_1 + ')';
|
|
35778
35796
|
};
|
|
35779
35797
|
CallReconnect.prototype.hashCode = function () {
|
|
35780
|
-
var result = getStringHashCode(this.
|
|
35781
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
35782
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
35798
|
+
var result = getStringHashCode(this.a24_1);
|
|
35799
|
+
result = imul(result, 31) + getStringHashCode(this.b24_1) | 0;
|
|
35800
|
+
result = imul(result, 31) + getStringHashCode(this.c24_1) | 0;
|
|
35783
35801
|
return result;
|
|
35784
35802
|
};
|
|
35785
35803
|
CallReconnect.prototype.equals = function (other) {
|
|
@@ -35788,11 +35806,11 @@ function requireClientsdkClientcore () {
|
|
|
35788
35806
|
if (!(other instanceof CallReconnect))
|
|
35789
35807
|
return false;
|
|
35790
35808
|
var tmp0_other_with_cast = other instanceof CallReconnect ? other : THROW_CCE();
|
|
35791
|
-
if (!(this.
|
|
35809
|
+
if (!(this.a24_1 === tmp0_other_with_cast.a24_1))
|
|
35792
35810
|
return false;
|
|
35793
|
-
if (!(this.
|
|
35811
|
+
if (!(this.b24_1 === tmp0_other_with_cast.b24_1))
|
|
35794
35812
|
return false;
|
|
35795
|
-
if (!(this.
|
|
35813
|
+
if (!(this.c24_1 === tmp0_other_with_cast.c24_1))
|
|
35796
35814
|
return false;
|
|
35797
35815
|
return true;
|
|
35798
35816
|
};
|
|
@@ -35810,30 +35828,30 @@ function requireClientsdkClientcore () {
|
|
|
35810
35828
|
return CallCreate_init_$Init$(legId, from, direction, context, memberJoinInfo, $mask0, $marker, Object.create(CallCreate.prototype));
|
|
35811
35829
|
}
|
|
35812
35830
|
function CallCreate(legId, from, direction, context, memberJoinInfo) {
|
|
35813
|
-
this.
|
|
35814
|
-
this.
|
|
35815
|
-
this.
|
|
35816
|
-
this.
|
|
35817
|
-
this.
|
|
35831
|
+
this.e24_1 = legId;
|
|
35832
|
+
this.f24_1 = from;
|
|
35833
|
+
this.g24_1 = direction;
|
|
35834
|
+
this.h24_1 = context;
|
|
35835
|
+
this.i24_1 = memberJoinInfo;
|
|
35818
35836
|
}
|
|
35819
35837
|
CallCreate.prototype.p1h = function () {
|
|
35820
|
-
return this.c24_1;
|
|
35821
|
-
};
|
|
35822
|
-
CallCreate.prototype.h24 = function () {
|
|
35823
35838
|
return this.e24_1;
|
|
35824
35839
|
};
|
|
35825
|
-
CallCreate.prototype.
|
|
35840
|
+
CallCreate.prototype.j24 = function () {
|
|
35826
35841
|
return this.g24_1;
|
|
35827
35842
|
};
|
|
35843
|
+
CallCreate.prototype.k24 = function () {
|
|
35844
|
+
return this.i24_1;
|
|
35845
|
+
};
|
|
35828
35846
|
CallCreate.prototype.toString = function () {
|
|
35829
|
-
return 'CallCreate(legId=' + this.
|
|
35847
|
+
return 'CallCreate(legId=' + this.e24_1 + ', from=' + this.f24_1 + ', direction=' + this.g24_1 + ', context=' + this.h24_1 + ', memberJoinInfo=' + this.i24_1 + ')';
|
|
35830
35848
|
};
|
|
35831
35849
|
CallCreate.prototype.hashCode = function () {
|
|
35832
|
-
var result = getStringHashCode(this.
|
|
35833
|
-
result = imul(result, 31) + hashCode(this.
|
|
35834
|
-
result = imul(result, 31) + this.
|
|
35835
|
-
result = imul(result, 31) + (this.
|
|
35836
|
-
result = imul(result, 31) + (this.
|
|
35850
|
+
var result = getStringHashCode(this.e24_1);
|
|
35851
|
+
result = imul(result, 31) + hashCode(this.f24_1) | 0;
|
|
35852
|
+
result = imul(result, 31) + this.g24_1.hashCode() | 0;
|
|
35853
|
+
result = imul(result, 31) + (this.h24_1 == null ? 0 : hashCode(this.h24_1)) | 0;
|
|
35854
|
+
result = imul(result, 31) + (this.i24_1 == null ? 0 : this.i24_1.hashCode()) | 0;
|
|
35837
35855
|
return result;
|
|
35838
35856
|
};
|
|
35839
35857
|
CallCreate.prototype.equals = function (other) {
|
|
@@ -35842,41 +35860,41 @@ function requireClientsdkClientcore () {
|
|
|
35842
35860
|
if (!(other instanceof CallCreate))
|
|
35843
35861
|
return false;
|
|
35844
35862
|
var tmp0_other_with_cast = other instanceof CallCreate ? other : THROW_CCE();
|
|
35845
|
-
if (!(this.
|
|
35863
|
+
if (!(this.e24_1 === tmp0_other_with_cast.e24_1))
|
|
35846
35864
|
return false;
|
|
35847
|
-
if (!equals(this.
|
|
35865
|
+
if (!equals(this.f24_1, tmp0_other_with_cast.f24_1))
|
|
35848
35866
|
return false;
|
|
35849
|
-
if (!this.
|
|
35867
|
+
if (!this.g24_1.equals(tmp0_other_with_cast.g24_1))
|
|
35850
35868
|
return false;
|
|
35851
|
-
if (!equals(this.
|
|
35869
|
+
if (!equals(this.h24_1, tmp0_other_with_cast.h24_1))
|
|
35852
35870
|
return false;
|
|
35853
|
-
if (!equals(this.
|
|
35871
|
+
if (!equals(this.i24_1, tmp0_other_with_cast.i24_1))
|
|
35854
35872
|
return false;
|
|
35855
35873
|
return true;
|
|
35856
35874
|
};
|
|
35857
35875
|
CallCreate.$metadata$ = classMeta('CallCreate', [CallEvent]);
|
|
35858
35876
|
function CallTerminate() {
|
|
35859
35877
|
}
|
|
35860
|
-
CallTerminate.prototype.
|
|
35861
|
-
return this.
|
|
35878
|
+
CallTerminate.prototype.d24 = function () {
|
|
35879
|
+
return this.l24_1;
|
|
35862
35880
|
};
|
|
35863
35881
|
CallTerminate.$metadata$ = classMeta('CallTerminate', [CallEvent]);
|
|
35864
35882
|
function MemberJoinInfo(conversationId, memberId) {
|
|
35865
|
-
this.
|
|
35866
|
-
this.
|
|
35883
|
+
this.m24_1 = conversationId;
|
|
35884
|
+
this.n24_1 = memberId;
|
|
35867
35885
|
}
|
|
35868
|
-
MemberJoinInfo.prototype.
|
|
35869
|
-
return this.
|
|
35886
|
+
MemberJoinInfo.prototype.w23 = function () {
|
|
35887
|
+
return this.m24_1;
|
|
35870
35888
|
};
|
|
35871
|
-
MemberJoinInfo.prototype.
|
|
35872
|
-
return this.
|
|
35889
|
+
MemberJoinInfo.prototype.x23 = function () {
|
|
35890
|
+
return this.n24_1;
|
|
35873
35891
|
};
|
|
35874
35892
|
MemberJoinInfo.prototype.toString = function () {
|
|
35875
|
-
return 'MemberJoinInfo(conversationId=' + this.
|
|
35893
|
+
return 'MemberJoinInfo(conversationId=' + this.m24_1 + ', memberId=' + this.n24_1 + ')';
|
|
35876
35894
|
};
|
|
35877
35895
|
MemberJoinInfo.prototype.hashCode = function () {
|
|
35878
|
-
var result = getStringHashCode(this.
|
|
35879
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
35896
|
+
var result = getStringHashCode(this.m24_1);
|
|
35897
|
+
result = imul(result, 31) + getStringHashCode(this.n24_1) | 0;
|
|
35880
35898
|
return result;
|
|
35881
35899
|
};
|
|
35882
35900
|
MemberJoinInfo.prototype.equals = function (other) {
|
|
@@ -35885,9 +35903,9 @@ function requireClientsdkClientcore () {
|
|
|
35885
35903
|
if (!(other instanceof MemberJoinInfo))
|
|
35886
35904
|
return false;
|
|
35887
35905
|
var tmp0_other_with_cast = other instanceof MemberJoinInfo ? other : THROW_CCE();
|
|
35888
|
-
if (!(this.
|
|
35906
|
+
if (!(this.m24_1 === tmp0_other_with_cast.m24_1))
|
|
35889
35907
|
return false;
|
|
35890
|
-
if (!(this.
|
|
35908
|
+
if (!(this.n24_1 === tmp0_other_with_cast.n24_1))
|
|
35891
35909
|
return false;
|
|
35892
35910
|
return true;
|
|
35893
35911
|
};
|
|
@@ -35931,10 +35949,10 @@ function requireClientsdkClientcore () {
|
|
|
35931
35949
|
Companion_instance_63 = this;
|
|
35932
35950
|
var tmp = this;
|
|
35933
35951
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
35934
|
-
tmp.
|
|
35952
|
+
tmp.o24_1 = lazy(tmp_0, ChannelEndpoint$Companion$$cachedSerializer$delegate$_anonymous__ov330i);
|
|
35935
35953
|
}
|
|
35936
35954
|
Companion_63.prototype.t10 = function () {
|
|
35937
|
-
return this.
|
|
35955
|
+
return this.o24_1.r1();
|
|
35938
35956
|
};
|
|
35939
35957
|
Companion_63.prototype.mr = function (typeParamsSerializers) {
|
|
35940
35958
|
return this.t10();
|
|
@@ -35968,10 +35986,10 @@ function requireClientsdkClientcore () {
|
|
|
35968
35986
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.AppChannelEndpoint', this, 2);
|
|
35969
35987
|
tmp0_serialDesc.dq('user', false);
|
|
35970
35988
|
tmp0_serialDesc.dq('type', true);
|
|
35971
|
-
this.
|
|
35989
|
+
this.p24_1 = tmp0_serialDesc;
|
|
35972
35990
|
}
|
|
35973
35991
|
$serializer_80.prototype.xf = function () {
|
|
35974
|
-
return this.
|
|
35992
|
+
return this.p24_1;
|
|
35975
35993
|
};
|
|
35976
35994
|
$serializer_80.prototype.sq = function () {
|
|
35977
35995
|
var tmp$ret$2;
|
|
@@ -35987,7 +36005,7 @@ function requireClientsdkClientcore () {
|
|
|
35987
36005
|
return tmp$ret$2;
|
|
35988
36006
|
};
|
|
35989
36007
|
$serializer_80.prototype.zf = function (decoder) {
|
|
35990
|
-
var tmp0_desc = this.
|
|
36008
|
+
var tmp0_desc = this.p24_1;
|
|
35991
36009
|
var tmp1_flag = true;
|
|
35992
36010
|
var tmp2_index = 0;
|
|
35993
36011
|
var tmp3_bitMask0 = 0;
|
|
@@ -36021,8 +36039,8 @@ function requireClientsdkClientcore () {
|
|
|
36021
36039
|
tmp6_input.fj(tmp0_desc);
|
|
36022
36040
|
return AppChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
36023
36041
|
};
|
|
36024
|
-
$serializer_80.prototype.
|
|
36025
|
-
var tmp0_desc = this.
|
|
36042
|
+
$serializer_80.prototype.q24 = function (encoder, value) {
|
|
36043
|
+
var tmp0_desc = this.p24_1;
|
|
36026
36044
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36027
36045
|
tmp1_output.rk(tmp0_desc, 0, value.f1h_1);
|
|
36028
36046
|
if (tmp1_output.yk(tmp0_desc, 1) ? true : !value.g1h_1.equals(ChannelTypes_app_getInstance())) {
|
|
@@ -36031,7 +36049,7 @@ function requireClientsdkClientcore () {
|
|
|
36031
36049
|
tmp1_output.fj(tmp0_desc);
|
|
36032
36050
|
};
|
|
36033
36051
|
$serializer_80.prototype.yf = function (encoder, value) {
|
|
36034
|
-
return this.
|
|
36052
|
+
return this.q24(encoder, value instanceof AppChannelEndpoint ? value : THROW_CCE());
|
|
36035
36053
|
};
|
|
36036
36054
|
$serializer_80.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36037
36055
|
var $serializer_instance_80;
|
|
@@ -36042,7 +36060,7 @@ function requireClientsdkClientcore () {
|
|
|
36042
36060
|
}
|
|
36043
36061
|
function AppChannelEndpoint_init_$Init$(seen1, user, type, serializationConstructorMarker, $this) {
|
|
36044
36062
|
if (!(1 === (1 & seen1))) {
|
|
36045
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_80().
|
|
36063
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_80().p24_1);
|
|
36046
36064
|
}
|
|
36047
36065
|
$this.f1h_1 = user;
|
|
36048
36066
|
if (0 === (seen1 & 2))
|
|
@@ -36119,10 +36137,10 @@ function requireClientsdkClientcore () {
|
|
|
36119
36137
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.PhoneChannelEndpoint', this, 2);
|
|
36120
36138
|
tmp0_serialDesc.dq('number', false);
|
|
36121
36139
|
tmp0_serialDesc.dq('type', true);
|
|
36122
|
-
this.
|
|
36140
|
+
this.r24_1 = tmp0_serialDesc;
|
|
36123
36141
|
}
|
|
36124
36142
|
$serializer_81.prototype.xf = function () {
|
|
36125
|
-
return this.
|
|
36143
|
+
return this.r24_1;
|
|
36126
36144
|
};
|
|
36127
36145
|
$serializer_81.prototype.sq = function () {
|
|
36128
36146
|
var tmp$ret$2;
|
|
@@ -36138,7 +36156,7 @@ function requireClientsdkClientcore () {
|
|
|
36138
36156
|
return tmp$ret$2;
|
|
36139
36157
|
};
|
|
36140
36158
|
$serializer_81.prototype.zf = function (decoder) {
|
|
36141
|
-
var tmp0_desc = this.
|
|
36159
|
+
var tmp0_desc = this.r24_1;
|
|
36142
36160
|
var tmp1_flag = true;
|
|
36143
36161
|
var tmp2_index = 0;
|
|
36144
36162
|
var tmp3_bitMask0 = 0;
|
|
@@ -36172,8 +36190,8 @@ function requireClientsdkClientcore () {
|
|
|
36172
36190
|
tmp6_input.fj(tmp0_desc);
|
|
36173
36191
|
return PhoneChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
36174
36192
|
};
|
|
36175
|
-
$serializer_81.prototype.
|
|
36176
|
-
var tmp0_desc = this.
|
|
36193
|
+
$serializer_81.prototype.s24 = function (encoder, value) {
|
|
36194
|
+
var tmp0_desc = this.r24_1;
|
|
36177
36195
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36178
36196
|
tmp1_output.rk(tmp0_desc, 0, value.d1h_1);
|
|
36179
36197
|
if (tmp1_output.yk(tmp0_desc, 1) ? true : !value.e1h_1.equals(ChannelTypes_phone_getInstance())) {
|
|
@@ -36182,7 +36200,7 @@ function requireClientsdkClientcore () {
|
|
|
36182
36200
|
tmp1_output.fj(tmp0_desc);
|
|
36183
36201
|
};
|
|
36184
36202
|
$serializer_81.prototype.yf = function (encoder, value) {
|
|
36185
|
-
return this.
|
|
36203
|
+
return this.s24(encoder, value instanceof PhoneChannelEndpoint ? value : THROW_CCE());
|
|
36186
36204
|
};
|
|
36187
36205
|
$serializer_81.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36188
36206
|
var $serializer_instance_81;
|
|
@@ -36193,7 +36211,7 @@ function requireClientsdkClientcore () {
|
|
|
36193
36211
|
}
|
|
36194
36212
|
function PhoneChannelEndpoint_init_$Init$(seen1, number, type, serializationConstructorMarker, $this) {
|
|
36195
36213
|
if (!(1 === (1 & seen1))) {
|
|
36196
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_81().
|
|
36214
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_81().r24_1);
|
|
36197
36215
|
}
|
|
36198
36216
|
$this.d1h_1 = number;
|
|
36199
36217
|
if (0 === (seen1 & 2))
|
|
@@ -36211,7 +36229,7 @@ function requireClientsdkClientcore () {
|
|
|
36211
36229
|
this.d1h_1 = number;
|
|
36212
36230
|
this.e1h_1 = ChannelTypes_phone_getInstance();
|
|
36213
36231
|
}
|
|
36214
|
-
PhoneChannelEndpoint.prototype.
|
|
36232
|
+
PhoneChannelEndpoint.prototype.t24 = function () {
|
|
36215
36233
|
return this.d1h_1;
|
|
36216
36234
|
};
|
|
36217
36235
|
PhoneChannelEndpoint.prototype.toString = function () {
|
|
@@ -36251,10 +36269,10 @@ function requireClientsdkClientcore () {
|
|
|
36251
36269
|
tmp0_serialDesc.dq('username', true);
|
|
36252
36270
|
tmp0_serialDesc.dq('password', true);
|
|
36253
36271
|
tmp0_serialDesc.dq('type', true);
|
|
36254
|
-
this.
|
|
36272
|
+
this.u24_1 = tmp0_serialDesc;
|
|
36255
36273
|
}
|
|
36256
36274
|
$serializer_82.prototype.xf = function () {
|
|
36257
|
-
return this.
|
|
36275
|
+
return this.u24_1;
|
|
36258
36276
|
};
|
|
36259
36277
|
$serializer_82.prototype.sq = function () {
|
|
36260
36278
|
var tmp$ret$2;
|
|
@@ -36270,7 +36288,7 @@ function requireClientsdkClientcore () {
|
|
|
36270
36288
|
return tmp$ret$2;
|
|
36271
36289
|
};
|
|
36272
36290
|
$serializer_82.prototype.zf = function (decoder) {
|
|
36273
|
-
var tmp0_desc = this.
|
|
36291
|
+
var tmp0_desc = this.u24_1;
|
|
36274
36292
|
var tmp1_flag = true;
|
|
36275
36293
|
var tmp2_index = 0;
|
|
36276
36294
|
var tmp3_bitMask0 = 0;
|
|
@@ -36318,8 +36336,8 @@ function requireClientsdkClientcore () {
|
|
|
36318
36336
|
tmp8_input.fj(tmp0_desc);
|
|
36319
36337
|
return SipChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
36320
36338
|
};
|
|
36321
|
-
$serializer_82.prototype.
|
|
36322
|
-
var tmp0_desc = this.
|
|
36339
|
+
$serializer_82.prototype.v24 = function (encoder, value) {
|
|
36340
|
+
var tmp0_desc = this.u24_1;
|
|
36323
36341
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36324
36342
|
tmp1_output.rk(tmp0_desc, 0, value.x1g_1);
|
|
36325
36343
|
if (tmp1_output.yk(tmp0_desc, 1) ? true : !(value.y1g_1 == null)) {
|
|
@@ -36334,7 +36352,7 @@ function requireClientsdkClientcore () {
|
|
|
36334
36352
|
tmp1_output.fj(tmp0_desc);
|
|
36335
36353
|
};
|
|
36336
36354
|
$serializer_82.prototype.yf = function (encoder, value) {
|
|
36337
|
-
return this.
|
|
36355
|
+
return this.v24(encoder, value instanceof SipChannelEndpoint ? value : THROW_CCE());
|
|
36338
36356
|
};
|
|
36339
36357
|
$serializer_82.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36340
36358
|
var $serializer_instance_82;
|
|
@@ -36345,7 +36363,7 @@ function requireClientsdkClientcore () {
|
|
|
36345
36363
|
}
|
|
36346
36364
|
function SipChannelEndpoint_init_$Init$(seen1, uri, username, password, type, serializationConstructorMarker, $this) {
|
|
36347
36365
|
if (!(1 === (1 & seen1))) {
|
|
36348
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_82().
|
|
36366
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_82().u24_1);
|
|
36349
36367
|
}
|
|
36350
36368
|
$this.x1g_1 = uri;
|
|
36351
36369
|
if (0 === (seen1 & 2))
|
|
@@ -36373,7 +36391,7 @@ function requireClientsdkClientcore () {
|
|
|
36373
36391
|
this.z1g_1 = password;
|
|
36374
36392
|
this.a1h_1 = ChannelTypes_sip_getInstance();
|
|
36375
36393
|
}
|
|
36376
|
-
SipChannelEndpoint.prototype.
|
|
36394
|
+
SipChannelEndpoint.prototype.w24 = function () {
|
|
36377
36395
|
return this.x1g_1;
|
|
36378
36396
|
};
|
|
36379
36397
|
SipChannelEndpoint.prototype.toString = function () {
|
|
@@ -36418,10 +36436,10 @@ function requireClientsdkClientcore () {
|
|
|
36418
36436
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.WebSocketChannelEndpoint', this, 2);
|
|
36419
36437
|
tmp0_serialDesc.dq('uri', false);
|
|
36420
36438
|
tmp0_serialDesc.dq('type', true);
|
|
36421
|
-
this.
|
|
36439
|
+
this.x24_1 = tmp0_serialDesc;
|
|
36422
36440
|
}
|
|
36423
36441
|
$serializer_83.prototype.xf = function () {
|
|
36424
|
-
return this.
|
|
36442
|
+
return this.x24_1;
|
|
36425
36443
|
};
|
|
36426
36444
|
$serializer_83.prototype.sq = function () {
|
|
36427
36445
|
var tmp$ret$2;
|
|
@@ -36437,7 +36455,7 @@ function requireClientsdkClientcore () {
|
|
|
36437
36455
|
return tmp$ret$2;
|
|
36438
36456
|
};
|
|
36439
36457
|
$serializer_83.prototype.zf = function (decoder) {
|
|
36440
|
-
var tmp0_desc = this.
|
|
36458
|
+
var tmp0_desc = this.x24_1;
|
|
36441
36459
|
var tmp1_flag = true;
|
|
36442
36460
|
var tmp2_index = 0;
|
|
36443
36461
|
var tmp3_bitMask0 = 0;
|
|
@@ -36471,8 +36489,8 @@ function requireClientsdkClientcore () {
|
|
|
36471
36489
|
tmp6_input.fj(tmp0_desc);
|
|
36472
36490
|
return WebSocketChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
36473
36491
|
};
|
|
36474
|
-
$serializer_83.prototype.
|
|
36475
|
-
var tmp0_desc = this.
|
|
36492
|
+
$serializer_83.prototype.y24 = function (encoder, value) {
|
|
36493
|
+
var tmp0_desc = this.x24_1;
|
|
36476
36494
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36477
36495
|
tmp1_output.rk(tmp0_desc, 0, value.b1h_1);
|
|
36478
36496
|
if (tmp1_output.yk(tmp0_desc, 1) ? true : !value.c1h_1.equals(ChannelTypes_websocket_getInstance())) {
|
|
@@ -36481,7 +36499,7 @@ function requireClientsdkClientcore () {
|
|
|
36481
36499
|
tmp1_output.fj(tmp0_desc);
|
|
36482
36500
|
};
|
|
36483
36501
|
$serializer_83.prototype.yf = function (encoder, value) {
|
|
36484
|
-
return this.
|
|
36502
|
+
return this.y24(encoder, value instanceof WebSocketChannelEndpoint ? value : THROW_CCE());
|
|
36485
36503
|
};
|
|
36486
36504
|
$serializer_83.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36487
36505
|
var $serializer_instance_83;
|
|
@@ -36492,7 +36510,7 @@ function requireClientsdkClientcore () {
|
|
|
36492
36510
|
}
|
|
36493
36511
|
function WebSocketChannelEndpoint_init_$Init$(seen1, uri, type, serializationConstructorMarker, $this) {
|
|
36494
36512
|
if (!(1 === (1 & seen1))) {
|
|
36495
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_83().
|
|
36513
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_83().x24_1);
|
|
36496
36514
|
}
|
|
36497
36515
|
$this.b1h_1 = uri;
|
|
36498
36516
|
if (0 === (seen1 & 2))
|
|
@@ -36510,7 +36528,7 @@ function requireClientsdkClientcore () {
|
|
|
36510
36528
|
this.b1h_1 = uri;
|
|
36511
36529
|
this.c1h_1 = ChannelTypes_websocket_getInstance();
|
|
36512
36530
|
}
|
|
36513
|
-
WebSocketChannelEndpoint.prototype.
|
|
36531
|
+
WebSocketChannelEndpoint.prototype.w24 = function () {
|
|
36514
36532
|
return this.b1h_1;
|
|
36515
36533
|
};
|
|
36516
36534
|
WebSocketChannelEndpoint.prototype.toString = function () {
|
|
@@ -36547,10 +36565,10 @@ function requireClientsdkClientcore () {
|
|
|
36547
36565
|
$serializer_instance_84 = this;
|
|
36548
36566
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.AppChannelEndpointNoUser', this, 1);
|
|
36549
36567
|
tmp0_serialDesc.dq('type', true);
|
|
36550
|
-
this.
|
|
36568
|
+
this.z24_1 = tmp0_serialDesc;
|
|
36551
36569
|
}
|
|
36552
36570
|
$serializer_84.prototype.xf = function () {
|
|
36553
|
-
return this.
|
|
36571
|
+
return this.z24_1;
|
|
36554
36572
|
};
|
|
36555
36573
|
$serializer_84.prototype.sq = function () {
|
|
36556
36574
|
var tmp$ret$2;
|
|
@@ -36566,7 +36584,7 @@ function requireClientsdkClientcore () {
|
|
|
36566
36584
|
return tmp$ret$2;
|
|
36567
36585
|
};
|
|
36568
36586
|
$serializer_84.prototype.zf = function (decoder) {
|
|
36569
|
-
var tmp0_desc = this.
|
|
36587
|
+
var tmp0_desc = this.z24_1;
|
|
36570
36588
|
var tmp1_flag = true;
|
|
36571
36589
|
var tmp2_index = 0;
|
|
36572
36590
|
var tmp3_bitMask0 = 0;
|
|
@@ -36593,8 +36611,8 @@ function requireClientsdkClientcore () {
|
|
|
36593
36611
|
tmp5_input.fj(tmp0_desc);
|
|
36594
36612
|
return AppChannelEndpointNoUser_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
36595
36613
|
};
|
|
36596
|
-
$serializer_84.prototype.
|
|
36597
|
-
var tmp0_desc = this.
|
|
36614
|
+
$serializer_84.prototype.a25 = function (encoder, value) {
|
|
36615
|
+
var tmp0_desc = this.z24_1;
|
|
36598
36616
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36599
36617
|
if (tmp1_output.yk(tmp0_desc, 0) ? true : !value.x22_1.equals(ChannelTypes_app_getInstance())) {
|
|
36600
36618
|
tmp1_output.sk(tmp0_desc, 0, new EnumSerializer('com.vonage.clientcore.core.conversation.ChannelTypes', values_0()), value.x22_1);
|
|
@@ -36602,7 +36620,7 @@ function requireClientsdkClientcore () {
|
|
|
36602
36620
|
tmp1_output.fj(tmp0_desc);
|
|
36603
36621
|
};
|
|
36604
36622
|
$serializer_84.prototype.yf = function (encoder, value) {
|
|
36605
|
-
return this.
|
|
36623
|
+
return this.a25(encoder, value instanceof AppChannelEndpointNoUser ? value : THROW_CCE());
|
|
36606
36624
|
};
|
|
36607
36625
|
$serializer_84.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36608
36626
|
var $serializer_instance_84;
|
|
@@ -36613,7 +36631,7 @@ function requireClientsdkClientcore () {
|
|
|
36613
36631
|
}
|
|
36614
36632
|
function AppChannelEndpointNoUser_init_$Init$(seen1, type, serializationConstructorMarker, $this) {
|
|
36615
36633
|
if (!(0 === (0 & seen1))) {
|
|
36616
|
-
throwMissingFieldException(seen1, 0, $serializer_getInstance_84().
|
|
36634
|
+
throwMissingFieldException(seen1, 0, $serializer_getInstance_84().z24_1);
|
|
36617
36635
|
}
|
|
36618
36636
|
if (0 === (seen1 & 1))
|
|
36619
36637
|
$this.x22_1 = ChannelTypes_app_getInstance();
|
|
@@ -36655,10 +36673,10 @@ function requireClientsdkClientcore () {
|
|
|
36655
36673
|
tmp0_serialDesc.dq('leg_ids', true);
|
|
36656
36674
|
tmp0_serialDesc.dq('from', false);
|
|
36657
36675
|
tmp0_serialDesc.dq('to', false);
|
|
36658
|
-
this.
|
|
36676
|
+
this.b25_1 = tmp0_serialDesc;
|
|
36659
36677
|
}
|
|
36660
36678
|
$serializer_85.prototype.xf = function () {
|
|
36661
|
-
return this.
|
|
36679
|
+
return this.b25_1;
|
|
36662
36680
|
};
|
|
36663
36681
|
$serializer_85.prototype.sq = function () {
|
|
36664
36682
|
var tmp$ret$2;
|
|
@@ -36674,7 +36692,7 @@ function requireClientsdkClientcore () {
|
|
|
36674
36692
|
return tmp$ret$2;
|
|
36675
36693
|
};
|
|
36676
36694
|
$serializer_85.prototype.zf = function (decoder) {
|
|
36677
|
-
var tmp0_desc = this.
|
|
36695
|
+
var tmp0_desc = this.b25_1;
|
|
36678
36696
|
var tmp1_flag = true;
|
|
36679
36697
|
var tmp2_index = 0;
|
|
36680
36698
|
var tmp3_bitMask0 = 0;
|
|
@@ -36736,8 +36754,8 @@ function requireClientsdkClientcore () {
|
|
|
36736
36754
|
tmp10_input.fj(tmp0_desc);
|
|
36737
36755
|
return Channel_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
|
|
36738
36756
|
};
|
|
36739
|
-
$serializer_85.prototype.
|
|
36740
|
-
var tmp0_desc = this.
|
|
36757
|
+
$serializer_85.prototype.c25 = function (encoder, value) {
|
|
36758
|
+
var tmp0_desc = this.b25_1;
|
|
36741
36759
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36742
36760
|
if (tmp1_output.yk(tmp0_desc, 0) ? true : !(value.x1y_1 == null)) {
|
|
36743
36761
|
tmp1_output.uk(tmp0_desc, 0, StringSerializer_getInstance(), value.x1y_1);
|
|
@@ -36754,7 +36772,7 @@ function requireClientsdkClientcore () {
|
|
|
36754
36772
|
tmp1_output.fj(tmp0_desc);
|
|
36755
36773
|
};
|
|
36756
36774
|
$serializer_85.prototype.yf = function (encoder, value) {
|
|
36757
|
-
return this.
|
|
36775
|
+
return this.c25(encoder, value instanceof Channel ? value : THROW_CCE());
|
|
36758
36776
|
};
|
|
36759
36777
|
$serializer_85.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36760
36778
|
var $serializer_instance_85;
|
|
@@ -36765,7 +36783,7 @@ function requireClientsdkClientcore () {
|
|
|
36765
36783
|
}
|
|
36766
36784
|
function Channel_init_$Init$(seen1, id, knocking_id, type, leg_ids, from, to, serializationConstructorMarker, $this) {
|
|
36767
36785
|
if (!(52 === (52 & seen1))) {
|
|
36768
|
-
throwMissingFieldException(seen1, 52, $serializer_getInstance_85().
|
|
36786
|
+
throwMissingFieldException(seen1, 52, $serializer_getInstance_85().b25_1);
|
|
36769
36787
|
}
|
|
36770
36788
|
if (0 === (seen1 & 1))
|
|
36771
36789
|
$this.x1y_1 = null;
|
|
@@ -36828,10 +36846,10 @@ function requireClientsdkClientcore () {
|
|
|
36828
36846
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.DTMFChannel', this, 2);
|
|
36829
36847
|
tmp0_serialDesc.dq('id', true);
|
|
36830
36848
|
tmp0_serialDesc.dq('type', true);
|
|
36831
|
-
this.
|
|
36849
|
+
this.d25_1 = tmp0_serialDesc;
|
|
36832
36850
|
}
|
|
36833
36851
|
$serializer_86.prototype.xf = function () {
|
|
36834
|
-
return this.
|
|
36852
|
+
return this.d25_1;
|
|
36835
36853
|
};
|
|
36836
36854
|
$serializer_86.prototype.sq = function () {
|
|
36837
36855
|
var tmp$ret$2;
|
|
@@ -36847,7 +36865,7 @@ function requireClientsdkClientcore () {
|
|
|
36847
36865
|
return tmp$ret$2;
|
|
36848
36866
|
};
|
|
36849
36867
|
$serializer_86.prototype.zf = function (decoder) {
|
|
36850
|
-
var tmp0_desc = this.
|
|
36868
|
+
var tmp0_desc = this.d25_1;
|
|
36851
36869
|
var tmp1_flag = true;
|
|
36852
36870
|
var tmp2_index = 0;
|
|
36853
36871
|
var tmp3_bitMask0 = 0;
|
|
@@ -36881,8 +36899,8 @@ function requireClientsdkClientcore () {
|
|
|
36881
36899
|
tmp6_input.fj(tmp0_desc);
|
|
36882
36900
|
return DTMFChannel_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
36883
36901
|
};
|
|
36884
|
-
$serializer_86.prototype.
|
|
36885
|
-
var tmp0_desc = this.
|
|
36902
|
+
$serializer_86.prototype.e25 = function (encoder, value) {
|
|
36903
|
+
var tmp0_desc = this.d25_1;
|
|
36886
36904
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36887
36905
|
if (tmp1_output.yk(tmp0_desc, 0) ? true : !(value.e1z_1 == null)) {
|
|
36888
36906
|
tmp1_output.uk(tmp0_desc, 0, StringSerializer_getInstance(), value.e1z_1);
|
|
@@ -36893,7 +36911,7 @@ function requireClientsdkClientcore () {
|
|
|
36893
36911
|
tmp1_output.fj(tmp0_desc);
|
|
36894
36912
|
};
|
|
36895
36913
|
$serializer_86.prototype.yf = function (encoder, value) {
|
|
36896
|
-
return this.
|
|
36914
|
+
return this.e25(encoder, value instanceof DTMFChannel ? value : THROW_CCE());
|
|
36897
36915
|
};
|
|
36898
36916
|
$serializer_86.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36899
36917
|
var $serializer_instance_86;
|
|
@@ -36904,7 +36922,7 @@ function requireClientsdkClientcore () {
|
|
|
36904
36922
|
}
|
|
36905
36923
|
function DTMFChannel_init_$Init$(seen1, id, type, serializationConstructorMarker, $this) {
|
|
36906
36924
|
if (!(0 === (0 & seen1))) {
|
|
36907
|
-
throwMissingFieldException(seen1, 0, $serializer_getInstance_86().
|
|
36925
|
+
throwMissingFieldException(seen1, 0, $serializer_getInstance_86().d25_1);
|
|
36908
36926
|
}
|
|
36909
36927
|
if (0 === (seen1 & 1))
|
|
36910
36928
|
$this.e1z_1 = null;
|
|
@@ -37009,10 +37027,10 @@ function requireClientsdkClientcore () {
|
|
|
37009
37027
|
tmp0_serialDesc.dq('conversation_id', false);
|
|
37010
37028
|
tmp0_serialDesc.dq('name', false);
|
|
37011
37029
|
tmp0_serialDesc.dq('display_name', true);
|
|
37012
|
-
this.
|
|
37030
|
+
this.h25_1 = tmp0_serialDesc;
|
|
37013
37031
|
}
|
|
37014
37032
|
$serializer_87.prototype.xf = function () {
|
|
37015
|
-
return this.
|
|
37033
|
+
return this.h25_1;
|
|
37016
37034
|
};
|
|
37017
37035
|
$serializer_87.prototype.sq = function () {
|
|
37018
37036
|
var tmp$ret$2;
|
|
@@ -37028,7 +37046,7 @@ function requireClientsdkClientcore () {
|
|
|
37028
37046
|
return tmp$ret$2;
|
|
37029
37047
|
};
|
|
37030
37048
|
$serializer_87.prototype.zf = function (decoder) {
|
|
37031
|
-
var tmp0_desc = this.
|
|
37049
|
+
var tmp0_desc = this.h25_1;
|
|
37032
37050
|
var tmp1_flag = true;
|
|
37033
37051
|
var tmp2_index = 0;
|
|
37034
37052
|
var tmp3_bitMask0 = 0;
|
|
@@ -37069,18 +37087,18 @@ function requireClientsdkClientcore () {
|
|
|
37069
37087
|
tmp7_input.fj(tmp0_desc);
|
|
37070
37088
|
return ConversationInfo_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
37071
37089
|
};
|
|
37072
|
-
$serializer_87.prototype.
|
|
37073
|
-
var tmp0_desc = this.
|
|
37090
|
+
$serializer_87.prototype.i25 = function (encoder, value) {
|
|
37091
|
+
var tmp0_desc = this.h25_1;
|
|
37074
37092
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37075
|
-
tmp1_output.rk(tmp0_desc, 0, value.
|
|
37076
|
-
tmp1_output.rk(tmp0_desc, 1, value.
|
|
37077
|
-
if (tmp1_output.yk(tmp0_desc, 2) ? true : !(value.
|
|
37078
|
-
tmp1_output.uk(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
37093
|
+
tmp1_output.rk(tmp0_desc, 0, value.j25_1);
|
|
37094
|
+
tmp1_output.rk(tmp0_desc, 1, value.k25_1);
|
|
37095
|
+
if (tmp1_output.yk(tmp0_desc, 2) ? true : !(value.l25_1 == null)) {
|
|
37096
|
+
tmp1_output.uk(tmp0_desc, 2, StringSerializer_getInstance(), value.l25_1);
|
|
37079
37097
|
}
|
|
37080
37098
|
tmp1_output.fj(tmp0_desc);
|
|
37081
37099
|
};
|
|
37082
37100
|
$serializer_87.prototype.yf = function (encoder, value) {
|
|
37083
|
-
return this.
|
|
37101
|
+
return this.i25(encoder, value instanceof ConversationInfo ? value : THROW_CCE());
|
|
37084
37102
|
};
|
|
37085
37103
|
$serializer_87.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37086
37104
|
var $serializer_instance_87;
|
|
@@ -37091,14 +37109,14 @@ function requireClientsdkClientcore () {
|
|
|
37091
37109
|
}
|
|
37092
37110
|
function ConversationInfo_init_$Init$(seen1, conversation_id, name, display_name, serializationConstructorMarker, $this) {
|
|
37093
37111
|
if (!(3 === (3 & seen1))) {
|
|
37094
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_87().
|
|
37112
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_87().h25_1);
|
|
37095
37113
|
}
|
|
37096
|
-
$this.
|
|
37097
|
-
$this.
|
|
37114
|
+
$this.j25_1 = conversation_id;
|
|
37115
|
+
$this.k25_1 = name;
|
|
37098
37116
|
if (0 === (seen1 & 4))
|
|
37099
|
-
$this.
|
|
37117
|
+
$this.l25_1 = null;
|
|
37100
37118
|
else
|
|
37101
|
-
$this.
|
|
37119
|
+
$this.l25_1 = display_name;
|
|
37102
37120
|
return $this;
|
|
37103
37121
|
}
|
|
37104
37122
|
function ConversationInfo_init_$Create$(seen1, conversation_id, name, display_name, serializationConstructorMarker) {
|
|
@@ -37107,12 +37125,12 @@ function requireClientsdkClientcore () {
|
|
|
37107
37125
|
function ConversationInfo() {
|
|
37108
37126
|
}
|
|
37109
37127
|
ConversationInfo.prototype.toString = function () {
|
|
37110
|
-
return 'ConversationInfo(conversation_id=' + this.
|
|
37128
|
+
return 'ConversationInfo(conversation_id=' + this.j25_1 + ', name=' + this.k25_1 + ', display_name=' + this.l25_1 + ')';
|
|
37111
37129
|
};
|
|
37112
37130
|
ConversationInfo.prototype.hashCode = function () {
|
|
37113
|
-
var result = getStringHashCode(this.
|
|
37114
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
37115
|
-
result = imul(result, 31) + (this.
|
|
37131
|
+
var result = getStringHashCode(this.j25_1);
|
|
37132
|
+
result = imul(result, 31) + getStringHashCode(this.k25_1) | 0;
|
|
37133
|
+
result = imul(result, 31) + (this.l25_1 == null ? 0 : getStringHashCode(this.l25_1)) | 0;
|
|
37116
37134
|
return result;
|
|
37117
37135
|
};
|
|
37118
37136
|
ConversationInfo.prototype.equals = function (other) {
|
|
@@ -37121,11 +37139,11 @@ function requireClientsdkClientcore () {
|
|
|
37121
37139
|
if (!(other instanceof ConversationInfo))
|
|
37122
37140
|
return false;
|
|
37123
37141
|
var tmp0_other_with_cast = other instanceof ConversationInfo ? other : THROW_CCE();
|
|
37124
|
-
if (!(this.
|
|
37142
|
+
if (!(this.j25_1 === tmp0_other_with_cast.j25_1))
|
|
37125
37143
|
return false;
|
|
37126
|
-
if (!(this.
|
|
37144
|
+
if (!(this.k25_1 === tmp0_other_with_cast.k25_1))
|
|
37127
37145
|
return false;
|
|
37128
|
-
if (!(this.
|
|
37146
|
+
if (!(this.l25_1 == tmp0_other_with_cast.l25_1))
|
|
37129
37147
|
return false;
|
|
37130
37148
|
return true;
|
|
37131
37149
|
};
|
|
@@ -37133,10 +37151,10 @@ function requireClientsdkClientcore () {
|
|
|
37133
37151
|
function None_0() {
|
|
37134
37152
|
None_instance_0 = this;
|
|
37135
37153
|
LegState.call(this);
|
|
37136
|
-
this.
|
|
37154
|
+
this.m25_1 = null;
|
|
37137
37155
|
}
|
|
37138
37156
|
None_0.prototype.y1m = function () {
|
|
37139
|
-
return this.
|
|
37157
|
+
return this.m25_1;
|
|
37140
37158
|
};
|
|
37141
37159
|
None_0.$metadata$ = objectMeta('None', undefined, undefined, undefined, undefined, LegState.prototype);
|
|
37142
37160
|
var None_instance_0;
|
|
@@ -37147,16 +37165,16 @@ function requireClientsdkClientcore () {
|
|
|
37147
37165
|
}
|
|
37148
37166
|
function Prewarm(id) {
|
|
37149
37167
|
LegState.call(this);
|
|
37150
|
-
this.
|
|
37168
|
+
this.n25_1 = id;
|
|
37151
37169
|
}
|
|
37152
37170
|
Prewarm.prototype.y1m = function () {
|
|
37153
|
-
return this.
|
|
37171
|
+
return this.n25_1;
|
|
37154
37172
|
};
|
|
37155
37173
|
Prewarm.prototype.toString = function () {
|
|
37156
|
-
return 'Prewarm(id=' + this.
|
|
37174
|
+
return 'Prewarm(id=' + this.n25_1 + ')';
|
|
37157
37175
|
};
|
|
37158
37176
|
Prewarm.prototype.hashCode = function () {
|
|
37159
|
-
return getStringHashCode(this.
|
|
37177
|
+
return getStringHashCode(this.n25_1);
|
|
37160
37178
|
};
|
|
37161
37179
|
Prewarm.prototype.equals = function (other) {
|
|
37162
37180
|
if (this === other)
|
|
@@ -37164,23 +37182,23 @@ function requireClientsdkClientcore () {
|
|
|
37164
37182
|
if (!(other instanceof Prewarm))
|
|
37165
37183
|
return false;
|
|
37166
37184
|
var tmp0_other_with_cast = other instanceof Prewarm ? other : THROW_CCE();
|
|
37167
|
-
if (!(this.
|
|
37185
|
+
if (!(this.n25_1 === tmp0_other_with_cast.n25_1))
|
|
37168
37186
|
return false;
|
|
37169
37187
|
return true;
|
|
37170
37188
|
};
|
|
37171
37189
|
Prewarm.$metadata$ = classMeta('Prewarm', undefined, undefined, undefined, undefined, LegState.prototype);
|
|
37172
37190
|
function Started(id) {
|
|
37173
37191
|
LegState.call(this);
|
|
37174
|
-
this.
|
|
37192
|
+
this.o25_1 = id;
|
|
37175
37193
|
}
|
|
37176
37194
|
Started.prototype.y1m = function () {
|
|
37177
|
-
return this.
|
|
37195
|
+
return this.o25_1;
|
|
37178
37196
|
};
|
|
37179
37197
|
Started.prototype.toString = function () {
|
|
37180
|
-
return 'Started(id=' + this.
|
|
37198
|
+
return 'Started(id=' + this.o25_1 + ')';
|
|
37181
37199
|
};
|
|
37182
37200
|
Started.prototype.hashCode = function () {
|
|
37183
|
-
return getStringHashCode(this.
|
|
37201
|
+
return getStringHashCode(this.o25_1);
|
|
37184
37202
|
};
|
|
37185
37203
|
Started.prototype.equals = function (other) {
|
|
37186
37204
|
if (this === other)
|
|
@@ -37188,25 +37206,25 @@ function requireClientsdkClientcore () {
|
|
|
37188
37206
|
if (!(other instanceof Started))
|
|
37189
37207
|
return false;
|
|
37190
37208
|
var tmp0_other_with_cast = other instanceof Started ? other : THROW_CCE();
|
|
37191
|
-
if (!(this.
|
|
37209
|
+
if (!(this.o25_1 === tmp0_other_with_cast.o25_1))
|
|
37192
37210
|
return false;
|
|
37193
37211
|
return true;
|
|
37194
37212
|
};
|
|
37195
37213
|
Started.$metadata$ = classMeta('Started', undefined, undefined, undefined, undefined, LegState.prototype);
|
|
37196
37214
|
function Completed(id, hangupReason) {
|
|
37197
37215
|
LegState.call(this);
|
|
37198
|
-
this.
|
|
37199
|
-
this.
|
|
37216
|
+
this.p25_1 = id;
|
|
37217
|
+
this.q25_1 = hangupReason;
|
|
37200
37218
|
}
|
|
37201
37219
|
Completed.prototype.y1m = function () {
|
|
37202
|
-
return this.
|
|
37220
|
+
return this.p25_1;
|
|
37203
37221
|
};
|
|
37204
37222
|
Completed.prototype.toString = function () {
|
|
37205
|
-
return 'Completed(id=' + this.
|
|
37223
|
+
return 'Completed(id=' + this.p25_1 + ', hangupReason=' + this.q25_1 + ')';
|
|
37206
37224
|
};
|
|
37207
37225
|
Completed.prototype.hashCode = function () {
|
|
37208
|
-
var result = getStringHashCode(this.
|
|
37209
|
-
result = imul(result, 31) + this.
|
|
37226
|
+
var result = getStringHashCode(this.p25_1);
|
|
37227
|
+
result = imul(result, 31) + this.q25_1.hashCode() | 0;
|
|
37210
37228
|
return result;
|
|
37211
37229
|
};
|
|
37212
37230
|
Completed.prototype.equals = function (other) {
|
|
@@ -37215,9 +37233,9 @@ function requireClientsdkClientcore () {
|
|
|
37215
37233
|
if (!(other instanceof Completed))
|
|
37216
37234
|
return false;
|
|
37217
37235
|
var tmp0_other_with_cast = other instanceof Completed ? other : THROW_CCE();
|
|
37218
|
-
if (!(this.
|
|
37236
|
+
if (!(this.p25_1 === tmp0_other_with_cast.p25_1))
|
|
37219
37237
|
return false;
|
|
37220
|
-
if (!this.
|
|
37238
|
+
if (!this.q25_1.equals(tmp0_other_with_cast.q25_1))
|
|
37221
37239
|
return false;
|
|
37222
37240
|
return true;
|
|
37223
37241
|
};
|
|
@@ -37227,12 +37245,12 @@ function requireClientsdkClientcore () {
|
|
|
37227
37245
|
LegState.$metadata$ = classMeta('LegState');
|
|
37228
37246
|
function Offer(sdp) {
|
|
37229
37247
|
MediaDescription.call(this);
|
|
37230
|
-
this.
|
|
37248
|
+
this.r25_1 = sdp;
|
|
37231
37249
|
}
|
|
37232
37250
|
Offer.$metadata$ = classMeta('Offer', undefined, undefined, undefined, undefined, MediaDescription.prototype);
|
|
37233
37251
|
function Answer(sdp) {
|
|
37234
37252
|
MediaDescription.call(this);
|
|
37235
|
-
this.
|
|
37253
|
+
this.s25_1 = sdp;
|
|
37236
37254
|
}
|
|
37237
37255
|
Answer.$metadata$ = classMeta('Answer', undefined, undefined, undefined, undefined, MediaDescription.prototype);
|
|
37238
37256
|
function MediaDescription() {
|
|
@@ -37252,29 +37270,29 @@ function requireClientsdkClientcore () {
|
|
|
37252
37270
|
return MediaTransport_init_$Init$(localDescription, remoteDescription, connected, $mask0, $marker, Object.create(MediaTransport.prototype));
|
|
37253
37271
|
}
|
|
37254
37272
|
function MediaTransport(localDescription, remoteDescription, connected) {
|
|
37255
|
-
this.
|
|
37256
|
-
this.
|
|
37257
|
-
this.
|
|
37273
|
+
this.k23_1 = localDescription;
|
|
37274
|
+
this.l23_1 = remoteDescription;
|
|
37275
|
+
this.m23_1 = connected;
|
|
37258
37276
|
}
|
|
37259
|
-
MediaTransport.prototype.
|
|
37277
|
+
MediaTransport.prototype.t25 = function (localDescription, remoteDescription, connected) {
|
|
37260
37278
|
return new MediaTransport(localDescription, remoteDescription, connected);
|
|
37261
37279
|
};
|
|
37262
|
-
MediaTransport.prototype.
|
|
37280
|
+
MediaTransport.prototype.u25 = function (localDescription, remoteDescription, connected, $mask0, $handler) {
|
|
37263
37281
|
if (!(($mask0 & 1) === 0))
|
|
37264
|
-
localDescription = this.
|
|
37282
|
+
localDescription = this.k23_1;
|
|
37265
37283
|
if (!(($mask0 & 2) === 0))
|
|
37266
|
-
remoteDescription = this.
|
|
37284
|
+
remoteDescription = this.l23_1;
|
|
37267
37285
|
if (!(($mask0 & 4) === 0))
|
|
37268
|
-
connected = this.
|
|
37269
|
-
return this.
|
|
37286
|
+
connected = this.m23_1;
|
|
37287
|
+
return this.t25(localDescription, remoteDescription, connected);
|
|
37270
37288
|
};
|
|
37271
37289
|
MediaTransport.prototype.toString = function () {
|
|
37272
|
-
return 'MediaTransport(localDescription=' + this.
|
|
37290
|
+
return 'MediaTransport(localDescription=' + this.k23_1 + ', remoteDescription=' + this.l23_1 + ', connected=' + this.m23_1 + ')';
|
|
37273
37291
|
};
|
|
37274
37292
|
MediaTransport.prototype.hashCode = function () {
|
|
37275
|
-
var result = this.
|
|
37276
|
-
result = imul(result, 31) + (this.
|
|
37277
|
-
result = imul(result, 31) + (this.
|
|
37293
|
+
var result = this.k23_1 == null ? 0 : hashCode(this.k23_1);
|
|
37294
|
+
result = imul(result, 31) + (this.l23_1 == null ? 0 : hashCode(this.l23_1)) | 0;
|
|
37295
|
+
result = imul(result, 31) + (this.m23_1 | 0) | 0;
|
|
37278
37296
|
return result;
|
|
37279
37297
|
};
|
|
37280
37298
|
MediaTransport.prototype.equals = function (other) {
|
|
@@ -37283,11 +37301,11 @@ function requireClientsdkClientcore () {
|
|
|
37283
37301
|
if (!(other instanceof MediaTransport))
|
|
37284
37302
|
return false;
|
|
37285
37303
|
var tmp0_other_with_cast = other instanceof MediaTransport ? other : THROW_CCE();
|
|
37286
|
-
if (!equals(this.
|
|
37304
|
+
if (!equals(this.k23_1, tmp0_other_with_cast.k23_1))
|
|
37287
37305
|
return false;
|
|
37288
|
-
if (!equals(this.
|
|
37306
|
+
if (!equals(this.l23_1, tmp0_other_with_cast.l23_1))
|
|
37289
37307
|
return false;
|
|
37290
|
-
if (!(this.
|
|
37308
|
+
if (!(this.m23_1 === tmp0_other_with_cast.m23_1))
|
|
37291
37309
|
return false;
|
|
37292
37310
|
return true;
|
|
37293
37311
|
};
|
|
@@ -37298,10 +37316,10 @@ function requireClientsdkClientcore () {
|
|
|
37298
37316
|
tmp0_serialDesc.dq('enabled', false);
|
|
37299
37317
|
tmp0_serialDesc.dq('earmuffed', false);
|
|
37300
37318
|
tmp0_serialDesc.dq('muted', false);
|
|
37301
|
-
this.
|
|
37319
|
+
this.v25_1 = tmp0_serialDesc;
|
|
37302
37320
|
}
|
|
37303
37321
|
$serializer_88.prototype.xf = function () {
|
|
37304
|
-
return this.
|
|
37322
|
+
return this.v25_1;
|
|
37305
37323
|
};
|
|
37306
37324
|
$serializer_88.prototype.sq = function () {
|
|
37307
37325
|
var tmp$ret$2;
|
|
@@ -37317,7 +37335,7 @@ function requireClientsdkClientcore () {
|
|
|
37317
37335
|
return tmp$ret$2;
|
|
37318
37336
|
};
|
|
37319
37337
|
$serializer_88.prototype.zf = function (decoder) {
|
|
37320
|
-
var tmp0_desc = this.
|
|
37338
|
+
var tmp0_desc = this.v25_1;
|
|
37321
37339
|
var tmp1_flag = true;
|
|
37322
37340
|
var tmp2_index = 0;
|
|
37323
37341
|
var tmp3_bitMask0 = 0;
|
|
@@ -37358,16 +37376,16 @@ function requireClientsdkClientcore () {
|
|
|
37358
37376
|
tmp7_input.fj(tmp0_desc);
|
|
37359
37377
|
return UserAudio_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
37360
37378
|
};
|
|
37361
|
-
$serializer_88.prototype.
|
|
37362
|
-
var tmp0_desc = this.
|
|
37379
|
+
$serializer_88.prototype.w25 = function (encoder, value) {
|
|
37380
|
+
var tmp0_desc = this.v25_1;
|
|
37363
37381
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37364
|
-
tmp1_output.jk(tmp0_desc, 0, value.
|
|
37365
|
-
tmp1_output.jk(tmp0_desc, 1, value.
|
|
37366
|
-
tmp1_output.jk(tmp0_desc, 2, value.
|
|
37382
|
+
tmp1_output.jk(tmp0_desc, 0, value.x25_1);
|
|
37383
|
+
tmp1_output.jk(tmp0_desc, 1, value.y25_1);
|
|
37384
|
+
tmp1_output.jk(tmp0_desc, 2, value.z25_1);
|
|
37367
37385
|
tmp1_output.fj(tmp0_desc);
|
|
37368
37386
|
};
|
|
37369
37387
|
$serializer_88.prototype.yf = function (encoder, value) {
|
|
37370
|
-
return this.
|
|
37388
|
+
return this.w25(encoder, value instanceof UserAudio ? value : THROW_CCE());
|
|
37371
37389
|
};
|
|
37372
37390
|
$serializer_88.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37373
37391
|
var $serializer_instance_88;
|
|
@@ -37378,11 +37396,11 @@ function requireClientsdkClientcore () {
|
|
|
37378
37396
|
}
|
|
37379
37397
|
function UserAudio_init_$Init$(seen1, enabled, earmuffed, muted, serializationConstructorMarker, $this) {
|
|
37380
37398
|
if (!(7 === (7 & seen1))) {
|
|
37381
|
-
throwMissingFieldException(seen1, 7, $serializer_getInstance_88().
|
|
37399
|
+
throwMissingFieldException(seen1, 7, $serializer_getInstance_88().v25_1);
|
|
37382
37400
|
}
|
|
37383
|
-
$this.
|
|
37384
|
-
$this.
|
|
37385
|
-
$this.
|
|
37401
|
+
$this.x25_1 = enabled;
|
|
37402
|
+
$this.y25_1 = earmuffed;
|
|
37403
|
+
$this.z25_1 = muted;
|
|
37386
37404
|
return $this;
|
|
37387
37405
|
}
|
|
37388
37406
|
function UserAudio_init_$Create$(seen1, enabled, earmuffed, muted, serializationConstructorMarker) {
|
|
@@ -37391,12 +37409,12 @@ function requireClientsdkClientcore () {
|
|
|
37391
37409
|
function UserAudio() {
|
|
37392
37410
|
}
|
|
37393
37411
|
UserAudio.prototype.toString = function () {
|
|
37394
|
-
return 'UserAudio(enabled=' + this.
|
|
37412
|
+
return 'UserAudio(enabled=' + this.x25_1 + ', earmuffed=' + this.y25_1 + ', muted=' + this.z25_1 + ')';
|
|
37395
37413
|
};
|
|
37396
37414
|
UserAudio.prototype.hashCode = function () {
|
|
37397
|
-
var result = this.
|
|
37398
|
-
result = imul(result, 31) + (this.
|
|
37399
|
-
result = imul(result, 31) + (this.
|
|
37415
|
+
var result = this.x25_1 | 0;
|
|
37416
|
+
result = imul(result, 31) + (this.y25_1 | 0) | 0;
|
|
37417
|
+
result = imul(result, 31) + (this.z25_1 | 0) | 0;
|
|
37400
37418
|
return result;
|
|
37401
37419
|
};
|
|
37402
37420
|
UserAudio.prototype.equals = function (other) {
|
|
@@ -37405,11 +37423,11 @@ function requireClientsdkClientcore () {
|
|
|
37405
37423
|
if (!(other instanceof UserAudio))
|
|
37406
37424
|
return false;
|
|
37407
37425
|
var tmp0_other_with_cast = other instanceof UserAudio ? other : THROW_CCE();
|
|
37408
|
-
if (!(this.
|
|
37426
|
+
if (!(this.x25_1 === tmp0_other_with_cast.x25_1))
|
|
37409
37427
|
return false;
|
|
37410
|
-
if (!(this.
|
|
37428
|
+
if (!(this.y25_1 === tmp0_other_with_cast.y25_1))
|
|
37411
37429
|
return false;
|
|
37412
|
-
if (!(this.
|
|
37430
|
+
if (!(this.z25_1 === tmp0_other_with_cast.z25_1))
|
|
37413
37431
|
return false;
|
|
37414
37432
|
return true;
|
|
37415
37433
|
};
|
|
@@ -37418,10 +37436,10 @@ function requireClientsdkClientcore () {
|
|
|
37418
37436
|
$serializer_instance_89 = this;
|
|
37419
37437
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.InvitedUserMedia', this, 1);
|
|
37420
37438
|
tmp0_serialDesc.dq('audio_settings', false);
|
|
37421
|
-
this.
|
|
37439
|
+
this.a26_1 = tmp0_serialDesc;
|
|
37422
37440
|
}
|
|
37423
37441
|
$serializer_89.prototype.xf = function () {
|
|
37424
|
-
return this.
|
|
37442
|
+
return this.a26_1;
|
|
37425
37443
|
};
|
|
37426
37444
|
$serializer_89.prototype.sq = function () {
|
|
37427
37445
|
var tmp$ret$2;
|
|
@@ -37437,7 +37455,7 @@ function requireClientsdkClientcore () {
|
|
|
37437
37455
|
return tmp$ret$2;
|
|
37438
37456
|
};
|
|
37439
37457
|
$serializer_89.prototype.zf = function (decoder) {
|
|
37440
|
-
var tmp0_desc = this.
|
|
37458
|
+
var tmp0_desc = this.a26_1;
|
|
37441
37459
|
var tmp1_flag = true;
|
|
37442
37460
|
var tmp2_index = 0;
|
|
37443
37461
|
var tmp3_bitMask0 = 0;
|
|
@@ -37464,14 +37482,14 @@ function requireClientsdkClientcore () {
|
|
|
37464
37482
|
tmp5_input.fj(tmp0_desc);
|
|
37465
37483
|
return InvitedUserMedia_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
37466
37484
|
};
|
|
37467
|
-
$serializer_89.prototype.
|
|
37468
|
-
var tmp0_desc = this.
|
|
37485
|
+
$serializer_89.prototype.b26 = function (encoder, value) {
|
|
37486
|
+
var tmp0_desc = this.a26_1;
|
|
37469
37487
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37470
|
-
tmp1_output.uk(tmp0_desc, 0, $serializer_getInstance_88(), value.
|
|
37488
|
+
tmp1_output.uk(tmp0_desc, 0, $serializer_getInstance_88(), value.c26_1);
|
|
37471
37489
|
tmp1_output.fj(tmp0_desc);
|
|
37472
37490
|
};
|
|
37473
37491
|
$serializer_89.prototype.yf = function (encoder, value) {
|
|
37474
|
-
return this.
|
|
37492
|
+
return this.b26(encoder, value instanceof InvitedUserMedia ? value : THROW_CCE());
|
|
37475
37493
|
};
|
|
37476
37494
|
$serializer_89.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37477
37495
|
var $serializer_instance_89;
|
|
@@ -37482,9 +37500,9 @@ function requireClientsdkClientcore () {
|
|
|
37482
37500
|
}
|
|
37483
37501
|
function InvitedUserMedia_init_$Init$(seen1, audio_settings, serializationConstructorMarker, $this) {
|
|
37484
37502
|
if (!(1 === (1 & seen1))) {
|
|
37485
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_89().
|
|
37503
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_89().a26_1);
|
|
37486
37504
|
}
|
|
37487
|
-
$this.
|
|
37505
|
+
$this.c26_1 = audio_settings;
|
|
37488
37506
|
return $this;
|
|
37489
37507
|
}
|
|
37490
37508
|
function InvitedUserMedia_init_$Create$(seen1, audio_settings, serializationConstructorMarker) {
|
|
@@ -37493,10 +37511,10 @@ function requireClientsdkClientcore () {
|
|
|
37493
37511
|
function InvitedUserMedia() {
|
|
37494
37512
|
}
|
|
37495
37513
|
InvitedUserMedia.prototype.toString = function () {
|
|
37496
|
-
return 'InvitedUserMedia(audio_settings=' + this.
|
|
37514
|
+
return 'InvitedUserMedia(audio_settings=' + this.c26_1 + ')';
|
|
37497
37515
|
};
|
|
37498
37516
|
InvitedUserMedia.prototype.hashCode = function () {
|
|
37499
|
-
return this.
|
|
37517
|
+
return this.c26_1 == null ? 0 : this.c26_1.hashCode();
|
|
37500
37518
|
};
|
|
37501
37519
|
InvitedUserMedia.prototype.equals = function (other) {
|
|
37502
37520
|
if (this === other)
|
|
@@ -37504,7 +37522,7 @@ function requireClientsdkClientcore () {
|
|
|
37504
37522
|
if (!(other instanceof InvitedUserMedia))
|
|
37505
37523
|
return false;
|
|
37506
37524
|
var tmp0_other_with_cast = other instanceof InvitedUserMedia ? other : THROW_CCE();
|
|
37507
|
-
if (!equals(this.
|
|
37525
|
+
if (!equals(this.c26_1, tmp0_other_with_cast.c26_1))
|
|
37508
37526
|
return false;
|
|
37509
37527
|
return true;
|
|
37510
37528
|
};
|
|
@@ -37521,10 +37539,10 @@ function requireClientsdkClientcore () {
|
|
|
37521
37539
|
tmp0_serialDesc.dq('flaw_total', false);
|
|
37522
37540
|
tmp0_serialDesc.dq('packet_cnt', false);
|
|
37523
37541
|
tmp0_serialDesc.dq('packet_loss_perc', false);
|
|
37524
|
-
this.
|
|
37542
|
+
this.d26_1 = tmp0_serialDesc;
|
|
37525
37543
|
}
|
|
37526
37544
|
$serializer_90.prototype.xf = function () {
|
|
37527
|
-
return this.
|
|
37545
|
+
return this.d26_1;
|
|
37528
37546
|
};
|
|
37529
37547
|
$serializer_90.prototype.sq = function () {
|
|
37530
37548
|
var tmp$ret$2;
|
|
@@ -37540,7 +37558,7 @@ function requireClientsdkClientcore () {
|
|
|
37540
37558
|
return tmp$ret$2;
|
|
37541
37559
|
};
|
|
37542
37560
|
$serializer_90.prototype.zf = function (decoder) {
|
|
37543
|
-
var tmp0_desc = this.
|
|
37561
|
+
var tmp0_desc = this.d26_1;
|
|
37544
37562
|
var tmp1_flag = true;
|
|
37545
37563
|
var tmp2_index = 0;
|
|
37546
37564
|
var tmp3_bitMask0 = 0;
|
|
@@ -37623,22 +37641,22 @@ function requireClientsdkClientcore () {
|
|
|
37623
37641
|
tmp13_input.fj(tmp0_desc);
|
|
37624
37642
|
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);
|
|
37625
37643
|
};
|
|
37626
|
-
$serializer_90.prototype.
|
|
37627
|
-
var tmp0_desc = this.
|
|
37644
|
+
$serializer_90.prototype.e26 = function (encoder, value) {
|
|
37645
|
+
var tmp0_desc = this.d26_1;
|
|
37628
37646
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37629
|
-
tmp1_output.ok(tmp0_desc, 0, value.
|
|
37630
|
-
tmp1_output.ok(tmp0_desc, 1, value.
|
|
37631
|
-
tmp1_output.ok(tmp0_desc, 2, value.
|
|
37632
|
-
tmp1_output.ok(tmp0_desc, 3, value.
|
|
37633
|
-
tmp1_output.ok(tmp0_desc, 4, value.
|
|
37634
|
-
tmp1_output.ok(tmp0_desc, 5, value.
|
|
37635
|
-
tmp1_output.mk(tmp0_desc, 6, value.
|
|
37636
|
-
tmp1_output.mk(tmp0_desc, 7, value.
|
|
37637
|
-
tmp1_output.ok(tmp0_desc, 8, value.
|
|
37647
|
+
tmp1_output.ok(tmp0_desc, 0, value.f26_1);
|
|
37648
|
+
tmp1_output.ok(tmp0_desc, 1, value.g26_1);
|
|
37649
|
+
tmp1_output.ok(tmp0_desc, 2, value.h26_1);
|
|
37650
|
+
tmp1_output.ok(tmp0_desc, 3, value.i26_1);
|
|
37651
|
+
tmp1_output.ok(tmp0_desc, 4, value.j26_1);
|
|
37652
|
+
tmp1_output.ok(tmp0_desc, 5, value.k26_1);
|
|
37653
|
+
tmp1_output.mk(tmp0_desc, 6, value.l26_1);
|
|
37654
|
+
tmp1_output.mk(tmp0_desc, 7, value.m26_1);
|
|
37655
|
+
tmp1_output.ok(tmp0_desc, 8, value.n26_1);
|
|
37638
37656
|
tmp1_output.fj(tmp0_desc);
|
|
37639
37657
|
};
|
|
37640
37658
|
$serializer_90.prototype.yf = function (encoder, value) {
|
|
37641
|
-
return this.
|
|
37659
|
+
return this.e26(encoder, value instanceof RTCQuality ? value : THROW_CCE());
|
|
37642
37660
|
};
|
|
37643
37661
|
$serializer_90.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37644
37662
|
var $serializer_instance_90;
|
|
@@ -37649,17 +37667,17 @@ function requireClientsdkClientcore () {
|
|
|
37649
37667
|
}
|
|
37650
37668
|
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) {
|
|
37651
37669
|
if (!(511 === (511 & seen1))) {
|
|
37652
|
-
throwMissingFieldException(seen1, 511, $serializer_getInstance_90().
|
|
37653
|
-
}
|
|
37654
|
-
$this.
|
|
37655
|
-
$this.
|
|
37656
|
-
$this.
|
|
37657
|
-
$this.
|
|
37658
|
-
$this.
|
|
37659
|
-
$this.
|
|
37660
|
-
$this.
|
|
37661
|
-
$this.
|
|
37662
|
-
$this.
|
|
37670
|
+
throwMissingFieldException(seen1, 511, $serializer_getInstance_90().d26_1);
|
|
37671
|
+
}
|
|
37672
|
+
$this.f26_1 = mos_score;
|
|
37673
|
+
$this.g26_1 = quality_percentage;
|
|
37674
|
+
$this.h26_1 = jitter_min_var;
|
|
37675
|
+
$this.i26_1 = jitter_max_var;
|
|
37676
|
+
$this.j26_1 = jitter_loss_rate;
|
|
37677
|
+
$this.k26_1 = jitter_burst_rate;
|
|
37678
|
+
$this.l26_1 = flaw_total;
|
|
37679
|
+
$this.m26_1 = packet_cnt;
|
|
37680
|
+
$this.n26_1 = packet_loss_perc;
|
|
37663
37681
|
return $this;
|
|
37664
37682
|
}
|
|
37665
37683
|
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) {
|
|
@@ -37668,18 +37686,18 @@ function requireClientsdkClientcore () {
|
|
|
37668
37686
|
function RTCQuality() {
|
|
37669
37687
|
}
|
|
37670
37688
|
RTCQuality.prototype.toString = function () {
|
|
37671
|
-
return 'RTCQuality(mos_score=' + this.
|
|
37689
|
+
return 'RTCQuality(mos_score=' + this.f26_1 + ', quality_percentage=' + this.g26_1 + ', jitter_min_var=' + this.h26_1 + ', jitter_max_var=' + this.i26_1 + ', jitter_loss_rate=' + this.j26_1 + ', jitter_burst_rate=' + this.k26_1 + ', flaw_total=' + this.l26_1 + ', packet_cnt=' + this.m26_1 + ', packet_loss_perc=' + this.n26_1 + ')';
|
|
37672
37690
|
};
|
|
37673
37691
|
RTCQuality.prototype.hashCode = function () {
|
|
37674
|
-
var result = getNumberHashCode(this.
|
|
37675
|
-
result = imul(result, 31) + getNumberHashCode(this.e26_1) | 0;
|
|
37676
|
-
result = imul(result, 31) + getNumberHashCode(this.f26_1) | 0;
|
|
37692
|
+
var result = getNumberHashCode(this.f26_1);
|
|
37677
37693
|
result = imul(result, 31) + getNumberHashCode(this.g26_1) | 0;
|
|
37678
37694
|
result = imul(result, 31) + getNumberHashCode(this.h26_1) | 0;
|
|
37679
37695
|
result = imul(result, 31) + getNumberHashCode(this.i26_1) | 0;
|
|
37680
|
-
result = imul(result, 31) + this.j26_1 | 0;
|
|
37681
|
-
result = imul(result, 31) + this.k26_1 | 0;
|
|
37682
|
-
result = imul(result, 31) +
|
|
37696
|
+
result = imul(result, 31) + getNumberHashCode(this.j26_1) | 0;
|
|
37697
|
+
result = imul(result, 31) + getNumberHashCode(this.k26_1) | 0;
|
|
37698
|
+
result = imul(result, 31) + this.l26_1 | 0;
|
|
37699
|
+
result = imul(result, 31) + this.m26_1 | 0;
|
|
37700
|
+
result = imul(result, 31) + getNumberHashCode(this.n26_1) | 0;
|
|
37683
37701
|
return result;
|
|
37684
37702
|
};
|
|
37685
37703
|
RTCQuality.prototype.equals = function (other) {
|
|
@@ -37688,10 +37706,6 @@ function requireClientsdkClientcore () {
|
|
|
37688
37706
|
if (!(other instanceof RTCQuality))
|
|
37689
37707
|
return false;
|
|
37690
37708
|
var tmp0_other_with_cast = other instanceof RTCQuality ? other : THROW_CCE();
|
|
37691
|
-
if (!equals(this.d26_1, tmp0_other_with_cast.d26_1))
|
|
37692
|
-
return false;
|
|
37693
|
-
if (!equals(this.e26_1, tmp0_other_with_cast.e26_1))
|
|
37694
|
-
return false;
|
|
37695
37709
|
if (!equals(this.f26_1, tmp0_other_with_cast.f26_1))
|
|
37696
37710
|
return false;
|
|
37697
37711
|
if (!equals(this.g26_1, tmp0_other_with_cast.g26_1))
|
|
@@ -37700,11 +37714,15 @@ function requireClientsdkClientcore () {
|
|
|
37700
37714
|
return false;
|
|
37701
37715
|
if (!equals(this.i26_1, tmp0_other_with_cast.i26_1))
|
|
37702
37716
|
return false;
|
|
37703
|
-
if (!(this.j26_1
|
|
37717
|
+
if (!equals(this.j26_1, tmp0_other_with_cast.j26_1))
|
|
37718
|
+
return false;
|
|
37719
|
+
if (!equals(this.k26_1, tmp0_other_with_cast.k26_1))
|
|
37720
|
+
return false;
|
|
37721
|
+
if (!(this.l26_1 === tmp0_other_with_cast.l26_1))
|
|
37704
37722
|
return false;
|
|
37705
|
-
if (!(this.
|
|
37723
|
+
if (!(this.m26_1 === tmp0_other_with_cast.m26_1))
|
|
37706
37724
|
return false;
|
|
37707
|
-
if (!equals(this.
|
|
37725
|
+
if (!equals(this.n26_1, tmp0_other_with_cast.n26_1))
|
|
37708
37726
|
return false;
|
|
37709
37727
|
return true;
|
|
37710
37728
|
};
|
|
@@ -37715,10 +37733,10 @@ function requireClientsdkClientcore () {
|
|
|
37715
37733
|
tmp0_serialDesc.dq('text', false);
|
|
37716
37734
|
tmp0_serialDesc.dq('code', false);
|
|
37717
37735
|
tmp0_serialDesc.dq('sip_code', false);
|
|
37718
|
-
this.
|
|
37736
|
+
this.o26_1 = tmp0_serialDesc;
|
|
37719
37737
|
}
|
|
37720
37738
|
$serializer_91.prototype.xf = function () {
|
|
37721
|
-
return this.
|
|
37739
|
+
return this.o26_1;
|
|
37722
37740
|
};
|
|
37723
37741
|
$serializer_91.prototype.sq = function () {
|
|
37724
37742
|
var tmp$ret$2;
|
|
@@ -37734,7 +37752,7 @@ function requireClientsdkClientcore () {
|
|
|
37734
37752
|
return tmp$ret$2;
|
|
37735
37753
|
};
|
|
37736
37754
|
$serializer_91.prototype.zf = function (decoder) {
|
|
37737
|
-
var tmp0_desc = this.
|
|
37755
|
+
var tmp0_desc = this.o26_1;
|
|
37738
37756
|
var tmp1_flag = true;
|
|
37739
37757
|
var tmp2_index = 0;
|
|
37740
37758
|
var tmp3_bitMask0 = 0;
|
|
@@ -37775,16 +37793,16 @@ function requireClientsdkClientcore () {
|
|
|
37775
37793
|
tmp7_input.fj(tmp0_desc);
|
|
37776
37794
|
return RTCHangupReason_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
37777
37795
|
};
|
|
37778
|
-
$serializer_91.prototype.
|
|
37779
|
-
var tmp0_desc = this.
|
|
37796
|
+
$serializer_91.prototype.p26 = function (encoder, value) {
|
|
37797
|
+
var tmp0_desc = this.o26_1;
|
|
37780
37798
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37781
|
-
tmp1_output.rk(tmp0_desc, 0, value.
|
|
37782
|
-
tmp1_output.sk(tmp0_desc, 1, CallCompleteReasonSerialiser_getInstance(), value.
|
|
37783
|
-
tmp1_output.mk(tmp0_desc, 2, value.
|
|
37799
|
+
tmp1_output.rk(tmp0_desc, 0, value.q26_1);
|
|
37800
|
+
tmp1_output.sk(tmp0_desc, 1, CallCompleteReasonSerialiser_getInstance(), value.r26_1);
|
|
37801
|
+
tmp1_output.mk(tmp0_desc, 2, value.s26_1);
|
|
37784
37802
|
tmp1_output.fj(tmp0_desc);
|
|
37785
37803
|
};
|
|
37786
37804
|
$serializer_91.prototype.yf = function (encoder, value) {
|
|
37787
|
-
return this.
|
|
37805
|
+
return this.p26(encoder, value instanceof RTCHangupReason ? value : THROW_CCE());
|
|
37788
37806
|
};
|
|
37789
37807
|
$serializer_91.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37790
37808
|
var $serializer_instance_91;
|
|
@@ -37795,11 +37813,11 @@ function requireClientsdkClientcore () {
|
|
|
37795
37813
|
}
|
|
37796
37814
|
function RTCHangupReason_init_$Init$(seen1, text, code, sip_code, serializationConstructorMarker, $this) {
|
|
37797
37815
|
if (!(7 === (7 & seen1))) {
|
|
37798
|
-
throwMissingFieldException(seen1, 7, $serializer_getInstance_91().
|
|
37816
|
+
throwMissingFieldException(seen1, 7, $serializer_getInstance_91().o26_1);
|
|
37799
37817
|
}
|
|
37800
|
-
$this.
|
|
37801
|
-
$this.
|
|
37802
|
-
$this.
|
|
37818
|
+
$this.q26_1 = text;
|
|
37819
|
+
$this.r26_1 = code;
|
|
37820
|
+
$this.s26_1 = sip_code;
|
|
37803
37821
|
return $this;
|
|
37804
37822
|
}
|
|
37805
37823
|
function RTCHangupReason_init_$Create$(seen1, text, code, sip_code, serializationConstructorMarker) {
|
|
@@ -37808,12 +37826,12 @@ function requireClientsdkClientcore () {
|
|
|
37808
37826
|
function RTCHangupReason() {
|
|
37809
37827
|
}
|
|
37810
37828
|
RTCHangupReason.prototype.toString = function () {
|
|
37811
|
-
return 'RTCHangupReason(text=' + this.
|
|
37829
|
+
return 'RTCHangupReason(text=' + this.q26_1 + ', code=' + this.r26_1 + ', sip_code=' + this.s26_1 + ')';
|
|
37812
37830
|
};
|
|
37813
37831
|
RTCHangupReason.prototype.hashCode = function () {
|
|
37814
|
-
var result = getStringHashCode(this.
|
|
37815
|
-
result = imul(result, 31) + this.
|
|
37816
|
-
result = imul(result, 31) + this.
|
|
37832
|
+
var result = getStringHashCode(this.q26_1);
|
|
37833
|
+
result = imul(result, 31) + this.r26_1.hashCode() | 0;
|
|
37834
|
+
result = imul(result, 31) + this.s26_1 | 0;
|
|
37817
37835
|
return result;
|
|
37818
37836
|
};
|
|
37819
37837
|
RTCHangupReason.prototype.equals = function (other) {
|
|
@@ -37822,11 +37840,11 @@ function requireClientsdkClientcore () {
|
|
|
37822
37840
|
if (!(other instanceof RTCHangupReason))
|
|
37823
37841
|
return false;
|
|
37824
37842
|
var tmp0_other_with_cast = other instanceof RTCHangupReason ? other : THROW_CCE();
|
|
37825
|
-
if (!(this.
|
|
37843
|
+
if (!(this.q26_1 === tmp0_other_with_cast.q26_1))
|
|
37826
37844
|
return false;
|
|
37827
|
-
if (!this.
|
|
37845
|
+
if (!this.r26_1.equals(tmp0_other_with_cast.r26_1))
|
|
37828
37846
|
return false;
|
|
37829
|
-
if (!(this.
|
|
37847
|
+
if (!(this.s26_1 === tmp0_other_with_cast.s26_1))
|
|
37830
37848
|
return false;
|
|
37831
37849
|
return true;
|
|
37832
37850
|
};
|
|
@@ -37836,10 +37854,10 @@ function requireClientsdkClientcore () {
|
|
|
37836
37854
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.RTCBandwidth', this, 2);
|
|
37837
37855
|
tmp0_serialDesc.dq('bytes_in', false);
|
|
37838
37856
|
tmp0_serialDesc.dq('bytes_out', false);
|
|
37839
|
-
this.
|
|
37857
|
+
this.t26_1 = tmp0_serialDesc;
|
|
37840
37858
|
}
|
|
37841
37859
|
$serializer_92.prototype.xf = function () {
|
|
37842
|
-
return this.
|
|
37860
|
+
return this.t26_1;
|
|
37843
37861
|
};
|
|
37844
37862
|
$serializer_92.prototype.sq = function () {
|
|
37845
37863
|
var tmp$ret$2;
|
|
@@ -37855,7 +37873,7 @@ function requireClientsdkClientcore () {
|
|
|
37855
37873
|
return tmp$ret$2;
|
|
37856
37874
|
};
|
|
37857
37875
|
$serializer_92.prototype.zf = function (decoder) {
|
|
37858
|
-
var tmp0_desc = this.
|
|
37876
|
+
var tmp0_desc = this.t26_1;
|
|
37859
37877
|
var tmp1_flag = true;
|
|
37860
37878
|
var tmp2_index = 0;
|
|
37861
37879
|
var tmp3_bitMask0 = 0;
|
|
@@ -37889,15 +37907,15 @@ function requireClientsdkClientcore () {
|
|
|
37889
37907
|
tmp6_input.fj(tmp0_desc);
|
|
37890
37908
|
return RTCBandwidth_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
37891
37909
|
};
|
|
37892
|
-
$serializer_92.prototype.
|
|
37893
|
-
var tmp0_desc = this.
|
|
37910
|
+
$serializer_92.prototype.u26 = function (encoder, value) {
|
|
37911
|
+
var tmp0_desc = this.t26_1;
|
|
37894
37912
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37895
|
-
tmp1_output.mk(tmp0_desc, 0, value.
|
|
37896
|
-
tmp1_output.mk(tmp0_desc, 1, value.
|
|
37913
|
+
tmp1_output.mk(tmp0_desc, 0, value.v26_1);
|
|
37914
|
+
tmp1_output.mk(tmp0_desc, 1, value.w26_1);
|
|
37897
37915
|
tmp1_output.fj(tmp0_desc);
|
|
37898
37916
|
};
|
|
37899
37917
|
$serializer_92.prototype.yf = function (encoder, value) {
|
|
37900
|
-
return this.
|
|
37918
|
+
return this.u26(encoder, value instanceof RTCBandwidth ? value : THROW_CCE());
|
|
37901
37919
|
};
|
|
37902
37920
|
$serializer_92.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37903
37921
|
var $serializer_instance_92;
|
|
@@ -37908,10 +37926,10 @@ function requireClientsdkClientcore () {
|
|
|
37908
37926
|
}
|
|
37909
37927
|
function RTCBandwidth_init_$Init$(seen1, bytes_in, bytes_out, serializationConstructorMarker, $this) {
|
|
37910
37928
|
if (!(3 === (3 & seen1))) {
|
|
37911
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_92().
|
|
37929
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_92().t26_1);
|
|
37912
37930
|
}
|
|
37913
|
-
$this.
|
|
37914
|
-
$this.
|
|
37931
|
+
$this.v26_1 = bytes_in;
|
|
37932
|
+
$this.w26_1 = bytes_out;
|
|
37915
37933
|
return $this;
|
|
37916
37934
|
}
|
|
37917
37935
|
function RTCBandwidth_init_$Create$(seen1, bytes_in, bytes_out, serializationConstructorMarker) {
|
|
@@ -37920,11 +37938,11 @@ function requireClientsdkClientcore () {
|
|
|
37920
37938
|
function RTCBandwidth() {
|
|
37921
37939
|
}
|
|
37922
37940
|
RTCBandwidth.prototype.toString = function () {
|
|
37923
|
-
return 'RTCBandwidth(bytes_in=' + this.
|
|
37941
|
+
return 'RTCBandwidth(bytes_in=' + this.v26_1 + ', bytes_out=' + this.w26_1 + ')';
|
|
37924
37942
|
};
|
|
37925
37943
|
RTCBandwidth.prototype.hashCode = function () {
|
|
37926
|
-
var result = this.
|
|
37927
|
-
result = imul(result, 31) + this.
|
|
37944
|
+
var result = this.v26_1;
|
|
37945
|
+
result = imul(result, 31) + this.w26_1 | 0;
|
|
37928
37946
|
return result;
|
|
37929
37947
|
};
|
|
37930
37948
|
RTCBandwidth.prototype.equals = function (other) {
|
|
@@ -37933,9 +37951,9 @@ function requireClientsdkClientcore () {
|
|
|
37933
37951
|
if (!(other instanceof RTCBandwidth))
|
|
37934
37952
|
return false;
|
|
37935
37953
|
var tmp0_other_with_cast = other instanceof RTCBandwidth ? other : THROW_CCE();
|
|
37936
|
-
if (!(this.
|
|
37954
|
+
if (!(this.v26_1 === tmp0_other_with_cast.v26_1))
|
|
37937
37955
|
return false;
|
|
37938
|
-
if (!(this.
|
|
37956
|
+
if (!(this.w26_1 === tmp0_other_with_cast.w26_1))
|
|
37939
37957
|
return false;
|
|
37940
37958
|
return true;
|
|
37941
37959
|
};
|
|
@@ -37954,10 +37972,10 @@ function requireClientsdkClientcore () {
|
|
|
37954
37972
|
Companion_instance_70 = this;
|
|
37955
37973
|
var tmp = this;
|
|
37956
37974
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
37957
|
-
tmp.
|
|
37975
|
+
tmp.x26_1 = lazy(tmp_0, CallCompleteReason$Companion$$cachedSerializer$delegate$_anonymous__gwqa6d);
|
|
37958
37976
|
}
|
|
37959
37977
|
Companion_70.prototype.t10 = function () {
|
|
37960
|
-
return this.
|
|
37978
|
+
return this.x26_1.r1();
|
|
37961
37979
|
};
|
|
37962
37980
|
Companion_70.prototype.mr = function (typeParamsSerializers) {
|
|
37963
37981
|
return this.t10();
|
|
@@ -37980,10 +37998,10 @@ function requireClientsdkClientcore () {
|
|
|
37980
37998
|
tmp0_serialDesc.dq('RingTimeout', false);
|
|
37981
37999
|
tmp0_serialDesc.dq('Failed', false);
|
|
37982
38000
|
tmp0_serialDesc.dq('Unknown', false);
|
|
37983
|
-
this.
|
|
38001
|
+
this.y26_1 = tmp0_serialDesc;
|
|
37984
38002
|
}
|
|
37985
38003
|
$serializer_93.prototype.xf = function () {
|
|
37986
|
-
return this.
|
|
38004
|
+
return this.y26_1;
|
|
37987
38005
|
};
|
|
37988
38006
|
$serializer_93.prototype.sq = function () {
|
|
37989
38007
|
var tmp$ret$2;
|
|
@@ -37998,13 +38016,13 @@ function requireClientsdkClientcore () {
|
|
|
37998
38016
|
return tmp$ret$2;
|
|
37999
38017
|
};
|
|
38000
38018
|
$serializer_93.prototype.zf = function (decoder) {
|
|
38001
|
-
return values_1()[decoder.aj(this.
|
|
38019
|
+
return values_1()[decoder.aj(this.y26_1)];
|
|
38002
38020
|
};
|
|
38003
|
-
$serializer_93.prototype.
|
|
38004
|
-
encoder.hk(this.
|
|
38021
|
+
$serializer_93.prototype.z26 = function (encoder, value) {
|
|
38022
|
+
encoder.hk(this.y26_1, value.t3_1);
|
|
38005
38023
|
};
|
|
38006
38024
|
$serializer_93.prototype.yf = function (encoder, value) {
|
|
38007
|
-
return this.
|
|
38025
|
+
return this.z26(encoder, value instanceof CallCompleteReason ? value : THROW_CCE());
|
|
38008
38026
|
};
|
|
38009
38027
|
$serializer_93.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
38010
38028
|
var $serializer_instance_93;
|
|
@@ -38037,10 +38055,10 @@ function requireClientsdkClientcore () {
|
|
|
38037
38055
|
CallCompleteReason.$metadata$ = classMeta('CallCompleteReason', undefined, undefined, {0: $serializer_getInstance_93}, undefined, Enum.prototype);
|
|
38038
38056
|
function CallCompleteReasonSerialiser() {
|
|
38039
38057
|
CallCompleteReasonSerialiser_instance = this;
|
|
38040
|
-
this.
|
|
38058
|
+
this.a27_1 = PrimitiveSerialDescriptor('RTCHangupReason.code', STRING_getInstance());
|
|
38041
38059
|
}
|
|
38042
38060
|
CallCompleteReasonSerialiser.prototype.xf = function () {
|
|
38043
|
-
return this.
|
|
38061
|
+
return this.a27_1;
|
|
38044
38062
|
};
|
|
38045
38063
|
CallCompleteReasonSerialiser.prototype.zf = function (decoder) {
|
|
38046
38064
|
var tmp0_subject = decoder.zi();
|
|
@@ -38066,11 +38084,11 @@ function requireClientsdkClientcore () {
|
|
|
38066
38084
|
return CallCompleteReason_Unknown_getInstance();
|
|
38067
38085
|
}
|
|
38068
38086
|
};
|
|
38069
|
-
CallCompleteReasonSerialiser.prototype.
|
|
38087
|
+
CallCompleteReasonSerialiser.prototype.z26 = function (encoder, value) {
|
|
38070
38088
|
encoder.gk(value.s3_1);
|
|
38071
38089
|
};
|
|
38072
38090
|
CallCompleteReasonSerialiser.prototype.yf = function (encoder, value) {
|
|
38073
|
-
return this.
|
|
38091
|
+
return this.z26(encoder, value instanceof CallCompleteReason ? value : THROW_CCE());
|
|
38074
38092
|
};
|
|
38075
38093
|
CallCompleteReasonSerialiser.$metadata$ = objectMeta('CallCompleteReasonSerialiser', [KSerializer]);
|
|
38076
38094
|
var CallCompleteReasonSerialiser_instance;
|
|
@@ -38113,10 +38131,10 @@ function requireClientsdkClientcore () {
|
|
|
38113
38131
|
tmp0_serialDesc.dq('id', false);
|
|
38114
38132
|
tmp0_serialDesc.dq('name', false);
|
|
38115
38133
|
tmp0_serialDesc.dq('image_url', true);
|
|
38116
|
-
this.
|
|
38134
|
+
this.b27_1 = tmp0_serialDesc;
|
|
38117
38135
|
}
|
|
38118
38136
|
$serializer_94.prototype.xf = function () {
|
|
38119
|
-
return this.
|
|
38137
|
+
return this.b27_1;
|
|
38120
38138
|
};
|
|
38121
38139
|
$serializer_94.prototype.sq = function () {
|
|
38122
38140
|
var tmp$ret$2;
|
|
@@ -38132,7 +38150,7 @@ function requireClientsdkClientcore () {
|
|
|
38132
38150
|
return tmp$ret$2;
|
|
38133
38151
|
};
|
|
38134
38152
|
$serializer_94.prototype.zf = function (decoder) {
|
|
38135
|
-
var tmp0_desc = this.
|
|
38153
|
+
var tmp0_desc = this.b27_1;
|
|
38136
38154
|
var tmp1_flag = true;
|
|
38137
38155
|
var tmp2_index = 0;
|
|
38138
38156
|
var tmp3_bitMask0 = 0;
|
|
@@ -38173,8 +38191,8 @@ function requireClientsdkClientcore () {
|
|
|
38173
38191
|
tmp7_input.fj(tmp0_desc);
|
|
38174
38192
|
return InvitedUser_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
38175
38193
|
};
|
|
38176
|
-
$serializer_94.prototype.
|
|
38177
|
-
var tmp0_desc = this.
|
|
38194
|
+
$serializer_94.prototype.c27 = function (encoder, value) {
|
|
38195
|
+
var tmp0_desc = this.b27_1;
|
|
38178
38196
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
38179
38197
|
tmp1_output.rk(tmp0_desc, 0, value.u1z_1);
|
|
38180
38198
|
tmp1_output.rk(tmp0_desc, 1, value.v1z_1);
|
|
@@ -38184,7 +38202,7 @@ function requireClientsdkClientcore () {
|
|
|
38184
38202
|
tmp1_output.fj(tmp0_desc);
|
|
38185
38203
|
};
|
|
38186
38204
|
$serializer_94.prototype.yf = function (encoder, value) {
|
|
38187
|
-
return this.
|
|
38205
|
+
return this.c27(encoder, value instanceof InvitedUser ? value : THROW_CCE());
|
|
38188
38206
|
};
|
|
38189
38207
|
$serializer_94.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
38190
38208
|
var $serializer_instance_94;
|
|
@@ -38195,7 +38213,7 @@ function requireClientsdkClientcore () {
|
|
|
38195
38213
|
}
|
|
38196
38214
|
function InvitedUser_init_$Init$(seen1, id, name, image_url, serializationConstructorMarker, $this) {
|
|
38197
38215
|
if (!(3 === (3 & seen1))) {
|
|
38198
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_94().
|
|
38216
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_94().b27_1);
|
|
38199
38217
|
}
|
|
38200
38218
|
$this.u1z_1 = id;
|
|
38201
38219
|
$this.v1z_1 = name;
|
|
@@ -38241,10 +38259,10 @@ function requireClientsdkClientcore () {
|
|
|
38241
38259
|
tmp0_serialDesc.dq('name', false);
|
|
38242
38260
|
tmp0_serialDesc.dq('display_name', true);
|
|
38243
38261
|
tmp0_serialDesc.dq('user_id', false);
|
|
38244
|
-
this.
|
|
38262
|
+
this.d27_1 = tmp0_serialDesc;
|
|
38245
38263
|
}
|
|
38246
38264
|
$serializer_95.prototype.xf = function () {
|
|
38247
|
-
return this.
|
|
38265
|
+
return this.d27_1;
|
|
38248
38266
|
};
|
|
38249
38267
|
$serializer_95.prototype.sq = function () {
|
|
38250
38268
|
var tmp$ret$2;
|
|
@@ -38260,7 +38278,7 @@ function requireClientsdkClientcore () {
|
|
|
38260
38278
|
return tmp$ret$2;
|
|
38261
38279
|
};
|
|
38262
38280
|
$serializer_95.prototype.zf = function (decoder) {
|
|
38263
|
-
var tmp0_desc = this.
|
|
38281
|
+
var tmp0_desc = this.d27_1;
|
|
38264
38282
|
var tmp1_flag = true;
|
|
38265
38283
|
var tmp2_index = 0;
|
|
38266
38284
|
var tmp3_bitMask0 = 0;
|
|
@@ -38308,8 +38326,8 @@ function requireClientsdkClientcore () {
|
|
|
38308
38326
|
tmp8_input.fj(tmp0_desc);
|
|
38309
38327
|
return JoinedUser_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
38310
38328
|
};
|
|
38311
|
-
$serializer_95.prototype.
|
|
38312
|
-
var tmp0_desc = this.
|
|
38329
|
+
$serializer_95.prototype.e27 = function (encoder, value) {
|
|
38330
|
+
var tmp0_desc = this.d27_1;
|
|
38313
38331
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
38314
38332
|
tmp1_output.rk(tmp0_desc, 0, value.p1z_1);
|
|
38315
38333
|
tmp1_output.rk(tmp0_desc, 1, value.q1z_1);
|
|
@@ -38320,7 +38338,7 @@ function requireClientsdkClientcore () {
|
|
|
38320
38338
|
tmp1_output.fj(tmp0_desc);
|
|
38321
38339
|
};
|
|
38322
38340
|
$serializer_95.prototype.yf = function (encoder, value) {
|
|
38323
|
-
return this.
|
|
38341
|
+
return this.e27(encoder, value instanceof JoinedUser ? value : THROW_CCE());
|
|
38324
38342
|
};
|
|
38325
38343
|
$serializer_95.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
38326
38344
|
var $serializer_instance_95;
|
|
@@ -38331,7 +38349,7 @@ function requireClientsdkClientcore () {
|
|
|
38331
38349
|
}
|
|
38332
38350
|
function JoinedUser_init_$Init$(seen1, id, name, display_name, user_id, serializationConstructorMarker, $this) {
|
|
38333
38351
|
if (!(11 === (11 & seen1))) {
|
|
38334
|
-
throwMissingFieldException(seen1, 11, $serializer_getInstance_95().
|
|
38352
|
+
throwMissingFieldException(seen1, 11, $serializer_getInstance_95().d27_1);
|
|
38335
38353
|
}
|
|
38336
38354
|
$this.p1z_1 = id;
|
|
38337
38355
|
$this.q1z_1 = name;
|
|
@@ -38383,10 +38401,10 @@ function requireClientsdkClientcore () {
|
|
|
38383
38401
|
tmp0_serialDesc.dq('id', false);
|
|
38384
38402
|
tmp0_serialDesc.dq('name', false);
|
|
38385
38403
|
tmp0_serialDesc.dq('display_name', true);
|
|
38386
|
-
this.
|
|
38404
|
+
this.f27_1 = tmp0_serialDesc;
|
|
38387
38405
|
}
|
|
38388
38406
|
$serializer_96.prototype.xf = function () {
|
|
38389
|
-
return this.
|
|
38407
|
+
return this.f27_1;
|
|
38390
38408
|
};
|
|
38391
38409
|
$serializer_96.prototype.sq = function () {
|
|
38392
38410
|
var tmp$ret$2;
|
|
@@ -38402,7 +38420,7 @@ function requireClientsdkClientcore () {
|
|
|
38402
38420
|
return tmp$ret$2;
|
|
38403
38421
|
};
|
|
38404
38422
|
$serializer_96.prototype.zf = function (decoder) {
|
|
38405
|
-
var tmp0_desc = this.
|
|
38423
|
+
var tmp0_desc = this.f27_1;
|
|
38406
38424
|
var tmp1_flag = true;
|
|
38407
38425
|
var tmp2_index = 0;
|
|
38408
38426
|
var tmp3_bitMask0 = 0;
|
|
@@ -38443,8 +38461,8 @@ function requireClientsdkClientcore () {
|
|
|
38443
38461
|
tmp7_input.fj(tmp0_desc);
|
|
38444
38462
|
return LeftUser_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
38445
38463
|
};
|
|
38446
|
-
$serializer_96.prototype.
|
|
38447
|
-
var tmp0_desc = this.
|
|
38464
|
+
$serializer_96.prototype.g27 = function (encoder, value) {
|
|
38465
|
+
var tmp0_desc = this.f27_1;
|
|
38448
38466
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
38449
38467
|
tmp1_output.rk(tmp0_desc, 0, value.l1z_1);
|
|
38450
38468
|
tmp1_output.rk(tmp0_desc, 1, value.m1z_1);
|
|
@@ -38454,7 +38472,7 @@ function requireClientsdkClientcore () {
|
|
|
38454
38472
|
tmp1_output.fj(tmp0_desc);
|
|
38455
38473
|
};
|
|
38456
38474
|
$serializer_96.prototype.yf = function (encoder, value) {
|
|
38457
|
-
return this.
|
|
38475
|
+
return this.g27(encoder, value instanceof LeftUser ? value : THROW_CCE());
|
|
38458
38476
|
};
|
|
38459
38477
|
$serializer_96.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
38460
38478
|
var $serializer_instance_96;
|
|
@@ -38465,7 +38483,7 @@ function requireClientsdkClientcore () {
|
|
|
38465
38483
|
}
|
|
38466
38484
|
function LeftUser_init_$Init$(seen1, id, name, display_name, serializationConstructorMarker, $this) {
|
|
38467
38485
|
if (!(3 === (3 & seen1))) {
|
|
38468
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_96().
|
|
38486
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_96().f27_1);
|
|
38469
38487
|
}
|
|
38470
38488
|
$this.l1z_1 = id;
|
|
38471
38489
|
$this.m1z_1 = name;
|
|
@@ -38561,14 +38579,14 @@ function requireClientsdkClientcore () {
|
|
|
38561
38579
|
return tmp;
|
|
38562
38580
|
}
|
|
38563
38581
|
function createClientLogger$config$1() {
|
|
38564
|
-
this.
|
|
38565
|
-
this.
|
|
38582
|
+
this.h27_1 = Companion_getInstance().e1a_1.n1a();
|
|
38583
|
+
this.i27_1 = valueOf(get_defaultInternalLoggingLevel().f1y());
|
|
38566
38584
|
}
|
|
38567
38585
|
createClientLogger$config$1.prototype.n1a = function () {
|
|
38568
|
-
return this.
|
|
38586
|
+
return this.h27_1;
|
|
38569
38587
|
};
|
|
38570
38588
|
createClientLogger$config$1.prototype.m1a = function () {
|
|
38571
|
-
return this.
|
|
38589
|
+
return this.i27_1;
|
|
38572
38590
|
};
|
|
38573
38591
|
createClientLogger$config$1.$metadata$ = classMeta(undefined, [LoggerConfig]);
|
|
38574
38592
|
function callbackLogger2$lambda($logger, $tag, $fn) {
|
|
@@ -38630,12 +38648,12 @@ function requireClientsdkClientcore () {
|
|
|
38630
38648
|
};
|
|
38631
38649
|
}
|
|
38632
38650
|
function HTTPClientLogger(client, logger) {
|
|
38633
|
-
this.
|
|
38634
|
-
this.
|
|
38651
|
+
this.j27_1 = client;
|
|
38652
|
+
this.k27_1 = withTagExtension(logger, 'http');
|
|
38635
38653
|
}
|
|
38636
|
-
HTTPClientLogger.prototype.
|
|
38654
|
+
HTTPClientLogger.prototype.l27 = function (verb, url, headers, body, callback) {
|
|
38637
38655
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38638
|
-
var tmp0_i = this.
|
|
38656
|
+
var tmp0_i = this.k27_1;
|
|
38639
38657
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38640
38658
|
var tmp = Severity_Info_getInstance();
|
|
38641
38659
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38644,19 +38662,19 @@ function requireClientsdkClientcore () {
|
|
|
38644
38662
|
tmp$ret$0 = 'request() ' + verb + ' ' + url + '\nheaders:' + headers + '\nbody:' + body;
|
|
38645
38663
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38646
38664
|
}
|
|
38647
|
-
this.
|
|
38665
|
+
this.j27_1.l27(verb, url, headers, body, callback);
|
|
38648
38666
|
};
|
|
38649
38667
|
HTTPClientLogger.$metadata$ = classMeta('HTTPClientLogger', [HTTPClient]);
|
|
38650
38668
|
function SocketClientLogger(client, logger) {
|
|
38651
|
-
this.
|
|
38652
|
-
this.
|
|
38669
|
+
this.m27_1 = client;
|
|
38670
|
+
this.n27_1 = withTagExtension(logger, 'socket');
|
|
38653
38671
|
}
|
|
38654
|
-
SocketClientLogger.prototype.
|
|
38655
|
-
this.
|
|
38672
|
+
SocketClientLogger.prototype.o27 = function (value) {
|
|
38673
|
+
this.m27_1.o27(value);
|
|
38656
38674
|
};
|
|
38657
|
-
SocketClientLogger.prototype.
|
|
38675
|
+
SocketClientLogger.prototype.p27 = function (type, msg, callback) {
|
|
38658
38676
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38659
|
-
var tmp0_i = this.
|
|
38677
|
+
var tmp0_i = this.n27_1;
|
|
38660
38678
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38661
38679
|
var tmp = Severity_Info_getInstance();
|
|
38662
38680
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38665,11 +38683,11 @@ function requireClientsdkClientcore () {
|
|
|
38665
38683
|
tmp$ret$0 = 'emit() ' + type + ' ' + msg;
|
|
38666
38684
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38667
38685
|
}
|
|
38668
|
-
this.
|
|
38686
|
+
this.m27_1.p27(type, msg, callback);
|
|
38669
38687
|
};
|
|
38670
|
-
SocketClientLogger.prototype.
|
|
38688
|
+
SocketClientLogger.prototype.q27 = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query) {
|
|
38671
38689
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38672
|
-
var tmp0_i = this.
|
|
38690
|
+
var tmp0_i = this.n27_1;
|
|
38673
38691
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38674
38692
|
var tmp = Severity_Info_getInstance();
|
|
38675
38693
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38678,11 +38696,11 @@ function requireClientsdkClientcore () {
|
|
|
38678
38696
|
tmp$ret$0 = 'connect() session_id:' + session_id + ' host: ' + host + ' path: ' + path + ' reconnectionAttempts: ' + toString(reconnectionAttempts) + ' reconnectionDelay: ' + toString(reconnectionDelay) + ' randomizationFactor: ' + toString(randomizationFactor) + ' ';
|
|
38679
38697
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38680
38698
|
}
|
|
38681
|
-
this.
|
|
38699
|
+
this.m27_1.q27(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query);
|
|
38682
38700
|
};
|
|
38683
|
-
SocketClientLogger.prototype.
|
|
38701
|
+
SocketClientLogger.prototype.r27 = function () {
|
|
38684
38702
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38685
|
-
var tmp0_i = this.
|
|
38703
|
+
var tmp0_i = this.n27_1;
|
|
38686
38704
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38687
38705
|
var tmp = Severity_Info_getInstance();
|
|
38688
38706
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38691,11 +38709,11 @@ function requireClientsdkClientcore () {
|
|
|
38691
38709
|
tmp$ret$0 = 'disconnect()';
|
|
38692
38710
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38693
38711
|
}
|
|
38694
|
-
this.
|
|
38712
|
+
this.m27_1.r27();
|
|
38695
38713
|
};
|
|
38696
|
-
SocketClientLogger.prototype.
|
|
38714
|
+
SocketClientLogger.prototype.s27 = function (token) {
|
|
38697
38715
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38698
|
-
var tmp0_i = this.
|
|
38716
|
+
var tmp0_i = this.n27_1;
|
|
38699
38717
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38700
38718
|
var tmp = Severity_Info_getInstance();
|
|
38701
38719
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38704,11 +38722,11 @@ function requireClientsdkClientcore () {
|
|
|
38704
38722
|
tmp$ret$0 = 'setConnectParamsSocketConfig() token: <token>';
|
|
38705
38723
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38706
38724
|
}
|
|
38707
|
-
this.
|
|
38725
|
+
this.m27_1.s27(token);
|
|
38708
38726
|
};
|
|
38709
|
-
SocketClientLogger.prototype.
|
|
38727
|
+
SocketClientLogger.prototype.t27 = function (milliseconds, callback) {
|
|
38710
38728
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38711
|
-
var tmp0_i = this.
|
|
38729
|
+
var tmp0_i = this.n27_1;
|
|
38712
38730
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38713
38731
|
var tmp = Severity_Info_getInstance();
|
|
38714
38732
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38717,16 +38735,16 @@ function requireClientsdkClientcore () {
|
|
|
38717
38735
|
tmp$ret$0 = 'startVerifyResponseTimer() ' + toString(milliseconds);
|
|
38718
38736
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38719
38737
|
}
|
|
38720
|
-
this.
|
|
38738
|
+
this.m27_1.t27(milliseconds, callback);
|
|
38721
38739
|
};
|
|
38722
38740
|
SocketClientLogger.$metadata$ = classMeta('SocketClientLogger', [SocketClient]);
|
|
38723
38741
|
function MediaClientLogger(client, logger) {
|
|
38724
|
-
this.
|
|
38725
|
-
this.
|
|
38742
|
+
this.u27_1 = client;
|
|
38743
|
+
this.v27_1 = withTagExtension(logger, 'media');
|
|
38726
38744
|
}
|
|
38727
|
-
MediaClientLogger.prototype.
|
|
38745
|
+
MediaClientLogger.prototype.w27 = function (closure) {
|
|
38728
38746
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38729
|
-
var tmp0_i = this.
|
|
38747
|
+
var tmp0_i = this.v27_1;
|
|
38730
38748
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38731
38749
|
var tmp = Severity_Info_getInstance();
|
|
38732
38750
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38735,11 +38753,11 @@ function requireClientsdkClientcore () {
|
|
|
38735
38753
|
tmp$ret$0 = 'enableMedia()';
|
|
38736
38754
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38737
38755
|
}
|
|
38738
|
-
this.
|
|
38756
|
+
this.u27_1.w27(closure);
|
|
38739
38757
|
};
|
|
38740
|
-
MediaClientLogger.prototype.
|
|
38758
|
+
MediaClientLogger.prototype.x27 = function (closure, offerSDP, rtcId) {
|
|
38741
38759
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38742
|
-
var tmp0_i = this.
|
|
38760
|
+
var tmp0_i = this.v27_1;
|
|
38743
38761
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38744
38762
|
var tmp = Severity_Info_getInstance();
|
|
38745
38763
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38748,11 +38766,11 @@ function requireClientsdkClientcore () {
|
|
|
38748
38766
|
tmp$ret$0 = 'enableMedia() ' + offerSDP;
|
|
38749
38767
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38750
38768
|
}
|
|
38751
|
-
this.
|
|
38769
|
+
this.u27_1.x27(closure, offerSDP, rtcId);
|
|
38752
38770
|
};
|
|
38753
|
-
MediaClientLogger.prototype.
|
|
38771
|
+
MediaClientLogger.prototype.y27 = function (id, sdp) {
|
|
38754
38772
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38755
|
-
var tmp0_i = this.
|
|
38773
|
+
var tmp0_i = this.v27_1;
|
|
38756
38774
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38757
38775
|
var tmp = Severity_Info_getInstance();
|
|
38758
38776
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38761,11 +38779,11 @@ function requireClientsdkClientcore () {
|
|
|
38761
38779
|
tmp$ret$0 = 'processAnswer() ' + id;
|
|
38762
38780
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38763
38781
|
}
|
|
38764
|
-
this.
|
|
38782
|
+
this.u27_1.y27(id, sdp);
|
|
38765
38783
|
};
|
|
38766
|
-
MediaClientLogger.prototype.
|
|
38784
|
+
MediaClientLogger.prototype.z27 = function (id) {
|
|
38767
38785
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38768
|
-
var tmp0_i = this.
|
|
38786
|
+
var tmp0_i = this.v27_1;
|
|
38769
38787
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38770
38788
|
var tmp = Severity_Info_getInstance();
|
|
38771
38789
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38774,11 +38792,11 @@ function requireClientsdkClientcore () {
|
|
|
38774
38792
|
tmp$ret$0 = 'disableMedia() ' + id;
|
|
38775
38793
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38776
38794
|
}
|
|
38777
|
-
this.
|
|
38795
|
+
this.u27_1.z27(id);
|
|
38778
38796
|
};
|
|
38779
|
-
MediaClientLogger.prototype.
|
|
38797
|
+
MediaClientLogger.prototype.a28 = function (id) {
|
|
38780
38798
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38781
|
-
var tmp0_i = this.
|
|
38799
|
+
var tmp0_i = this.v27_1;
|
|
38782
38800
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38783
38801
|
var tmp = Severity_Info_getInstance();
|
|
38784
38802
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38787,11 +38805,11 @@ function requireClientsdkClientcore () {
|
|
|
38787
38805
|
tmp$ret$0 = 'mute() ' + id;
|
|
38788
38806
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38789
38807
|
}
|
|
38790
|
-
this.
|
|
38808
|
+
this.u27_1.a28(id);
|
|
38791
38809
|
};
|
|
38792
|
-
MediaClientLogger.prototype.
|
|
38810
|
+
MediaClientLogger.prototype.b28 = function (id) {
|
|
38793
38811
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38794
|
-
var tmp0_i = this.
|
|
38812
|
+
var tmp0_i = this.v27_1;
|
|
38795
38813
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38796
38814
|
var tmp = Severity_Info_getInstance();
|
|
38797
38815
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38800,7 +38818,7 @@ function requireClientsdkClientcore () {
|
|
|
38800
38818
|
tmp$ret$0 = 'unmute() ' + id;
|
|
38801
38819
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38802
38820
|
}
|
|
38803
|
-
this.
|
|
38821
|
+
this.u27_1.b28(id);
|
|
38804
38822
|
};
|
|
38805
38823
|
MediaClientLogger.$metadata$ = classMeta('MediaClientLogger', [MediaClient]);
|
|
38806
38824
|
function SessionAPILogger$createSession$ref($boundThis) {
|
|
@@ -38860,12 +38878,12 @@ function requireClientsdkClientcore () {
|
|
|
38860
38878
|
return l;
|
|
38861
38879
|
}
|
|
38862
38880
|
function SessionAPILogger(api, logger) {
|
|
38863
|
-
this.
|
|
38864
|
-
this.
|
|
38881
|
+
this.c28_1 = api;
|
|
38882
|
+
this.d28_1 = withTagExtension(logger, 'session');
|
|
38865
38883
|
}
|
|
38866
38884
|
SessionAPILogger.prototype.r1a = function (token, sessionId, callback) {
|
|
38867
38885
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38868
|
-
var tmp0_i = this.
|
|
38886
|
+
var tmp0_i = this.d28_1;
|
|
38869
38887
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38870
38888
|
var tmp = Severity_Info_getInstance();
|
|
38871
38889
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38874,11 +38892,11 @@ function requireClientsdkClientcore () {
|
|
|
38874
38892
|
tmp$ret$0 = SessionAPILogger$createSession$ref(this).callableName + '() params: <token>, ' + sessionId;
|
|
38875
38893
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38876
38894
|
}
|
|
38877
|
-
this.
|
|
38895
|
+
this.c28_1.r1a(token, sessionId, callbackLogger2(callback, this.d28_1, SessionAPILogger$createSession$ref_0(this).callableName));
|
|
38878
38896
|
};
|
|
38879
38897
|
SessionAPILogger.prototype.s1a = function (callback) {
|
|
38880
38898
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38881
|
-
var tmp0_i = this.
|
|
38899
|
+
var tmp0_i = this.d28_1;
|
|
38882
38900
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38883
38901
|
var tmp = Severity_Info_getInstance();
|
|
38884
38902
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38887,11 +38905,11 @@ function requireClientsdkClientcore () {
|
|
|
38887
38905
|
tmp$ret$0 = SessionAPILogger$deleteSession$ref(this).callableName + '()';
|
|
38888
38906
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38889
38907
|
}
|
|
38890
|
-
this.
|
|
38908
|
+
this.c28_1.s1a(callbackLogger1(callback, this.d28_1, SessionAPILogger$deleteSession$ref_0(this).callableName));
|
|
38891
38909
|
};
|
|
38892
38910
|
SessionAPILogger.prototype.t1a = function (token, callback) {
|
|
38893
38911
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38894
|
-
var tmp0_i = this.
|
|
38912
|
+
var tmp0_i = this.d28_1;
|
|
38895
38913
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38896
38914
|
var tmp = Severity_Info_getInstance();
|
|
38897
38915
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38900,11 +38918,11 @@ function requireClientsdkClientcore () {
|
|
|
38900
38918
|
tmp$ret$0 = SessionAPILogger$refreshSession$ref(this).callableName + '() params: <token>';
|
|
38901
38919
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38902
38920
|
}
|
|
38903
|
-
this.
|
|
38921
|
+
this.c28_1.t1a(token, callbackLogger1(callback, this.d28_1, SessionAPILogger$refreshSession$ref_0(this).callableName));
|
|
38904
38922
|
};
|
|
38905
38923
|
SessionAPILogger.prototype.u1a = function (listener) {
|
|
38906
38924
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38907
|
-
var tmp0_i = this.
|
|
38925
|
+
var tmp0_i = this.d28_1;
|
|
38908
38926
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38909
38927
|
var tmp = Severity_Info_getInstance();
|
|
38910
38928
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38913,7 +38931,7 @@ function requireClientsdkClientcore () {
|
|
|
38913
38931
|
tmp$ret$0 = SessionAPILogger$setSessionListener$ref(this).callableName + '() params: ' + listener;
|
|
38914
38932
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38915
38933
|
}
|
|
38916
|
-
this.
|
|
38934
|
+
this.c28_1.u1a(new SessionAPIListenerLogger(listener, this.d28_1));
|
|
38917
38935
|
};
|
|
38918
38936
|
SessionAPILogger.$metadata$ = classMeta('SessionAPILogger', [SessionAPI]);
|
|
38919
38937
|
function VoiceAPILogger$reconnectCall$ref($boundThis) {
|
|
@@ -38941,26 +38959,26 @@ function requireClientsdkClientcore () {
|
|
|
38941
38959
|
return l;
|
|
38942
38960
|
}
|
|
38943
38961
|
function VoiceAPILogger(api, logger) {
|
|
38944
|
-
this.
|
|
38945
|
-
this.
|
|
38946
|
-
this.
|
|
38962
|
+
this.e28_1 = api;
|
|
38963
|
+
this.f28_1 = withTagExtension(logger, 'voice');
|
|
38964
|
+
this.g28_1 = 'serverCall()';
|
|
38947
38965
|
}
|
|
38948
38966
|
VoiceAPILogger.prototype.w1a = function (context, callback) {
|
|
38949
38967
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38950
|
-
var tmp0_i = this.
|
|
38968
|
+
var tmp0_i = this.f28_1;
|
|
38951
38969
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38952
38970
|
var tmp = Severity_Info_getInstance();
|
|
38953
38971
|
var tmp_0 = tmp0_i.d1a();
|
|
38954
38972
|
var tmp$ret$0;
|
|
38955
38973
|
// Inline function 'com.vonage.clientcore.core.logging.VoiceAPILogger.serverCall.<anonymous>' call
|
|
38956
|
-
tmp$ret$0 = this.
|
|
38974
|
+
tmp$ret$0 = this.g28_1 + ' params: ' + context;
|
|
38957
38975
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38958
38976
|
}
|
|
38959
|
-
this.
|
|
38977
|
+
this.e28_1.w1a(context, callbackLogger2(callback, this.f28_1, this.g28_1));
|
|
38960
38978
|
};
|
|
38961
38979
|
VoiceAPILogger.prototype.x1a = function (legId, callback) {
|
|
38962
38980
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38963
|
-
var tmp0_i = this.
|
|
38981
|
+
var tmp0_i = this.f28_1;
|
|
38964
38982
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38965
38983
|
var tmp = Severity_Info_getInstance();
|
|
38966
38984
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38969,11 +38987,11 @@ function requireClientsdkClientcore () {
|
|
|
38969
38987
|
tmp$ret$0 = VoiceAPILogger$reconnectCall$ref(this).callableName + '() params: ' + legId;
|
|
38970
38988
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38971
38989
|
}
|
|
38972
|
-
this.
|
|
38990
|
+
this.e28_1.x1a(legId, callbackLogger2(callback, this.f28_1, VoiceAPILogger$reconnectCall$ref_0(this).callableName));
|
|
38973
38991
|
};
|
|
38974
38992
|
VoiceAPILogger.prototype.v1a = function (listener) {
|
|
38975
38993
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38976
|
-
var tmp0_i = this.
|
|
38994
|
+
var tmp0_i = this.f28_1;
|
|
38977
38995
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38978
38996
|
var tmp = Severity_Info_getInstance();
|
|
38979
38997
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38982,7 +39000,7 @@ function requireClientsdkClientcore () {
|
|
|
38982
39000
|
tmp$ret$0 = VoiceAPILogger$setVoiceListener$ref(this).callableName + '() params: ' + listener;
|
|
38983
39001
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38984
39002
|
}
|
|
38985
|
-
this.
|
|
39003
|
+
this.e28_1.v1a(listener);
|
|
38986
39004
|
};
|
|
38987
39005
|
VoiceAPILogger.$metadata$ = classMeta('VoiceAPILogger', [VoiceAPI]);
|
|
38988
39006
|
function SessionAPIListenerLogger$onReconnecting$ref($boundThis) {
|
|
@@ -39010,12 +39028,12 @@ function requireClientsdkClientcore () {
|
|
|
39010
39028
|
return l;
|
|
39011
39029
|
}
|
|
39012
39030
|
function SessionAPIListenerLogger(listener, logger) {
|
|
39013
|
-
this.
|
|
39014
|
-
this.
|
|
39031
|
+
this.h28_1 = listener;
|
|
39032
|
+
this.i28_1 = withTagExtension(logger, 'session.listener');
|
|
39015
39033
|
}
|
|
39016
39034
|
SessionAPIListenerLogger.prototype.n20 = function () {
|
|
39017
39035
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
39018
|
-
var tmp0_i = this.
|
|
39036
|
+
var tmp0_i = this.i28_1;
|
|
39019
39037
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
39020
39038
|
var tmp = Severity_Info_getInstance();
|
|
39021
39039
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -39024,11 +39042,11 @@ function requireClientsdkClientcore () {
|
|
|
39024
39042
|
tmp$ret$0 = SessionAPIListenerLogger$onReconnecting$ref(this).callableName + '()';
|
|
39025
39043
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
39026
39044
|
}
|
|
39027
|
-
this.
|
|
39045
|
+
this.h28_1.n20();
|
|
39028
39046
|
};
|
|
39029
39047
|
SessionAPIListenerLogger.prototype.o20 = function () {
|
|
39030
39048
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
39031
|
-
var tmp0_i = this.
|
|
39049
|
+
var tmp0_i = this.i28_1;
|
|
39032
39050
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
39033
39051
|
var tmp = Severity_Info_getInstance();
|
|
39034
39052
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -39037,11 +39055,11 @@ function requireClientsdkClientcore () {
|
|
|
39037
39055
|
tmp$ret$0 = SessionAPIListenerLogger$onReconnection$ref(this).callableName + '()';
|
|
39038
39056
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
39039
39057
|
}
|
|
39040
|
-
this.
|
|
39058
|
+
this.h28_1.o20();
|
|
39041
39059
|
};
|
|
39042
39060
|
SessionAPIListenerLogger.prototype.p20 = function (reason) {
|
|
39043
39061
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
39044
|
-
var tmp0_i = this.
|
|
39062
|
+
var tmp0_i = this.i28_1;
|
|
39045
39063
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
39046
39064
|
var tmp = Severity_Info_getInstance();
|
|
39047
39065
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -39050,22 +39068,22 @@ function requireClientsdkClientcore () {
|
|
|
39050
39068
|
tmp$ret$0 = SessionAPIListenerLogger$onSessionError$ref(this).callableName + '() params: ' + reason.s3_1;
|
|
39051
39069
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
39052
39070
|
}
|
|
39053
|
-
this.
|
|
39071
|
+
this.h28_1.p20(reason);
|
|
39054
39072
|
};
|
|
39055
39073
|
SessionAPIListenerLogger.$metadata$ = classMeta('SessionAPIListenerLogger', [SessionListener]);
|
|
39056
39074
|
function CallbackMiddleware(store, logger) {
|
|
39057
39075
|
return CallbackMiddleware$lambda(logger);
|
|
39058
39076
|
}
|
|
39059
39077
|
function CallbackAction(fn, value) {
|
|
39060
|
-
this.
|
|
39061
|
-
this.
|
|
39078
|
+
this.j28_1 = fn;
|
|
39079
|
+
this.k28_1 = value;
|
|
39062
39080
|
}
|
|
39063
39081
|
CallbackAction.prototype.toString = function () {
|
|
39064
|
-
return 'CallbackAction(fn=' + this.
|
|
39082
|
+
return 'CallbackAction(fn=' + this.j28_1 + ', value=' + toString_0(this.k28_1) + ')';
|
|
39065
39083
|
};
|
|
39066
39084
|
CallbackAction.prototype.hashCode = function () {
|
|
39067
|
-
var result = hashCode(this.
|
|
39068
|
-
result = imul(result, 31) + (this.
|
|
39085
|
+
var result = hashCode(this.j28_1);
|
|
39086
|
+
result = imul(result, 31) + (this.k28_1 == null ? 0 : hashCode(this.k28_1)) | 0;
|
|
39069
39087
|
return result;
|
|
39070
39088
|
};
|
|
39071
39089
|
CallbackAction.prototype.equals = function (other) {
|
|
@@ -39074,9 +39092,9 @@ function requireClientsdkClientcore () {
|
|
|
39074
39092
|
if (!(other instanceof CallbackAction))
|
|
39075
39093
|
return false;
|
|
39076
39094
|
var tmp0_other_with_cast = other instanceof CallbackAction ? other : THROW_CCE();
|
|
39077
|
-
if (!equals(this.
|
|
39095
|
+
if (!equals(this.j28_1, tmp0_other_with_cast.j28_1))
|
|
39078
39096
|
return false;
|
|
39079
|
-
if (!equals(this.
|
|
39097
|
+
if (!equals(this.k28_1, tmp0_other_with_cast.k28_1))
|
|
39080
39098
|
return false;
|
|
39081
39099
|
return true;
|
|
39082
39100
|
};
|
|
@@ -39086,7 +39104,7 @@ function requireClientsdkClientcore () {
|
|
|
39086
39104
|
}
|
|
39087
39105
|
function CallbackMiddleware$lambda$lambda$lambda_0($action) {
|
|
39088
39106
|
return function () {
|
|
39089
|
-
return 'Invoking Callback with value:' + toString_0($action.c1c_1.
|
|
39107
|
+
return 'Invoking Callback with value:' + toString_0($action.c1c_1.k28_1);
|
|
39090
39108
|
};
|
|
39091
39109
|
}
|
|
39092
39110
|
function CallbackMiddleware$lambda$lambda($logger, $next) {
|
|
@@ -39095,7 +39113,7 @@ function requireClientsdkClientcore () {
|
|
|
39095
39113
|
var tmp0_subject = action.c1c_1;
|
|
39096
39114
|
if (tmp0_subject instanceof CallbackAction) {
|
|
39097
39115
|
d($logger, action, CallbackMiddleware$lambda$lambda$lambda_0(action));
|
|
39098
|
-
action.c1c_1.
|
|
39116
|
+
action.c1c_1.j28_1(action.c1c_1.k28_1);
|
|
39099
39117
|
} else {
|
|
39100
39118
|
Unit_getInstance();
|
|
39101
39119
|
}
|
|
@@ -39109,14 +39127,14 @@ function requireClientsdkClientcore () {
|
|
|
39109
39127
|
}
|
|
39110
39128
|
function BufferedSocketEvent() {
|
|
39111
39129
|
}
|
|
39112
|
-
BufferedSocketEvent.prototype.
|
|
39113
|
-
return this.
|
|
39130
|
+
BufferedSocketEvent.prototype.o28 = function () {
|
|
39131
|
+
return this.l28_1;
|
|
39114
39132
|
};
|
|
39115
39133
|
BufferedSocketEvent.prototype.z1m = function () {
|
|
39116
|
-
return this.
|
|
39134
|
+
return this.m28_1;
|
|
39117
39135
|
};
|
|
39118
39136
|
BufferedSocketEvent.prototype.y1m = function () {
|
|
39119
|
-
return this.
|
|
39137
|
+
return this.n28_1;
|
|
39120
39138
|
};
|
|
39121
39139
|
BufferedSocketEvent.$metadata$ = classMeta('BufferedSocketEvent', [Actionable]);
|
|
39122
39140
|
function exceptionHandlerMiddleware(store, logger) {
|
|
@@ -39261,20 +39279,20 @@ function requireClientsdkClientcore () {
|
|
|
39261
39279
|
}
|
|
39262
39280
|
function ConversationMember(cid, mid, version) {
|
|
39263
39281
|
CSEndPoints.call(this);
|
|
39264
|
-
this.
|
|
39265
|
-
this.
|
|
39266
|
-
this.
|
|
39282
|
+
this.p28_1 = cid;
|
|
39283
|
+
this.q28_1 = mid;
|
|
39284
|
+
this.r28_1 = version;
|
|
39267
39285
|
}
|
|
39268
|
-
ConversationMember.prototype.
|
|
39269
|
-
return '/' + this.
|
|
39286
|
+
ConversationMember.prototype.s28 = function () {
|
|
39287
|
+
return '/' + this.r28_1 + '/conversations/' + this.p28_1 + '/members/' + this.q28_1;
|
|
39270
39288
|
};
|
|
39271
39289
|
ConversationMember.prototype.toString = function () {
|
|
39272
|
-
return 'ConversationMember(cid=' + this.
|
|
39290
|
+
return 'ConversationMember(cid=' + this.p28_1 + ', mid=' + this.q28_1 + ', version=' + this.r28_1 + ')';
|
|
39273
39291
|
};
|
|
39274
39292
|
ConversationMember.prototype.hashCode = function () {
|
|
39275
|
-
var result = getStringHashCode(this.
|
|
39276
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39277
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39293
|
+
var result = getStringHashCode(this.p28_1);
|
|
39294
|
+
result = imul(result, 31) + getStringHashCode(this.q28_1) | 0;
|
|
39295
|
+
result = imul(result, 31) + getStringHashCode(this.r28_1) | 0;
|
|
39278
39296
|
return result;
|
|
39279
39297
|
};
|
|
39280
39298
|
ConversationMember.prototype.equals = function (other) {
|
|
@@ -39283,29 +39301,29 @@ function requireClientsdkClientcore () {
|
|
|
39283
39301
|
if (!(other instanceof ConversationMember))
|
|
39284
39302
|
return false;
|
|
39285
39303
|
var tmp0_other_with_cast = other instanceof ConversationMember ? other : THROW_CCE();
|
|
39286
|
-
if (!(this.
|
|
39304
|
+
if (!(this.p28_1 === tmp0_other_with_cast.p28_1))
|
|
39287
39305
|
return false;
|
|
39288
|
-
if (!(this.
|
|
39306
|
+
if (!(this.q28_1 === tmp0_other_with_cast.q28_1))
|
|
39289
39307
|
return false;
|
|
39290
|
-
if (!(this.
|
|
39308
|
+
if (!(this.r28_1 === tmp0_other_with_cast.r28_1))
|
|
39291
39309
|
return false;
|
|
39292
39310
|
return true;
|
|
39293
39311
|
};
|
|
39294
39312
|
ConversationMember.$metadata$ = classMeta('ConversationMember', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39295
39313
|
function ConversationEvents(cid, version) {
|
|
39296
39314
|
CSEndPoints.call(this);
|
|
39297
|
-
this.
|
|
39298
|
-
this.
|
|
39315
|
+
this.t28_1 = cid;
|
|
39316
|
+
this.u28_1 = version;
|
|
39299
39317
|
}
|
|
39300
|
-
ConversationEvents.prototype.
|
|
39301
|
-
return '/' + this.
|
|
39318
|
+
ConversationEvents.prototype.s28 = function () {
|
|
39319
|
+
return '/' + this.u28_1 + '/conversations/' + this.t28_1 + '/events';
|
|
39302
39320
|
};
|
|
39303
39321
|
ConversationEvents.prototype.toString = function () {
|
|
39304
|
-
return 'ConversationEvents(cid=' + this.
|
|
39322
|
+
return 'ConversationEvents(cid=' + this.t28_1 + ', version=' + this.u28_1 + ')';
|
|
39305
39323
|
};
|
|
39306
39324
|
ConversationEvents.prototype.hashCode = function () {
|
|
39307
|
-
var result = getStringHashCode(this.
|
|
39308
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39325
|
+
var result = getStringHashCode(this.t28_1);
|
|
39326
|
+
result = imul(result, 31) + getStringHashCode(this.u28_1) | 0;
|
|
39309
39327
|
return result;
|
|
39310
39328
|
};
|
|
39311
39329
|
ConversationEvents.prototype.equals = function (other) {
|
|
@@ -39314,29 +39332,29 @@ function requireClientsdkClientcore () {
|
|
|
39314
39332
|
if (!(other instanceof ConversationEvents))
|
|
39315
39333
|
return false;
|
|
39316
39334
|
var tmp0_other_with_cast = other instanceof ConversationEvents ? other : THROW_CCE();
|
|
39317
|
-
if (!(this.
|
|
39335
|
+
if (!(this.t28_1 === tmp0_other_with_cast.t28_1))
|
|
39318
39336
|
return false;
|
|
39319
|
-
if (!(this.
|
|
39337
|
+
if (!(this.u28_1 === tmp0_other_with_cast.u28_1))
|
|
39320
39338
|
return false;
|
|
39321
39339
|
return true;
|
|
39322
39340
|
};
|
|
39323
39341
|
ConversationEvents.$metadata$ = classMeta('ConversationEvents', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39324
39342
|
function RtcReconnect(cid, reconnectRtcId, version) {
|
|
39325
39343
|
CSEndPoints.call(this);
|
|
39326
|
-
this.
|
|
39327
|
-
this.
|
|
39328
|
-
this.
|
|
39344
|
+
this.v28_1 = cid;
|
|
39345
|
+
this.w28_1 = reconnectRtcId;
|
|
39346
|
+
this.x28_1 = version;
|
|
39329
39347
|
}
|
|
39330
|
-
RtcReconnect.prototype.
|
|
39331
|
-
return '/' + this.
|
|
39348
|
+
RtcReconnect.prototype.s28 = function () {
|
|
39349
|
+
return '/' + this.x28_1 + '/conversations/' + this.v28_1 + '/rtc/' + this.w28_1 + '/offer';
|
|
39332
39350
|
};
|
|
39333
39351
|
RtcReconnect.prototype.toString = function () {
|
|
39334
|
-
return 'RtcReconnect(cid=' + this.
|
|
39352
|
+
return 'RtcReconnect(cid=' + this.v28_1 + ', reconnectRtcId=' + this.w28_1 + ', version=' + this.x28_1 + ')';
|
|
39335
39353
|
};
|
|
39336
39354
|
RtcReconnect.prototype.hashCode = function () {
|
|
39337
|
-
var result = getStringHashCode(this.
|
|
39338
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39339
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39355
|
+
var result = getStringHashCode(this.v28_1);
|
|
39356
|
+
result = imul(result, 31) + getStringHashCode(this.w28_1) | 0;
|
|
39357
|
+
result = imul(result, 31) + getStringHashCode(this.x28_1) | 0;
|
|
39340
39358
|
return result;
|
|
39341
39359
|
};
|
|
39342
39360
|
RtcReconnect.prototype.equals = function (other) {
|
|
@@ -39345,29 +39363,29 @@ function requireClientsdkClientcore () {
|
|
|
39345
39363
|
if (!(other instanceof RtcReconnect))
|
|
39346
39364
|
return false;
|
|
39347
39365
|
var tmp0_other_with_cast = other instanceof RtcReconnect ? other : THROW_CCE();
|
|
39348
|
-
if (!(this.
|
|
39366
|
+
if (!(this.v28_1 === tmp0_other_with_cast.v28_1))
|
|
39349
39367
|
return false;
|
|
39350
|
-
if (!(this.
|
|
39368
|
+
if (!(this.w28_1 === tmp0_other_with_cast.w28_1))
|
|
39351
39369
|
return false;
|
|
39352
|
-
if (!(this.
|
|
39370
|
+
if (!(this.x28_1 === tmp0_other_with_cast.x28_1))
|
|
39353
39371
|
return false;
|
|
39354
39372
|
return true;
|
|
39355
39373
|
};
|
|
39356
39374
|
RtcReconnect.$metadata$ = classMeta('RtcReconnect', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39357
39375
|
function ConversationMemberMe(cid, version) {
|
|
39358
39376
|
CSEndPoints.call(this);
|
|
39359
|
-
this.
|
|
39360
|
-
this.
|
|
39377
|
+
this.y28_1 = cid;
|
|
39378
|
+
this.z28_1 = version;
|
|
39361
39379
|
}
|
|
39362
|
-
ConversationMemberMe.prototype.
|
|
39363
|
-
return '/' + this.
|
|
39380
|
+
ConversationMemberMe.prototype.s28 = function () {
|
|
39381
|
+
return '/' + this.z28_1 + '/conversations/' + this.y28_1 + '/members/me';
|
|
39364
39382
|
};
|
|
39365
39383
|
ConversationMemberMe.prototype.toString = function () {
|
|
39366
|
-
return 'ConversationMemberMe(cid=' + this.
|
|
39384
|
+
return 'ConversationMemberMe(cid=' + this.y28_1 + ', version=' + this.z28_1 + ')';
|
|
39367
39385
|
};
|
|
39368
39386
|
ConversationMemberMe.prototype.hashCode = function () {
|
|
39369
|
-
var result = getStringHashCode(this.
|
|
39370
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39387
|
+
var result = getStringHashCode(this.y28_1);
|
|
39388
|
+
result = imul(result, 31) + getStringHashCode(this.z28_1) | 0;
|
|
39371
39389
|
return result;
|
|
39372
39390
|
};
|
|
39373
39391
|
ConversationMemberMe.prototype.equals = function (other) {
|
|
@@ -39376,27 +39394,27 @@ function requireClientsdkClientcore () {
|
|
|
39376
39394
|
if (!(other instanceof ConversationMemberMe))
|
|
39377
39395
|
return false;
|
|
39378
39396
|
var tmp0_other_with_cast = other instanceof ConversationMemberMe ? other : THROW_CCE();
|
|
39379
|
-
if (!(this.
|
|
39397
|
+
if (!(this.y28_1 === tmp0_other_with_cast.y28_1))
|
|
39380
39398
|
return false;
|
|
39381
|
-
if (!(this.
|
|
39399
|
+
if (!(this.z28_1 === tmp0_other_with_cast.z28_1))
|
|
39382
39400
|
return false;
|
|
39383
39401
|
return true;
|
|
39384
39402
|
};
|
|
39385
39403
|
ConversationMemberMe.$metadata$ = classMeta('ConversationMemberMe', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39386
39404
|
function Leg(legId, version) {
|
|
39387
39405
|
CSEndPoints.call(this);
|
|
39388
|
-
this.
|
|
39389
|
-
this.
|
|
39406
|
+
this.a29_1 = legId;
|
|
39407
|
+
this.b29_1 = version;
|
|
39390
39408
|
}
|
|
39391
|
-
Leg.prototype.
|
|
39392
|
-
return '/' + this.
|
|
39409
|
+
Leg.prototype.s28 = function () {
|
|
39410
|
+
return '/' + this.b29_1 + '/legs/' + this.a29_1;
|
|
39393
39411
|
};
|
|
39394
39412
|
Leg.prototype.toString = function () {
|
|
39395
|
-
return 'Leg(legId=' + this.
|
|
39413
|
+
return 'Leg(legId=' + this.a29_1 + ', version=' + this.b29_1 + ')';
|
|
39396
39414
|
};
|
|
39397
39415
|
Leg.prototype.hashCode = function () {
|
|
39398
|
-
var result = getStringHashCode(this.
|
|
39399
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39416
|
+
var result = getStringHashCode(this.a29_1);
|
|
39417
|
+
result = imul(result, 31) + getStringHashCode(this.b29_1) | 0;
|
|
39400
39418
|
return result;
|
|
39401
39419
|
};
|
|
39402
39420
|
Leg.prototype.equals = function (other) {
|
|
@@ -39405,25 +39423,25 @@ function requireClientsdkClientcore () {
|
|
|
39405
39423
|
if (!(other instanceof Leg))
|
|
39406
39424
|
return false;
|
|
39407
39425
|
var tmp0_other_with_cast = other instanceof Leg ? other : THROW_CCE();
|
|
39408
|
-
if (!(this.
|
|
39426
|
+
if (!(this.a29_1 === tmp0_other_with_cast.a29_1))
|
|
39409
39427
|
return false;
|
|
39410
|
-
if (!(this.
|
|
39428
|
+
if (!(this.b29_1 === tmp0_other_with_cast.b29_1))
|
|
39411
39429
|
return false;
|
|
39412
39430
|
return true;
|
|
39413
39431
|
};
|
|
39414
39432
|
Leg.$metadata$ = classMeta('Leg', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39415
39433
|
function Knockers(version) {
|
|
39416
39434
|
CSEndPoints.call(this);
|
|
39417
|
-
this.
|
|
39435
|
+
this.c29_1 = version;
|
|
39418
39436
|
}
|
|
39419
|
-
Knockers.prototype.
|
|
39420
|
-
return '/' + this.
|
|
39437
|
+
Knockers.prototype.s28 = function () {
|
|
39438
|
+
return '/' + this.c29_1 + '/knocking';
|
|
39421
39439
|
};
|
|
39422
39440
|
Knockers.prototype.toString = function () {
|
|
39423
|
-
return 'Knockers(version=' + this.
|
|
39441
|
+
return 'Knockers(version=' + this.c29_1 + ')';
|
|
39424
39442
|
};
|
|
39425
39443
|
Knockers.prototype.hashCode = function () {
|
|
39426
|
-
return getStringHashCode(this.
|
|
39444
|
+
return getStringHashCode(this.c29_1);
|
|
39427
39445
|
};
|
|
39428
39446
|
Knockers.prototype.equals = function (other) {
|
|
39429
39447
|
if (this === other)
|
|
@@ -39431,25 +39449,25 @@ function requireClientsdkClientcore () {
|
|
|
39431
39449
|
if (!(other instanceof Knockers))
|
|
39432
39450
|
return false;
|
|
39433
39451
|
var tmp0_other_with_cast = other instanceof Knockers ? other : THROW_CCE();
|
|
39434
|
-
if (!(this.
|
|
39452
|
+
if (!(this.c29_1 === tmp0_other_with_cast.c29_1))
|
|
39435
39453
|
return false;
|
|
39436
39454
|
return true;
|
|
39437
39455
|
};
|
|
39438
39456
|
Knockers.$metadata$ = classMeta('Knockers', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39439
39457
|
function Knocker(knockingId, version) {
|
|
39440
39458
|
CSEndPoints.call(this);
|
|
39441
|
-
this.
|
|
39442
|
-
this.
|
|
39459
|
+
this.d29_1 = knockingId;
|
|
39460
|
+
this.e29_1 = version;
|
|
39443
39461
|
}
|
|
39444
|
-
Knocker.prototype.
|
|
39445
|
-
return '/' + this.
|
|
39462
|
+
Knocker.prototype.s28 = function () {
|
|
39463
|
+
return '/' + this.e29_1 + '/knocking/' + this.d29_1;
|
|
39446
39464
|
};
|
|
39447
39465
|
Knocker.prototype.toString = function () {
|
|
39448
|
-
return 'Knocker(knockingId=' + this.
|
|
39466
|
+
return 'Knocker(knockingId=' + this.d29_1 + ', version=' + this.e29_1 + ')';
|
|
39449
39467
|
};
|
|
39450
39468
|
Knocker.prototype.hashCode = function () {
|
|
39451
|
-
var result = getStringHashCode(this.
|
|
39452
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39469
|
+
var result = getStringHashCode(this.d29_1);
|
|
39470
|
+
result = imul(result, 31) + getStringHashCode(this.e29_1) | 0;
|
|
39453
39471
|
return result;
|
|
39454
39472
|
};
|
|
39455
39473
|
Knocker.prototype.equals = function (other) {
|
|
@@ -39458,25 +39476,25 @@ function requireClientsdkClientcore () {
|
|
|
39458
39476
|
if (!(other instanceof Knocker))
|
|
39459
39477
|
return false;
|
|
39460
39478
|
var tmp0_other_with_cast = other instanceof Knocker ? other : THROW_CCE();
|
|
39461
|
-
if (!(this.
|
|
39479
|
+
if (!(this.d29_1 === tmp0_other_with_cast.d29_1))
|
|
39462
39480
|
return false;
|
|
39463
|
-
if (!(this.
|
|
39481
|
+
if (!(this.e29_1 === tmp0_other_with_cast.e29_1))
|
|
39464
39482
|
return false;
|
|
39465
39483
|
return true;
|
|
39466
39484
|
};
|
|
39467
39485
|
Knocker.$metadata$ = classMeta('Knocker', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39468
39486
|
function Legs(version) {
|
|
39469
39487
|
CSEndPoints.call(this);
|
|
39470
|
-
this.
|
|
39488
|
+
this.f29_1 = version;
|
|
39471
39489
|
}
|
|
39472
|
-
Legs.prototype.
|
|
39473
|
-
return '/' + this.
|
|
39490
|
+
Legs.prototype.s28 = function () {
|
|
39491
|
+
return '/' + this.f29_1 + '/legs';
|
|
39474
39492
|
};
|
|
39475
39493
|
Legs.prototype.toString = function () {
|
|
39476
|
-
return 'Legs(version=' + this.
|
|
39494
|
+
return 'Legs(version=' + this.f29_1 + ')';
|
|
39477
39495
|
};
|
|
39478
39496
|
Legs.prototype.hashCode = function () {
|
|
39479
|
-
return getStringHashCode(this.
|
|
39497
|
+
return getStringHashCode(this.f29_1);
|
|
39480
39498
|
};
|
|
39481
39499
|
Legs.prototype.equals = function (other) {
|
|
39482
39500
|
if (this === other)
|
|
@@ -39484,25 +39502,25 @@ function requireClientsdkClientcore () {
|
|
|
39484
39502
|
if (!(other instanceof Legs))
|
|
39485
39503
|
return false;
|
|
39486
39504
|
var tmp0_other_with_cast = other instanceof Legs ? other : THROW_CCE();
|
|
39487
|
-
if (!(this.
|
|
39505
|
+
if (!(this.f29_1 === tmp0_other_with_cast.f29_1))
|
|
39488
39506
|
return false;
|
|
39489
39507
|
return true;
|
|
39490
39508
|
};
|
|
39491
39509
|
Legs.$metadata$ = classMeta('Legs', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39492
39510
|
function Sessions(sessionId, version) {
|
|
39493
39511
|
CSEndPoints.call(this);
|
|
39494
|
-
this.
|
|
39495
|
-
this.
|
|
39512
|
+
this.g29_1 = sessionId;
|
|
39513
|
+
this.h29_1 = version;
|
|
39496
39514
|
}
|
|
39497
|
-
Sessions.prototype.
|
|
39498
|
-
return '/' + this.
|
|
39515
|
+
Sessions.prototype.s28 = function () {
|
|
39516
|
+
return '/' + this.h29_1 + '/sessions/' + this.g29_1;
|
|
39499
39517
|
};
|
|
39500
39518
|
Sessions.prototype.toString = function () {
|
|
39501
|
-
return 'Sessions(sessionId=' + this.
|
|
39519
|
+
return 'Sessions(sessionId=' + this.g29_1 + ', version=' + this.h29_1 + ')';
|
|
39502
39520
|
};
|
|
39503
39521
|
Sessions.prototype.hashCode = function () {
|
|
39504
|
-
var result = getStringHashCode(this.
|
|
39505
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39522
|
+
var result = getStringHashCode(this.g29_1);
|
|
39523
|
+
result = imul(result, 31) + getStringHashCode(this.h29_1) | 0;
|
|
39506
39524
|
return result;
|
|
39507
39525
|
};
|
|
39508
39526
|
Sessions.prototype.equals = function (other) {
|
|
@@ -39511,29 +39529,29 @@ function requireClientsdkClientcore () {
|
|
|
39511
39529
|
if (!(other instanceof Sessions))
|
|
39512
39530
|
return false;
|
|
39513
39531
|
var tmp0_other_with_cast = other instanceof Sessions ? other : THROW_CCE();
|
|
39514
|
-
if (!(this.
|
|
39532
|
+
if (!(this.g29_1 === tmp0_other_with_cast.g29_1))
|
|
39515
39533
|
return false;
|
|
39516
|
-
if (!(this.
|
|
39534
|
+
if (!(this.h29_1 === tmp0_other_with_cast.h29_1))
|
|
39517
39535
|
return false;
|
|
39518
39536
|
return true;
|
|
39519
39537
|
};
|
|
39520
39538
|
Sessions.$metadata$ = classMeta('Sessions', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39521
39539
|
function RTCAnswer_0(cid, rtc_id, version) {
|
|
39522
39540
|
CSEndPoints.call(this);
|
|
39523
|
-
this.
|
|
39524
|
-
this.
|
|
39525
|
-
this.
|
|
39541
|
+
this.i29_1 = cid;
|
|
39542
|
+
this.j29_1 = rtc_id;
|
|
39543
|
+
this.k29_1 = version;
|
|
39526
39544
|
}
|
|
39527
|
-
RTCAnswer_0.prototype.
|
|
39528
|
-
return '/' + this.
|
|
39545
|
+
RTCAnswer_0.prototype.s28 = function () {
|
|
39546
|
+
return '/' + this.k29_1 + '/conversations/' + this.i29_1 + '/rtc/' + this.j29_1 + '/answer';
|
|
39529
39547
|
};
|
|
39530
39548
|
RTCAnswer_0.prototype.toString = function () {
|
|
39531
|
-
return 'RTCAnswer(cid=' + this.
|
|
39549
|
+
return 'RTCAnswer(cid=' + this.i29_1 + ', rtc_id=' + this.j29_1 + ', version=' + this.k29_1 + ')';
|
|
39532
39550
|
};
|
|
39533
39551
|
RTCAnswer_0.prototype.hashCode = function () {
|
|
39534
|
-
var result = getStringHashCode(this.
|
|
39535
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39536
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39552
|
+
var result = getStringHashCode(this.i29_1);
|
|
39553
|
+
result = imul(result, 31) + getStringHashCode(this.j29_1) | 0;
|
|
39554
|
+
result = imul(result, 31) + getStringHashCode(this.k29_1) | 0;
|
|
39537
39555
|
return result;
|
|
39538
39556
|
};
|
|
39539
39557
|
RTCAnswer_0.prototype.equals = function (other) {
|
|
@@ -39542,11 +39560,11 @@ function requireClientsdkClientcore () {
|
|
|
39542
39560
|
if (!(other instanceof RTCAnswer_0))
|
|
39543
39561
|
return false;
|
|
39544
39562
|
var tmp0_other_with_cast = other instanceof RTCAnswer_0 ? other : THROW_CCE();
|
|
39545
|
-
if (!(this.
|
|
39563
|
+
if (!(this.i29_1 === tmp0_other_with_cast.i29_1))
|
|
39546
39564
|
return false;
|
|
39547
|
-
if (!(this.
|
|
39565
|
+
if (!(this.j29_1 === tmp0_other_with_cast.j29_1))
|
|
39548
39566
|
return false;
|
|
39549
|
-
if (!(this.
|
|
39567
|
+
if (!(this.k29_1 === tmp0_other_with_cast.k29_1))
|
|
39550
39568
|
return false;
|
|
39551
39569
|
return true;
|
|
39552
39570
|
};
|
|
@@ -39570,16 +39588,16 @@ function requireClientsdkClientcore () {
|
|
|
39570
39588
|
HTTPMiddlewareErrors.$metadata$ = classMeta('HTTPMiddlewareErrors', undefined, undefined, undefined, undefined, Exception.prototype);
|
|
39571
39589
|
function PlatformError(msg, e) {
|
|
39572
39590
|
HTTPMiddlewareErrors.call(this, msg, e);
|
|
39573
|
-
this.
|
|
39574
|
-
this.
|
|
39591
|
+
this.l29_1 = msg;
|
|
39592
|
+
this.m29_1 = e;
|
|
39575
39593
|
captureStack(this, PlatformError);
|
|
39576
39594
|
}
|
|
39577
39595
|
PlatformError.prototype.toString = function () {
|
|
39578
|
-
return 'PlatformError(msg=' + this.
|
|
39596
|
+
return 'PlatformError(msg=' + this.l29_1 + ', e=' + this.m29_1 + ')';
|
|
39579
39597
|
};
|
|
39580
39598
|
PlatformError.prototype.hashCode = function () {
|
|
39581
|
-
var result = getStringHashCode(this.
|
|
39582
|
-
result = imul(result, 31) + (this.
|
|
39599
|
+
var result = getStringHashCode(this.l29_1);
|
|
39600
|
+
result = imul(result, 31) + (this.m29_1 == null ? 0 : hashCode(this.m29_1)) | 0;
|
|
39583
39601
|
return result;
|
|
39584
39602
|
};
|
|
39585
39603
|
PlatformError.prototype.equals = function (other) {
|
|
@@ -39588,9 +39606,9 @@ function requireClientsdkClientcore () {
|
|
|
39588
39606
|
if (!(other instanceof PlatformError))
|
|
39589
39607
|
return false;
|
|
39590
39608
|
var tmp0_other_with_cast = other instanceof PlatformError ? other : THROW_CCE();
|
|
39591
|
-
if (!(this.
|
|
39609
|
+
if (!(this.l29_1 === tmp0_other_with_cast.l29_1))
|
|
39592
39610
|
return false;
|
|
39593
|
-
if (!equals(this.
|
|
39611
|
+
if (!equals(this.m29_1, tmp0_other_with_cast.m29_1))
|
|
39594
39612
|
return false;
|
|
39595
39613
|
return true;
|
|
39596
39614
|
};
|
|
@@ -39602,14 +39620,14 @@ function requireClientsdkClientcore () {
|
|
|
39602
39620
|
NullResponseError.$metadata$ = classMeta('NullResponseError', undefined, undefined, undefined, undefined, HTTPMiddlewareErrors.prototype);
|
|
39603
39621
|
function ResponseParsingError(e) {
|
|
39604
39622
|
HTTPMiddlewareErrors.call(this, '', e);
|
|
39605
|
-
this.
|
|
39623
|
+
this.n29_1 = e;
|
|
39606
39624
|
captureStack(this, ResponseParsingError);
|
|
39607
39625
|
}
|
|
39608
39626
|
ResponseParsingError.prototype.toString = function () {
|
|
39609
|
-
return 'ResponseParsingError(e=' + this.
|
|
39627
|
+
return 'ResponseParsingError(e=' + this.n29_1 + ')';
|
|
39610
39628
|
};
|
|
39611
39629
|
ResponseParsingError.prototype.hashCode = function () {
|
|
39612
|
-
return hashCode(this.
|
|
39630
|
+
return hashCode(this.n29_1);
|
|
39613
39631
|
};
|
|
39614
39632
|
ResponseParsingError.prototype.equals = function (other) {
|
|
39615
39633
|
if (this === other)
|
|
@@ -39617,7 +39635,7 @@ function requireClientsdkClientcore () {
|
|
|
39617
39635
|
if (!(other instanceof ResponseParsingError))
|
|
39618
39636
|
return false;
|
|
39619
39637
|
var tmp0_other_with_cast = other instanceof ResponseParsingError ? other : THROW_CCE();
|
|
39620
|
-
if (!equals(this.
|
|
39638
|
+
if (!equals(this.n29_1, tmp0_other_with_cast.n29_1))
|
|
39621
39639
|
return false;
|
|
39622
39640
|
return true;
|
|
39623
39641
|
};
|
|
@@ -39682,7 +39700,7 @@ function requireClientsdkClientcore () {
|
|
|
39682
39700
|
tmp$ret$1 = 'Callback ERROR --> ' + error;
|
|
39683
39701
|
$logger.l1a(tmp_7, tmp_8, null, tmp$ret$1);
|
|
39684
39702
|
}
|
|
39685
|
-
$store.y1b(Companion_getInstance_72().
|
|
39703
|
+
$store.y1b(Companion_getInstance_72().o29(error, $action));
|
|
39686
39704
|
if (!($action.d1c_1.b1c_1 == null)) {
|
|
39687
39705
|
$store.y1b(Action_init_$Create$(new CallbackAction(ensureNotNull($action.d1c_1.b1c_1), error)));
|
|
39688
39706
|
Unit_getInstance();
|
|
@@ -39707,7 +39725,7 @@ function requireClientsdkClientcore () {
|
|
|
39707
39725
|
Unit_getInstance();
|
|
39708
39726
|
}
|
|
39709
39727
|
var tmp0_safe_receiver = $store.z1z(getKClass(ConfigReducer));
|
|
39710
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
39728
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r29_1;
|
|
39711
39729
|
var host = tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs;
|
|
39712
39730
|
var tmp2_safe_receiver = $store.z1z(getKClass(SessionReducer));
|
|
39713
39731
|
var auth = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.v20_1;
|
|
@@ -39728,7 +39746,7 @@ function requireClientsdkClientcore () {
|
|
|
39728
39746
|
// Inline function 'com.vonage.clientcore.core.middlewares.http.HTTPActionMiddleWear.<anonymous>.<anonymous>.<anonymous>' call
|
|
39729
39747
|
try {
|
|
39730
39748
|
var method = action.c1c_1.m1c();
|
|
39731
|
-
var tmp_3 = host + action.c1c_1.n1c().
|
|
39749
|
+
var tmp_3 = host + action.c1c_1.n1c().s28();
|
|
39732
39750
|
var tmp0_safe_receiver_0 = action.c1c_1.o1c();
|
|
39733
39751
|
var tmp_4;
|
|
39734
39752
|
if (tmp0_safe_receiver_0 == null) {
|
|
@@ -39769,7 +39787,7 @@ function requireClientsdkClientcore () {
|
|
|
39769
39787
|
tmp$ret$4 = 'REQUEST --> ' + method + ' ' + url + '\n headers:' + headers + '\n body:' + body;
|
|
39770
39788
|
$logger.l1a(tmp_5, tmp_6, null, tmp$ret$4);
|
|
39771
39789
|
}
|
|
39772
|
-
$http.
|
|
39790
|
+
$http.l27(method, url, headers, body, callback);
|
|
39773
39791
|
} catch ($p) {
|
|
39774
39792
|
if ($p instanceof Exception) {
|
|
39775
39793
|
// Inline function 'co.touchlab.kermit.Logger.e' call
|
|
@@ -39781,7 +39799,7 @@ function requireClientsdkClientcore () {
|
|
|
39781
39799
|
tmp$ret$5 = 'ERROR --> ' + $p;
|
|
39782
39800
|
$logger.l1a(tmp_7, tmp_8, null, tmp$ret$5);
|
|
39783
39801
|
}
|
|
39784
|
-
$store.y1b(Companion_getInstance_72().
|
|
39802
|
+
$store.y1b(Companion_getInstance_72().o29($p, action));
|
|
39785
39803
|
} else {
|
|
39786
39804
|
throw $p;
|
|
39787
39805
|
}
|
|
@@ -39853,11 +39871,11 @@ function requireClientsdkClientcore () {
|
|
|
39853
39871
|
var legId = leg.x1i_1;
|
|
39854
39872
|
var remoteSdp = leg.y1i_1;
|
|
39855
39873
|
$callback(legId);
|
|
39856
|
-
var tmp = new AppChannelEndpoint($action.c1c_1.
|
|
39874
|
+
var tmp = new AppChannelEndpoint($action.c1c_1.y23_1);
|
|
39857
39875
|
var tmp_0 = CallDirection_outbound_getInstance();
|
|
39858
|
-
$store.y1b(Action_init_$Create$(CallCreate_init_$Create$(legId, tmp, tmp_0, $action.c1c_1.
|
|
39876
|
+
$store.y1b(Action_init_$Create$(CallCreate_init_$Create$(legId, tmp, tmp_0, $action.c1c_1.z23_1, null, 16, null)));
|
|
39859
39877
|
$store.y1b(Action_init_$Create$(new MediaOffer(legId, $offer)));
|
|
39860
|
-
$media.
|
|
39878
|
+
$media.y27(legId, remoteSdp);
|
|
39861
39879
|
if (!($action.d1c_1.b1c_1 == null)) {
|
|
39862
39880
|
$store.y1b(Action_init_$Create$(new CallbackAction(ensureNotNull($action.d1c_1.b1c_1), legId)));
|
|
39863
39881
|
Unit_getInstance();
|
|
@@ -39905,10 +39923,10 @@ function requireClientsdkClientcore () {
|
|
|
39905
39923
|
Unit_getInstance();
|
|
39906
39924
|
}
|
|
39907
39925
|
} else {
|
|
39908
|
-
$store.y1b(Action_init_$Create$(new CallCreate($action.c1c_1.
|
|
39909
|
-
$store.y1b(Action_init_$Create$(new MediaAnswer($action.c1c_1.
|
|
39926
|
+
$store.y1b(Action_init_$Create$(new CallCreate($action.c1c_1.p23_1, $action.c1c_1.s23_1, CallDirection_inbound_getInstance(), null, new MemberJoinInfo($action.c1c_1.q23_1, $action.c1c_1.r23_1))));
|
|
39927
|
+
$store.y1b(Action_init_$Create$(new MediaAnswer($action.c1c_1.p23_1, $offer)));
|
|
39910
39928
|
if (!($action.d1c_1.b1c_1 == null)) {
|
|
39911
|
-
$store.y1b(Action_init_$Create$(new CallbackAction(ensureNotNull($action.d1c_1.b1c_1), $action.c1c_1.
|
|
39929
|
+
$store.y1b(Action_init_$Create$(new CallbackAction(ensureNotNull($action.d1c_1.b1c_1), $action.c1c_1.p23_1)));
|
|
39912
39930
|
Unit_getInstance();
|
|
39913
39931
|
}
|
|
39914
39932
|
}
|
|
@@ -39927,7 +39945,7 @@ function requireClientsdkClientcore () {
|
|
|
39927
39945
|
$store.y1b(Action_init_$Create$(new CallbackAction(ensureNotNull($action.d1c_1.b1c_1), error)));
|
|
39928
39946
|
Unit_getInstance();
|
|
39929
39947
|
} else {
|
|
39930
|
-
var tmp_1 = new RTCAnswerRequest($action.c1c_1.
|
|
39948
|
+
var tmp_1 = new RTCAnswerRequest($action.c1c_1.q23_1, $action.c1c_1.r23_1, $action.c1c_1.p23_1, answer);
|
|
39931
39949
|
$store.y1b(new Action(tmp_1, ActionMeta_init_$Create$(null, null, mediaActionMiddleware$lambda$lambda$lambda$lambda_0($action, $store, $logger, $offer), 3, null)));
|
|
39932
39950
|
Unit_getInstance();
|
|
39933
39951
|
}
|
|
@@ -39955,9 +39973,9 @@ function requireClientsdkClientcore () {
|
|
|
39955
39973
|
Unit_getInstance();
|
|
39956
39974
|
}
|
|
39957
39975
|
} else {
|
|
39958
|
-
callback($action.c1c_1.
|
|
39959
|
-
var tmp_3 = new RTCReconnectRequest($action.c1c_1.
|
|
39960
|
-
$store.y1b(new Action(tmp_3, ActionMeta_init_$Create$(null, $action.c1c_1.
|
|
39976
|
+
callback($action.c1c_1.a24_1);
|
|
39977
|
+
var tmp_3 = new RTCReconnectRequest($action.c1c_1.c24_1, $action.c1c_1.b24_1, offer, $action.c1c_1.a24_1);
|
|
39978
|
+
$store.y1b(new Action(tmp_3, ActionMeta_init_$Create$(null, $action.c1c_1.a24_1, null, 5, null)));
|
|
39961
39979
|
Unit_getInstance();
|
|
39962
39980
|
}
|
|
39963
39981
|
return Unit_getInstance();
|
|
@@ -39973,29 +39991,29 @@ function requireClientsdkClientcore () {
|
|
|
39973
39991
|
// Inline function 'com.vonage.clientcore.core.middlewares.media.mediaActionMiddleware.<anonymous>.<anonymous>.<anonymous>' call
|
|
39974
39992
|
var tmp0_subject = action.c1c_1;
|
|
39975
39993
|
if (tmp0_subject instanceof SetupOutboundCall) {
|
|
39976
|
-
$media.
|
|
39994
|
+
$media.w27(mediaActionMiddleware$lambda$lambda$lambda_0(action, $store, $logger, $media));
|
|
39977
39995
|
} else {
|
|
39978
39996
|
if (tmp0_subject instanceof SetupInboundCall) {
|
|
39979
|
-
var offer = action.c1c_1.
|
|
39980
|
-
$media.
|
|
39997
|
+
var offer = action.c1c_1.t23_1;
|
|
39998
|
+
$media.x27(mediaActionMiddleware$lambda$lambda$lambda_1($store, action, $logger, offer), offer, action.c1c_1.p23_1);
|
|
39981
39999
|
} else {
|
|
39982
40000
|
if (tmp0_subject instanceof CallReconnect) {
|
|
39983
|
-
$media.
|
|
40001
|
+
$media.w27(mediaActionMiddleware$lambda$lambda$lambda_2(action, $store, $logger));
|
|
39984
40002
|
} else {
|
|
39985
40003
|
if (tmp0_subject instanceof RTCAnswerEvent) {
|
|
39986
|
-
$media.
|
|
40004
|
+
$media.y27(action.c1c_1.u1r_1.m1s_1, action.c1c_1.u1r_1.n1s_1);
|
|
39987
40005
|
} else {
|
|
39988
40006
|
if (tmp0_subject instanceof CallTerminate) {
|
|
39989
|
-
$media.
|
|
40007
|
+
$media.z27(action.c1c_1.l24_1);
|
|
39990
40008
|
} else {
|
|
39991
40009
|
if (tmp0_subject instanceof MediaDisable) {
|
|
39992
|
-
$media.
|
|
40010
|
+
$media.z27(action.c1c_1.h1u_1);
|
|
39993
40011
|
} else {
|
|
39994
40012
|
if (tmp0_subject instanceof Mute) {
|
|
39995
|
-
$media.
|
|
40013
|
+
$media.a28(action.c1c_1.d1u_1);
|
|
39996
40014
|
} else {
|
|
39997
40015
|
if (tmp0_subject instanceof Unmute) {
|
|
39998
|
-
$media.
|
|
40016
|
+
$media.b28(action.c1c_1.e1u_1);
|
|
39999
40017
|
}
|
|
40000
40018
|
}
|
|
40001
40019
|
}
|
|
@@ -40059,27 +40077,27 @@ function requireClientsdkClientcore () {
|
|
|
40059
40077
|
return SocketConfig_init_$Init$(query, forceNew, path, transports, reconnection, reconnectionAttempts, reconnectionDelay, randomizationFactor, $mask0, $marker, Object.create(SocketConfig.prototype));
|
|
40060
40078
|
}
|
|
40061
40079
|
function SocketConfig(query, forceNew, path, transports, reconnection, reconnectionAttempts, reconnectionDelay, randomizationFactor) {
|
|
40062
|
-
this.
|
|
40063
|
-
this.
|
|
40064
|
-
this.
|
|
40065
|
-
this.
|
|
40066
|
-
this.
|
|
40067
|
-
this.
|
|
40068
|
-
this.
|
|
40069
|
-
this.
|
|
40080
|
+
this.u29_1 = query;
|
|
40081
|
+
this.v29_1 = forceNew;
|
|
40082
|
+
this.w29_1 = path;
|
|
40083
|
+
this.x29_1 = transports;
|
|
40084
|
+
this.y29_1 = reconnection;
|
|
40085
|
+
this.z29_1 = reconnectionAttempts;
|
|
40086
|
+
this.a2a_1 = reconnectionDelay;
|
|
40087
|
+
this.b2a_1 = randomizationFactor;
|
|
40070
40088
|
}
|
|
40071
40089
|
SocketConfig.prototype.toString = function () {
|
|
40072
|
-
return 'SocketConfig(query=' + this.
|
|
40090
|
+
return 'SocketConfig(query=' + this.u29_1 + ', forceNew=' + this.v29_1 + ', path=' + this.w29_1 + ', transports=' + toString(this.x29_1) + ', reconnection=' + this.y29_1 + ', reconnectionAttempts=' + toString(this.z29_1) + ', reconnectionDelay=' + toString(this.a2a_1) + ', randomizationFactor=' + toString(this.b2a_1) + ')';
|
|
40073
40091
|
};
|
|
40074
40092
|
SocketConfig.prototype.hashCode = function () {
|
|
40075
|
-
var result = getStringHashCode(this.
|
|
40076
|
-
result = imul(result, 31) + (this.
|
|
40077
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
40078
|
-
result = imul(result, 31) + hashCode(this.v29_1) | 0;
|
|
40079
|
-
result = imul(result, 31) + (this.w29_1 | 0) | 0;
|
|
40093
|
+
var result = getStringHashCode(this.u29_1);
|
|
40094
|
+
result = imul(result, 31) + (this.v29_1 | 0) | 0;
|
|
40095
|
+
result = imul(result, 31) + getStringHashCode(this.w29_1) | 0;
|
|
40080
40096
|
result = imul(result, 31) + hashCode(this.x29_1) | 0;
|
|
40081
|
-
result = imul(result, 31) +
|
|
40097
|
+
result = imul(result, 31) + (this.y29_1 | 0) | 0;
|
|
40082
40098
|
result = imul(result, 31) + hashCode(this.z29_1) | 0;
|
|
40099
|
+
result = imul(result, 31) + hashCode(this.a2a_1) | 0;
|
|
40100
|
+
result = imul(result, 31) + hashCode(this.b2a_1) | 0;
|
|
40083
40101
|
return result;
|
|
40084
40102
|
};
|
|
40085
40103
|
SocketConfig.prototype.equals = function (other) {
|
|
@@ -40088,22 +40106,22 @@ function requireClientsdkClientcore () {
|
|
|
40088
40106
|
if (!(other instanceof SocketConfig))
|
|
40089
40107
|
return false;
|
|
40090
40108
|
var tmp0_other_with_cast = other instanceof SocketConfig ? other : THROW_CCE();
|
|
40091
|
-
if (!(this.s29_1 === tmp0_other_with_cast.s29_1))
|
|
40092
|
-
return false;
|
|
40093
|
-
if (!(this.t29_1 === tmp0_other_with_cast.t29_1))
|
|
40094
|
-
return false;
|
|
40095
40109
|
if (!(this.u29_1 === tmp0_other_with_cast.u29_1))
|
|
40096
40110
|
return false;
|
|
40097
|
-
if (!
|
|
40111
|
+
if (!(this.v29_1 === tmp0_other_with_cast.v29_1))
|
|
40098
40112
|
return false;
|
|
40099
40113
|
if (!(this.w29_1 === tmp0_other_with_cast.w29_1))
|
|
40100
40114
|
return false;
|
|
40101
40115
|
if (!equals(this.x29_1, tmp0_other_with_cast.x29_1))
|
|
40102
40116
|
return false;
|
|
40103
|
-
if (!
|
|
40117
|
+
if (!(this.y29_1 === tmp0_other_with_cast.y29_1))
|
|
40104
40118
|
return false;
|
|
40105
40119
|
if (!equals(this.z29_1, tmp0_other_with_cast.z29_1))
|
|
40106
40120
|
return false;
|
|
40121
|
+
if (!equals(this.a2a_1, tmp0_other_with_cast.a2a_1))
|
|
40122
|
+
return false;
|
|
40123
|
+
if (!equals(this.b2a_1, tmp0_other_with_cast.b2a_1))
|
|
40124
|
+
return false;
|
|
40107
40125
|
return true;
|
|
40108
40126
|
};
|
|
40109
40127
|
SocketConfig.$metadata$ = classMeta('SocketConfig', [ISocketConfig]);
|
|
@@ -40116,18 +40134,18 @@ function requireClientsdkClientcore () {
|
|
|
40116
40134
|
var tmp0_also = SocketConnectionMiddleware$lambda(logger, store, ws);
|
|
40117
40135
|
// Inline function 'kotlin.contracts.contract' call
|
|
40118
40136
|
// Inline function 'com.vonage.clientcore.core.middlewares.ws.SocketConnectionMiddleware.<anonymous>' call
|
|
40119
|
-
ws.
|
|
40137
|
+
ws.o27(new SocketConnectionMiddleware$2$1(store));
|
|
40120
40138
|
tmp$ret$0 = tmp0_also;
|
|
40121
40139
|
return tmp$ret$0;
|
|
40122
40140
|
}
|
|
40123
40141
|
function SocketConnectionMiddleware$2$1($store) {
|
|
40124
|
-
this.
|
|
40142
|
+
this.c2a_1 = $store;
|
|
40125
40143
|
}
|
|
40126
|
-
SocketConnectionMiddleware$2$1.prototype.
|
|
40127
|
-
this.
|
|
40144
|
+
SocketConnectionMiddleware$2$1.prototype.s29 = function (event) {
|
|
40145
|
+
this.c2a_1.y1b(Action_init_$Create$(event));
|
|
40128
40146
|
};
|
|
40129
|
-
SocketConnectionMiddleware$2$1.prototype.
|
|
40130
|
-
this.
|
|
40147
|
+
SocketConnectionMiddleware$2$1.prototype.t29 = function (type, reason) {
|
|
40148
|
+
this.c2a_1.y1b(Action_init_$Create$(new SocketStatus(type, reason)));
|
|
40131
40149
|
};
|
|
40132
40150
|
SocketConnectionMiddleware$2$1.$metadata$ = classMeta(undefined, [SocketClientDelegate]);
|
|
40133
40151
|
function SocketConnectionMiddleware$lambda$lambda$lambda() {
|
|
@@ -40149,9 +40167,9 @@ function requireClientsdkClientcore () {
|
|
|
40149
40167
|
var tmp_0;
|
|
40150
40168
|
if (a instanceof SocketConnect) {
|
|
40151
40169
|
var tmp0_safe_receiver = state;
|
|
40152
|
-
var host = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
40170
|
+
var host = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.p29_1;
|
|
40153
40171
|
var tmp1_safe_receiver = state;
|
|
40154
|
-
var path = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
40172
|
+
var path = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.q29_1;
|
|
40155
40173
|
var token = a.u1v_1;
|
|
40156
40174
|
var sessionId = a.v1v_1;
|
|
40157
40175
|
var query = 'session_version=0.0.2&token=' + token;
|
|
@@ -40190,18 +40208,18 @@ function requireClientsdkClientcore () {
|
|
|
40190
40208
|
} else {
|
|
40191
40209
|
var tmp_8 = query;
|
|
40192
40210
|
var config = SocketConfig_init_$Create$(tmp_8, false, null, null, false, null, null, null, 254, null);
|
|
40193
|
-
$ws.
|
|
40194
|
-
$ws.
|
|
40211
|
+
$ws.q27(host, path, config.z29_1, config.a2a_1, config.b2a_1, token, sessionId, query);
|
|
40212
|
+
$ws.t27(5000, SocketConnectionMiddleware$lambda$lambda$lambda_0($store, action));
|
|
40195
40213
|
tmp_1 = Unit_getInstance();
|
|
40196
40214
|
}
|
|
40197
40215
|
tmp_0 = tmp_1;
|
|
40198
40216
|
} else {
|
|
40199
40217
|
if (a instanceof SocketSetSession) {
|
|
40200
|
-
$ws.
|
|
40218
|
+
$ws.s27(a.c1w_1);
|
|
40201
40219
|
tmp_0 = Unit_getInstance();
|
|
40202
40220
|
} else {
|
|
40203
40221
|
if (a instanceof SocketDisconnect) {
|
|
40204
|
-
$ws.
|
|
40222
|
+
$ws.r27();
|
|
40205
40223
|
$store.y1b(Action_init_$Create$(new SocketStatus(SocketConnectionStatus_Disconnected_getInstance(), SocketConnectionFailedReason_ClientDisconnected_getInstance())));
|
|
40206
40224
|
tmp_0 = Unit_getInstance();
|
|
40207
40225
|
} else {
|
|
@@ -40296,7 +40314,7 @@ function requireClientsdkClientcore () {
|
|
|
40296
40314
|
var tmp_1;
|
|
40297
40315
|
try {
|
|
40298
40316
|
var msg = mapOf([to('tid', action.d1c_1.z1b_1), to('body', action.c1c_1.a1w())]);
|
|
40299
|
-
$ws.
|
|
40317
|
+
$ws.p27(action.c1c_1.x1v(), msg, callback);
|
|
40300
40318
|
tmp_1 = Unit_getInstance();
|
|
40301
40319
|
} catch ($p) {
|
|
40302
40320
|
var tmp_2;
|
|
@@ -40666,7 +40684,7 @@ function requireClientsdkClientcore () {
|
|
|
40666
40684
|
if (result == null) {
|
|
40667
40685
|
tmp_5 = $next(action);
|
|
40668
40686
|
} else {
|
|
40669
|
-
var newAction = new Action(result, action.d1c_1.
|
|
40687
|
+
var newAction = new Action(result, action.d1c_1.d2a(null, null, null, 7, null));
|
|
40670
40688
|
i($logger, newAction, socketEventParseMiddleware$lambda$lambda$lambda_0(newAction));
|
|
40671
40689
|
tmp_5 = $next(newAction);
|
|
40672
40690
|
}
|
|
@@ -40722,26 +40740,26 @@ function requireClientsdkClientcore () {
|
|
|
40722
40740
|
}
|
|
40723
40741
|
WSEndPoints.$metadata$ = classMeta('WSEndPoints');
|
|
40724
40742
|
function SetConfig(wsHost, wsPath, httpHost) {
|
|
40725
|
-
this.
|
|
40726
|
-
this.
|
|
40727
|
-
this.
|
|
40743
|
+
this.e2a_1 = wsHost;
|
|
40744
|
+
this.f2a_1 = wsPath;
|
|
40745
|
+
this.g2a_1 = httpHost;
|
|
40728
40746
|
}
|
|
40729
|
-
SetConfig.prototype.f2a = function () {
|
|
40730
|
-
return this.c2a_1;
|
|
40731
|
-
};
|
|
40732
|
-
SetConfig.prototype.g2a = function () {
|
|
40733
|
-
return this.d2a_1;
|
|
40734
|
-
};
|
|
40735
40747
|
SetConfig.prototype.h2a = function () {
|
|
40736
40748
|
return this.e2a_1;
|
|
40737
40749
|
};
|
|
40750
|
+
SetConfig.prototype.i2a = function () {
|
|
40751
|
+
return this.f2a_1;
|
|
40752
|
+
};
|
|
40753
|
+
SetConfig.prototype.j2a = function () {
|
|
40754
|
+
return this.g2a_1;
|
|
40755
|
+
};
|
|
40738
40756
|
SetConfig.prototype.toString = function () {
|
|
40739
|
-
return 'SetConfig(wsHost=' + this.
|
|
40757
|
+
return 'SetConfig(wsHost=' + this.e2a_1 + ', wsPath=' + this.f2a_1 + ', httpHost=' + this.g2a_1 + ')';
|
|
40740
40758
|
};
|
|
40741
40759
|
SetConfig.prototype.hashCode = function () {
|
|
40742
|
-
var result = getStringHashCode(this.
|
|
40743
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
40744
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
40760
|
+
var result = getStringHashCode(this.e2a_1);
|
|
40761
|
+
result = imul(result, 31) + getStringHashCode(this.f2a_1) | 0;
|
|
40762
|
+
result = imul(result, 31) + getStringHashCode(this.g2a_1) | 0;
|
|
40745
40763
|
return result;
|
|
40746
40764
|
};
|
|
40747
40765
|
SetConfig.prototype.equals = function (other) {
|
|
@@ -40750,11 +40768,11 @@ function requireClientsdkClientcore () {
|
|
|
40750
40768
|
if (!(other instanceof SetConfig))
|
|
40751
40769
|
return false;
|
|
40752
40770
|
var tmp0_other_with_cast = other instanceof SetConfig ? other : THROW_CCE();
|
|
40753
|
-
if (!(this.
|
|
40771
|
+
if (!(this.e2a_1 === tmp0_other_with_cast.e2a_1))
|
|
40754
40772
|
return false;
|
|
40755
|
-
if (!(this.
|
|
40773
|
+
if (!(this.f2a_1 === tmp0_other_with_cast.f2a_1))
|
|
40756
40774
|
return false;
|
|
40757
|
-
if (!(this.
|
|
40775
|
+
if (!(this.g2a_1 === tmp0_other_with_cast.g2a_1))
|
|
40758
40776
|
return false;
|
|
40759
40777
|
return true;
|
|
40760
40778
|
};
|
|
@@ -40771,33 +40789,33 @@ function requireClientsdkClientcore () {
|
|
|
40771
40789
|
}
|
|
40772
40790
|
function ConfigReducer(logger, state) {
|
|
40773
40791
|
Reducer_init_$Init$(logger, null, 2, null, this);
|
|
40774
|
-
this.
|
|
40792
|
+
this.m2a_1 = state;
|
|
40775
40793
|
}
|
|
40776
|
-
ConfigReducer.prototype.
|
|
40777
|
-
this.
|
|
40794
|
+
ConfigReducer.prototype.n2a = function (_set____db54di) {
|
|
40795
|
+
this.m2a_1 = _set____db54di;
|
|
40778
40796
|
};
|
|
40779
|
-
ConfigReducer.prototype.
|
|
40780
|
-
return this.
|
|
40797
|
+
ConfigReducer.prototype.o2a = function (_set____db54di) {
|
|
40798
|
+
return this.n2a(_set____db54di instanceof ConfigState ? _set____db54di : THROW_CCE());
|
|
40781
40799
|
};
|
|
40782
40800
|
ConfigReducer.prototype.n1b = function () {
|
|
40783
|
-
return this.
|
|
40801
|
+
return this.m2a_1;
|
|
40784
40802
|
};
|
|
40785
|
-
ConfigReducer.prototype.
|
|
40786
|
-
var tmp = this.
|
|
40787
|
-
return tmp.
|
|
40803
|
+
ConfigReducer.prototype.p2a = function () {
|
|
40804
|
+
var tmp = this.m2a_1;
|
|
40805
|
+
return tmp.q2a(null, null, null, 7, null);
|
|
40788
40806
|
};
|
|
40789
|
-
ConfigReducer.prototype.
|
|
40807
|
+
ConfigReducer.prototype.r2a = function (action, state) {
|
|
40790
40808
|
var tmp0_subject = action.c1c_1;
|
|
40791
40809
|
var tmp;
|
|
40792
40810
|
if (tmp0_subject instanceof SetConfig) {
|
|
40793
|
-
tmp = state.
|
|
40811
|
+
tmp = state.s2a(action.c1c_1);
|
|
40794
40812
|
} else {
|
|
40795
40813
|
tmp = null;
|
|
40796
40814
|
}
|
|
40797
40815
|
return tmp;
|
|
40798
40816
|
};
|
|
40799
|
-
ConfigReducer.prototype.
|
|
40800
|
-
return this.
|
|
40817
|
+
ConfigReducer.prototype.t2a = function (action, state) {
|
|
40818
|
+
return this.r2a(action, state instanceof ConfigState ? state : THROW_CCE());
|
|
40801
40819
|
};
|
|
40802
40820
|
ConfigReducer.$metadata$ = classMeta('ConfigReducer', undefined, undefined, undefined, undefined, Reducer.prototype);
|
|
40803
40821
|
function ConfigState_init_$Init$(wsHost, wsPath, httpHost, $mask0, $marker, $this) {
|
|
@@ -40814,49 +40832,49 @@ function requireClientsdkClientcore () {
|
|
|
40814
40832
|
return ConfigState_init_$Init$(wsHost, wsPath, httpHost, $mask0, $marker, Object.create(ConfigState.prototype));
|
|
40815
40833
|
}
|
|
40816
40834
|
function ConfigState(wsHost, wsPath, httpHost) {
|
|
40817
|
-
this.
|
|
40818
|
-
this.
|
|
40819
|
-
this.
|
|
40835
|
+
this.p29_1 = wsHost;
|
|
40836
|
+
this.q29_1 = wsPath;
|
|
40837
|
+
this.r29_1 = httpHost;
|
|
40820
40838
|
}
|
|
40821
|
-
ConfigState.prototype.u2a = function (_set____db54di) {
|
|
40822
|
-
this.n29_1 = _set____db54di;
|
|
40823
|
-
};
|
|
40824
|
-
ConfigState.prototype.v2a = function (_set____db54di) {
|
|
40825
|
-
this.o29_1 = _set____db54di;
|
|
40826
|
-
};
|
|
40827
40839
|
ConfigState.prototype.w2a = function (_set____db54di) {
|
|
40828
40840
|
this.p29_1 = _set____db54di;
|
|
40829
40841
|
};
|
|
40830
|
-
ConfigState.prototype.
|
|
40842
|
+
ConfigState.prototype.x2a = function (_set____db54di) {
|
|
40843
|
+
this.q29_1 = _set____db54di;
|
|
40844
|
+
};
|
|
40845
|
+
ConfigState.prototype.y2a = function (_set____db54di) {
|
|
40846
|
+
this.r29_1 = _set____db54di;
|
|
40847
|
+
};
|
|
40848
|
+
ConfigState.prototype.s2a = function (action) {
|
|
40831
40849
|
var tmp$ret$0;
|
|
40832
40850
|
// Inline function 'kotlin.apply' call
|
|
40833
40851
|
// Inline function 'kotlin.contracts.contract' call
|
|
40834
40852
|
// Inline function 'com.vonage.clientcore.core.reducers.ConfigState.update.<anonymous>' call
|
|
40853
|
+
this.r29_1 = action.g2a_1;
|
|
40835
40854
|
this.p29_1 = action.e2a_1;
|
|
40836
|
-
this.
|
|
40837
|
-
this.o29_1 = action.d2a_1;
|
|
40855
|
+
this.q29_1 = action.f2a_1;
|
|
40838
40856
|
tmp$ret$0 = this;
|
|
40839
40857
|
return tmp$ret$0;
|
|
40840
40858
|
};
|
|
40841
|
-
ConfigState.prototype.
|
|
40859
|
+
ConfigState.prototype.z2a = function (wsHost, wsPath, httpHost) {
|
|
40842
40860
|
return new ConfigState(wsHost, wsPath, httpHost);
|
|
40843
40861
|
};
|
|
40844
|
-
ConfigState.prototype.
|
|
40862
|
+
ConfigState.prototype.q2a = function (wsHost, wsPath, httpHost, $mask0, $handler) {
|
|
40845
40863
|
if (!(($mask0 & 1) === 0))
|
|
40846
|
-
wsHost = this.
|
|
40864
|
+
wsHost = this.p29_1;
|
|
40847
40865
|
if (!(($mask0 & 2) === 0))
|
|
40848
|
-
wsPath = this.
|
|
40866
|
+
wsPath = this.q29_1;
|
|
40849
40867
|
if (!(($mask0 & 4) === 0))
|
|
40850
|
-
httpHost = this.
|
|
40851
|
-
return this.
|
|
40868
|
+
httpHost = this.r29_1;
|
|
40869
|
+
return this.z2a(wsHost, wsPath, httpHost);
|
|
40852
40870
|
};
|
|
40853
40871
|
ConfigState.prototype.toString = function () {
|
|
40854
|
-
return 'ConfigState(wsHost=' + this.
|
|
40872
|
+
return 'ConfigState(wsHost=' + this.p29_1 + ', wsPath=' + this.q29_1 + ', httpHost=' + this.r29_1 + ')';
|
|
40855
40873
|
};
|
|
40856
40874
|
ConfigState.prototype.hashCode = function () {
|
|
40857
|
-
var result = this.
|
|
40858
|
-
result = imul(result, 31) + (this.
|
|
40859
|
-
result = imul(result, 31) + (this.
|
|
40875
|
+
var result = this.p29_1 == null ? 0 : getStringHashCode(this.p29_1);
|
|
40876
|
+
result = imul(result, 31) + (this.q29_1 == null ? 0 : getStringHashCode(this.q29_1)) | 0;
|
|
40877
|
+
result = imul(result, 31) + (this.r29_1 == null ? 0 : getStringHashCode(this.r29_1)) | 0;
|
|
40860
40878
|
return result;
|
|
40861
40879
|
};
|
|
40862
40880
|
ConfigState.prototype.equals = function (other) {
|
|
@@ -40865,11 +40883,11 @@ function requireClientsdkClientcore () {
|
|
|
40865
40883
|
if (!(other instanceof ConfigState))
|
|
40866
40884
|
return false;
|
|
40867
40885
|
var tmp0_other_with_cast = other instanceof ConfigState ? other : THROW_CCE();
|
|
40868
|
-
if (!(this.
|
|
40886
|
+
if (!(this.p29_1 == tmp0_other_with_cast.p29_1))
|
|
40869
40887
|
return false;
|
|
40870
|
-
if (!(this.
|
|
40888
|
+
if (!(this.q29_1 == tmp0_other_with_cast.q29_1))
|
|
40871
40889
|
return false;
|
|
40872
|
-
if (!(this.
|
|
40890
|
+
if (!(this.r29_1 == tmp0_other_with_cast.r29_1))
|
|
40873
40891
|
return false;
|
|
40874
40892
|
return true;
|
|
40875
40893
|
};
|
|
@@ -40886,36 +40904,36 @@ function requireClientsdkClientcore () {
|
|
|
40886
40904
|
}
|
|
40887
40905
|
function EventReducer(logger, state) {
|
|
40888
40906
|
Reducer_init_$Init$(logger, null, 2, null, this);
|
|
40889
|
-
this.
|
|
40907
|
+
this.c2b_1 = state;
|
|
40890
40908
|
}
|
|
40891
|
-
EventReducer.prototype.
|
|
40892
|
-
this.
|
|
40909
|
+
EventReducer.prototype.d2b = function (_set____db54di) {
|
|
40910
|
+
this.c2b_1 = _set____db54di;
|
|
40893
40911
|
};
|
|
40894
|
-
EventReducer.prototype.
|
|
40895
|
-
return this.
|
|
40912
|
+
EventReducer.prototype.o2a = function (_set____db54di) {
|
|
40913
|
+
return this.d2b(_set____db54di instanceof EventState ? _set____db54di : THROW_CCE());
|
|
40896
40914
|
};
|
|
40897
40915
|
EventReducer.prototype.n1b = function () {
|
|
40898
|
-
return this.
|
|
40916
|
+
return this.c2b_1;
|
|
40899
40917
|
};
|
|
40900
|
-
EventReducer.prototype.
|
|
40901
|
-
return this.
|
|
40918
|
+
EventReducer.prototype.p2a = function () {
|
|
40919
|
+
return this.c2b_1;
|
|
40902
40920
|
};
|
|
40903
|
-
EventReducer.prototype.
|
|
40921
|
+
EventReducer.prototype.e2b = function (action, state) {
|
|
40904
40922
|
var tmp0_subject = action.c1c_1;
|
|
40905
40923
|
var tmp;
|
|
40906
40924
|
if (tmp0_subject instanceof SocketEvent) {
|
|
40907
|
-
tmp = state.
|
|
40925
|
+
tmp = state.g2b(action.c1c_1);
|
|
40908
40926
|
} else {
|
|
40909
40927
|
if (tmp0_subject instanceof BufferedSocketEvent) {
|
|
40910
|
-
tmp = state.
|
|
40928
|
+
tmp = state.f2b(action.c1c_1);
|
|
40911
40929
|
} else {
|
|
40912
40930
|
tmp = null;
|
|
40913
40931
|
}
|
|
40914
40932
|
}
|
|
40915
40933
|
return tmp;
|
|
40916
40934
|
};
|
|
40917
|
-
EventReducer.prototype.
|
|
40918
|
-
return this.
|
|
40935
|
+
EventReducer.prototype.t2a = function (action, state) {
|
|
40936
|
+
return this.e2b(action, state instanceof EventState ? state : THROW_CCE());
|
|
40919
40937
|
};
|
|
40920
40938
|
EventReducer.$metadata$ = classMeta('EventReducer', undefined, undefined, undefined, undefined, Reducer.prototype);
|
|
40921
40939
|
function EventState_init_$Init$(buffers, lastModified, $mask0, $marker, $this) {
|
|
@@ -40938,13 +40956,13 @@ function requireClientsdkClientcore () {
|
|
|
40938
40956
|
this.a20_1 = buffers;
|
|
40939
40957
|
this.b20_1 = lastModified;
|
|
40940
40958
|
}
|
|
40941
|
-
EventState.prototype.
|
|
40959
|
+
EventState.prototype.h2b = function () {
|
|
40942
40960
|
return this.a20_1;
|
|
40943
40961
|
};
|
|
40944
|
-
EventState.prototype.
|
|
40962
|
+
EventState.prototype.i2b = function (_set____db54di) {
|
|
40945
40963
|
this.b20_1 = _set____db54di;
|
|
40946
40964
|
};
|
|
40947
|
-
EventState.prototype.
|
|
40965
|
+
EventState.prototype.g2b = function (action) {
|
|
40948
40966
|
var tmp$ret$2;
|
|
40949
40967
|
// Inline function 'kotlin.apply' call
|
|
40950
40968
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -40953,7 +40971,7 @@ function requireClientsdkClientcore () {
|
|
|
40953
40971
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
40954
40972
|
var tmp0_getOrPut = this.a20_1;
|
|
40955
40973
|
var tmp0_elvis_lhs = action.z1m();
|
|
40956
|
-
var tmp1_getOrPut = tmp0_elvis_lhs == null ? EventBufferName_getInstance().
|
|
40974
|
+
var tmp1_getOrPut = tmp0_elvis_lhs == null ? EventBufferName_getInstance().j2b_1 : tmp0_elvis_lhs;
|
|
40957
40975
|
var value = tmp0_getOrPut.f2(tmp1_getOrPut);
|
|
40958
40976
|
var tmp;
|
|
40959
40977
|
if (value == null) {
|
|
@@ -40971,7 +40989,7 @@ function requireClientsdkClientcore () {
|
|
|
40971
40989
|
buffer.e20_1 = action;
|
|
40972
40990
|
var tmp_0 = this;
|
|
40973
40991
|
var tmp1_elvis_lhs = action.z1m();
|
|
40974
|
-
tmp_0.b20_1 = tmp1_elvis_lhs == null ? EventBufferName_getInstance().
|
|
40992
|
+
tmp_0.b20_1 = tmp1_elvis_lhs == null ? EventBufferName_getInstance().j2b_1 : tmp1_elvis_lhs;
|
|
40975
40993
|
var tmp2_elvis_lhs = action.y1m();
|
|
40976
40994
|
if ((tmp2_elvis_lhs == null ? -1 : tmp2_elvis_lhs) > buffer.c20_1) {
|
|
40977
40995
|
var tmp_1 = buffer;
|
|
@@ -40984,7 +41002,7 @@ function requireClientsdkClientcore () {
|
|
|
40984
41002
|
tmp$ret$2 = this;
|
|
40985
41003
|
return tmp$ret$2;
|
|
40986
41004
|
};
|
|
40987
|
-
EventState.prototype.
|
|
41005
|
+
EventState.prototype.f2b = function (action) {
|
|
40988
41006
|
var tmp$ret$2;
|
|
40989
41007
|
// Inline function 'kotlin.apply' call
|
|
40990
41008
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -40992,7 +41010,7 @@ function requireClientsdkClientcore () {
|
|
|
40992
41010
|
var tmp$ret$1;
|
|
40993
41011
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
40994
41012
|
var tmp0_getOrPut = this.a20_1;
|
|
40995
|
-
var tmp1_getOrPut = action.
|
|
41013
|
+
var tmp1_getOrPut = action.m28_1;
|
|
40996
41014
|
var value = tmp0_getOrPut.f2(tmp1_getOrPut);
|
|
40997
41015
|
var tmp;
|
|
40998
41016
|
if (value == null) {
|
|
@@ -41007,10 +41025,10 @@ function requireClientsdkClientcore () {
|
|
|
41007
41025
|
}
|
|
41008
41026
|
tmp$ret$1 = tmp;
|
|
41009
41027
|
var buffer = tmp$ret$1;
|
|
41010
|
-
if (action.
|
|
41011
|
-
buffer.d20_1 = action.
|
|
41012
|
-
buffer.f20_1 = action.
|
|
41013
|
-
this.b20_1 = action.
|
|
41028
|
+
if (action.n28_1 > buffer.d20_1) {
|
|
41029
|
+
buffer.d20_1 = action.n28_1;
|
|
41030
|
+
buffer.f20_1 = action.l28_1;
|
|
41031
|
+
this.b20_1 = action.m28_1;
|
|
41014
41032
|
}
|
|
41015
41033
|
tmp$ret$2 = this;
|
|
41016
41034
|
return tmp$ret$2;
|
|
@@ -41057,22 +41075,22 @@ function requireClientsdkClientcore () {
|
|
|
41057
41075
|
this.e20_1 = localHead;
|
|
41058
41076
|
this.f20_1 = remoteHead;
|
|
41059
41077
|
}
|
|
41060
|
-
EventBuffer.prototype.
|
|
41078
|
+
EventBuffer.prototype.k2b = function (_set____db54di) {
|
|
41061
41079
|
this.c20_1 = _set____db54di;
|
|
41062
41080
|
};
|
|
41063
|
-
EventBuffer.prototype.
|
|
41081
|
+
EventBuffer.prototype.l2b = function () {
|
|
41064
41082
|
return this.c20_1;
|
|
41065
41083
|
};
|
|
41066
|
-
EventBuffer.prototype.
|
|
41084
|
+
EventBuffer.prototype.m2b = function (_set____db54di) {
|
|
41067
41085
|
this.d20_1 = _set____db54di;
|
|
41068
41086
|
};
|
|
41069
|
-
EventBuffer.prototype.
|
|
41087
|
+
EventBuffer.prototype.n2b = function () {
|
|
41070
41088
|
return this.d20_1;
|
|
41071
41089
|
};
|
|
41072
|
-
EventBuffer.prototype.
|
|
41090
|
+
EventBuffer.prototype.o2b = function (_set____db54di) {
|
|
41073
41091
|
this.e20_1 = _set____db54di;
|
|
41074
41092
|
};
|
|
41075
|
-
EventBuffer.prototype.
|
|
41093
|
+
EventBuffer.prototype.p2b = function (_set____db54di) {
|
|
41076
41094
|
this.f20_1 = _set____db54di;
|
|
41077
41095
|
};
|
|
41078
41096
|
EventBuffer.prototype.toString = function () {
|
|
@@ -41104,10 +41122,10 @@ function requireClientsdkClientcore () {
|
|
|
41104
41122
|
EventBuffer.$metadata$ = classMeta('EventBuffer');
|
|
41105
41123
|
function EventBufferName() {
|
|
41106
41124
|
EventBufferName_instance = this;
|
|
41107
|
-
this.
|
|
41125
|
+
this.j2b_1 = 'default';
|
|
41108
41126
|
}
|
|
41109
|
-
EventBufferName.prototype.
|
|
41110
|
-
return this.
|
|
41127
|
+
EventBufferName.prototype.q2b = function () {
|
|
41128
|
+
return this.j2b_1;
|
|
41111
41129
|
};
|
|
41112
41130
|
EventBufferName.$metadata$ = objectMeta('EventBufferName');
|
|
41113
41131
|
var EventBufferName_instance;
|
|
@@ -41124,7 +41142,7 @@ function requireClientsdkClientcore () {
|
|
|
41124
41142
|
// Inline function 'kotlin.apply' call
|
|
41125
41143
|
// Inline function 'kotlin.contracts.contract' call
|
|
41126
41144
|
// Inline function 'com.vonage.clientcore.core.reducers.modify.<anonymous>' call
|
|
41127
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
41145
|
+
var tmp0_safe_receiver = _this__u8e3s4.r2b().f2(id);
|
|
41128
41146
|
if (tmp0_safe_receiver == null)
|
|
41129
41147
|
;
|
|
41130
41148
|
else {
|
|
@@ -41132,7 +41150,7 @@ function requireClientsdkClientcore () {
|
|
|
41132
41150
|
// Inline function 'kotlin.contracts.contract' call
|
|
41133
41151
|
fn(tmp0_safe_receiver);
|
|
41134
41152
|
}
|
|
41135
|
-
_this__u8e3s4.
|
|
41153
|
+
_this__u8e3s4.i2b(id);
|
|
41136
41154
|
tmp$ret$3 = _this__u8e3s4;
|
|
41137
41155
|
return tmp$ret$3;
|
|
41138
41156
|
}
|
|
@@ -41153,9 +41171,9 @@ function requireClientsdkClientcore () {
|
|
|
41153
41171
|
// Inline function 'kotlin.contracts.contract' call
|
|
41154
41172
|
// Inline function 'com.vonage.clientcore.core.reducers.new.<anonymous>.<anonymous>' call
|
|
41155
41173
|
// Inline function 'kotlin.collections.set' call
|
|
41156
|
-
var tmp0_set = _this__u8e3s4.
|
|
41174
|
+
var tmp0_set = _this__u8e3s4.r2b();
|
|
41157
41175
|
tmp0_set.l(id, tmp0_safe_receiver);
|
|
41158
|
-
_this__u8e3s4.
|
|
41176
|
+
_this__u8e3s4.i2b(id);
|
|
41159
41177
|
}
|
|
41160
41178
|
tmp$ret$2 = _this__u8e3s4;
|
|
41161
41179
|
return tmp$ret$2;
|
|
@@ -41172,59 +41190,59 @@ function requireClientsdkClientcore () {
|
|
|
41172
41190
|
}
|
|
41173
41191
|
function SessionReducer(logger, state) {
|
|
41174
41192
|
Reducer_init_$Init$(logger, null, 2, null, this);
|
|
41175
|
-
this.
|
|
41193
|
+
this.u2b_1 = state;
|
|
41176
41194
|
}
|
|
41177
|
-
SessionReducer.prototype.
|
|
41178
|
-
this.
|
|
41195
|
+
SessionReducer.prototype.v2b = function (_set____db54di) {
|
|
41196
|
+
this.u2b_1 = _set____db54di;
|
|
41179
41197
|
};
|
|
41180
|
-
SessionReducer.prototype.
|
|
41181
|
-
return this.
|
|
41198
|
+
SessionReducer.prototype.o2a = function (_set____db54di) {
|
|
41199
|
+
return this.v2b(_set____db54di instanceof SessionState ? _set____db54di : THROW_CCE());
|
|
41182
41200
|
};
|
|
41183
41201
|
SessionReducer.prototype.n1b = function () {
|
|
41184
|
-
return this.
|
|
41202
|
+
return this.u2b_1;
|
|
41185
41203
|
};
|
|
41186
|
-
SessionReducer.prototype.
|
|
41187
|
-
var tmp = this.
|
|
41188
|
-
return tmp.
|
|
41204
|
+
SessionReducer.prototype.p2a = function () {
|
|
41205
|
+
var tmp = this.u2b_1;
|
|
41206
|
+
return tmp.w2b(null, null, null, null, 15, null);
|
|
41189
41207
|
};
|
|
41190
|
-
SessionReducer.prototype.
|
|
41208
|
+
SessionReducer.prototype.x2b = function (action, state) {
|
|
41191
41209
|
var tmp0_subject = action.c1c_1;
|
|
41192
41210
|
var tmp;
|
|
41193
41211
|
if (tmp0_subject instanceof SocketStatus) {
|
|
41194
|
-
tmp = state.
|
|
41212
|
+
tmp = state.j2c(action.c1c_1);
|
|
41195
41213
|
} else {
|
|
41196
41214
|
if (tmp0_subject instanceof SocketConnect) {
|
|
41197
|
-
tmp = state.
|
|
41215
|
+
tmp = state.i2c(action.c1c_1, action.d1c_1.z1b_1);
|
|
41198
41216
|
} else {
|
|
41199
41217
|
if (tmp0_subject instanceof SocketConnectEmptyTokenError) {
|
|
41200
|
-
tmp = state.
|
|
41218
|
+
tmp = state.h2c(action.c1c_1, action.d1c_1.z1b_1);
|
|
41201
41219
|
} else {
|
|
41202
41220
|
if (tmp0_subject instanceof SessionSuccessEvent) {
|
|
41203
|
-
tmp = state.
|
|
41221
|
+
tmp = state.g2c(action.c1c_1);
|
|
41204
41222
|
} else {
|
|
41205
41223
|
if (tmp0_subject instanceof DeleteSession) {
|
|
41206
|
-
tmp = state.
|
|
41224
|
+
tmp = state.f2c(action.c1c_1);
|
|
41207
41225
|
} else {
|
|
41208
41226
|
if (tmp0_subject instanceof SocketSetSession) {
|
|
41209
|
-
tmp = state.
|
|
41227
|
+
tmp = state.e2c(action.c1c_1);
|
|
41210
41228
|
} else {
|
|
41211
41229
|
if (tmp0_subject instanceof SessionTimerEvent) {
|
|
41212
|
-
tmp = state.
|
|
41230
|
+
tmp = state.d2c(action.c1c_1);
|
|
41213
41231
|
} else {
|
|
41214
41232
|
if (tmp0_subject instanceof SessionInvalidTokenEvent) {
|
|
41215
|
-
tmp = state.
|
|
41233
|
+
tmp = state.c2c(action.c1c_1);
|
|
41216
41234
|
} else {
|
|
41217
41235
|
if (tmp0_subject instanceof SessionInvalidEvent) {
|
|
41218
|
-
tmp = state.
|
|
41236
|
+
tmp = state.b2c(action.c1c_1);
|
|
41219
41237
|
} else {
|
|
41220
41238
|
if (tmp0_subject instanceof SessionExpiredTokenEvent) {
|
|
41221
|
-
tmp = state.
|
|
41239
|
+
tmp = state.a2c(action.c1c_1);
|
|
41222
41240
|
} else {
|
|
41223
41241
|
if (tmp0_subject instanceof SessionMaxOpenEvent) {
|
|
41224
|
-
tmp = state.
|
|
41242
|
+
tmp = state.z2b(action.c1c_1);
|
|
41225
41243
|
} else {
|
|
41226
41244
|
if (tmp0_subject instanceof AuthorizationErrorEvent) {
|
|
41227
|
-
tmp = state.
|
|
41245
|
+
tmp = state.y2b(action.c1c_1);
|
|
41228
41246
|
} else {
|
|
41229
41247
|
tmp = null;
|
|
41230
41248
|
}
|
|
@@ -41241,8 +41259,8 @@ function requireClientsdkClientcore () {
|
|
|
41241
41259
|
}
|
|
41242
41260
|
return tmp;
|
|
41243
41261
|
};
|
|
41244
|
-
SessionReducer.prototype.
|
|
41245
|
-
return this.
|
|
41262
|
+
SessionReducer.prototype.t2a = function (action, state) {
|
|
41263
|
+
return this.x2b(action, state instanceof SessionState ? state : THROW_CCE());
|
|
41246
41264
|
};
|
|
41247
41265
|
SessionReducer.$metadata$ = classMeta('SessionReducer', undefined, undefined, undefined, undefined, Reducer.prototype);
|
|
41248
41266
|
function SessionState_init_$Init$(sessionStatus, connectionStatus, reason, token, $mask0, $marker, $this) {
|
|
@@ -41266,25 +41284,25 @@ function requireClientsdkClientcore () {
|
|
|
41266
41284
|
this.u20_1 = reason;
|
|
41267
41285
|
this.v20_1 = token;
|
|
41268
41286
|
}
|
|
41269
|
-
SessionState.prototype.
|
|
41287
|
+
SessionState.prototype.k2c = function (_set____db54di) {
|
|
41270
41288
|
this.s20_1 = _set____db54di;
|
|
41271
41289
|
};
|
|
41272
|
-
SessionState.prototype.
|
|
41290
|
+
SessionState.prototype.l2c = function () {
|
|
41273
41291
|
return this.s20_1;
|
|
41274
41292
|
};
|
|
41275
|
-
SessionState.prototype.
|
|
41293
|
+
SessionState.prototype.m2c = function (_set____db54di) {
|
|
41276
41294
|
this.t20_1 = _set____db54di;
|
|
41277
41295
|
};
|
|
41278
|
-
SessionState.prototype.
|
|
41296
|
+
SessionState.prototype.n2c = function () {
|
|
41279
41297
|
return this.t20_1;
|
|
41280
41298
|
};
|
|
41281
|
-
SessionState.prototype.
|
|
41299
|
+
SessionState.prototype.o2c = function (_set____db54di) {
|
|
41282
41300
|
this.u20_1 = _set____db54di;
|
|
41283
41301
|
};
|
|
41284
|
-
SessionState.prototype.
|
|
41302
|
+
SessionState.prototype.p2c = function (_set____db54di) {
|
|
41285
41303
|
this.v20_1 = _set____db54di;
|
|
41286
41304
|
};
|
|
41287
|
-
SessionState.prototype.
|
|
41305
|
+
SessionState.prototype.i2c = function (action, uuid) {
|
|
41288
41306
|
var tmp$ret$0;
|
|
41289
41307
|
// Inline function 'kotlin.apply' call
|
|
41290
41308
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41297,7 +41315,7 @@ function requireClientsdkClientcore () {
|
|
|
41297
41315
|
tmp$ret$0 = this;
|
|
41298
41316
|
return tmp$ret$0;
|
|
41299
41317
|
};
|
|
41300
|
-
SessionState.prototype.
|
|
41318
|
+
SessionState.prototype.h2c = function (action, uuid) {
|
|
41301
41319
|
var tmp$ret$0;
|
|
41302
41320
|
// Inline function 'kotlin.apply' call
|
|
41303
41321
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41309,7 +41327,7 @@ function requireClientsdkClientcore () {
|
|
|
41309
41327
|
tmp$ret$0 = this;
|
|
41310
41328
|
return tmp$ret$0;
|
|
41311
41329
|
};
|
|
41312
|
-
SessionState.prototype.
|
|
41330
|
+
SessionState.prototype.j2c = function (action) {
|
|
41313
41331
|
var tmp$ret$0;
|
|
41314
41332
|
// Inline function 'kotlin.apply' call
|
|
41315
41333
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41364,7 +41382,7 @@ function requireClientsdkClientcore () {
|
|
|
41364
41382
|
tmp$ret$0 = this;
|
|
41365
41383
|
return tmp$ret$0;
|
|
41366
41384
|
};
|
|
41367
|
-
SessionState.prototype.
|
|
41385
|
+
SessionState.prototype.g2c = function (event) {
|
|
41368
41386
|
var tmp$ret$0;
|
|
41369
41387
|
// Inline function 'kotlin.apply' call
|
|
41370
41388
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41376,7 +41394,7 @@ function requireClientsdkClientcore () {
|
|
|
41376
41394
|
tmp$ret$0 = this;
|
|
41377
41395
|
return tmp$ret$0;
|
|
41378
41396
|
};
|
|
41379
|
-
SessionState.prototype.
|
|
41397
|
+
SessionState.prototype.d2c = function (action) {
|
|
41380
41398
|
var tmp$ret$0;
|
|
41381
41399
|
// Inline function 'kotlin.apply' call
|
|
41382
41400
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41384,7 +41402,7 @@ function requireClientsdkClientcore () {
|
|
|
41384
41402
|
var tmp;
|
|
41385
41403
|
var tmp_0 = this.s20_1;
|
|
41386
41404
|
if (tmp_0 instanceof Pending) {
|
|
41387
|
-
tmp = this.s20_1.
|
|
41405
|
+
tmp = this.s20_1.q2c() === action.d1y_1.d1c_1.z1b_1;
|
|
41388
41406
|
} else {
|
|
41389
41407
|
tmp = false;
|
|
41390
41408
|
}
|
|
@@ -41396,7 +41414,7 @@ function requireClientsdkClientcore () {
|
|
|
41396
41414
|
tmp$ret$0 = this;
|
|
41397
41415
|
return tmp$ret$0;
|
|
41398
41416
|
};
|
|
41399
|
-
SessionState.prototype.
|
|
41417
|
+
SessionState.prototype.b2c = function (action) {
|
|
41400
41418
|
var tmp$ret$0;
|
|
41401
41419
|
// Inline function 'kotlin.apply' call
|
|
41402
41420
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41407,7 +41425,7 @@ function requireClientsdkClientcore () {
|
|
|
41407
41425
|
tmp$ret$0 = this;
|
|
41408
41426
|
return tmp$ret$0;
|
|
41409
41427
|
};
|
|
41410
|
-
SessionState.prototype.
|
|
41428
|
+
SessionState.prototype.c2c = function (action) {
|
|
41411
41429
|
var tmp$ret$0;
|
|
41412
41430
|
// Inline function 'kotlin.apply' call
|
|
41413
41431
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41418,7 +41436,7 @@ function requireClientsdkClientcore () {
|
|
|
41418
41436
|
tmp$ret$0 = this;
|
|
41419
41437
|
return tmp$ret$0;
|
|
41420
41438
|
};
|
|
41421
|
-
SessionState.prototype.
|
|
41439
|
+
SessionState.prototype.y2b = function (action) {
|
|
41422
41440
|
var tmp$ret$0;
|
|
41423
41441
|
// Inline function 'kotlin.apply' call
|
|
41424
41442
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41429,7 +41447,7 @@ function requireClientsdkClientcore () {
|
|
|
41429
41447
|
tmp$ret$0 = this;
|
|
41430
41448
|
return tmp$ret$0;
|
|
41431
41449
|
};
|
|
41432
|
-
SessionState.prototype.
|
|
41450
|
+
SessionState.prototype.a2c = function (action) {
|
|
41433
41451
|
var tmp$ret$0;
|
|
41434
41452
|
// Inline function 'kotlin.apply' call
|
|
41435
41453
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41440,7 +41458,7 @@ function requireClientsdkClientcore () {
|
|
|
41440
41458
|
tmp$ret$0 = this;
|
|
41441
41459
|
return tmp$ret$0;
|
|
41442
41460
|
};
|
|
41443
|
-
SessionState.prototype.
|
|
41461
|
+
SessionState.prototype.z2b = function (action) {
|
|
41444
41462
|
var tmp$ret$0;
|
|
41445
41463
|
// Inline function 'kotlin.apply' call
|
|
41446
41464
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41451,7 +41469,7 @@ function requireClientsdkClientcore () {
|
|
|
41451
41469
|
tmp$ret$0 = this;
|
|
41452
41470
|
return tmp$ret$0;
|
|
41453
41471
|
};
|
|
41454
|
-
SessionState.prototype.
|
|
41472
|
+
SessionState.prototype.f2c = function (action) {
|
|
41455
41473
|
var tmp$ret$0;
|
|
41456
41474
|
// Inline function 'kotlin.apply' call
|
|
41457
41475
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41461,7 +41479,7 @@ function requireClientsdkClientcore () {
|
|
|
41461
41479
|
tmp$ret$0 = this;
|
|
41462
41480
|
return tmp$ret$0;
|
|
41463
41481
|
};
|
|
41464
|
-
SessionState.prototype.
|
|
41482
|
+
SessionState.prototype.e2c = function (action) {
|
|
41465
41483
|
var tmp$ret$0;
|
|
41466
41484
|
// Inline function 'kotlin.apply' call
|
|
41467
41485
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41470,10 +41488,10 @@ function requireClientsdkClientcore () {
|
|
|
41470
41488
|
tmp$ret$0 = this;
|
|
41471
41489
|
return tmp$ret$0;
|
|
41472
41490
|
};
|
|
41473
|
-
SessionState.prototype.
|
|
41491
|
+
SessionState.prototype.r2c = function (sessionStatus, connectionStatus, reason, token) {
|
|
41474
41492
|
return new SessionState(sessionStatus, connectionStatus, reason, token);
|
|
41475
41493
|
};
|
|
41476
|
-
SessionState.prototype.
|
|
41494
|
+
SessionState.prototype.w2b = function (sessionStatus, connectionStatus, reason, token, $mask0, $handler) {
|
|
41477
41495
|
if (!(($mask0 & 1) === 0))
|
|
41478
41496
|
sessionStatus = this.s20_1;
|
|
41479
41497
|
if (!(($mask0 & 2) === 0))
|
|
@@ -41482,7 +41500,7 @@ function requireClientsdkClientcore () {
|
|
|
41482
41500
|
reason = this.u20_1;
|
|
41483
41501
|
if (!(($mask0 & 8) === 0))
|
|
41484
41502
|
token = this.v20_1;
|
|
41485
|
-
return this.
|
|
41503
|
+
return this.r2c(sessionStatus, connectionStatus, reason, token);
|
|
41486
41504
|
};
|
|
41487
41505
|
SessionState.prototype.toString = function () {
|
|
41488
41506
|
return 'SessionState(sessionStatus=' + this.s20_1 + ', connectionStatus=' + this.t20_1 + ', reason=' + this.u20_1 + ', token=' + this.v20_1 + ')';
|
|
@@ -41512,15 +41530,15 @@ function requireClientsdkClientcore () {
|
|
|
41512
41530
|
};
|
|
41513
41531
|
SessionState.$metadata$ = classMeta('SessionState');
|
|
41514
41532
|
function SessionUser(id, name) {
|
|
41515
|
-
this.
|
|
41516
|
-
this.
|
|
41533
|
+
this.n23_1 = id;
|
|
41534
|
+
this.o23_1 = name;
|
|
41517
41535
|
}
|
|
41518
41536
|
SessionUser.prototype.toString = function () {
|
|
41519
|
-
return 'SessionUser(id=' + this.
|
|
41537
|
+
return 'SessionUser(id=' + this.n23_1 + ', name=' + this.o23_1 + ')';
|
|
41520
41538
|
};
|
|
41521
41539
|
SessionUser.prototype.hashCode = function () {
|
|
41522
|
-
var result = getStringHashCode(this.
|
|
41523
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
41540
|
+
var result = getStringHashCode(this.n23_1);
|
|
41541
|
+
result = imul(result, 31) + getStringHashCode(this.o23_1) | 0;
|
|
41524
41542
|
return result;
|
|
41525
41543
|
};
|
|
41526
41544
|
SessionUser.prototype.equals = function (other) {
|
|
@@ -41529,9 +41547,9 @@ function requireClientsdkClientcore () {
|
|
|
41529
41547
|
if (!(other instanceof SessionUser))
|
|
41530
41548
|
return false;
|
|
41531
41549
|
var tmp0_other_with_cast = other instanceof SessionUser ? other : THROW_CCE();
|
|
41532
|
-
if (!(this.
|
|
41550
|
+
if (!(this.n23_1 === tmp0_other_with_cast.n23_1))
|
|
41533
41551
|
return false;
|
|
41534
|
-
if (!(this.
|
|
41552
|
+
if (!(this.o23_1 === tmp0_other_with_cast.o23_1))
|
|
41535
41553
|
return false;
|
|
41536
41554
|
return true;
|
|
41537
41555
|
};
|
|
@@ -41563,22 +41581,22 @@ function requireClientsdkClientcore () {
|
|
|
41563
41581
|
this.m21_1 = legState;
|
|
41564
41582
|
this.n21_1 = localMedia;
|
|
41565
41583
|
}
|
|
41566
|
-
Call.prototype.
|
|
41584
|
+
Call.prototype.s2c = function (_set____db54di) {
|
|
41567
41585
|
this.l21_1 = _set____db54di;
|
|
41568
41586
|
};
|
|
41569
|
-
Call.prototype.
|
|
41587
|
+
Call.prototype.t2c = function () {
|
|
41570
41588
|
return this.l21_1;
|
|
41571
41589
|
};
|
|
41572
|
-
Call.prototype.
|
|
41590
|
+
Call.prototype.u2c = function (_set____db54di) {
|
|
41573
41591
|
this.m21_1 = _set____db54di;
|
|
41574
41592
|
};
|
|
41575
|
-
Call.prototype.
|
|
41593
|
+
Call.prototype.v2c = function () {
|
|
41576
41594
|
return this.m21_1;
|
|
41577
41595
|
};
|
|
41578
|
-
Call.prototype.
|
|
41596
|
+
Call.prototype.w2c = function (isReconnect, from, customData, id, memberState, legState, localMedia) {
|
|
41579
41597
|
return new Call(isReconnect, from, customData, id, memberState, legState, localMedia);
|
|
41580
41598
|
};
|
|
41581
|
-
Call.prototype.
|
|
41599
|
+
Call.prototype.j23 = function (isReconnect, from, customData, id, memberState, legState, localMedia, $mask0, $handler) {
|
|
41582
41600
|
if (!(($mask0 & 1) === 0))
|
|
41583
41601
|
isReconnect = this.h21_1;
|
|
41584
41602
|
if (!(($mask0 & 2) === 0))
|
|
@@ -41593,7 +41611,7 @@ function requireClientsdkClientcore () {
|
|
|
41593
41611
|
legState = this.m21_1;
|
|
41594
41612
|
if (!(($mask0 & 64) === 0))
|
|
41595
41613
|
localMedia = this.n21_1;
|
|
41596
|
-
return this.
|
|
41614
|
+
return this.w2c(isReconnect, from, customData, id, memberState, legState, localMedia);
|
|
41597
41615
|
};
|
|
41598
41616
|
Call.prototype.toString = function () {
|
|
41599
41617
|
return 'Call(isReconnect=' + this.h21_1 + ', from=' + this.i21_1 + ', customData=' + this.j21_1 + ', id=' + this.k21_1 + ', memberState=' + this.l21_1 + ', legState=' + this.m21_1 + ', localMedia=' + this.n21_1 + ')';
|
|
@@ -41665,42 +41683,42 @@ function requireClientsdkClientcore () {
|
|
|
41665
41683
|
}
|
|
41666
41684
|
function CallReducer(logger, state) {
|
|
41667
41685
|
Reducer_init_$Init$(logger, null, 2, null, this);
|
|
41668
|
-
this.
|
|
41686
|
+
this.z2c_1 = state;
|
|
41669
41687
|
}
|
|
41670
|
-
CallReducer.prototype.
|
|
41671
|
-
this.
|
|
41688
|
+
CallReducer.prototype.a2d = function (_set____db54di) {
|
|
41689
|
+
this.z2c_1 = _set____db54di;
|
|
41672
41690
|
};
|
|
41673
|
-
CallReducer.prototype.
|
|
41674
|
-
return this.
|
|
41691
|
+
CallReducer.prototype.o2a = function (_set____db54di) {
|
|
41692
|
+
return this.a2d(_set____db54di instanceof CallState ? _set____db54di : THROW_CCE());
|
|
41675
41693
|
};
|
|
41676
41694
|
CallReducer.prototype.n1b = function () {
|
|
41677
|
-
return this.
|
|
41695
|
+
return this.z2c_1;
|
|
41678
41696
|
};
|
|
41679
|
-
CallReducer.prototype.
|
|
41680
|
-
return this.
|
|
41697
|
+
CallReducer.prototype.p2a = function () {
|
|
41698
|
+
return this.z2c_1;
|
|
41681
41699
|
};
|
|
41682
|
-
CallReducer.prototype.
|
|
41700
|
+
CallReducer.prototype.b2d = function (action, state) {
|
|
41683
41701
|
var tmp0_subject = action.c1c_1;
|
|
41684
41702
|
var tmp;
|
|
41685
41703
|
if (tmp0_subject instanceof ErrorReport) {
|
|
41686
41704
|
var tmp1_elvis_lhs = action.d1c_1.a1c_1;
|
|
41687
|
-
tmp = state.
|
|
41705
|
+
tmp = state.u2d(action.c1c_1, tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs);
|
|
41688
41706
|
} else {
|
|
41689
41707
|
if (tmp0_subject instanceof SessionSuccessEvent) {
|
|
41690
|
-
tmp = state.
|
|
41708
|
+
tmp = state.g2c(action.c1c_1);
|
|
41691
41709
|
} else {
|
|
41692
41710
|
if (isInterface(tmp0_subject, MediaEvent)) {
|
|
41693
41711
|
var callId = action.c1c_1.y1m();
|
|
41694
41712
|
var tmp2_subject = action.c1c_1;
|
|
41695
41713
|
var tmp_0;
|
|
41696
41714
|
if (tmp2_subject instanceof MediaOffer) {
|
|
41697
|
-
tmp_0 = state.
|
|
41715
|
+
tmp_0 = state.t2d(action.c1c_1, callId);
|
|
41698
41716
|
} else {
|
|
41699
41717
|
if (tmp2_subject instanceof MediaAnswer) {
|
|
41700
|
-
tmp_0 = state.
|
|
41718
|
+
tmp_0 = state.s2d(action.c1c_1, callId);
|
|
41701
41719
|
} else {
|
|
41702
41720
|
if (tmp2_subject instanceof MediaDisable) {
|
|
41703
|
-
tmp_0 = state.
|
|
41721
|
+
tmp_0 = state.r2d(action.c1c_1, callId);
|
|
41704
41722
|
} else {
|
|
41705
41723
|
tmp_0 = null;
|
|
41706
41724
|
}
|
|
@@ -41712,13 +41730,13 @@ function requireClientsdkClientcore () {
|
|
|
41712
41730
|
var tmp3_subject = action.c1c_1;
|
|
41713
41731
|
var tmp_1;
|
|
41714
41732
|
if (tmp3_subject instanceof CallCreate) {
|
|
41715
|
-
tmp_1 = state.
|
|
41733
|
+
tmp_1 = state.q2d(action.c1c_1, action.c1c_1.e24_1);
|
|
41716
41734
|
} else {
|
|
41717
41735
|
if (tmp3_subject instanceof CallReconnect) {
|
|
41718
|
-
tmp_1 = state.
|
|
41736
|
+
tmp_1 = state.p2d(action.c1c_1, action.c1c_1.a24_1);
|
|
41719
41737
|
} else {
|
|
41720
41738
|
if (tmp3_subject instanceof CallTerminate) {
|
|
41721
|
-
tmp_1 = state.
|
|
41739
|
+
tmp_1 = state.o2d(action.c1c_1, action.c1c_1.l24_1);
|
|
41722
41740
|
} else {
|
|
41723
41741
|
tmp_1 = null;
|
|
41724
41742
|
}
|
|
@@ -41740,7 +41758,7 @@ function requireClientsdkClientcore () {
|
|
|
41740
41758
|
// Inline function 'kotlin.contracts.contract' call
|
|
41741
41759
|
var tmp$ret$0;
|
|
41742
41760
|
// Inline function 'com.vonage.clientcore.core.reducers.call.CallReducer.reduce.<anonymous>' call
|
|
41743
|
-
tmp$ret$0 = state.
|
|
41761
|
+
tmp$ret$0 = state.n2d(action.c1c_1, tmp5_safe_receiver);
|
|
41744
41762
|
tmp$ret$1 = tmp$ret$0;
|
|
41745
41763
|
tmp_3 = tmp$ret$1;
|
|
41746
41764
|
}
|
|
@@ -41757,7 +41775,7 @@ function requireClientsdkClientcore () {
|
|
|
41757
41775
|
// Inline function 'kotlin.contracts.contract' call
|
|
41758
41776
|
var tmp$ret$2;
|
|
41759
41777
|
// Inline function 'com.vonage.clientcore.core.reducers.call.CallReducer.reduce.<anonymous>' call
|
|
41760
|
-
tmp$ret$2 = state.
|
|
41778
|
+
tmp$ret$2 = state.m2d(action.c1c_1, tmp6_safe_receiver);
|
|
41761
41779
|
tmp$ret$3 = tmp$ret$2;
|
|
41762
41780
|
tmp_4 = tmp$ret$3;
|
|
41763
41781
|
}
|
|
@@ -41765,7 +41783,7 @@ function requireClientsdkClientcore () {
|
|
|
41765
41783
|
} else {
|
|
41766
41784
|
if (tmp4_subject instanceof RTCAnswerEvent) {
|
|
41767
41785
|
var id = action.c1c_1.u1r_1.m1s_1;
|
|
41768
|
-
tmp_2 = state.
|
|
41786
|
+
tmp_2 = state.l2d(action.c1c_1, id);
|
|
41769
41787
|
} else {
|
|
41770
41788
|
if (tmp4_subject instanceof RTCHangupEvent) {
|
|
41771
41789
|
var id_0 = action.c1c_1.r1q_1.n1m_1.x1y_1;
|
|
@@ -41779,7 +41797,7 @@ function requireClientsdkClientcore () {
|
|
|
41779
41797
|
// Inline function 'kotlin.contracts.contract' call
|
|
41780
41798
|
var tmp$ret$4;
|
|
41781
41799
|
// Inline function 'com.vonage.clientcore.core.reducers.call.CallReducer.reduce.<anonymous>' call
|
|
41782
|
-
tmp$ret$4 = state.
|
|
41800
|
+
tmp$ret$4 = state.k2d(action.c1c_1, tmp7_safe_receiver);
|
|
41783
41801
|
tmp$ret$5 = tmp$ret$4;
|
|
41784
41802
|
tmp_5 = tmp$ret$5;
|
|
41785
41803
|
}
|
|
@@ -41797,7 +41815,7 @@ function requireClientsdkClientcore () {
|
|
|
41797
41815
|
// Inline function 'kotlin.contracts.contract' call
|
|
41798
41816
|
var tmp$ret$6;
|
|
41799
41817
|
// Inline function 'com.vonage.clientcore.core.reducers.call.CallReducer.reduce.<anonymous>' call
|
|
41800
|
-
tmp$ret$6 = state.
|
|
41818
|
+
tmp$ret$6 = state.j2d(action.c1c_1, tmp8_safe_receiver);
|
|
41801
41819
|
tmp$ret$7 = tmp$ret$6;
|
|
41802
41820
|
tmp_6 = tmp$ret$7;
|
|
41803
41821
|
}
|
|
@@ -41817,13 +41835,13 @@ function requireClientsdkClientcore () {
|
|
|
41817
41835
|
var tmp10_subject = action.c1c_1;
|
|
41818
41836
|
var tmp_7;
|
|
41819
41837
|
if (tmp10_subject instanceof AppKnockingRequest) {
|
|
41820
|
-
tmp_7 = state.
|
|
41838
|
+
tmp_7 = state.i2d(action.c1c_1, callId_0, action.d1c_1.z1b_1);
|
|
41821
41839
|
} else {
|
|
41822
41840
|
if (tmp10_subject instanceof MemberKickRequest) {
|
|
41823
|
-
tmp_7 = state.
|
|
41841
|
+
tmp_7 = state.h2d(action.c1c_1, callId_0, action.d1c_1.z1b_1);
|
|
41824
41842
|
} else {
|
|
41825
41843
|
if (tmp10_subject instanceof MemberJoinRequest) {
|
|
41826
|
-
tmp_7 = state.
|
|
41844
|
+
tmp_7 = state.g2d(action.c1c_1, callId_0, action.d1c_1.z1b_1);
|
|
41827
41845
|
} else {
|
|
41828
41846
|
tmp_7 = null;
|
|
41829
41847
|
}
|
|
@@ -41837,16 +41855,16 @@ function requireClientsdkClientcore () {
|
|
|
41837
41855
|
var tmp12_subject = action.c1c_1;
|
|
41838
41856
|
var tmp_8;
|
|
41839
41857
|
if (tmp12_subject instanceof AppKnocking) {
|
|
41840
|
-
tmp_8 = state.
|
|
41858
|
+
tmp_8 = state.f2d(action.c1c_1, callId_1);
|
|
41841
41859
|
} else {
|
|
41842
41860
|
if (tmp12_subject instanceof RTCReconnect) {
|
|
41843
|
-
tmp_8 = state.
|
|
41861
|
+
tmp_8 = state.e2d(action.c1c_1, callId_1);
|
|
41844
41862
|
} else {
|
|
41845
41863
|
if (tmp12_subject instanceof DeletedKnocker) {
|
|
41846
|
-
tmp_8 = state.
|
|
41864
|
+
tmp_8 = state.d2d(action.c1c_1, callId_1);
|
|
41847
41865
|
} else {
|
|
41848
41866
|
if (tmp12_subject instanceof MemberLeft) {
|
|
41849
|
-
tmp_8 = state.
|
|
41867
|
+
tmp_8 = state.c2d(action.c1c_1, callId_1);
|
|
41850
41868
|
} else {
|
|
41851
41869
|
tmp_8 = null;
|
|
41852
41870
|
}
|
|
@@ -41865,8 +41883,8 @@ function requireClientsdkClientcore () {
|
|
|
41865
41883
|
}
|
|
41866
41884
|
return tmp;
|
|
41867
41885
|
};
|
|
41868
|
-
CallReducer.prototype.
|
|
41869
|
-
return this.
|
|
41886
|
+
CallReducer.prototype.t2a = function (action, state) {
|
|
41887
|
+
return this.b2d(action, state instanceof CallState ? state : THROW_CCE());
|
|
41870
41888
|
};
|
|
41871
41889
|
CallReducer.$metadata$ = classMeta('CallReducer', undefined, undefined, undefined, undefined, Reducer.prototype);
|
|
41872
41890
|
function CallState_init_$Init$(calls, conversationIdToCallId, currentUserId, $mask0, $marker, $this) {
|
|
@@ -41915,35 +41933,35 @@ function requireClientsdkClientcore () {
|
|
|
41915
41933
|
return function ($this$new) {
|
|
41916
41934
|
var tmp$ret$1;
|
|
41917
41935
|
// Inline function 'kotlin.also' call
|
|
41918
|
-
var tmp0_customData = $action.
|
|
41919
|
-
var tmp1_id = $action.
|
|
41920
|
-
var tmp2_from = $action.
|
|
41936
|
+
var tmp0_customData = $action.h24_1;
|
|
41937
|
+
var tmp1_id = $action.e24_1;
|
|
41938
|
+
var tmp2_from = $action.f24_1;
|
|
41921
41939
|
var tmp0_also = Call_init_$Create$(false, tmp2_from, tmp0_customData, tmp1_id, null, null, null, 113, null);
|
|
41922
41940
|
// Inline function 'kotlin.contracts.contract' call
|
|
41923
41941
|
// Inline function 'com.vonage.clientcore.core.reducers.call.CallState.update.<anonymous>.<anonymous>' call
|
|
41924
41942
|
var tmp = tmp0_also;
|
|
41925
|
-
var tmp0_subject = $action.
|
|
41943
|
+
var tmp0_subject = $action.g24_1;
|
|
41926
41944
|
var tmp0 = tmp0_subject.t3_1;
|
|
41927
41945
|
var tmp_0;
|
|
41928
41946
|
switch (tmp0) {
|
|
41929
41947
|
case 1:
|
|
41930
|
-
tmp_0 = toResolved(tmp0_also.m21_1, new Started($action.
|
|
41948
|
+
tmp_0 = toResolved(tmp0_also.m21_1, new Started($action.e24_1));
|
|
41931
41949
|
break;
|
|
41932
41950
|
case 0:
|
|
41933
|
-
tmp_0 = toResolved(tmp0_also.m21_1, new Prewarm($action.
|
|
41951
|
+
tmp_0 = toResolved(tmp0_also.m21_1, new Prewarm($action.e24_1));
|
|
41934
41952
|
break;
|
|
41935
41953
|
default:
|
|
41936
41954
|
noWhenBranchMatchedException();
|
|
41937
41955
|
break;
|
|
41938
41956
|
}
|
|
41939
41957
|
tmp.m21_1 = tmp_0;
|
|
41940
|
-
var tmp1_safe_receiver = $action.
|
|
41958
|
+
var tmp1_safe_receiver = $action.i24_1;
|
|
41941
41959
|
if (tmp1_safe_receiver == null)
|
|
41942
41960
|
;
|
|
41943
41961
|
else {
|
|
41944
41962
|
// Inline function 'kotlin.let' call
|
|
41945
41963
|
// Inline function 'kotlin.contracts.contract' call
|
|
41946
|
-
tmp0_also.l21_1 = toResolved(tmp0_also.l21_1, new Joined(tmp1_safe_receiver.
|
|
41964
|
+
tmp0_also.l21_1 = toResolved(tmp0_also.l21_1, new Joined(tmp1_safe_receiver.m24_1, tmp1_safe_receiver.n24_1));
|
|
41947
41965
|
Unit_getInstance();
|
|
41948
41966
|
}
|
|
41949
41967
|
tmp$ret$1 = tmp0_also;
|
|
@@ -41952,8 +41970,8 @@ function requireClientsdkClientcore () {
|
|
|
41952
41970
|
}
|
|
41953
41971
|
function CallState$update$lambda_1($action, $id) {
|
|
41954
41972
|
return function ($this$new) {
|
|
41955
|
-
var tmp0_from = new AppChannelEndpoint($action.
|
|
41956
|
-
var tmp1_memberState = new Resolved(new Joined($action.
|
|
41973
|
+
var tmp0_from = new AppChannelEndpoint($action.b24_1);
|
|
41974
|
+
var tmp1_memberState = new Resolved(new Joined($action.c24_1, $action.b24_1));
|
|
41957
41975
|
return Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, 96, null);
|
|
41958
41976
|
};
|
|
41959
41977
|
}
|
|
@@ -42032,7 +42050,7 @@ function requireClientsdkClientcore () {
|
|
|
42032
42050
|
var tmp = $this$modify;
|
|
42033
42051
|
var tmp_0 = $this$modify.n21_1;
|
|
42034
42052
|
var tmp_1 = new Offer($offer.j1u_1);
|
|
42035
|
-
tmp.n21_1 = tmp_0.
|
|
42053
|
+
tmp.n21_1 = tmp_0.u25(tmp_1, null, false, 6, null);
|
|
42036
42054
|
return Unit_getInstance();
|
|
42037
42055
|
};
|
|
42038
42056
|
}
|
|
@@ -42041,14 +42059,14 @@ function requireClientsdkClientcore () {
|
|
|
42041
42059
|
var tmp = $this$modify;
|
|
42042
42060
|
var tmp_0 = $this$modify.n21_1;
|
|
42043
42061
|
var tmp_1 = new Answer($offer.l1u_1);
|
|
42044
|
-
tmp.n21_1 = tmp_0.
|
|
42062
|
+
tmp.n21_1 = tmp_0.u25(tmp_1, null, false, 6, null);
|
|
42045
42063
|
return Unit_getInstance();
|
|
42046
42064
|
};
|
|
42047
42065
|
}
|
|
42048
42066
|
function CallState$update$lambda_16($this$modify) {
|
|
42049
42067
|
var tmp = $this$modify;
|
|
42050
42068
|
var tmp_0 = $this$modify.n21_1;
|
|
42051
|
-
tmp.n21_1 = tmp_0.
|
|
42069
|
+
tmp.n21_1 = tmp_0.u25(null, null, false, 3, null);
|
|
42052
42070
|
return Unit_getInstance();
|
|
42053
42071
|
}
|
|
42054
42072
|
function CallState$update$lambda_17($action) {
|
|
@@ -42056,7 +42074,7 @@ function requireClientsdkClientcore () {
|
|
|
42056
42074
|
var tmp = $this$modify;
|
|
42057
42075
|
var tmp_0 = $this$modify.n21_1;
|
|
42058
42076
|
var tmp_1 = new Answer($action.u1r_1.n1s_1);
|
|
42059
|
-
tmp.n21_1 = tmp_0.
|
|
42077
|
+
tmp.n21_1 = tmp_0.u25(null, tmp_1, false, 5, null);
|
|
42060
42078
|
return Unit_getInstance();
|
|
42061
42079
|
};
|
|
42062
42080
|
}
|
|
@@ -42066,25 +42084,25 @@ function requireClientsdkClientcore () {
|
|
|
42066
42084
|
this.e21_1 = currentUserId;
|
|
42067
42085
|
this.f21_1 = null;
|
|
42068
42086
|
}
|
|
42069
|
-
CallState.prototype.
|
|
42087
|
+
CallState.prototype.v2d = function () {
|
|
42070
42088
|
return this.c21_1;
|
|
42071
42089
|
};
|
|
42072
|
-
CallState.prototype.
|
|
42090
|
+
CallState.prototype.w2d = function () {
|
|
42073
42091
|
return this.d21_1;
|
|
42074
42092
|
};
|
|
42075
|
-
CallState.prototype.
|
|
42093
|
+
CallState.prototype.x2d = function (_set____db54di) {
|
|
42076
42094
|
this.e21_1 = _set____db54di;
|
|
42077
42095
|
};
|
|
42078
|
-
CallState.prototype.
|
|
42096
|
+
CallState.prototype.y2d = function () {
|
|
42079
42097
|
return this.e21_1;
|
|
42080
42098
|
};
|
|
42081
|
-
CallState.prototype.
|
|
42099
|
+
CallState.prototype.r2b = function () {
|
|
42082
42100
|
return this.c21_1;
|
|
42083
42101
|
};
|
|
42084
|
-
CallState.prototype.
|
|
42102
|
+
CallState.prototype.i2b = function (_set____db54di) {
|
|
42085
42103
|
this.f21_1 = _set____db54di;
|
|
42086
42104
|
};
|
|
42087
|
-
CallState.prototype.
|
|
42105
|
+
CallState.prototype.z2d = function () {
|
|
42088
42106
|
return this.f21_1;
|
|
42089
42107
|
};
|
|
42090
42108
|
CallState.prototype.toString = function () {
|
|
@@ -42110,7 +42128,7 @@ function requireClientsdkClientcore () {
|
|
|
42110
42128
|
tmp$ret$3 = tmp$ret$2;
|
|
42111
42129
|
return tmp + ('\ncallInfo:' + tmp$ret$3 + ')');
|
|
42112
42130
|
};
|
|
42113
|
-
CallState.prototype.
|
|
42131
|
+
CallState.prototype.g2c = function (event) {
|
|
42114
42132
|
var tmp$ret$0;
|
|
42115
42133
|
// Inline function 'kotlin.apply' call
|
|
42116
42134
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -42120,22 +42138,22 @@ function requireClientsdkClientcore () {
|
|
|
42120
42138
|
tmp$ret$0 = this;
|
|
42121
42139
|
return tmp$ret$0;
|
|
42122
42140
|
};
|
|
42123
|
-
CallState.prototype.
|
|
42141
|
+
CallState.prototype.n2d = function (action, id) {
|
|
42124
42142
|
return modify(this, id, CallState$update$lambda(action, this));
|
|
42125
42143
|
};
|
|
42126
|
-
CallState.prototype.
|
|
42144
|
+
CallState.prototype.q2d = function (action, id) {
|
|
42127
42145
|
return new_0(this, id, CallState$update$lambda_0(action));
|
|
42128
42146
|
};
|
|
42129
|
-
CallState.prototype.
|
|
42147
|
+
CallState.prototype.p2d = function (action, id) {
|
|
42130
42148
|
return new_0(this, id, CallState$update$lambda_1(action, id));
|
|
42131
42149
|
};
|
|
42132
|
-
CallState.prototype.
|
|
42150
|
+
CallState.prototype.o2d = function (action, callId) {
|
|
42133
42151
|
return modify(this, callId, CallState$update$lambda_2);
|
|
42134
42152
|
};
|
|
42135
|
-
CallState.prototype.
|
|
42153
|
+
CallState.prototype.g2d = function (action, callId, requestId) {
|
|
42136
42154
|
return modify(this, callId, CallState$update$lambda_3(action, requestId, this, callId));
|
|
42137
42155
|
};
|
|
42138
|
-
CallState.prototype.
|
|
42156
|
+
CallState.prototype.j2d = function (event, callId) {
|
|
42139
42157
|
var tmp$ret$1;
|
|
42140
42158
|
// Inline function 'kotlin.apply' call
|
|
42141
42159
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -42152,7 +42170,7 @@ function requireClientsdkClientcore () {
|
|
|
42152
42170
|
tmp$ret$1 = this;
|
|
42153
42171
|
return tmp$ret$1;
|
|
42154
42172
|
};
|
|
42155
|
-
CallState.prototype.
|
|
42173
|
+
CallState.prototype.m2d = function (event, id) {
|
|
42156
42174
|
var tmp$ret$0;
|
|
42157
42175
|
// Inline function 'kotlin.apply' call
|
|
42158
42176
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -42167,40 +42185,40 @@ function requireClientsdkClientcore () {
|
|
|
42167
42185
|
tmp$ret$0 = this;
|
|
42168
42186
|
return tmp$ret$0;
|
|
42169
42187
|
};
|
|
42170
|
-
CallState.prototype.
|
|
42188
|
+
CallState.prototype.i2d = function (action, id, requestId) {
|
|
42171
42189
|
return modify(this, id, CallState$update$lambda_6(requestId));
|
|
42172
42190
|
};
|
|
42173
|
-
CallState.prototype.
|
|
42191
|
+
CallState.prototype.f2d = function (response, id) {
|
|
42174
42192
|
return modify(this, id, CallState$update$lambda_7(response));
|
|
42175
42193
|
};
|
|
42176
|
-
CallState.prototype.
|
|
42194
|
+
CallState.prototype.d2d = function (response, id) {
|
|
42177
42195
|
return modify(this, id, CallState$update$lambda_8);
|
|
42178
42196
|
};
|
|
42179
|
-
CallState.prototype.
|
|
42197
|
+
CallState.prototype.e2d = function (response, callId) {
|
|
42180
42198
|
return modify(this, callId, CallState$update$lambda_9(response));
|
|
42181
42199
|
};
|
|
42182
|
-
CallState.prototype.
|
|
42200
|
+
CallState.prototype.h2d = function (action, id, requestId) {
|
|
42183
42201
|
return modify(this, id, CallState$update$lambda_10(action, requestId));
|
|
42184
42202
|
};
|
|
42185
|
-
CallState.prototype.
|
|
42203
|
+
CallState.prototype.c2d = function (action, id) {
|
|
42186
42204
|
return modify(this, id, CallState$update$lambda_11(action));
|
|
42187
42205
|
};
|
|
42188
|
-
CallState.prototype.
|
|
42206
|
+
CallState.prototype.k2d = function (action, callId) {
|
|
42189
42207
|
return modify(this, callId, CallState$update$lambda_12(action));
|
|
42190
42208
|
};
|
|
42191
|
-
CallState.prototype.
|
|
42209
|
+
CallState.prototype.u2d = function (action, callId) {
|
|
42192
42210
|
return modify(this, callId, CallState$update$lambda_13(action));
|
|
42193
42211
|
};
|
|
42194
|
-
CallState.prototype.
|
|
42212
|
+
CallState.prototype.t2d = function (offer, callId) {
|
|
42195
42213
|
return modify(this, callId, CallState$update$lambda_14(offer));
|
|
42196
42214
|
};
|
|
42197
|
-
CallState.prototype.
|
|
42215
|
+
CallState.prototype.s2d = function (offer, callId) {
|
|
42198
42216
|
return modify(this, callId, CallState$update$lambda_15(offer));
|
|
42199
42217
|
};
|
|
42200
|
-
CallState.prototype.
|
|
42218
|
+
CallState.prototype.r2d = function (action, id) {
|
|
42201
42219
|
return modify(this, id, CallState$update$lambda_16);
|
|
42202
42220
|
};
|
|
42203
|
-
CallState.prototype.
|
|
42221
|
+
CallState.prototype.l2d = function (action, id) {
|
|
42204
42222
|
return modify(this, id, CallState$update$lambda_17(action));
|
|
42205
42223
|
};
|
|
42206
42224
|
CallState.prototype.hashCode = function () {
|
|
@@ -42283,18 +42301,18 @@ function requireClientsdkClientcore () {
|
|
|
42283
42301
|
};
|
|
42284
42302
|
Joined.$metadata$ = classMeta('Joined', [MemberStateWithCid]);
|
|
42285
42303
|
function Left(cid, mid) {
|
|
42286
|
-
this.
|
|
42287
|
-
this.
|
|
42304
|
+
this.c23_1 = cid;
|
|
42305
|
+
this.d23_1 = mid;
|
|
42288
42306
|
}
|
|
42289
42307
|
Left.prototype.z1m = function () {
|
|
42290
|
-
return this.
|
|
42308
|
+
return this.c23_1;
|
|
42291
42309
|
};
|
|
42292
42310
|
Left.prototype.toString = function () {
|
|
42293
|
-
return 'Left(cid=' + this.
|
|
42311
|
+
return 'Left(cid=' + this.c23_1 + ', mid=' + this.d23_1 + ')';
|
|
42294
42312
|
};
|
|
42295
42313
|
Left.prototype.hashCode = function () {
|
|
42296
|
-
var result = getStringHashCode(this.
|
|
42297
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
42314
|
+
var result = getStringHashCode(this.c23_1);
|
|
42315
|
+
result = imul(result, 31) + getStringHashCode(this.d23_1) | 0;
|
|
42298
42316
|
return result;
|
|
42299
42317
|
};
|
|
42300
42318
|
Left.prototype.equals = function (other) {
|
|
@@ -42303,9 +42321,9 @@ function requireClientsdkClientcore () {
|
|
|
42303
42321
|
if (!(other instanceof Left))
|
|
42304
42322
|
return false;
|
|
42305
42323
|
var tmp0_other_with_cast = other instanceof Left ? other : THROW_CCE();
|
|
42306
|
-
if (!(this.
|
|
42324
|
+
if (!(this.c23_1 === tmp0_other_with_cast.c23_1))
|
|
42307
42325
|
return false;
|
|
42308
|
-
if (!(this.
|
|
42326
|
+
if (!(this.d23_1 === tmp0_other_with_cast.d23_1))
|
|
42309
42327
|
return false;
|
|
42310
42328
|
return true;
|
|
42311
42329
|
};
|
|
@@ -42324,13 +42342,13 @@ function requireClientsdkClientcore () {
|
|
|
42324
42342
|
this.q22_1 = offer;
|
|
42325
42343
|
this.r22_1 = invitedBy;
|
|
42326
42344
|
}
|
|
42327
|
-
Invite.prototype.
|
|
42345
|
+
Invite.prototype.v23 = function () {
|
|
42328
42346
|
return this.n22_1;
|
|
42329
42347
|
};
|
|
42330
42348
|
Invite.prototype.a2e = function (from, rtcId, memberId, conversationId, offer, invitedBy) {
|
|
42331
42349
|
return new Invite(from, rtcId, memberId, conversationId, offer, invitedBy);
|
|
42332
42350
|
};
|
|
42333
|
-
Invite.prototype.
|
|
42351
|
+
Invite.prototype.i23 = function (from, rtcId, memberId, conversationId, offer, invitedBy, $mask0, $handler) {
|
|
42334
42352
|
if (!(($mask0 & 1) === 0))
|
|
42335
42353
|
from = this.m22_1;
|
|
42336
42354
|
if (!(($mask0 & 2) === 0))
|
|
@@ -42395,13 +42413,13 @@ function requireClientsdkClientcore () {
|
|
|
42395
42413
|
InviteReducer.prototype.e2e = function (_set____db54di) {
|
|
42396
42414
|
this.d2e_1 = _set____db54di;
|
|
42397
42415
|
};
|
|
42398
|
-
InviteReducer.prototype.
|
|
42416
|
+
InviteReducer.prototype.o2a = function (_set____db54di) {
|
|
42399
42417
|
return this.e2e(_set____db54di instanceof InviteState ? _set____db54di : THROW_CCE());
|
|
42400
42418
|
};
|
|
42401
42419
|
InviteReducer.prototype.n1b = function () {
|
|
42402
42420
|
return this.d2e_1;
|
|
42403
42421
|
};
|
|
42404
|
-
InviteReducer.prototype.
|
|
42422
|
+
InviteReducer.prototype.p2a = function () {
|
|
42405
42423
|
var tmp = this.d2e_1;
|
|
42406
42424
|
return tmp.f2e(null, null, 3, null);
|
|
42407
42425
|
};
|
|
@@ -42409,7 +42427,7 @@ function requireClientsdkClientcore () {
|
|
|
42409
42427
|
var tmp0_subject = action.c1c_1;
|
|
42410
42428
|
var tmp;
|
|
42411
42429
|
if (tmp0_subject instanceof SessionSuccessEvent) {
|
|
42412
|
-
tmp = state.
|
|
42430
|
+
tmp = state.g2c(action.c1c_1);
|
|
42413
42431
|
} else {
|
|
42414
42432
|
if (tmp0_subject instanceof MemberInvitedEvent) {
|
|
42415
42433
|
var tmp_0;
|
|
@@ -42441,7 +42459,7 @@ function requireClientsdkClientcore () {
|
|
|
42441
42459
|
if (tmp0_subject instanceof MemberLeft) {
|
|
42442
42460
|
var tmp_3;
|
|
42443
42461
|
if (!(action.d1c_1.a1c_1 == null)) {
|
|
42444
|
-
tmp_3 = state.
|
|
42462
|
+
tmp_3 = state.c2d(action.c1c_1, ensureNotNull(action.d1c_1.a1c_1));
|
|
42445
42463
|
} else {
|
|
42446
42464
|
tmp_3 = null;
|
|
42447
42465
|
}
|
|
@@ -42455,7 +42473,7 @@ function requireClientsdkClientcore () {
|
|
|
42455
42473
|
}
|
|
42456
42474
|
return tmp;
|
|
42457
42475
|
};
|
|
42458
|
-
InviteReducer.prototype.
|
|
42476
|
+
InviteReducer.prototype.t2a = function (action, state) {
|
|
42459
42477
|
return this.g2e(action, state instanceof InviteState ? state : THROW_CCE());
|
|
42460
42478
|
};
|
|
42461
42479
|
InviteReducer.$metadata$ = classMeta('InviteReducer', undefined, undefined, undefined, undefined, Reducer.prototype);
|
|
@@ -42479,15 +42497,15 @@ function requireClientsdkClientcore () {
|
|
|
42479
42497
|
return function ($this$new) {
|
|
42480
42498
|
var tmp;
|
|
42481
42499
|
var tmp_0;
|
|
42482
|
-
var tmp0_safe_receiver = $event.u1m_1.f1n_1.
|
|
42483
|
-
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
42484
|
-
tmp_0 = $event.u1m_1.e1n_1.u1z_1 === $this$new.
|
|
42500
|
+
var tmp0_safe_receiver = $event.u1m_1.f1n_1.c26_1;
|
|
42501
|
+
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x25_1) === true) {
|
|
42502
|
+
tmp_0 = $event.u1m_1.e1n_1.u1z_1 === $this$new.g23_1;
|
|
42485
42503
|
} else {
|
|
42486
42504
|
tmp_0 = false;
|
|
42487
42505
|
}
|
|
42488
42506
|
if (tmp_0) {
|
|
42489
42507
|
var remoteDescription = new Offer(ensureNotNull($event.u1m_1.h1n_1));
|
|
42490
|
-
tmp = new Invite($event.u1m_1.g1n_1.b1z_1, $event.u1m_1.g1n_1.x1y_1, $event.u1m_1.d1n_1, $event.u1m_1.c1n_1.
|
|
42508
|
+
tmp = new Invite($event.u1m_1.g1n_1.b1z_1, $event.u1m_1.g1n_1.x1y_1, $event.u1m_1.d1n_1, $event.u1m_1.c1n_1.j25_1, remoteDescription.r25_1, $event.u1m_1.i1n_1);
|
|
42491
42509
|
} else {
|
|
42492
42510
|
tmp = null;
|
|
42493
42511
|
}
|
|
@@ -42498,16 +42516,16 @@ function requireClientsdkClientcore () {
|
|
|
42498
42516
|
return function ($this$new) {
|
|
42499
42517
|
var tmp;
|
|
42500
42518
|
var tmp_0;
|
|
42501
|
-
var tmp0_safe_receiver = $event.x1q_1.j1r_1.
|
|
42502
|
-
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
42503
|
-
tmp_0 = $event.x1q_1.i1r_1.u1z_1 === $this$new.
|
|
42519
|
+
var tmp0_safe_receiver = $event.x1q_1.j1r_1.c26_1;
|
|
42520
|
+
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x25_1) === true) {
|
|
42521
|
+
tmp_0 = $event.x1q_1.i1r_1.u1z_1 === $this$new.g23_1;
|
|
42504
42522
|
} else {
|
|
42505
42523
|
tmp_0 = false;
|
|
42506
42524
|
}
|
|
42507
42525
|
if (tmp_0) {
|
|
42508
42526
|
var remoteDescription = new Offer($event.x1q_1.l1r_1);
|
|
42509
42527
|
var tmp1_elvis_lhs = $event.c1r_1;
|
|
42510
|
-
tmp = new Invite($event.x1q_1.k1r_1.b1z_1, $event.x1q_1.k1r_1.x1y_1, $event.x1q_1.h1r_1, $event.b1r_1, remoteDescription.
|
|
42528
|
+
tmp = new Invite($event.x1q_1.k1r_1.b1z_1, $event.x1q_1.k1r_1.x1y_1, $event.x1q_1.h1r_1, $event.b1r_1, remoteDescription.r25_1, tmp1_elvis_lhs == null ? $event.d1r_1 : tmp1_elvis_lhs);
|
|
42511
42529
|
} else {
|
|
42512
42530
|
tmp = null;
|
|
42513
42531
|
}
|
|
@@ -42516,43 +42534,43 @@ function requireClientsdkClientcore () {
|
|
|
42516
42534
|
}
|
|
42517
42535
|
function InviteState$update$lambda_1(this$0, $event) {
|
|
42518
42536
|
return function ($this$modify) {
|
|
42519
|
-
this$0.
|
|
42537
|
+
this$0.f23_1.f3($event.l1n_1.u1n_1.x1y_1);
|
|
42520
42538
|
return Unit_getInstance();
|
|
42521
42539
|
};
|
|
42522
42540
|
}
|
|
42523
42541
|
function InviteState$update$lambda_2(this$0, $id) {
|
|
42524
42542
|
return function ($this$modify) {
|
|
42525
|
-
this$0.
|
|
42543
|
+
this$0.f23_1.f3($id);
|
|
42526
42544
|
return Unit_getInstance();
|
|
42527
42545
|
};
|
|
42528
42546
|
}
|
|
42529
42547
|
function InviteState(invites, currentUserId) {
|
|
42530
|
-
this.
|
|
42531
|
-
this.
|
|
42532
|
-
this.
|
|
42548
|
+
this.f23_1 = invites;
|
|
42549
|
+
this.g23_1 = currentUserId;
|
|
42550
|
+
this.h23_1 = null;
|
|
42533
42551
|
}
|
|
42534
42552
|
InviteState.prototype.k2e = function () {
|
|
42535
|
-
return this.
|
|
42553
|
+
return this.f23_1;
|
|
42536
42554
|
};
|
|
42537
|
-
InviteState.prototype.
|
|
42538
|
-
this.
|
|
42555
|
+
InviteState.prototype.x2d = function (_set____db54di) {
|
|
42556
|
+
this.g23_1 = _set____db54di;
|
|
42539
42557
|
};
|
|
42540
|
-
InviteState.prototype.
|
|
42541
|
-
return this.
|
|
42558
|
+
InviteState.prototype.r2b = function () {
|
|
42559
|
+
return this.f23_1;
|
|
42542
42560
|
};
|
|
42543
|
-
InviteState.prototype.
|
|
42544
|
-
this.
|
|
42561
|
+
InviteState.prototype.i2b = function (_set____db54di) {
|
|
42562
|
+
this.h23_1 = _set____db54di;
|
|
42545
42563
|
};
|
|
42546
|
-
InviteState.prototype.
|
|
42547
|
-
return this.
|
|
42564
|
+
InviteState.prototype.z2d = function () {
|
|
42565
|
+
return this.h23_1;
|
|
42548
42566
|
};
|
|
42549
|
-
InviteState.prototype.
|
|
42567
|
+
InviteState.prototype.g2c = function (event) {
|
|
42550
42568
|
var tmp$ret$0;
|
|
42551
42569
|
// Inline function 'kotlin.apply' call
|
|
42552
42570
|
// Inline function 'kotlin.contracts.contract' call
|
|
42553
42571
|
// Inline function 'com.vonage.clientcore.core.reducers.call.InviteState.update.<anonymous>' call
|
|
42554
|
-
this.
|
|
42555
|
-
this.
|
|
42572
|
+
this.g23_1 = event.o1r_1.y1s_1;
|
|
42573
|
+
this.h23_1 = null;
|
|
42556
42574
|
tmp$ret$0 = this;
|
|
42557
42575
|
return tmp$ret$0;
|
|
42558
42576
|
};
|
|
@@ -42568,7 +42586,7 @@ function requireClientsdkClientcore () {
|
|
|
42568
42586
|
var tmp = ensureNotNull(event.l1n_1.u1n_1.x1y_1);
|
|
42569
42587
|
return modify(this, tmp, InviteState$update$lambda_1(this, event));
|
|
42570
42588
|
};
|
|
42571
|
-
InviteState.prototype.
|
|
42589
|
+
InviteState.prototype.c2d = function (event, id) {
|
|
42572
42590
|
return modify(this, id, InviteState$update$lambda_2(this, id));
|
|
42573
42591
|
};
|
|
42574
42592
|
InviteState.prototype.l2e = function (invites, currentUserId) {
|
|
@@ -42576,17 +42594,17 @@ function requireClientsdkClientcore () {
|
|
|
42576
42594
|
};
|
|
42577
42595
|
InviteState.prototype.f2e = function (invites, currentUserId, $mask0, $handler) {
|
|
42578
42596
|
if (!(($mask0 & 1) === 0))
|
|
42579
|
-
invites = this.
|
|
42597
|
+
invites = this.f23_1;
|
|
42580
42598
|
if (!(($mask0 & 2) === 0))
|
|
42581
|
-
currentUserId = this.
|
|
42599
|
+
currentUserId = this.g23_1;
|
|
42582
42600
|
return this.l2e(invites, currentUserId);
|
|
42583
42601
|
};
|
|
42584
42602
|
InviteState.prototype.toString = function () {
|
|
42585
|
-
return 'InviteState(invites=' + this.
|
|
42603
|
+
return 'InviteState(invites=' + this.f23_1 + ', currentUserId=' + this.g23_1 + ')';
|
|
42586
42604
|
};
|
|
42587
42605
|
InviteState.prototype.hashCode = function () {
|
|
42588
|
-
var result = hashCode(this.
|
|
42589
|
-
result = imul(result, 31) + (this.
|
|
42606
|
+
var result = hashCode(this.f23_1);
|
|
42607
|
+
result = imul(result, 31) + (this.g23_1 == null ? 0 : getStringHashCode(this.g23_1)) | 0;
|
|
42590
42608
|
return result;
|
|
42591
42609
|
};
|
|
42592
42610
|
InviteState.prototype.equals = function (other) {
|
|
@@ -42595,9 +42613,9 @@ function requireClientsdkClientcore () {
|
|
|
42595
42613
|
if (!(other instanceof InviteState))
|
|
42596
42614
|
return false;
|
|
42597
42615
|
var tmp0_other_with_cast = other instanceof InviteState ? other : THROW_CCE();
|
|
42598
|
-
if (!equals(this.
|
|
42616
|
+
if (!equals(this.f23_1, tmp0_other_with_cast.f23_1))
|
|
42599
42617
|
return false;
|
|
42600
|
-
if (!(this.
|
|
42618
|
+
if (!(this.g23_1 == tmp0_other_with_cast.g23_1))
|
|
42601
42619
|
return false;
|
|
42602
42620
|
return true;
|
|
42603
42621
|
};
|
|
@@ -42617,9 +42635,9 @@ function requireClientsdkClientcore () {
|
|
|
42617
42635
|
function Companion_71() {
|
|
42618
42636
|
Companion_instance_71 = this;
|
|
42619
42637
|
}
|
|
42620
|
-
Companion_71.prototype.
|
|
42638
|
+
Companion_71.prototype.o29 = function (e, src) {
|
|
42621
42639
|
var tmp = ErrorReport_init_$Create$(e, src);
|
|
42622
|
-
return new Action(tmp, src.d1c_1.
|
|
42640
|
+
return new Action(tmp, src.d1c_1.d2a(null, null, null, 7, null));
|
|
42623
42641
|
};
|
|
42624
42642
|
Companion_71.$metadata$ = objectMeta('Companion');
|
|
42625
42643
|
var Companion_instance_71;
|
|
@@ -42680,7 +42698,7 @@ function requireClientsdkClientcore () {
|
|
|
42680
42698
|
ActionMeta.prototype.p2e = function (uuid, entityId, callback) {
|
|
42681
42699
|
return new ActionMeta(uuid, entityId, callback);
|
|
42682
42700
|
};
|
|
42683
|
-
ActionMeta.prototype.
|
|
42701
|
+
ActionMeta.prototype.d2a = function (uuid, entityId, callback, $mask0, $handler) {
|
|
42684
42702
|
if (!(($mask0 & 1) === 0))
|
|
42685
42703
|
uuid = this.z1b_1;
|
|
42686
42704
|
if (!(($mask0 & 2) === 0))
|
|
@@ -42768,10 +42786,10 @@ function requireClientsdkClientcore () {
|
|
|
42768
42786
|
this.l1b_1 = logger;
|
|
42769
42787
|
this.m1b_1 = subscribers;
|
|
42770
42788
|
}
|
|
42771
|
-
Reducer.prototype.
|
|
42789
|
+
Reducer.prototype.u2a = function () {
|
|
42772
42790
|
return this.m1b_1;
|
|
42773
42791
|
};
|
|
42774
|
-
Reducer.prototype.
|
|
42792
|
+
Reducer.prototype.v2a = function (action) {
|
|
42775
42793
|
var tmp0_safe_receiver = this.l1b_1;
|
|
42776
42794
|
if (tmp0_safe_receiver == null)
|
|
42777
42795
|
;
|
|
@@ -42780,11 +42798,11 @@ function requireClientsdkClientcore () {
|
|
|
42780
42798
|
}
|
|
42781
42799
|
if (equals(action, get_UnitAction()))
|
|
42782
42800
|
return false;
|
|
42783
|
-
var current = this.
|
|
42784
|
-
var new_0 = this.
|
|
42801
|
+
var current = this.p2a();
|
|
42802
|
+
var new_0 = this.t2a(action, current);
|
|
42785
42803
|
var hasChanged = new_0 == null ? false : current === new_0 ? true : equals(current, new_0);
|
|
42786
42804
|
var tmp1_elvis_lhs = new_0;
|
|
42787
|
-
this.
|
|
42805
|
+
this.o2a(tmp1_elvis_lhs == null ? this.n1b() : tmp1_elvis_lhs);
|
|
42788
42806
|
if (hasChanged) {
|
|
42789
42807
|
var tmp2_safe_receiver = this.l1b_1;
|
|
42790
42808
|
if (tmp2_safe_receiver == null)
|
|
@@ -42824,7 +42842,7 @@ function requireClientsdkClientcore () {
|
|
|
42824
42842
|
var tmp$ret$1;
|
|
42825
42843
|
// Inline function 'com.vonage.clientcore.redux.Store.dispatch.<anonymous>.<anonymous>' call
|
|
42826
42844
|
var tmp2__anonymous__z9zvc9 = accumulator;
|
|
42827
|
-
if (element.
|
|
42845
|
+
if (element.v2a(a)) {
|
|
42828
42846
|
tmp2__anonymous__z9zvc9.a1(element.m1b_1);
|
|
42829
42847
|
}
|
|
42830
42848
|
tmp$ret$1 = tmp2__anonymous__z9zvc9;
|
|
@@ -43055,7 +43073,7 @@ function requireClientsdkClientcore () {
|
|
|
43055
43073
|
Pending.prototype.r1 = function () {
|
|
43056
43074
|
return this.r2e_1;
|
|
43057
43075
|
};
|
|
43058
|
-
Pending.prototype.
|
|
43076
|
+
Pending.prototype.q2c = function () {
|
|
43059
43077
|
return this.t2e_1;
|
|
43060
43078
|
};
|
|
43061
43079
|
Pending.prototype.toString = function () {
|
|
@@ -43090,7 +43108,7 @@ function requireClientsdkClientcore () {
|
|
|
43090
43108
|
Resolved.prototype.r1 = function () {
|
|
43091
43109
|
return this.u2e_1;
|
|
43092
43110
|
};
|
|
43093
|
-
Resolved.prototype.
|
|
43111
|
+
Resolved.prototype.q2c = function () {
|
|
43094
43112
|
return this.v2e_1;
|
|
43095
43113
|
};
|
|
43096
43114
|
Resolved.prototype.toString = function () {
|
|
@@ -43119,7 +43137,7 @@ function requireClientsdkClientcore () {
|
|
|
43119
43137
|
Failed.prototype.r1 = function () {
|
|
43120
43138
|
return this.x20_1;
|
|
43121
43139
|
};
|
|
43122
|
-
Failed.prototype.
|
|
43140
|
+
Failed.prototype.q2c = function () {
|
|
43123
43141
|
return this.y20_1;
|
|
43124
43142
|
};
|
|
43125
43143
|
Failed.prototype.toString = function () {
|
|
@@ -44290,15 +44308,15 @@ function requireClientsdkClientcore () {
|
|
|
44290
44308
|
var REASON_PING_TIMEOUT;
|
|
44291
44309
|
function RTCQualityJS(callQuality) {
|
|
44292
44310
|
this.q2g_1 = callQuality;
|
|
44293
|
-
this.r2g_1 = this.q2g_1.
|
|
44294
|
-
this.s2g_1 = this.q2g_1.
|
|
44295
|
-
this.t2g_1 = this.q2g_1.
|
|
44296
|
-
this.u2g_1 = this.q2g_1.
|
|
44297
|
-
this.v2g_1 = this.q2g_1.
|
|
44298
|
-
this.w2g_1 = this.q2g_1.
|
|
44299
|
-
this.x2g_1 = this.q2g_1.
|
|
44300
|
-
this.y2g_1 = this.q2g_1.
|
|
44301
|
-
this.z2g_1 = this.q2g_1.
|
|
44311
|
+
this.r2g_1 = this.q2g_1.f26_1;
|
|
44312
|
+
this.s2g_1 = this.q2g_1.g26_1;
|
|
44313
|
+
this.t2g_1 = this.q2g_1.h26_1;
|
|
44314
|
+
this.u2g_1 = this.q2g_1.i26_1;
|
|
44315
|
+
this.v2g_1 = this.q2g_1.j26_1;
|
|
44316
|
+
this.w2g_1 = this.q2g_1.k26_1;
|
|
44317
|
+
this.x2g_1 = this.q2g_1.l26_1;
|
|
44318
|
+
this.y2g_1 = this.q2g_1.m26_1;
|
|
44319
|
+
this.z2g_1 = this.q2g_1.n26_1;
|
|
44302
44320
|
}
|
|
44303
44321
|
RTCQualityJS.prototype.a2h = function () {
|
|
44304
44322
|
return this.r2g_1;
|
|
@@ -44415,7 +44433,7 @@ function requireClientsdkClientcore () {
|
|
|
44415
44433
|
function HttpClientJSAdapter$1($js) {
|
|
44416
44434
|
this.l2h_1 = $js;
|
|
44417
44435
|
}
|
|
44418
|
-
HttpClientJSAdapter$1.prototype.
|
|
44436
|
+
HttpClientJSAdapter$1.prototype.l27 = function (verb, url, headers, body, callback) {
|
|
44419
44437
|
var tmp = verb.toString();
|
|
44420
44438
|
var tmp$ret$1;
|
|
44421
44439
|
// Inline function 'kotlin.let' call
|
|
@@ -44452,13 +44470,13 @@ function requireClientsdkClientcore () {
|
|
|
44452
44470
|
this.n2h_1 = $js;
|
|
44453
44471
|
this.m2h_1 = null;
|
|
44454
44472
|
}
|
|
44455
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44473
|
+
SocketClientJSAdapter$adapter$1.prototype.o27 = function (_set____db54di) {
|
|
44456
44474
|
this.m2h_1 = _set____db54di;
|
|
44457
44475
|
};
|
|
44458
44476
|
SocketClientJSAdapter$adapter$1.prototype.o2h = function () {
|
|
44459
44477
|
return this.m2h_1;
|
|
44460
44478
|
};
|
|
44461
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44479
|
+
SocketClientJSAdapter$adapter$1.prototype.p27 = function (type, msg, callback) {
|
|
44462
44480
|
var tmp0_safe_receiver = msg;
|
|
44463
44481
|
var tmp;
|
|
44464
44482
|
if (tmp0_safe_receiver == null) {
|
|
@@ -44476,16 +44494,16 @@ function requireClientsdkClientcore () {
|
|
|
44476
44494
|
var tmp_0 = tmp;
|
|
44477
44495
|
this.n2h_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
|
|
44478
44496
|
};
|
|
44479
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44497
|
+
SocketClientJSAdapter$adapter$1.prototype.q27 = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query) {
|
|
44480
44498
|
this.n2h_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, query);
|
|
44481
44499
|
};
|
|
44482
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44500
|
+
SocketClientJSAdapter$adapter$1.prototype.r27 = function () {
|
|
44483
44501
|
this.n2h_1.disconnect();
|
|
44484
44502
|
};
|
|
44485
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44503
|
+
SocketClientJSAdapter$adapter$1.prototype.s27 = function (token) {
|
|
44486
44504
|
this.n2h_1.setConnectParamsSocketConfig(token);
|
|
44487
44505
|
};
|
|
44488
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44506
|
+
SocketClientJSAdapter$adapter$1.prototype.t27 = function (milliseconds, callback) {
|
|
44489
44507
|
this.n2h_1.startVerifyResponseTimer(milliseconds, callback);
|
|
44490
44508
|
};
|
|
44491
44509
|
SocketClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [SocketClient]);
|
|
@@ -44497,7 +44515,7 @@ function requireClientsdkClientcore () {
|
|
|
44497
44515
|
if (tmp0_safe_receiver == null)
|
|
44498
44516
|
;
|
|
44499
44517
|
else {
|
|
44500
|
-
tmp0_safe_receiver.
|
|
44518
|
+
tmp0_safe_receiver.s29(new UnknownSocketEvent(body, type));
|
|
44501
44519
|
}
|
|
44502
44520
|
};
|
|
44503
44521
|
SocketClientJSAdapter$1.prototype.didReceiveNewSocketConnectionStatusEvent = function (type, reason) {
|
|
@@ -44528,35 +44546,35 @@ function requireClientsdkClientcore () {
|
|
|
44528
44546
|
case 'NXMCORE_REASON_SERVER_DISCONNECTED':
|
|
44529
44547
|
var tmp1_safe_receiver_0 = this.p2h_1.m2h_1;
|
|
44530
44548
|
if (tmp1_safe_receiver_0 == null) ; else {
|
|
44531
|
-
tmp1_safe_receiver_0.
|
|
44549
|
+
tmp1_safe_receiver_0.t29(tmp1_safe_receiver, SocketConnectionFailedReason_ServerDisconnected_getInstance());
|
|
44532
44550
|
Unit_getInstance();
|
|
44533
44551
|
}
|
|
44534
44552
|
break;
|
|
44535
44553
|
case 'NXMCORE_REASON_CLIENT_DISCONNECTED':
|
|
44536
44554
|
var tmp2_safe_receiver = this.p2h_1.m2h_1;
|
|
44537
44555
|
if (tmp2_safe_receiver == null) ; else {
|
|
44538
|
-
tmp2_safe_receiver.
|
|
44556
|
+
tmp2_safe_receiver.t29(tmp1_safe_receiver, SocketConnectionFailedReason_ClientDisconnected_getInstance());
|
|
44539
44557
|
Unit_getInstance();
|
|
44540
44558
|
}
|
|
44541
44559
|
break;
|
|
44542
44560
|
case 'NXMCORE_CLIENT_NETWORK_ERROR':
|
|
44543
44561
|
var tmp3_safe_receiver = this.p2h_1.m2h_1;
|
|
44544
44562
|
if (tmp3_safe_receiver == null) ; else {
|
|
44545
|
-
tmp3_safe_receiver.
|
|
44563
|
+
tmp3_safe_receiver.t29(tmp1_safe_receiver, SocketConnectionFailedReason_ClientNetworkError_getInstance());
|
|
44546
44564
|
Unit_getInstance();
|
|
44547
44565
|
}
|
|
44548
44566
|
break;
|
|
44549
44567
|
case 'NXMCORE_REASON_PING_TIMEOUT':
|
|
44550
44568
|
var tmp4_safe_receiver = this.p2h_1.m2h_1;
|
|
44551
44569
|
if (tmp4_safe_receiver == null) ; else {
|
|
44552
|
-
tmp4_safe_receiver.
|
|
44570
|
+
tmp4_safe_receiver.t29(tmp1_safe_receiver, SocketConnectionFailedReason_PingTimeout_getInstance());
|
|
44553
44571
|
Unit_getInstance();
|
|
44554
44572
|
}
|
|
44555
44573
|
break;
|
|
44556
44574
|
default:
|
|
44557
44575
|
var tmp5_safe_receiver = this.p2h_1.m2h_1;
|
|
44558
44576
|
if (tmp5_safe_receiver == null) ; else {
|
|
44559
|
-
tmp5_safe_receiver.
|
|
44577
|
+
tmp5_safe_receiver.t29(tmp1_safe_receiver, null);
|
|
44560
44578
|
Unit_getInstance();
|
|
44561
44579
|
}
|
|
44562
44580
|
break;
|
|
@@ -44567,25 +44585,25 @@ function requireClientsdkClientcore () {
|
|
|
44567
44585
|
function MediaClientJSAdapter$adapter$1($js) {
|
|
44568
44586
|
this.q2h_1 = $js;
|
|
44569
44587
|
}
|
|
44570
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44588
|
+
MediaClientJSAdapter$adapter$1.prototype.w27 = function (closure) {
|
|
44571
44589
|
this.q2h_1.enableMediaOutbound(closure);
|
|
44572
44590
|
};
|
|
44573
44591
|
MediaClientJSAdapter$adapter$1.prototype.r2h = function (closure, offerSDP, rtcId) {
|
|
44574
44592
|
this.q2h_1.enableMediaInbound(closure, offerSDP, rtcId);
|
|
44575
44593
|
};
|
|
44576
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44594
|
+
MediaClientJSAdapter$adapter$1.prototype.x27 = function (closure, offerSDP, rtcId) {
|
|
44577
44595
|
return this.r2h(closure, offerSDP, rtcId);
|
|
44578
44596
|
};
|
|
44579
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44597
|
+
MediaClientJSAdapter$adapter$1.prototype.y27 = function (id, sdp) {
|
|
44580
44598
|
this.q2h_1.processAnswer(id, sdp);
|
|
44581
44599
|
};
|
|
44582
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44600
|
+
MediaClientJSAdapter$adapter$1.prototype.z27 = function (id) {
|
|
44583
44601
|
this.q2h_1.disableMedia(id);
|
|
44584
44602
|
};
|
|
44585
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44603
|
+
MediaClientJSAdapter$adapter$1.prototype.a28 = function (id) {
|
|
44586
44604
|
this.q2h_1.mute(id);
|
|
44587
44605
|
};
|
|
44588
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44606
|
+
MediaClientJSAdapter$adapter$1.prototype.b28 = function (id) {
|
|
44589
44607
|
this.q2h_1.unmute(id);
|
|
44590
44608
|
};
|
|
44591
44609
|
MediaClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [MediaClient]);
|