@vonage/client-sdk 0.1.5-alpha.2 → 0.1.5-alpha.4
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 +1010 -968
- package/dist/voice/index.mjs +1010 -968
- package/dist/vonageClientSDK.js +1010 -968
- package/dist/vonageClientSDK.min.js +2 -2
- package/dist/vonageClientSDK.min.mjs +1 -1
- package/dist/vonageClientSDK.mjs +1010 -968
- package/package.json +1 -1
package/dist/voice/index.mjs
CHANGED
|
@@ -21516,17 +21516,6 @@ function requireClientsdkClientcore () {
|
|
|
21516
21516
|
return true;
|
|
21517
21517
|
};
|
|
21518
21518
|
ErrorReport.$metadata$ = classMeta('ErrorReport', [Actionable]);
|
|
21519
|
-
function MemberKickRequest_init_$Init$(cid, mid, reasonText, reasonCode, $mask0, $marker, $this) {
|
|
21520
|
-
if (!(($mask0 & 4) === 0))
|
|
21521
|
-
reasonText = null;
|
|
21522
|
-
if (!(($mask0 & 8) === 0))
|
|
21523
|
-
reasonCode = null;
|
|
21524
|
-
MemberKickRequest.call($this, cid, mid, reasonText, reasonCode);
|
|
21525
|
-
return $this;
|
|
21526
|
-
}
|
|
21527
|
-
function MemberKickRequest_init_$Create$(cid, mid, reasonText, reasonCode, $mask0, $marker) {
|
|
21528
|
-
return MemberKickRequest_init_$Init$(cid, mid, reasonText, reasonCode, $mask0, $marker, Object.create(MemberKickRequest.prototype));
|
|
21529
|
-
}
|
|
21530
21519
|
function MemberKickRequest(cid, mid, reasonText, reasonCode) {
|
|
21531
21520
|
this.g1c_1 = cid;
|
|
21532
21521
|
this.h1c_1 = mid;
|
|
@@ -34379,7 +34368,7 @@ function requireClientsdkClientcore () {
|
|
|
34379
34368
|
listener.t1z(event.n1n_1, event.l1n_1.s1n_1, event.l1n_1.t1n_1.p1z_1);
|
|
34380
34369
|
} else {
|
|
34381
34370
|
if (tmp0_subject instanceof MemberLeftEvent) {
|
|
34382
|
-
listener.o1z(event.b1o_1, event.z1n_1.f1o_1, event.z1n_1.g1o_1.l1z_1,
|
|
34371
|
+
listener.o1z(event.b1o_1, event.z1n_1.f1o_1, event.z1n_1.g1o_1.l1z_1, event.z1n_1.h1o_1.x1y_1);
|
|
34383
34372
|
} else {
|
|
34384
34373
|
if (tmp0_subject instanceof AudioSayEvent) {
|
|
34385
34374
|
listener.k1z();
|
|
@@ -34400,10 +34389,10 @@ function requireClientsdkClientcore () {
|
|
|
34400
34389
|
listener.h1z(event.d1q_1, event.b1q_1.y1p_1, false);
|
|
34401
34390
|
} else {
|
|
34402
34391
|
if (tmp0_subject instanceof AudioDTMFEvent) {
|
|
34403
|
-
listener.g1z(event.j1q_1,
|
|
34392
|
+
listener.g1z(event.j1q_1, event.h1q_1.o1q_1.e1z_1, event.h1q_1.n1q_1);
|
|
34404
34393
|
} else {
|
|
34405
34394
|
if (tmp0_subject instanceof RTCHangupEvent) {
|
|
34406
|
-
listener.d1z(event.t1q_1,
|
|
34395
|
+
listener.d1z(event.t1q_1, event.r1q_1.n1m_1.x1y_1, event.r1q_1);
|
|
34407
34396
|
}
|
|
34408
34397
|
}
|
|
34409
34398
|
}
|
|
@@ -35075,7 +35064,7 @@ function requireClientsdkClientcore () {
|
|
|
35075
35064
|
this.e22_1.y1b(new Action(tmp, ActionMeta_init_$Create$(null, this.j22_1, VoiceCallInvite$answerCall$lambda(callback, this), 1, null)));
|
|
35076
35065
|
};
|
|
35077
35066
|
VoiceCallInvite.prototype.t22 = function (callback) {
|
|
35078
|
-
var tmp =
|
|
35067
|
+
var tmp = new MemberKickRequest(this.h22_1, this.i22_1, 'call-rejected-by-callee', 'REMOTE_REJECT');
|
|
35079
35068
|
this.e22_1.y1b(new Action(tmp, ActionMeta_init_$Create$(null, this.j22_1, VoiceCallInvite$rejectCall$lambda(callback), 1, null)));
|
|
35080
35069
|
};
|
|
35081
35070
|
VoiceCallInvite.$metadata$ = classMeta('VoiceCallInvite');
|
|
@@ -35142,9 +35131,9 @@ function requireClientsdkClientcore () {
|
|
|
35142
35131
|
return Unit_getInstance();
|
|
35143
35132
|
};
|
|
35144
35133
|
}
|
|
35145
|
-
function VoiceAPIImpl$o$onAudioDTMFUpdate$lambda($
|
|
35134
|
+
function VoiceAPIImpl$o$onAudioDTMFUpdate$lambda($leg_id, $digits) {
|
|
35146
35135
|
return function (l, callId) {
|
|
35147
|
-
l.b22(callId, $
|
|
35136
|
+
l.b22(callId, $leg_id, $digits);
|
|
35148
35137
|
return Unit_getInstance();
|
|
35149
35138
|
};
|
|
35150
35139
|
}
|
|
@@ -35228,20 +35217,25 @@ function requireClientsdkClientcore () {
|
|
|
35228
35217
|
if (tmp instanceof Failed) {
|
|
35229
35218
|
$this.y22_1.y1b(Action_init_$Create$(new MediaDisable(callState.k21_1)));
|
|
35230
35219
|
} else {
|
|
35231
|
-
var tmp_0;
|
|
35232
|
-
|
|
35233
|
-
|
|
35234
|
-
var tmp_2 = callState.l21_1.r1();
|
|
35235
|
-
tmp_0 = tmp_2 instanceof None_1;
|
|
35220
|
+
var tmp_0 = callState.m21_1.r1();
|
|
35221
|
+
if (tmp_0 instanceof Completed) {
|
|
35222
|
+
$this.y22_1.y1b(Action_init_$Create$(new MediaDisable(callState.k21_1)));
|
|
35236
35223
|
} else {
|
|
35237
|
-
|
|
35238
|
-
|
|
35239
|
-
|
|
35240
|
-
|
|
35241
|
-
|
|
35242
|
-
|
|
35243
|
-
|
|
35244
|
-
|
|
35224
|
+
var tmp_1;
|
|
35225
|
+
var tmp_2 = callState.m21_1.r1();
|
|
35226
|
+
if (tmp_2 instanceof Prewarm) {
|
|
35227
|
+
var tmp_3 = callState.l21_1.r1();
|
|
35228
|
+
tmp_1 = tmp_3 instanceof None_1;
|
|
35229
|
+
} else {
|
|
35230
|
+
tmp_1 = false;
|
|
35231
|
+
}
|
|
35232
|
+
if (tmp_1) {
|
|
35233
|
+
var tmp0_safe_receiver = callState.j21_1;
|
|
35234
|
+
var tmp_4 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f2('to');
|
|
35235
|
+
var tmp1_elvis_lhs = (!(tmp_4 == null) ? typeof tmp_4 === 'string' : false) ? tmp_4 : null;
|
|
35236
|
+
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);
|
|
35237
|
+
$this.y22_1.y1b(new Action(tmp_5, ActionMeta_init_$Create$(null, callState.k21_1, null, 5, null)));
|
|
35238
|
+
}
|
|
35245
35239
|
}
|
|
35246
35240
|
}
|
|
35247
35241
|
}
|
|
@@ -35259,26 +35253,26 @@ function requireClientsdkClientcore () {
|
|
|
35259
35253
|
} else {
|
|
35260
35254
|
var tmp2_subject = callState.l21_1.r1();
|
|
35261
35255
|
if (tmp2_subject instanceof Joined) {
|
|
35262
|
-
var
|
|
35256
|
+
var prevCallState = previousCallState.l21_1.r1();
|
|
35257
|
+
var tmp = callState.l21_1.r1();
|
|
35258
|
+
var newConversation = new Conversation((tmp instanceof Joined ? tmp : THROW_CCE()).p21_1);
|
|
35263
35259
|
var tmp_0;
|
|
35264
|
-
var tmp_1
|
|
35265
|
-
|
|
35266
|
-
|
|
35267
|
-
|
|
35260
|
+
var tmp_1;
|
|
35261
|
+
var tmp_2 = previousCallState.l21_1;
|
|
35262
|
+
if (tmp_2 instanceof Resolved) {
|
|
35263
|
+
tmp_1 = prevCallState instanceof Joined;
|
|
35268
35264
|
} else {
|
|
35269
|
-
|
|
35265
|
+
tmp_1 = false;
|
|
35270
35266
|
}
|
|
35271
|
-
if (
|
|
35267
|
+
if (tmp_1) {
|
|
35272
35268
|
var tmp_3 = callState.l21_1;
|
|
35273
|
-
|
|
35269
|
+
tmp_0 = !(tmp_3 instanceof Pending);
|
|
35274
35270
|
} else {
|
|
35275
|
-
|
|
35271
|
+
tmp_0 = false;
|
|
35276
35272
|
}
|
|
35277
|
-
if (
|
|
35278
|
-
var tmp_4 =
|
|
35279
|
-
var
|
|
35280
|
-
var tmp_5 = previousCallState.l21_1.r1();
|
|
35281
|
-
var prevConversation = new Conversation((tmp_5 instanceof Joined ? tmp_5 : THROW_CCE()).p21_1);
|
|
35273
|
+
if (tmp_0) {
|
|
35274
|
+
var tmp_4 = previousCallState.l21_1.r1();
|
|
35275
|
+
var prevConversation = new Conversation((tmp_4 instanceof Joined ? tmp_4 : THROW_CCE()).p21_1);
|
|
35282
35276
|
var tmp3_safe_receiver = delegate;
|
|
35283
35277
|
if (tmp3_safe_receiver == null)
|
|
35284
35278
|
;
|
|
@@ -35286,9 +35280,29 @@ function requireClientsdkClientcore () {
|
|
|
35286
35280
|
tmp3_safe_receiver.y21(callState.k21_1, newConversation, prevConversation);
|
|
35287
35281
|
}
|
|
35288
35282
|
}
|
|
35289
|
-
|
|
35290
|
-
|
|
35291
|
-
|
|
35283
|
+
var tmp_5;
|
|
35284
|
+
var tmp_6;
|
|
35285
|
+
var tmp_7 = previousCallState.l21_1;
|
|
35286
|
+
if (tmp_7 instanceof Resolved) {
|
|
35287
|
+
tmp_6 = prevCallState instanceof Left;
|
|
35288
|
+
} else {
|
|
35289
|
+
tmp_6 = false;
|
|
35290
|
+
}
|
|
35291
|
+
if (tmp_6) {
|
|
35292
|
+
var tmp_8 = callState.l21_1;
|
|
35293
|
+
tmp_5 = !(tmp_8 instanceof Pending);
|
|
35294
|
+
} else {
|
|
35295
|
+
tmp_5 = false;
|
|
35296
|
+
}
|
|
35297
|
+
if (tmp_5) {
|
|
35298
|
+
var tmp_9 = previousCallState.l21_1.r1();
|
|
35299
|
+
var prevConversation_0 = new Conversation((tmp_9 instanceof Left ? tmp_9 : THROW_CCE()).c23_1);
|
|
35300
|
+
var tmp4_safe_receiver = delegate;
|
|
35301
|
+
if (tmp4_safe_receiver == null)
|
|
35302
|
+
;
|
|
35303
|
+
else {
|
|
35304
|
+
tmp4_safe_receiver.y21(callState.k21_1, newConversation, prevConversation_0);
|
|
35305
|
+
}
|
|
35292
35306
|
}
|
|
35293
35307
|
}
|
|
35294
35308
|
}
|
|
@@ -35342,30 +35356,34 @@ function requireClientsdkClientcore () {
|
|
|
35342
35356
|
};
|
|
35343
35357
|
}
|
|
35344
35358
|
function VoiceAPIImpl$1(this$0) {
|
|
35345
|
-
this.
|
|
35359
|
+
this.e23_1 = this$0;
|
|
35346
35360
|
}
|
|
35347
35361
|
VoiceAPIImpl$1.prototype.i1z = function (conversationId, legId, isMuted) {
|
|
35348
|
-
invokeListener_0(this.
|
|
35362
|
+
invokeListener_0(this.e23_1, conversationId, VoiceAPIImpl$o$onAudioMuteUpdate$lambda(legId, isMuted));
|
|
35349
35363
|
};
|
|
35350
35364
|
VoiceAPIImpl$1.prototype.h1z = function (conversationId, legId, earmuffStatus) {
|
|
35351
|
-
invokeListener_0(this.
|
|
35365
|
+
invokeListener_0(this.e23_1, conversationId, VoiceAPIImpl$o$onAudioEarmuffUpdate$lambda(legId, earmuffStatus));
|
|
35352
35366
|
};
|
|
35353
35367
|
VoiceAPIImpl$1.prototype.g1z = function (conversationId, legId, digits) {
|
|
35354
|
-
|
|
35368
|
+
var tmp0_elvis_lhs = legId;
|
|
35369
|
+
var leg_id = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
35370
|
+
invokeListener_0(this.e23_1, conversationId, VoiceAPIImpl$o$onAudioDTMFUpdate$lambda(leg_id, digits));
|
|
35355
35371
|
};
|
|
35356
35372
|
VoiceAPIImpl$1.prototype.d1z = function (conversationId, legId, hangup) {
|
|
35357
|
-
|
|
35373
|
+
if (!(legId === null)) {
|
|
35374
|
+
invokeListener(this.e23_1, conversationId, legId, VoiceAPIImpl$o$onRTCHangup$lambda(legId, hangup));
|
|
35375
|
+
}
|
|
35358
35376
|
};
|
|
35359
35377
|
VoiceAPIImpl$1.prototype.j1z = function (conversationId, legId, status) {
|
|
35360
35378
|
var tmp0_elvis_lhs = conversationId;
|
|
35361
35379
|
var tmp = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
35362
|
-
invokeListener(this.
|
|
35380
|
+
invokeListener(this.e23_1, tmp, legId, VoiceAPIImpl$o$onLegStatusUpdate$lambda(legId, status));
|
|
35363
35381
|
};
|
|
35364
35382
|
VoiceAPIImpl$1.$metadata$ = classMeta(undefined, [EventListener]);
|
|
35365
35383
|
function VoiceAPIImpl$lambda$lambda(this$0, $cache) {
|
|
35366
35384
|
return function () {
|
|
35367
35385
|
var state = ensureNotNull(this$0.y22_1.z1z(getKClass(InviteReducer)));
|
|
35368
|
-
var tmp0_safe_receiver = state.
|
|
35386
|
+
var tmp0_safe_receiver = state.h23_1;
|
|
35369
35387
|
var tmp;
|
|
35370
35388
|
if (tmp0_safe_receiver == null) {
|
|
35371
35389
|
tmp = null;
|
|
@@ -35377,22 +35395,22 @@ function requireClientsdkClientcore () {
|
|
|
35377
35395
|
// Inline function 'com.vonage.clientcore.core.api.VoiceAPIImpl.<anonymous>.<anonymous>.<anonymous>' call
|
|
35378
35396
|
var tmp$ret$0;
|
|
35379
35397
|
// Inline function 'kotlin.collections.get' call
|
|
35380
|
-
var tmp0_get = state.
|
|
35381
|
-
var tmp1_get = state.
|
|
35398
|
+
var tmp0_get = state.f23_1;
|
|
35399
|
+
var tmp1_get = state.h23_1;
|
|
35382
35400
|
tmp$ret$0 = (isInterface(tmp0_get, Map) ? tmp0_get : THROW_CCE()).f2(tmp1_get);
|
|
35383
35401
|
tmp$ret$1 = tmp$ret$0;
|
|
35384
35402
|
tmp$ret$2 = tmp$ret$1;
|
|
35385
35403
|
tmp = tmp$ret$2;
|
|
35386
35404
|
}
|
|
35387
35405
|
var updatedInvite = tmp;
|
|
35388
|
-
if (state.
|
|
35406
|
+
if (state.h23_1 == null) {
|
|
35389
35407
|
Unit_getInstance();
|
|
35390
35408
|
} else {
|
|
35391
35409
|
var tmp_1;
|
|
35392
35410
|
if (!(updatedInvite == null)) {
|
|
35393
35411
|
var tmp$ret$3;
|
|
35394
35412
|
// Inline function 'kotlin.collections.get' call
|
|
35395
|
-
var tmp0_get_0 = state.
|
|
35413
|
+
var tmp0_get_0 = state.h23_1;
|
|
35396
35414
|
tmp$ret$3 = (isInterface($cache, Map) ? $cache : THROW_CCE()).f2(tmp0_get_0);
|
|
35397
35415
|
tmp_1 = tmp$ret$3 == null;
|
|
35398
35416
|
} else {
|
|
@@ -35402,7 +35420,7 @@ function requireClientsdkClientcore () {
|
|
|
35402
35420
|
var tmp2_set = updatedInvite.n22_1;
|
|
35403
35421
|
var tmp$ret$4;
|
|
35404
35422
|
// Inline function 'kotlin.also' call
|
|
35405
|
-
var tmp1_also = updatedInvite.
|
|
35423
|
+
var tmp1_also = updatedInvite.i23(null, null, null, null, null, null, 63, null);
|
|
35406
35424
|
// Inline function 'kotlin.contracts.contract' call
|
|
35407
35425
|
// Inline function 'com.vonage.clientcore.core.api.VoiceAPIImpl.<anonymous>.<anonymous>.<anonymous>' call
|
|
35408
35426
|
var tmp0_safe_receiver_0 = this$0.b23_1;
|
|
@@ -35420,7 +35438,7 @@ function requireClientsdkClientcore () {
|
|
|
35420
35438
|
if (updatedInvite == null) {
|
|
35421
35439
|
var tmp$ret$5;
|
|
35422
35440
|
// Inline function 'kotlin.collections.get' call
|
|
35423
|
-
var tmp4_get = state.
|
|
35441
|
+
var tmp4_get = state.h23_1;
|
|
35424
35442
|
tmp$ret$5 = (isInterface($cache, Map) ? $cache : THROW_CCE()).f2(tmp4_get);
|
|
35425
35443
|
tmp_2 = !(tmp$ret$5 == null);
|
|
35426
35444
|
} else {
|
|
@@ -35428,7 +35446,7 @@ function requireClientsdkClientcore () {
|
|
|
35428
35446
|
}
|
|
35429
35447
|
if (tmp_2) {
|
|
35430
35448
|
// Inline function 'kotlin.collections.remove' call
|
|
35431
|
-
var tmp5_remove = state.
|
|
35449
|
+
var tmp5_remove = state.h23_1;
|
|
35432
35450
|
(isInterface($cache, MutableMap) ? $cache : THROW_CCE()).f3(tmp5_remove);
|
|
35433
35451
|
Unit_getInstance();
|
|
35434
35452
|
} else {
|
|
@@ -35486,7 +35504,7 @@ function requireClientsdkClientcore () {
|
|
|
35486
35504
|
}
|
|
35487
35505
|
if (tmp_1) {
|
|
35488
35506
|
var tmp1_set = updatedCall.k21_1;
|
|
35489
|
-
var tmp2_set = updatedCall.
|
|
35507
|
+
var tmp2_set = updatedCall.j23(false, null, null, null, null, null, null, 127, null);
|
|
35490
35508
|
$cache.l(tmp1_set, tmp2_set);
|
|
35491
35509
|
Unit_getInstance();
|
|
35492
35510
|
} else {
|
|
@@ -35508,12 +35526,12 @@ function requireClientsdkClientcore () {
|
|
|
35508
35526
|
var previousCall = ensureNotNull(tmp$ret$5);
|
|
35509
35527
|
// Inline function 'kotlin.collections.set' call
|
|
35510
35528
|
var tmp5_set = updatedCall.k21_1;
|
|
35511
|
-
var tmp6_set = updatedCall.
|
|
35529
|
+
var tmp6_set = updatedCall.j23(false, null, null, null, null, null, null, 127, null);
|
|
35512
35530
|
$cache.l(tmp5_set, tmp6_set);
|
|
35513
35531
|
if (!equals(updatedCall.l21_1, previousCall.l21_1)) {
|
|
35514
35532
|
onCallMemberChange(this$0, updatedCall, previousCall, this$0.b23_1);
|
|
35515
35533
|
}
|
|
35516
|
-
if (!(updatedCall.n21_1.
|
|
35534
|
+
if (!(updatedCall.n21_1.k23_1 == null) ? !updatedCall.n21_1.equals(previousCall.n21_1) ? true : !equals(updatedCall.m21_1, previousCall.m21_1) : false) {
|
|
35517
35535
|
onCallMediaChange(this$0, updatedCall);
|
|
35518
35536
|
Unit_getInstance();
|
|
35519
35537
|
}
|
|
@@ -35584,7 +35602,7 @@ function requireClientsdkClientcore () {
|
|
|
35584
35602
|
var s = sessionState.s20_1.r1();
|
|
35585
35603
|
var tmp;
|
|
35586
35604
|
if (s instanceof Active) {
|
|
35587
|
-
tmp = s.t1u_1.
|
|
35605
|
+
tmp = s.t1u_1.o23_1;
|
|
35588
35606
|
} else {
|
|
35589
35607
|
var tmp$ret$1;
|
|
35590
35608
|
// Inline function 'kotlin.let' call
|
|
@@ -35649,38 +35667,38 @@ function requireClientsdkClientcore () {
|
|
|
35649
35667
|
}
|
|
35650
35668
|
VoiceCallError.$metadata$ = classMeta('VoiceCallError', undefined, undefined, undefined, undefined, Exception.prototype);
|
|
35651
35669
|
function SetupInboundCall(rtcId, conversationId, memberId, from, sdp, context) {
|
|
35652
|
-
this.
|
|
35653
|
-
this.
|
|
35654
|
-
this.
|
|
35655
|
-
this.
|
|
35656
|
-
this.
|
|
35657
|
-
this.
|
|
35670
|
+
this.p23_1 = rtcId;
|
|
35671
|
+
this.q23_1 = conversationId;
|
|
35672
|
+
this.r23_1 = memberId;
|
|
35673
|
+
this.s23_1 = from;
|
|
35674
|
+
this.t23_1 = sdp;
|
|
35675
|
+
this.u23_1 = context;
|
|
35658
35676
|
}
|
|
35659
|
-
SetupInboundCall.prototype.t23 = function () {
|
|
35660
|
-
return this.n23_1;
|
|
35661
|
-
};
|
|
35662
|
-
SetupInboundCall.prototype.u23 = function () {
|
|
35663
|
-
return this.o23_1;
|
|
35664
|
-
};
|
|
35665
35677
|
SetupInboundCall.prototype.v23 = function () {
|
|
35666
35678
|
return this.p23_1;
|
|
35667
35679
|
};
|
|
35668
|
-
SetupInboundCall.prototype.
|
|
35680
|
+
SetupInboundCall.prototype.w23 = function () {
|
|
35669
35681
|
return this.q23_1;
|
|
35670
35682
|
};
|
|
35671
|
-
SetupInboundCall.prototype.
|
|
35683
|
+
SetupInboundCall.prototype.x23 = function () {
|
|
35672
35684
|
return this.r23_1;
|
|
35673
35685
|
};
|
|
35686
|
+
SetupInboundCall.prototype.n1h = function () {
|
|
35687
|
+
return this.s23_1;
|
|
35688
|
+
};
|
|
35689
|
+
SetupInboundCall.prototype.a1j = function () {
|
|
35690
|
+
return this.t23_1;
|
|
35691
|
+
};
|
|
35674
35692
|
SetupInboundCall.prototype.toString = function () {
|
|
35675
|
-
return 'SetupInboundCall(rtcId=' + this.
|
|
35693
|
+
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 + ')';
|
|
35676
35694
|
};
|
|
35677
35695
|
SetupInboundCall.prototype.hashCode = function () {
|
|
35678
|
-
var result = getStringHashCode(this.
|
|
35679
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
35680
|
-
result = imul(result, 31) + getStringHashCode(this.p23_1) | 0;
|
|
35681
|
-
result = imul(result, 31) + hashCode(this.q23_1) | 0;
|
|
35696
|
+
var result = getStringHashCode(this.p23_1);
|
|
35697
|
+
result = imul(result, 31) + getStringHashCode(this.q23_1) | 0;
|
|
35682
35698
|
result = imul(result, 31) + getStringHashCode(this.r23_1) | 0;
|
|
35683
|
-
result = imul(result, 31) +
|
|
35699
|
+
result = imul(result, 31) + hashCode(this.s23_1) | 0;
|
|
35700
|
+
result = imul(result, 31) + getStringHashCode(this.t23_1) | 0;
|
|
35701
|
+
result = imul(result, 31) + (this.u23_1 == null ? 0 : hashCode(this.u23_1)) | 0;
|
|
35684
35702
|
return result;
|
|
35685
35703
|
};
|
|
35686
35704
|
SetupInboundCall.prototype.equals = function (other) {
|
|
@@ -35689,37 +35707,37 @@ function requireClientsdkClientcore () {
|
|
|
35689
35707
|
if (!(other instanceof SetupInboundCall))
|
|
35690
35708
|
return false;
|
|
35691
35709
|
var tmp0_other_with_cast = other instanceof SetupInboundCall ? other : THROW_CCE();
|
|
35692
|
-
if (!(this.n23_1 === tmp0_other_with_cast.n23_1))
|
|
35693
|
-
return false;
|
|
35694
|
-
if (!(this.o23_1 === tmp0_other_with_cast.o23_1))
|
|
35695
|
-
return false;
|
|
35696
35710
|
if (!(this.p23_1 === tmp0_other_with_cast.p23_1))
|
|
35697
35711
|
return false;
|
|
35698
|
-
if (!
|
|
35712
|
+
if (!(this.q23_1 === tmp0_other_with_cast.q23_1))
|
|
35699
35713
|
return false;
|
|
35700
35714
|
if (!(this.r23_1 === tmp0_other_with_cast.r23_1))
|
|
35701
35715
|
return false;
|
|
35702
35716
|
if (!equals(this.s23_1, tmp0_other_with_cast.s23_1))
|
|
35703
35717
|
return false;
|
|
35718
|
+
if (!(this.t23_1 === tmp0_other_with_cast.t23_1))
|
|
35719
|
+
return false;
|
|
35720
|
+
if (!equals(this.u23_1, tmp0_other_with_cast.u23_1))
|
|
35721
|
+
return false;
|
|
35704
35722
|
return true;
|
|
35705
35723
|
};
|
|
35706
35724
|
SetupInboundCall.$metadata$ = classMeta('SetupInboundCall', [CallEvent]);
|
|
35707
35725
|
function SetupOutboundCall(user, context) {
|
|
35708
|
-
this.
|
|
35709
|
-
this.
|
|
35726
|
+
this.y23_1 = user;
|
|
35727
|
+
this.z23_1 = context;
|
|
35710
35728
|
}
|
|
35711
35729
|
SetupOutboundCall.prototype.w1n = function () {
|
|
35712
|
-
return this.
|
|
35730
|
+
return this.y23_1;
|
|
35713
35731
|
};
|
|
35714
35732
|
SetupOutboundCall.prototype.o3 = function () {
|
|
35715
|
-
return this.
|
|
35733
|
+
return this.z23_1;
|
|
35716
35734
|
};
|
|
35717
35735
|
SetupOutboundCall.prototype.toString = function () {
|
|
35718
|
-
return 'SetupOutboundCall(user=' + this.
|
|
35736
|
+
return 'SetupOutboundCall(user=' + this.y23_1 + ', context=' + this.z23_1 + ')';
|
|
35719
35737
|
};
|
|
35720
35738
|
SetupOutboundCall.prototype.hashCode = function () {
|
|
35721
|
-
var result = getStringHashCode(this.
|
|
35722
|
-
result = imul(result, 31) + (this.
|
|
35739
|
+
var result = getStringHashCode(this.y23_1);
|
|
35740
|
+
result = imul(result, 31) + (this.z23_1 == null ? 0 : hashCode(this.z23_1)) | 0;
|
|
35723
35741
|
return result;
|
|
35724
35742
|
};
|
|
35725
35743
|
SetupOutboundCall.prototype.equals = function (other) {
|
|
@@ -35728,34 +35746,34 @@ function requireClientsdkClientcore () {
|
|
|
35728
35746
|
if (!(other instanceof SetupOutboundCall))
|
|
35729
35747
|
return false;
|
|
35730
35748
|
var tmp0_other_with_cast = other instanceof SetupOutboundCall ? other : THROW_CCE();
|
|
35731
|
-
if (!(this.
|
|
35749
|
+
if (!(this.y23_1 === tmp0_other_with_cast.y23_1))
|
|
35732
35750
|
return false;
|
|
35733
|
-
if (!equals(this.
|
|
35751
|
+
if (!equals(this.z23_1, tmp0_other_with_cast.z23_1))
|
|
35734
35752
|
return false;
|
|
35735
35753
|
return true;
|
|
35736
35754
|
};
|
|
35737
35755
|
SetupOutboundCall.$metadata$ = classMeta('SetupOutboundCall', [CallEvent]);
|
|
35738
35756
|
function CallReconnect(callId, from, conversationId) {
|
|
35739
|
-
this.
|
|
35740
|
-
this.
|
|
35741
|
-
this.
|
|
35757
|
+
this.a24_1 = callId;
|
|
35758
|
+
this.b24_1 = from;
|
|
35759
|
+
this.c24_1 = conversationId;
|
|
35742
35760
|
}
|
|
35743
|
-
CallReconnect.prototype.
|
|
35744
|
-
return this.
|
|
35761
|
+
CallReconnect.prototype.d24 = function () {
|
|
35762
|
+
return this.a24_1;
|
|
35745
35763
|
};
|
|
35746
35764
|
CallReconnect.prototype.n1h = function () {
|
|
35747
|
-
return this.
|
|
35765
|
+
return this.b24_1;
|
|
35748
35766
|
};
|
|
35749
|
-
CallReconnect.prototype.
|
|
35750
|
-
return this.
|
|
35767
|
+
CallReconnect.prototype.w23 = function () {
|
|
35768
|
+
return this.c24_1;
|
|
35751
35769
|
};
|
|
35752
35770
|
CallReconnect.prototype.toString = function () {
|
|
35753
|
-
return 'CallReconnect(callId=' + this.
|
|
35771
|
+
return 'CallReconnect(callId=' + this.a24_1 + ', from=' + this.b24_1 + ', conversationId=' + this.c24_1 + ')';
|
|
35754
35772
|
};
|
|
35755
35773
|
CallReconnect.prototype.hashCode = function () {
|
|
35756
|
-
var result = getStringHashCode(this.
|
|
35757
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
35758
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
35774
|
+
var result = getStringHashCode(this.a24_1);
|
|
35775
|
+
result = imul(result, 31) + getStringHashCode(this.b24_1) | 0;
|
|
35776
|
+
result = imul(result, 31) + getStringHashCode(this.c24_1) | 0;
|
|
35759
35777
|
return result;
|
|
35760
35778
|
};
|
|
35761
35779
|
CallReconnect.prototype.equals = function (other) {
|
|
@@ -35764,11 +35782,11 @@ function requireClientsdkClientcore () {
|
|
|
35764
35782
|
if (!(other instanceof CallReconnect))
|
|
35765
35783
|
return false;
|
|
35766
35784
|
var tmp0_other_with_cast = other instanceof CallReconnect ? other : THROW_CCE();
|
|
35767
|
-
if (!(this.
|
|
35785
|
+
if (!(this.a24_1 === tmp0_other_with_cast.a24_1))
|
|
35768
35786
|
return false;
|
|
35769
|
-
if (!(this.
|
|
35787
|
+
if (!(this.b24_1 === tmp0_other_with_cast.b24_1))
|
|
35770
35788
|
return false;
|
|
35771
|
-
if (!(this.
|
|
35789
|
+
if (!(this.c24_1 === tmp0_other_with_cast.c24_1))
|
|
35772
35790
|
return false;
|
|
35773
35791
|
return true;
|
|
35774
35792
|
};
|
|
@@ -35786,30 +35804,30 @@ function requireClientsdkClientcore () {
|
|
|
35786
35804
|
return CallCreate_init_$Init$(legId, from, direction, context, memberJoinInfo, $mask0, $marker, Object.create(CallCreate.prototype));
|
|
35787
35805
|
}
|
|
35788
35806
|
function CallCreate(legId, from, direction, context, memberJoinInfo) {
|
|
35789
|
-
this.
|
|
35790
|
-
this.
|
|
35791
|
-
this.
|
|
35792
|
-
this.
|
|
35793
|
-
this.
|
|
35807
|
+
this.e24_1 = legId;
|
|
35808
|
+
this.f24_1 = from;
|
|
35809
|
+
this.g24_1 = direction;
|
|
35810
|
+
this.h24_1 = context;
|
|
35811
|
+
this.i24_1 = memberJoinInfo;
|
|
35794
35812
|
}
|
|
35795
35813
|
CallCreate.prototype.p1h = function () {
|
|
35796
|
-
return this.c24_1;
|
|
35797
|
-
};
|
|
35798
|
-
CallCreate.prototype.h24 = function () {
|
|
35799
35814
|
return this.e24_1;
|
|
35800
35815
|
};
|
|
35801
|
-
CallCreate.prototype.
|
|
35816
|
+
CallCreate.prototype.j24 = function () {
|
|
35802
35817
|
return this.g24_1;
|
|
35803
35818
|
};
|
|
35819
|
+
CallCreate.prototype.k24 = function () {
|
|
35820
|
+
return this.i24_1;
|
|
35821
|
+
};
|
|
35804
35822
|
CallCreate.prototype.toString = function () {
|
|
35805
|
-
return 'CallCreate(legId=' + this.
|
|
35823
|
+
return 'CallCreate(legId=' + this.e24_1 + ', from=' + this.f24_1 + ', direction=' + this.g24_1 + ', context=' + this.h24_1 + ', memberJoinInfo=' + this.i24_1 + ')';
|
|
35806
35824
|
};
|
|
35807
35825
|
CallCreate.prototype.hashCode = function () {
|
|
35808
|
-
var result = getStringHashCode(this.
|
|
35809
|
-
result = imul(result, 31) + hashCode(this.
|
|
35810
|
-
result = imul(result, 31) + this.
|
|
35811
|
-
result = imul(result, 31) + (this.
|
|
35812
|
-
result = imul(result, 31) + (this.
|
|
35826
|
+
var result = getStringHashCode(this.e24_1);
|
|
35827
|
+
result = imul(result, 31) + hashCode(this.f24_1) | 0;
|
|
35828
|
+
result = imul(result, 31) + this.g24_1.hashCode() | 0;
|
|
35829
|
+
result = imul(result, 31) + (this.h24_1 == null ? 0 : hashCode(this.h24_1)) | 0;
|
|
35830
|
+
result = imul(result, 31) + (this.i24_1 == null ? 0 : this.i24_1.hashCode()) | 0;
|
|
35813
35831
|
return result;
|
|
35814
35832
|
};
|
|
35815
35833
|
CallCreate.prototype.equals = function (other) {
|
|
@@ -35818,41 +35836,41 @@ function requireClientsdkClientcore () {
|
|
|
35818
35836
|
if (!(other instanceof CallCreate))
|
|
35819
35837
|
return false;
|
|
35820
35838
|
var tmp0_other_with_cast = other instanceof CallCreate ? other : THROW_CCE();
|
|
35821
|
-
if (!(this.
|
|
35839
|
+
if (!(this.e24_1 === tmp0_other_with_cast.e24_1))
|
|
35822
35840
|
return false;
|
|
35823
|
-
if (!equals(this.
|
|
35841
|
+
if (!equals(this.f24_1, tmp0_other_with_cast.f24_1))
|
|
35824
35842
|
return false;
|
|
35825
|
-
if (!this.
|
|
35843
|
+
if (!this.g24_1.equals(tmp0_other_with_cast.g24_1))
|
|
35826
35844
|
return false;
|
|
35827
|
-
if (!equals(this.
|
|
35845
|
+
if (!equals(this.h24_1, tmp0_other_with_cast.h24_1))
|
|
35828
35846
|
return false;
|
|
35829
|
-
if (!equals(this.
|
|
35847
|
+
if (!equals(this.i24_1, tmp0_other_with_cast.i24_1))
|
|
35830
35848
|
return false;
|
|
35831
35849
|
return true;
|
|
35832
35850
|
};
|
|
35833
35851
|
CallCreate.$metadata$ = classMeta('CallCreate', [CallEvent]);
|
|
35834
35852
|
function CallTerminate() {
|
|
35835
35853
|
}
|
|
35836
|
-
CallTerminate.prototype.
|
|
35837
|
-
return this.
|
|
35854
|
+
CallTerminate.prototype.d24 = function () {
|
|
35855
|
+
return this.l24_1;
|
|
35838
35856
|
};
|
|
35839
35857
|
CallTerminate.$metadata$ = classMeta('CallTerminate', [CallEvent]);
|
|
35840
35858
|
function MemberJoinInfo(conversationId, memberId) {
|
|
35841
|
-
this.
|
|
35842
|
-
this.
|
|
35859
|
+
this.m24_1 = conversationId;
|
|
35860
|
+
this.n24_1 = memberId;
|
|
35843
35861
|
}
|
|
35844
|
-
MemberJoinInfo.prototype.
|
|
35845
|
-
return this.
|
|
35862
|
+
MemberJoinInfo.prototype.w23 = function () {
|
|
35863
|
+
return this.m24_1;
|
|
35846
35864
|
};
|
|
35847
|
-
MemberJoinInfo.prototype.
|
|
35848
|
-
return this.
|
|
35865
|
+
MemberJoinInfo.prototype.x23 = function () {
|
|
35866
|
+
return this.n24_1;
|
|
35849
35867
|
};
|
|
35850
35868
|
MemberJoinInfo.prototype.toString = function () {
|
|
35851
|
-
return 'MemberJoinInfo(conversationId=' + this.
|
|
35869
|
+
return 'MemberJoinInfo(conversationId=' + this.m24_1 + ', memberId=' + this.n24_1 + ')';
|
|
35852
35870
|
};
|
|
35853
35871
|
MemberJoinInfo.prototype.hashCode = function () {
|
|
35854
|
-
var result = getStringHashCode(this.
|
|
35855
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
35872
|
+
var result = getStringHashCode(this.m24_1);
|
|
35873
|
+
result = imul(result, 31) + getStringHashCode(this.n24_1) | 0;
|
|
35856
35874
|
return result;
|
|
35857
35875
|
};
|
|
35858
35876
|
MemberJoinInfo.prototype.equals = function (other) {
|
|
@@ -35861,9 +35879,9 @@ function requireClientsdkClientcore () {
|
|
|
35861
35879
|
if (!(other instanceof MemberJoinInfo))
|
|
35862
35880
|
return false;
|
|
35863
35881
|
var tmp0_other_with_cast = other instanceof MemberJoinInfo ? other : THROW_CCE();
|
|
35864
|
-
if (!(this.
|
|
35882
|
+
if (!(this.m24_1 === tmp0_other_with_cast.m24_1))
|
|
35865
35883
|
return false;
|
|
35866
|
-
if (!(this.
|
|
35884
|
+
if (!(this.n24_1 === tmp0_other_with_cast.n24_1))
|
|
35867
35885
|
return false;
|
|
35868
35886
|
return true;
|
|
35869
35887
|
};
|
|
@@ -35907,10 +35925,10 @@ function requireClientsdkClientcore () {
|
|
|
35907
35925
|
Companion_instance_63 = this;
|
|
35908
35926
|
var tmp = this;
|
|
35909
35927
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
35910
|
-
tmp.
|
|
35928
|
+
tmp.o24_1 = lazy(tmp_0, ChannelEndpoint$Companion$$cachedSerializer$delegate$_anonymous__ov330i);
|
|
35911
35929
|
}
|
|
35912
35930
|
Companion_63.prototype.t10 = function () {
|
|
35913
|
-
return this.
|
|
35931
|
+
return this.o24_1.r1();
|
|
35914
35932
|
};
|
|
35915
35933
|
Companion_63.prototype.mr = function (typeParamsSerializers) {
|
|
35916
35934
|
return this.t10();
|
|
@@ -35944,10 +35962,10 @@ function requireClientsdkClientcore () {
|
|
|
35944
35962
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.AppChannelEndpoint', this, 2);
|
|
35945
35963
|
tmp0_serialDesc.dq('user', false);
|
|
35946
35964
|
tmp0_serialDesc.dq('type', true);
|
|
35947
|
-
this.
|
|
35965
|
+
this.p24_1 = tmp0_serialDesc;
|
|
35948
35966
|
}
|
|
35949
35967
|
$serializer_80.prototype.xf = function () {
|
|
35950
|
-
return this.
|
|
35968
|
+
return this.p24_1;
|
|
35951
35969
|
};
|
|
35952
35970
|
$serializer_80.prototype.sq = function () {
|
|
35953
35971
|
var tmp$ret$2;
|
|
@@ -35963,7 +35981,7 @@ function requireClientsdkClientcore () {
|
|
|
35963
35981
|
return tmp$ret$2;
|
|
35964
35982
|
};
|
|
35965
35983
|
$serializer_80.prototype.zf = function (decoder) {
|
|
35966
|
-
var tmp0_desc = this.
|
|
35984
|
+
var tmp0_desc = this.p24_1;
|
|
35967
35985
|
var tmp1_flag = true;
|
|
35968
35986
|
var tmp2_index = 0;
|
|
35969
35987
|
var tmp3_bitMask0 = 0;
|
|
@@ -35997,8 +36015,8 @@ function requireClientsdkClientcore () {
|
|
|
35997
36015
|
tmp6_input.fj(tmp0_desc);
|
|
35998
36016
|
return AppChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
35999
36017
|
};
|
|
36000
|
-
$serializer_80.prototype.
|
|
36001
|
-
var tmp0_desc = this.
|
|
36018
|
+
$serializer_80.prototype.q24 = function (encoder, value) {
|
|
36019
|
+
var tmp0_desc = this.p24_1;
|
|
36002
36020
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36003
36021
|
tmp1_output.rk(tmp0_desc, 0, value.f1h_1);
|
|
36004
36022
|
if (tmp1_output.yk(tmp0_desc, 1) ? true : !value.g1h_1.equals(ChannelTypes_app_getInstance())) {
|
|
@@ -36007,7 +36025,7 @@ function requireClientsdkClientcore () {
|
|
|
36007
36025
|
tmp1_output.fj(tmp0_desc);
|
|
36008
36026
|
};
|
|
36009
36027
|
$serializer_80.prototype.yf = function (encoder, value) {
|
|
36010
|
-
return this.
|
|
36028
|
+
return this.q24(encoder, value instanceof AppChannelEndpoint ? value : THROW_CCE());
|
|
36011
36029
|
};
|
|
36012
36030
|
$serializer_80.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36013
36031
|
var $serializer_instance_80;
|
|
@@ -36018,7 +36036,7 @@ function requireClientsdkClientcore () {
|
|
|
36018
36036
|
}
|
|
36019
36037
|
function AppChannelEndpoint_init_$Init$(seen1, user, type, serializationConstructorMarker, $this) {
|
|
36020
36038
|
if (!(1 === (1 & seen1))) {
|
|
36021
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_80().
|
|
36039
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_80().p24_1);
|
|
36022
36040
|
}
|
|
36023
36041
|
$this.f1h_1 = user;
|
|
36024
36042
|
if (0 === (seen1 & 2))
|
|
@@ -36095,10 +36113,10 @@ function requireClientsdkClientcore () {
|
|
|
36095
36113
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.PhoneChannelEndpoint', this, 2);
|
|
36096
36114
|
tmp0_serialDesc.dq('number', false);
|
|
36097
36115
|
tmp0_serialDesc.dq('type', true);
|
|
36098
|
-
this.
|
|
36116
|
+
this.r24_1 = tmp0_serialDesc;
|
|
36099
36117
|
}
|
|
36100
36118
|
$serializer_81.prototype.xf = function () {
|
|
36101
|
-
return this.
|
|
36119
|
+
return this.r24_1;
|
|
36102
36120
|
};
|
|
36103
36121
|
$serializer_81.prototype.sq = function () {
|
|
36104
36122
|
var tmp$ret$2;
|
|
@@ -36114,7 +36132,7 @@ function requireClientsdkClientcore () {
|
|
|
36114
36132
|
return tmp$ret$2;
|
|
36115
36133
|
};
|
|
36116
36134
|
$serializer_81.prototype.zf = function (decoder) {
|
|
36117
|
-
var tmp0_desc = this.
|
|
36135
|
+
var tmp0_desc = this.r24_1;
|
|
36118
36136
|
var tmp1_flag = true;
|
|
36119
36137
|
var tmp2_index = 0;
|
|
36120
36138
|
var tmp3_bitMask0 = 0;
|
|
@@ -36148,8 +36166,8 @@ function requireClientsdkClientcore () {
|
|
|
36148
36166
|
tmp6_input.fj(tmp0_desc);
|
|
36149
36167
|
return PhoneChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
36150
36168
|
};
|
|
36151
|
-
$serializer_81.prototype.
|
|
36152
|
-
var tmp0_desc = this.
|
|
36169
|
+
$serializer_81.prototype.s24 = function (encoder, value) {
|
|
36170
|
+
var tmp0_desc = this.r24_1;
|
|
36153
36171
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36154
36172
|
tmp1_output.rk(tmp0_desc, 0, value.d1h_1);
|
|
36155
36173
|
if (tmp1_output.yk(tmp0_desc, 1) ? true : !value.e1h_1.equals(ChannelTypes_phone_getInstance())) {
|
|
@@ -36158,7 +36176,7 @@ function requireClientsdkClientcore () {
|
|
|
36158
36176
|
tmp1_output.fj(tmp0_desc);
|
|
36159
36177
|
};
|
|
36160
36178
|
$serializer_81.prototype.yf = function (encoder, value) {
|
|
36161
|
-
return this.
|
|
36179
|
+
return this.s24(encoder, value instanceof PhoneChannelEndpoint ? value : THROW_CCE());
|
|
36162
36180
|
};
|
|
36163
36181
|
$serializer_81.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36164
36182
|
var $serializer_instance_81;
|
|
@@ -36169,7 +36187,7 @@ function requireClientsdkClientcore () {
|
|
|
36169
36187
|
}
|
|
36170
36188
|
function PhoneChannelEndpoint_init_$Init$(seen1, number, type, serializationConstructorMarker, $this) {
|
|
36171
36189
|
if (!(1 === (1 & seen1))) {
|
|
36172
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_81().
|
|
36190
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_81().r24_1);
|
|
36173
36191
|
}
|
|
36174
36192
|
$this.d1h_1 = number;
|
|
36175
36193
|
if (0 === (seen1 & 2))
|
|
@@ -36187,7 +36205,7 @@ function requireClientsdkClientcore () {
|
|
|
36187
36205
|
this.d1h_1 = number;
|
|
36188
36206
|
this.e1h_1 = ChannelTypes_phone_getInstance();
|
|
36189
36207
|
}
|
|
36190
|
-
PhoneChannelEndpoint.prototype.
|
|
36208
|
+
PhoneChannelEndpoint.prototype.t24 = function () {
|
|
36191
36209
|
return this.d1h_1;
|
|
36192
36210
|
};
|
|
36193
36211
|
PhoneChannelEndpoint.prototype.toString = function () {
|
|
@@ -36227,10 +36245,10 @@ function requireClientsdkClientcore () {
|
|
|
36227
36245
|
tmp0_serialDesc.dq('username', true);
|
|
36228
36246
|
tmp0_serialDesc.dq('password', true);
|
|
36229
36247
|
tmp0_serialDesc.dq('type', true);
|
|
36230
|
-
this.
|
|
36248
|
+
this.u24_1 = tmp0_serialDesc;
|
|
36231
36249
|
}
|
|
36232
36250
|
$serializer_82.prototype.xf = function () {
|
|
36233
|
-
return this.
|
|
36251
|
+
return this.u24_1;
|
|
36234
36252
|
};
|
|
36235
36253
|
$serializer_82.prototype.sq = function () {
|
|
36236
36254
|
var tmp$ret$2;
|
|
@@ -36246,7 +36264,7 @@ function requireClientsdkClientcore () {
|
|
|
36246
36264
|
return tmp$ret$2;
|
|
36247
36265
|
};
|
|
36248
36266
|
$serializer_82.prototype.zf = function (decoder) {
|
|
36249
|
-
var tmp0_desc = this.
|
|
36267
|
+
var tmp0_desc = this.u24_1;
|
|
36250
36268
|
var tmp1_flag = true;
|
|
36251
36269
|
var tmp2_index = 0;
|
|
36252
36270
|
var tmp3_bitMask0 = 0;
|
|
@@ -36294,8 +36312,8 @@ function requireClientsdkClientcore () {
|
|
|
36294
36312
|
tmp8_input.fj(tmp0_desc);
|
|
36295
36313
|
return SipChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
36296
36314
|
};
|
|
36297
|
-
$serializer_82.prototype.
|
|
36298
|
-
var tmp0_desc = this.
|
|
36315
|
+
$serializer_82.prototype.v24 = function (encoder, value) {
|
|
36316
|
+
var tmp0_desc = this.u24_1;
|
|
36299
36317
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36300
36318
|
tmp1_output.rk(tmp0_desc, 0, value.x1g_1);
|
|
36301
36319
|
if (tmp1_output.yk(tmp0_desc, 1) ? true : !(value.y1g_1 == null)) {
|
|
@@ -36310,7 +36328,7 @@ function requireClientsdkClientcore () {
|
|
|
36310
36328
|
tmp1_output.fj(tmp0_desc);
|
|
36311
36329
|
};
|
|
36312
36330
|
$serializer_82.prototype.yf = function (encoder, value) {
|
|
36313
|
-
return this.
|
|
36331
|
+
return this.v24(encoder, value instanceof SipChannelEndpoint ? value : THROW_CCE());
|
|
36314
36332
|
};
|
|
36315
36333
|
$serializer_82.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36316
36334
|
var $serializer_instance_82;
|
|
@@ -36321,7 +36339,7 @@ function requireClientsdkClientcore () {
|
|
|
36321
36339
|
}
|
|
36322
36340
|
function SipChannelEndpoint_init_$Init$(seen1, uri, username, password, type, serializationConstructorMarker, $this) {
|
|
36323
36341
|
if (!(1 === (1 & seen1))) {
|
|
36324
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_82().
|
|
36342
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_82().u24_1);
|
|
36325
36343
|
}
|
|
36326
36344
|
$this.x1g_1 = uri;
|
|
36327
36345
|
if (0 === (seen1 & 2))
|
|
@@ -36349,7 +36367,7 @@ function requireClientsdkClientcore () {
|
|
|
36349
36367
|
this.z1g_1 = password;
|
|
36350
36368
|
this.a1h_1 = ChannelTypes_sip_getInstance();
|
|
36351
36369
|
}
|
|
36352
|
-
SipChannelEndpoint.prototype.
|
|
36370
|
+
SipChannelEndpoint.prototype.w24 = function () {
|
|
36353
36371
|
return this.x1g_1;
|
|
36354
36372
|
};
|
|
36355
36373
|
SipChannelEndpoint.prototype.toString = function () {
|
|
@@ -36394,10 +36412,10 @@ function requireClientsdkClientcore () {
|
|
|
36394
36412
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.WebSocketChannelEndpoint', this, 2);
|
|
36395
36413
|
tmp0_serialDesc.dq('uri', false);
|
|
36396
36414
|
tmp0_serialDesc.dq('type', true);
|
|
36397
|
-
this.
|
|
36415
|
+
this.x24_1 = tmp0_serialDesc;
|
|
36398
36416
|
}
|
|
36399
36417
|
$serializer_83.prototype.xf = function () {
|
|
36400
|
-
return this.
|
|
36418
|
+
return this.x24_1;
|
|
36401
36419
|
};
|
|
36402
36420
|
$serializer_83.prototype.sq = function () {
|
|
36403
36421
|
var tmp$ret$2;
|
|
@@ -36413,7 +36431,7 @@ function requireClientsdkClientcore () {
|
|
|
36413
36431
|
return tmp$ret$2;
|
|
36414
36432
|
};
|
|
36415
36433
|
$serializer_83.prototype.zf = function (decoder) {
|
|
36416
|
-
var tmp0_desc = this.
|
|
36434
|
+
var tmp0_desc = this.x24_1;
|
|
36417
36435
|
var tmp1_flag = true;
|
|
36418
36436
|
var tmp2_index = 0;
|
|
36419
36437
|
var tmp3_bitMask0 = 0;
|
|
@@ -36447,8 +36465,8 @@ function requireClientsdkClientcore () {
|
|
|
36447
36465
|
tmp6_input.fj(tmp0_desc);
|
|
36448
36466
|
return WebSocketChannelEndpoint_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
36449
36467
|
};
|
|
36450
|
-
$serializer_83.prototype.
|
|
36451
|
-
var tmp0_desc = this.
|
|
36468
|
+
$serializer_83.prototype.y24 = function (encoder, value) {
|
|
36469
|
+
var tmp0_desc = this.x24_1;
|
|
36452
36470
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36453
36471
|
tmp1_output.rk(tmp0_desc, 0, value.b1h_1);
|
|
36454
36472
|
if (tmp1_output.yk(tmp0_desc, 1) ? true : !value.c1h_1.equals(ChannelTypes_websocket_getInstance())) {
|
|
@@ -36457,7 +36475,7 @@ function requireClientsdkClientcore () {
|
|
|
36457
36475
|
tmp1_output.fj(tmp0_desc);
|
|
36458
36476
|
};
|
|
36459
36477
|
$serializer_83.prototype.yf = function (encoder, value) {
|
|
36460
|
-
return this.
|
|
36478
|
+
return this.y24(encoder, value instanceof WebSocketChannelEndpoint ? value : THROW_CCE());
|
|
36461
36479
|
};
|
|
36462
36480
|
$serializer_83.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36463
36481
|
var $serializer_instance_83;
|
|
@@ -36468,7 +36486,7 @@ function requireClientsdkClientcore () {
|
|
|
36468
36486
|
}
|
|
36469
36487
|
function WebSocketChannelEndpoint_init_$Init$(seen1, uri, type, serializationConstructorMarker, $this) {
|
|
36470
36488
|
if (!(1 === (1 & seen1))) {
|
|
36471
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_83().
|
|
36489
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_83().x24_1);
|
|
36472
36490
|
}
|
|
36473
36491
|
$this.b1h_1 = uri;
|
|
36474
36492
|
if (0 === (seen1 & 2))
|
|
@@ -36486,7 +36504,7 @@ function requireClientsdkClientcore () {
|
|
|
36486
36504
|
this.b1h_1 = uri;
|
|
36487
36505
|
this.c1h_1 = ChannelTypes_websocket_getInstance();
|
|
36488
36506
|
}
|
|
36489
|
-
WebSocketChannelEndpoint.prototype.
|
|
36507
|
+
WebSocketChannelEndpoint.prototype.w24 = function () {
|
|
36490
36508
|
return this.b1h_1;
|
|
36491
36509
|
};
|
|
36492
36510
|
WebSocketChannelEndpoint.prototype.toString = function () {
|
|
@@ -36523,10 +36541,10 @@ function requireClientsdkClientcore () {
|
|
|
36523
36541
|
$serializer_instance_84 = this;
|
|
36524
36542
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.AppChannelEndpointNoUser', this, 1);
|
|
36525
36543
|
tmp0_serialDesc.dq('type', true);
|
|
36526
|
-
this.
|
|
36544
|
+
this.z24_1 = tmp0_serialDesc;
|
|
36527
36545
|
}
|
|
36528
36546
|
$serializer_84.prototype.xf = function () {
|
|
36529
|
-
return this.
|
|
36547
|
+
return this.z24_1;
|
|
36530
36548
|
};
|
|
36531
36549
|
$serializer_84.prototype.sq = function () {
|
|
36532
36550
|
var tmp$ret$2;
|
|
@@ -36542,7 +36560,7 @@ function requireClientsdkClientcore () {
|
|
|
36542
36560
|
return tmp$ret$2;
|
|
36543
36561
|
};
|
|
36544
36562
|
$serializer_84.prototype.zf = function (decoder) {
|
|
36545
|
-
var tmp0_desc = this.
|
|
36563
|
+
var tmp0_desc = this.z24_1;
|
|
36546
36564
|
var tmp1_flag = true;
|
|
36547
36565
|
var tmp2_index = 0;
|
|
36548
36566
|
var tmp3_bitMask0 = 0;
|
|
@@ -36569,8 +36587,8 @@ function requireClientsdkClientcore () {
|
|
|
36569
36587
|
tmp5_input.fj(tmp0_desc);
|
|
36570
36588
|
return AppChannelEndpointNoUser_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
36571
36589
|
};
|
|
36572
|
-
$serializer_84.prototype.
|
|
36573
|
-
var tmp0_desc = this.
|
|
36590
|
+
$serializer_84.prototype.a25 = function (encoder, value) {
|
|
36591
|
+
var tmp0_desc = this.z24_1;
|
|
36574
36592
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36575
36593
|
if (tmp1_output.yk(tmp0_desc, 0) ? true : !value.x22_1.equals(ChannelTypes_app_getInstance())) {
|
|
36576
36594
|
tmp1_output.sk(tmp0_desc, 0, new EnumSerializer('com.vonage.clientcore.core.conversation.ChannelTypes', values_0()), value.x22_1);
|
|
@@ -36578,7 +36596,7 @@ function requireClientsdkClientcore () {
|
|
|
36578
36596
|
tmp1_output.fj(tmp0_desc);
|
|
36579
36597
|
};
|
|
36580
36598
|
$serializer_84.prototype.yf = function (encoder, value) {
|
|
36581
|
-
return this.
|
|
36599
|
+
return this.a25(encoder, value instanceof AppChannelEndpointNoUser ? value : THROW_CCE());
|
|
36582
36600
|
};
|
|
36583
36601
|
$serializer_84.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36584
36602
|
var $serializer_instance_84;
|
|
@@ -36589,7 +36607,7 @@ function requireClientsdkClientcore () {
|
|
|
36589
36607
|
}
|
|
36590
36608
|
function AppChannelEndpointNoUser_init_$Init$(seen1, type, serializationConstructorMarker, $this) {
|
|
36591
36609
|
if (!(0 === (0 & seen1))) {
|
|
36592
|
-
throwMissingFieldException(seen1, 0, $serializer_getInstance_84().
|
|
36610
|
+
throwMissingFieldException(seen1, 0, $serializer_getInstance_84().z24_1);
|
|
36593
36611
|
}
|
|
36594
36612
|
if (0 === (seen1 & 1))
|
|
36595
36613
|
$this.x22_1 = ChannelTypes_app_getInstance();
|
|
@@ -36631,10 +36649,10 @@ function requireClientsdkClientcore () {
|
|
|
36631
36649
|
tmp0_serialDesc.dq('leg_ids', true);
|
|
36632
36650
|
tmp0_serialDesc.dq('from', false);
|
|
36633
36651
|
tmp0_serialDesc.dq('to', false);
|
|
36634
|
-
this.
|
|
36652
|
+
this.b25_1 = tmp0_serialDesc;
|
|
36635
36653
|
}
|
|
36636
36654
|
$serializer_85.prototype.xf = function () {
|
|
36637
|
-
return this.
|
|
36655
|
+
return this.b25_1;
|
|
36638
36656
|
};
|
|
36639
36657
|
$serializer_85.prototype.sq = function () {
|
|
36640
36658
|
var tmp$ret$2;
|
|
@@ -36650,7 +36668,7 @@ function requireClientsdkClientcore () {
|
|
|
36650
36668
|
return tmp$ret$2;
|
|
36651
36669
|
};
|
|
36652
36670
|
$serializer_85.prototype.zf = function (decoder) {
|
|
36653
|
-
var tmp0_desc = this.
|
|
36671
|
+
var tmp0_desc = this.b25_1;
|
|
36654
36672
|
var tmp1_flag = true;
|
|
36655
36673
|
var tmp2_index = 0;
|
|
36656
36674
|
var tmp3_bitMask0 = 0;
|
|
@@ -36712,8 +36730,8 @@ function requireClientsdkClientcore () {
|
|
|
36712
36730
|
tmp10_input.fj(tmp0_desc);
|
|
36713
36731
|
return Channel_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
|
|
36714
36732
|
};
|
|
36715
|
-
$serializer_85.prototype.
|
|
36716
|
-
var tmp0_desc = this.
|
|
36733
|
+
$serializer_85.prototype.c25 = function (encoder, value) {
|
|
36734
|
+
var tmp0_desc = this.b25_1;
|
|
36717
36735
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36718
36736
|
if (tmp1_output.yk(tmp0_desc, 0) ? true : !(value.x1y_1 == null)) {
|
|
36719
36737
|
tmp1_output.uk(tmp0_desc, 0, StringSerializer_getInstance(), value.x1y_1);
|
|
@@ -36730,7 +36748,7 @@ function requireClientsdkClientcore () {
|
|
|
36730
36748
|
tmp1_output.fj(tmp0_desc);
|
|
36731
36749
|
};
|
|
36732
36750
|
$serializer_85.prototype.yf = function (encoder, value) {
|
|
36733
|
-
return this.
|
|
36751
|
+
return this.c25(encoder, value instanceof Channel ? value : THROW_CCE());
|
|
36734
36752
|
};
|
|
36735
36753
|
$serializer_85.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36736
36754
|
var $serializer_instance_85;
|
|
@@ -36741,7 +36759,7 @@ function requireClientsdkClientcore () {
|
|
|
36741
36759
|
}
|
|
36742
36760
|
function Channel_init_$Init$(seen1, id, knocking_id, type, leg_ids, from, to, serializationConstructorMarker, $this) {
|
|
36743
36761
|
if (!(52 === (52 & seen1))) {
|
|
36744
|
-
throwMissingFieldException(seen1, 52, $serializer_getInstance_85().
|
|
36762
|
+
throwMissingFieldException(seen1, 52, $serializer_getInstance_85().b25_1);
|
|
36745
36763
|
}
|
|
36746
36764
|
if (0 === (seen1 & 1))
|
|
36747
36765
|
$this.x1y_1 = null;
|
|
@@ -36804,10 +36822,10 @@ function requireClientsdkClientcore () {
|
|
|
36804
36822
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.DTMFChannel', this, 2);
|
|
36805
36823
|
tmp0_serialDesc.dq('id', true);
|
|
36806
36824
|
tmp0_serialDesc.dq('type', true);
|
|
36807
|
-
this.
|
|
36825
|
+
this.d25_1 = tmp0_serialDesc;
|
|
36808
36826
|
}
|
|
36809
36827
|
$serializer_86.prototype.xf = function () {
|
|
36810
|
-
return this.
|
|
36828
|
+
return this.d25_1;
|
|
36811
36829
|
};
|
|
36812
36830
|
$serializer_86.prototype.sq = function () {
|
|
36813
36831
|
var tmp$ret$2;
|
|
@@ -36823,7 +36841,7 @@ function requireClientsdkClientcore () {
|
|
|
36823
36841
|
return tmp$ret$2;
|
|
36824
36842
|
};
|
|
36825
36843
|
$serializer_86.prototype.zf = function (decoder) {
|
|
36826
|
-
var tmp0_desc = this.
|
|
36844
|
+
var tmp0_desc = this.d25_1;
|
|
36827
36845
|
var tmp1_flag = true;
|
|
36828
36846
|
var tmp2_index = 0;
|
|
36829
36847
|
var tmp3_bitMask0 = 0;
|
|
@@ -36857,8 +36875,8 @@ function requireClientsdkClientcore () {
|
|
|
36857
36875
|
tmp6_input.fj(tmp0_desc);
|
|
36858
36876
|
return DTMFChannel_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
36859
36877
|
};
|
|
36860
|
-
$serializer_86.prototype.
|
|
36861
|
-
var tmp0_desc = this.
|
|
36878
|
+
$serializer_86.prototype.e25 = function (encoder, value) {
|
|
36879
|
+
var tmp0_desc = this.d25_1;
|
|
36862
36880
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
36863
36881
|
if (tmp1_output.yk(tmp0_desc, 0) ? true : !(value.e1z_1 == null)) {
|
|
36864
36882
|
tmp1_output.uk(tmp0_desc, 0, StringSerializer_getInstance(), value.e1z_1);
|
|
@@ -36869,7 +36887,7 @@ function requireClientsdkClientcore () {
|
|
|
36869
36887
|
tmp1_output.fj(tmp0_desc);
|
|
36870
36888
|
};
|
|
36871
36889
|
$serializer_86.prototype.yf = function (encoder, value) {
|
|
36872
|
-
return this.
|
|
36890
|
+
return this.e25(encoder, value instanceof DTMFChannel ? value : THROW_CCE());
|
|
36873
36891
|
};
|
|
36874
36892
|
$serializer_86.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
36875
36893
|
var $serializer_instance_86;
|
|
@@ -36880,7 +36898,7 @@ function requireClientsdkClientcore () {
|
|
|
36880
36898
|
}
|
|
36881
36899
|
function DTMFChannel_init_$Init$(seen1, id, type, serializationConstructorMarker, $this) {
|
|
36882
36900
|
if (!(0 === (0 & seen1))) {
|
|
36883
|
-
throwMissingFieldException(seen1, 0, $serializer_getInstance_86().
|
|
36901
|
+
throwMissingFieldException(seen1, 0, $serializer_getInstance_86().d25_1);
|
|
36884
36902
|
}
|
|
36885
36903
|
if (0 === (seen1 & 1))
|
|
36886
36904
|
$this.e1z_1 = null;
|
|
@@ -36985,10 +37003,10 @@ function requireClientsdkClientcore () {
|
|
|
36985
37003
|
tmp0_serialDesc.dq('conversation_id', false);
|
|
36986
37004
|
tmp0_serialDesc.dq('name', false);
|
|
36987
37005
|
tmp0_serialDesc.dq('display_name', true);
|
|
36988
|
-
this.
|
|
37006
|
+
this.h25_1 = tmp0_serialDesc;
|
|
36989
37007
|
}
|
|
36990
37008
|
$serializer_87.prototype.xf = function () {
|
|
36991
|
-
return this.
|
|
37009
|
+
return this.h25_1;
|
|
36992
37010
|
};
|
|
36993
37011
|
$serializer_87.prototype.sq = function () {
|
|
36994
37012
|
var tmp$ret$2;
|
|
@@ -37004,7 +37022,7 @@ function requireClientsdkClientcore () {
|
|
|
37004
37022
|
return tmp$ret$2;
|
|
37005
37023
|
};
|
|
37006
37024
|
$serializer_87.prototype.zf = function (decoder) {
|
|
37007
|
-
var tmp0_desc = this.
|
|
37025
|
+
var tmp0_desc = this.h25_1;
|
|
37008
37026
|
var tmp1_flag = true;
|
|
37009
37027
|
var tmp2_index = 0;
|
|
37010
37028
|
var tmp3_bitMask0 = 0;
|
|
@@ -37045,18 +37063,18 @@ function requireClientsdkClientcore () {
|
|
|
37045
37063
|
tmp7_input.fj(tmp0_desc);
|
|
37046
37064
|
return ConversationInfo_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
37047
37065
|
};
|
|
37048
|
-
$serializer_87.prototype.
|
|
37049
|
-
var tmp0_desc = this.
|
|
37066
|
+
$serializer_87.prototype.i25 = function (encoder, value) {
|
|
37067
|
+
var tmp0_desc = this.h25_1;
|
|
37050
37068
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37051
|
-
tmp1_output.rk(tmp0_desc, 0, value.
|
|
37052
|
-
tmp1_output.rk(tmp0_desc, 1, value.
|
|
37053
|
-
if (tmp1_output.yk(tmp0_desc, 2) ? true : !(value.
|
|
37054
|
-
tmp1_output.uk(tmp0_desc, 2, StringSerializer_getInstance(), value.
|
|
37069
|
+
tmp1_output.rk(tmp0_desc, 0, value.j25_1);
|
|
37070
|
+
tmp1_output.rk(tmp0_desc, 1, value.k25_1);
|
|
37071
|
+
if (tmp1_output.yk(tmp0_desc, 2) ? true : !(value.l25_1 == null)) {
|
|
37072
|
+
tmp1_output.uk(tmp0_desc, 2, StringSerializer_getInstance(), value.l25_1);
|
|
37055
37073
|
}
|
|
37056
37074
|
tmp1_output.fj(tmp0_desc);
|
|
37057
37075
|
};
|
|
37058
37076
|
$serializer_87.prototype.yf = function (encoder, value) {
|
|
37059
|
-
return this.
|
|
37077
|
+
return this.i25(encoder, value instanceof ConversationInfo ? value : THROW_CCE());
|
|
37060
37078
|
};
|
|
37061
37079
|
$serializer_87.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37062
37080
|
var $serializer_instance_87;
|
|
@@ -37067,14 +37085,14 @@ function requireClientsdkClientcore () {
|
|
|
37067
37085
|
}
|
|
37068
37086
|
function ConversationInfo_init_$Init$(seen1, conversation_id, name, display_name, serializationConstructorMarker, $this) {
|
|
37069
37087
|
if (!(3 === (3 & seen1))) {
|
|
37070
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_87().
|
|
37088
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_87().h25_1);
|
|
37071
37089
|
}
|
|
37072
|
-
$this.
|
|
37073
|
-
$this.
|
|
37090
|
+
$this.j25_1 = conversation_id;
|
|
37091
|
+
$this.k25_1 = name;
|
|
37074
37092
|
if (0 === (seen1 & 4))
|
|
37075
|
-
$this.
|
|
37093
|
+
$this.l25_1 = null;
|
|
37076
37094
|
else
|
|
37077
|
-
$this.
|
|
37095
|
+
$this.l25_1 = display_name;
|
|
37078
37096
|
return $this;
|
|
37079
37097
|
}
|
|
37080
37098
|
function ConversationInfo_init_$Create$(seen1, conversation_id, name, display_name, serializationConstructorMarker) {
|
|
@@ -37083,12 +37101,12 @@ function requireClientsdkClientcore () {
|
|
|
37083
37101
|
function ConversationInfo() {
|
|
37084
37102
|
}
|
|
37085
37103
|
ConversationInfo.prototype.toString = function () {
|
|
37086
|
-
return 'ConversationInfo(conversation_id=' + this.
|
|
37104
|
+
return 'ConversationInfo(conversation_id=' + this.j25_1 + ', name=' + this.k25_1 + ', display_name=' + this.l25_1 + ')';
|
|
37087
37105
|
};
|
|
37088
37106
|
ConversationInfo.prototype.hashCode = function () {
|
|
37089
|
-
var result = getStringHashCode(this.
|
|
37090
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
37091
|
-
result = imul(result, 31) + (this.
|
|
37107
|
+
var result = getStringHashCode(this.j25_1);
|
|
37108
|
+
result = imul(result, 31) + getStringHashCode(this.k25_1) | 0;
|
|
37109
|
+
result = imul(result, 31) + (this.l25_1 == null ? 0 : getStringHashCode(this.l25_1)) | 0;
|
|
37092
37110
|
return result;
|
|
37093
37111
|
};
|
|
37094
37112
|
ConversationInfo.prototype.equals = function (other) {
|
|
@@ -37097,11 +37115,11 @@ function requireClientsdkClientcore () {
|
|
|
37097
37115
|
if (!(other instanceof ConversationInfo))
|
|
37098
37116
|
return false;
|
|
37099
37117
|
var tmp0_other_with_cast = other instanceof ConversationInfo ? other : THROW_CCE();
|
|
37100
|
-
if (!(this.
|
|
37118
|
+
if (!(this.j25_1 === tmp0_other_with_cast.j25_1))
|
|
37101
37119
|
return false;
|
|
37102
|
-
if (!(this.
|
|
37120
|
+
if (!(this.k25_1 === tmp0_other_with_cast.k25_1))
|
|
37103
37121
|
return false;
|
|
37104
|
-
if (!(this.
|
|
37122
|
+
if (!(this.l25_1 == tmp0_other_with_cast.l25_1))
|
|
37105
37123
|
return false;
|
|
37106
37124
|
return true;
|
|
37107
37125
|
};
|
|
@@ -37109,10 +37127,10 @@ function requireClientsdkClientcore () {
|
|
|
37109
37127
|
function None_0() {
|
|
37110
37128
|
None_instance_0 = this;
|
|
37111
37129
|
LegState.call(this);
|
|
37112
|
-
this.
|
|
37130
|
+
this.m25_1 = null;
|
|
37113
37131
|
}
|
|
37114
37132
|
None_0.prototype.y1m = function () {
|
|
37115
|
-
return this.
|
|
37133
|
+
return this.m25_1;
|
|
37116
37134
|
};
|
|
37117
37135
|
None_0.$metadata$ = objectMeta('None', undefined, undefined, undefined, undefined, LegState.prototype);
|
|
37118
37136
|
var None_instance_0;
|
|
@@ -37123,16 +37141,16 @@ function requireClientsdkClientcore () {
|
|
|
37123
37141
|
}
|
|
37124
37142
|
function Prewarm(id) {
|
|
37125
37143
|
LegState.call(this);
|
|
37126
|
-
this.
|
|
37144
|
+
this.n25_1 = id;
|
|
37127
37145
|
}
|
|
37128
37146
|
Prewarm.prototype.y1m = function () {
|
|
37129
|
-
return this.
|
|
37147
|
+
return this.n25_1;
|
|
37130
37148
|
};
|
|
37131
37149
|
Prewarm.prototype.toString = function () {
|
|
37132
|
-
return 'Prewarm(id=' + this.
|
|
37150
|
+
return 'Prewarm(id=' + this.n25_1 + ')';
|
|
37133
37151
|
};
|
|
37134
37152
|
Prewarm.prototype.hashCode = function () {
|
|
37135
|
-
return getStringHashCode(this.
|
|
37153
|
+
return getStringHashCode(this.n25_1);
|
|
37136
37154
|
};
|
|
37137
37155
|
Prewarm.prototype.equals = function (other) {
|
|
37138
37156
|
if (this === other)
|
|
@@ -37140,23 +37158,23 @@ function requireClientsdkClientcore () {
|
|
|
37140
37158
|
if (!(other instanceof Prewarm))
|
|
37141
37159
|
return false;
|
|
37142
37160
|
var tmp0_other_with_cast = other instanceof Prewarm ? other : THROW_CCE();
|
|
37143
|
-
if (!(this.
|
|
37161
|
+
if (!(this.n25_1 === tmp0_other_with_cast.n25_1))
|
|
37144
37162
|
return false;
|
|
37145
37163
|
return true;
|
|
37146
37164
|
};
|
|
37147
37165
|
Prewarm.$metadata$ = classMeta('Prewarm', undefined, undefined, undefined, undefined, LegState.prototype);
|
|
37148
37166
|
function Started(id) {
|
|
37149
37167
|
LegState.call(this);
|
|
37150
|
-
this.
|
|
37168
|
+
this.o25_1 = id;
|
|
37151
37169
|
}
|
|
37152
37170
|
Started.prototype.y1m = function () {
|
|
37153
|
-
return this.
|
|
37171
|
+
return this.o25_1;
|
|
37154
37172
|
};
|
|
37155
37173
|
Started.prototype.toString = function () {
|
|
37156
|
-
return 'Started(id=' + this.
|
|
37174
|
+
return 'Started(id=' + this.o25_1 + ')';
|
|
37157
37175
|
};
|
|
37158
37176
|
Started.prototype.hashCode = function () {
|
|
37159
|
-
return getStringHashCode(this.
|
|
37177
|
+
return getStringHashCode(this.o25_1);
|
|
37160
37178
|
};
|
|
37161
37179
|
Started.prototype.equals = function (other) {
|
|
37162
37180
|
if (this === other)
|
|
@@ -37164,25 +37182,25 @@ function requireClientsdkClientcore () {
|
|
|
37164
37182
|
if (!(other instanceof Started))
|
|
37165
37183
|
return false;
|
|
37166
37184
|
var tmp0_other_with_cast = other instanceof Started ? other : THROW_CCE();
|
|
37167
|
-
if (!(this.
|
|
37185
|
+
if (!(this.o25_1 === tmp0_other_with_cast.o25_1))
|
|
37168
37186
|
return false;
|
|
37169
37187
|
return true;
|
|
37170
37188
|
};
|
|
37171
37189
|
Started.$metadata$ = classMeta('Started', undefined, undefined, undefined, undefined, LegState.prototype);
|
|
37172
37190
|
function Completed(id, hangupReason) {
|
|
37173
37191
|
LegState.call(this);
|
|
37174
|
-
this.
|
|
37175
|
-
this.
|
|
37192
|
+
this.p25_1 = id;
|
|
37193
|
+
this.q25_1 = hangupReason;
|
|
37176
37194
|
}
|
|
37177
37195
|
Completed.prototype.y1m = function () {
|
|
37178
|
-
return this.
|
|
37196
|
+
return this.p25_1;
|
|
37179
37197
|
};
|
|
37180
37198
|
Completed.prototype.toString = function () {
|
|
37181
|
-
return 'Completed(id=' + this.
|
|
37199
|
+
return 'Completed(id=' + this.p25_1 + ', hangupReason=' + this.q25_1 + ')';
|
|
37182
37200
|
};
|
|
37183
37201
|
Completed.prototype.hashCode = function () {
|
|
37184
|
-
var result = getStringHashCode(this.
|
|
37185
|
-
result = imul(result, 31) + this.
|
|
37202
|
+
var result = getStringHashCode(this.p25_1);
|
|
37203
|
+
result = imul(result, 31) + this.q25_1.hashCode() | 0;
|
|
37186
37204
|
return result;
|
|
37187
37205
|
};
|
|
37188
37206
|
Completed.prototype.equals = function (other) {
|
|
@@ -37191,9 +37209,9 @@ function requireClientsdkClientcore () {
|
|
|
37191
37209
|
if (!(other instanceof Completed))
|
|
37192
37210
|
return false;
|
|
37193
37211
|
var tmp0_other_with_cast = other instanceof Completed ? other : THROW_CCE();
|
|
37194
|
-
if (!(this.
|
|
37212
|
+
if (!(this.p25_1 === tmp0_other_with_cast.p25_1))
|
|
37195
37213
|
return false;
|
|
37196
|
-
if (!this.
|
|
37214
|
+
if (!this.q25_1.equals(tmp0_other_with_cast.q25_1))
|
|
37197
37215
|
return false;
|
|
37198
37216
|
return true;
|
|
37199
37217
|
};
|
|
@@ -37203,12 +37221,12 @@ function requireClientsdkClientcore () {
|
|
|
37203
37221
|
LegState.$metadata$ = classMeta('LegState');
|
|
37204
37222
|
function Offer(sdp) {
|
|
37205
37223
|
MediaDescription.call(this);
|
|
37206
|
-
this.
|
|
37224
|
+
this.r25_1 = sdp;
|
|
37207
37225
|
}
|
|
37208
37226
|
Offer.$metadata$ = classMeta('Offer', undefined, undefined, undefined, undefined, MediaDescription.prototype);
|
|
37209
37227
|
function Answer(sdp) {
|
|
37210
37228
|
MediaDescription.call(this);
|
|
37211
|
-
this.
|
|
37229
|
+
this.s25_1 = sdp;
|
|
37212
37230
|
}
|
|
37213
37231
|
Answer.$metadata$ = classMeta('Answer', undefined, undefined, undefined, undefined, MediaDescription.prototype);
|
|
37214
37232
|
function MediaDescription() {
|
|
@@ -37228,29 +37246,29 @@ function requireClientsdkClientcore () {
|
|
|
37228
37246
|
return MediaTransport_init_$Init$(localDescription, remoteDescription, connected, $mask0, $marker, Object.create(MediaTransport.prototype));
|
|
37229
37247
|
}
|
|
37230
37248
|
function MediaTransport(localDescription, remoteDescription, connected) {
|
|
37231
|
-
this.
|
|
37232
|
-
this.
|
|
37233
|
-
this.
|
|
37249
|
+
this.k23_1 = localDescription;
|
|
37250
|
+
this.l23_1 = remoteDescription;
|
|
37251
|
+
this.m23_1 = connected;
|
|
37234
37252
|
}
|
|
37235
|
-
MediaTransport.prototype.
|
|
37253
|
+
MediaTransport.prototype.t25 = function (localDescription, remoteDescription, connected) {
|
|
37236
37254
|
return new MediaTransport(localDescription, remoteDescription, connected);
|
|
37237
37255
|
};
|
|
37238
|
-
MediaTransport.prototype.
|
|
37256
|
+
MediaTransport.prototype.u25 = function (localDescription, remoteDescription, connected, $mask0, $handler) {
|
|
37239
37257
|
if (!(($mask0 & 1) === 0))
|
|
37240
|
-
localDescription = this.
|
|
37258
|
+
localDescription = this.k23_1;
|
|
37241
37259
|
if (!(($mask0 & 2) === 0))
|
|
37242
|
-
remoteDescription = this.
|
|
37260
|
+
remoteDescription = this.l23_1;
|
|
37243
37261
|
if (!(($mask0 & 4) === 0))
|
|
37244
|
-
connected = this.
|
|
37245
|
-
return this.
|
|
37262
|
+
connected = this.m23_1;
|
|
37263
|
+
return this.t25(localDescription, remoteDescription, connected);
|
|
37246
37264
|
};
|
|
37247
37265
|
MediaTransport.prototype.toString = function () {
|
|
37248
|
-
return 'MediaTransport(localDescription=' + this.
|
|
37266
|
+
return 'MediaTransport(localDescription=' + this.k23_1 + ', remoteDescription=' + this.l23_1 + ', connected=' + this.m23_1 + ')';
|
|
37249
37267
|
};
|
|
37250
37268
|
MediaTransport.prototype.hashCode = function () {
|
|
37251
|
-
var result = this.
|
|
37252
|
-
result = imul(result, 31) + (this.
|
|
37253
|
-
result = imul(result, 31) + (this.
|
|
37269
|
+
var result = this.k23_1 == null ? 0 : hashCode(this.k23_1);
|
|
37270
|
+
result = imul(result, 31) + (this.l23_1 == null ? 0 : hashCode(this.l23_1)) | 0;
|
|
37271
|
+
result = imul(result, 31) + (this.m23_1 | 0) | 0;
|
|
37254
37272
|
return result;
|
|
37255
37273
|
};
|
|
37256
37274
|
MediaTransport.prototype.equals = function (other) {
|
|
@@ -37259,11 +37277,11 @@ function requireClientsdkClientcore () {
|
|
|
37259
37277
|
if (!(other instanceof MediaTransport))
|
|
37260
37278
|
return false;
|
|
37261
37279
|
var tmp0_other_with_cast = other instanceof MediaTransport ? other : THROW_CCE();
|
|
37262
|
-
if (!equals(this.
|
|
37280
|
+
if (!equals(this.k23_1, tmp0_other_with_cast.k23_1))
|
|
37263
37281
|
return false;
|
|
37264
|
-
if (!equals(this.
|
|
37282
|
+
if (!equals(this.l23_1, tmp0_other_with_cast.l23_1))
|
|
37265
37283
|
return false;
|
|
37266
|
-
if (!(this.
|
|
37284
|
+
if (!(this.m23_1 === tmp0_other_with_cast.m23_1))
|
|
37267
37285
|
return false;
|
|
37268
37286
|
return true;
|
|
37269
37287
|
};
|
|
@@ -37274,10 +37292,10 @@ function requireClientsdkClientcore () {
|
|
|
37274
37292
|
tmp0_serialDesc.dq('enabled', false);
|
|
37275
37293
|
tmp0_serialDesc.dq('earmuffed', false);
|
|
37276
37294
|
tmp0_serialDesc.dq('muted', false);
|
|
37277
|
-
this.
|
|
37295
|
+
this.v25_1 = tmp0_serialDesc;
|
|
37278
37296
|
}
|
|
37279
37297
|
$serializer_88.prototype.xf = function () {
|
|
37280
|
-
return this.
|
|
37298
|
+
return this.v25_1;
|
|
37281
37299
|
};
|
|
37282
37300
|
$serializer_88.prototype.sq = function () {
|
|
37283
37301
|
var tmp$ret$2;
|
|
@@ -37293,7 +37311,7 @@ function requireClientsdkClientcore () {
|
|
|
37293
37311
|
return tmp$ret$2;
|
|
37294
37312
|
};
|
|
37295
37313
|
$serializer_88.prototype.zf = function (decoder) {
|
|
37296
|
-
var tmp0_desc = this.
|
|
37314
|
+
var tmp0_desc = this.v25_1;
|
|
37297
37315
|
var tmp1_flag = true;
|
|
37298
37316
|
var tmp2_index = 0;
|
|
37299
37317
|
var tmp3_bitMask0 = 0;
|
|
@@ -37334,16 +37352,16 @@ function requireClientsdkClientcore () {
|
|
|
37334
37352
|
tmp7_input.fj(tmp0_desc);
|
|
37335
37353
|
return UserAudio_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
37336
37354
|
};
|
|
37337
|
-
$serializer_88.prototype.
|
|
37338
|
-
var tmp0_desc = this.
|
|
37355
|
+
$serializer_88.prototype.w25 = function (encoder, value) {
|
|
37356
|
+
var tmp0_desc = this.v25_1;
|
|
37339
37357
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37340
|
-
tmp1_output.jk(tmp0_desc, 0, value.
|
|
37341
|
-
tmp1_output.jk(tmp0_desc, 1, value.
|
|
37342
|
-
tmp1_output.jk(tmp0_desc, 2, value.
|
|
37358
|
+
tmp1_output.jk(tmp0_desc, 0, value.x25_1);
|
|
37359
|
+
tmp1_output.jk(tmp0_desc, 1, value.y25_1);
|
|
37360
|
+
tmp1_output.jk(tmp0_desc, 2, value.z25_1);
|
|
37343
37361
|
tmp1_output.fj(tmp0_desc);
|
|
37344
37362
|
};
|
|
37345
37363
|
$serializer_88.prototype.yf = function (encoder, value) {
|
|
37346
|
-
return this.
|
|
37364
|
+
return this.w25(encoder, value instanceof UserAudio ? value : THROW_CCE());
|
|
37347
37365
|
};
|
|
37348
37366
|
$serializer_88.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37349
37367
|
var $serializer_instance_88;
|
|
@@ -37354,11 +37372,11 @@ function requireClientsdkClientcore () {
|
|
|
37354
37372
|
}
|
|
37355
37373
|
function UserAudio_init_$Init$(seen1, enabled, earmuffed, muted, serializationConstructorMarker, $this) {
|
|
37356
37374
|
if (!(7 === (7 & seen1))) {
|
|
37357
|
-
throwMissingFieldException(seen1, 7, $serializer_getInstance_88().
|
|
37375
|
+
throwMissingFieldException(seen1, 7, $serializer_getInstance_88().v25_1);
|
|
37358
37376
|
}
|
|
37359
|
-
$this.
|
|
37360
|
-
$this.
|
|
37361
|
-
$this.
|
|
37377
|
+
$this.x25_1 = enabled;
|
|
37378
|
+
$this.y25_1 = earmuffed;
|
|
37379
|
+
$this.z25_1 = muted;
|
|
37362
37380
|
return $this;
|
|
37363
37381
|
}
|
|
37364
37382
|
function UserAudio_init_$Create$(seen1, enabled, earmuffed, muted, serializationConstructorMarker) {
|
|
@@ -37367,12 +37385,12 @@ function requireClientsdkClientcore () {
|
|
|
37367
37385
|
function UserAudio() {
|
|
37368
37386
|
}
|
|
37369
37387
|
UserAudio.prototype.toString = function () {
|
|
37370
|
-
return 'UserAudio(enabled=' + this.
|
|
37388
|
+
return 'UserAudio(enabled=' + this.x25_1 + ', earmuffed=' + this.y25_1 + ', muted=' + this.z25_1 + ')';
|
|
37371
37389
|
};
|
|
37372
37390
|
UserAudio.prototype.hashCode = function () {
|
|
37373
|
-
var result = this.
|
|
37374
|
-
result = imul(result, 31) + (this.
|
|
37375
|
-
result = imul(result, 31) + (this.
|
|
37391
|
+
var result = this.x25_1 | 0;
|
|
37392
|
+
result = imul(result, 31) + (this.y25_1 | 0) | 0;
|
|
37393
|
+
result = imul(result, 31) + (this.z25_1 | 0) | 0;
|
|
37376
37394
|
return result;
|
|
37377
37395
|
};
|
|
37378
37396
|
UserAudio.prototype.equals = function (other) {
|
|
@@ -37381,11 +37399,11 @@ function requireClientsdkClientcore () {
|
|
|
37381
37399
|
if (!(other instanceof UserAudio))
|
|
37382
37400
|
return false;
|
|
37383
37401
|
var tmp0_other_with_cast = other instanceof UserAudio ? other : THROW_CCE();
|
|
37384
|
-
if (!(this.
|
|
37402
|
+
if (!(this.x25_1 === tmp0_other_with_cast.x25_1))
|
|
37385
37403
|
return false;
|
|
37386
|
-
if (!(this.
|
|
37404
|
+
if (!(this.y25_1 === tmp0_other_with_cast.y25_1))
|
|
37387
37405
|
return false;
|
|
37388
|
-
if (!(this.
|
|
37406
|
+
if (!(this.z25_1 === tmp0_other_with_cast.z25_1))
|
|
37389
37407
|
return false;
|
|
37390
37408
|
return true;
|
|
37391
37409
|
};
|
|
@@ -37394,10 +37412,10 @@ function requireClientsdkClientcore () {
|
|
|
37394
37412
|
$serializer_instance_89 = this;
|
|
37395
37413
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.InvitedUserMedia', this, 1);
|
|
37396
37414
|
tmp0_serialDesc.dq('audio_settings', false);
|
|
37397
|
-
this.
|
|
37415
|
+
this.a26_1 = tmp0_serialDesc;
|
|
37398
37416
|
}
|
|
37399
37417
|
$serializer_89.prototype.xf = function () {
|
|
37400
|
-
return this.
|
|
37418
|
+
return this.a26_1;
|
|
37401
37419
|
};
|
|
37402
37420
|
$serializer_89.prototype.sq = function () {
|
|
37403
37421
|
var tmp$ret$2;
|
|
@@ -37413,7 +37431,7 @@ function requireClientsdkClientcore () {
|
|
|
37413
37431
|
return tmp$ret$2;
|
|
37414
37432
|
};
|
|
37415
37433
|
$serializer_89.prototype.zf = function (decoder) {
|
|
37416
|
-
var tmp0_desc = this.
|
|
37434
|
+
var tmp0_desc = this.a26_1;
|
|
37417
37435
|
var tmp1_flag = true;
|
|
37418
37436
|
var tmp2_index = 0;
|
|
37419
37437
|
var tmp3_bitMask0 = 0;
|
|
@@ -37440,14 +37458,14 @@ function requireClientsdkClientcore () {
|
|
|
37440
37458
|
tmp5_input.fj(tmp0_desc);
|
|
37441
37459
|
return InvitedUserMedia_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
37442
37460
|
};
|
|
37443
|
-
$serializer_89.prototype.
|
|
37444
|
-
var tmp0_desc = this.
|
|
37461
|
+
$serializer_89.prototype.b26 = function (encoder, value) {
|
|
37462
|
+
var tmp0_desc = this.a26_1;
|
|
37445
37463
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37446
|
-
tmp1_output.uk(tmp0_desc, 0, $serializer_getInstance_88(), value.
|
|
37464
|
+
tmp1_output.uk(tmp0_desc, 0, $serializer_getInstance_88(), value.c26_1);
|
|
37447
37465
|
tmp1_output.fj(tmp0_desc);
|
|
37448
37466
|
};
|
|
37449
37467
|
$serializer_89.prototype.yf = function (encoder, value) {
|
|
37450
|
-
return this.
|
|
37468
|
+
return this.b26(encoder, value instanceof InvitedUserMedia ? value : THROW_CCE());
|
|
37451
37469
|
};
|
|
37452
37470
|
$serializer_89.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37453
37471
|
var $serializer_instance_89;
|
|
@@ -37458,9 +37476,9 @@ function requireClientsdkClientcore () {
|
|
|
37458
37476
|
}
|
|
37459
37477
|
function InvitedUserMedia_init_$Init$(seen1, audio_settings, serializationConstructorMarker, $this) {
|
|
37460
37478
|
if (!(1 === (1 & seen1))) {
|
|
37461
|
-
throwMissingFieldException(seen1, 1, $serializer_getInstance_89().
|
|
37479
|
+
throwMissingFieldException(seen1, 1, $serializer_getInstance_89().a26_1);
|
|
37462
37480
|
}
|
|
37463
|
-
$this.
|
|
37481
|
+
$this.c26_1 = audio_settings;
|
|
37464
37482
|
return $this;
|
|
37465
37483
|
}
|
|
37466
37484
|
function InvitedUserMedia_init_$Create$(seen1, audio_settings, serializationConstructorMarker) {
|
|
@@ -37469,10 +37487,10 @@ function requireClientsdkClientcore () {
|
|
|
37469
37487
|
function InvitedUserMedia() {
|
|
37470
37488
|
}
|
|
37471
37489
|
InvitedUserMedia.prototype.toString = function () {
|
|
37472
|
-
return 'InvitedUserMedia(audio_settings=' + this.
|
|
37490
|
+
return 'InvitedUserMedia(audio_settings=' + this.c26_1 + ')';
|
|
37473
37491
|
};
|
|
37474
37492
|
InvitedUserMedia.prototype.hashCode = function () {
|
|
37475
|
-
return this.
|
|
37493
|
+
return this.c26_1 == null ? 0 : this.c26_1.hashCode();
|
|
37476
37494
|
};
|
|
37477
37495
|
InvitedUserMedia.prototype.equals = function (other) {
|
|
37478
37496
|
if (this === other)
|
|
@@ -37480,7 +37498,7 @@ function requireClientsdkClientcore () {
|
|
|
37480
37498
|
if (!(other instanceof InvitedUserMedia))
|
|
37481
37499
|
return false;
|
|
37482
37500
|
var tmp0_other_with_cast = other instanceof InvitedUserMedia ? other : THROW_CCE();
|
|
37483
|
-
if (!equals(this.
|
|
37501
|
+
if (!equals(this.c26_1, tmp0_other_with_cast.c26_1))
|
|
37484
37502
|
return false;
|
|
37485
37503
|
return true;
|
|
37486
37504
|
};
|
|
@@ -37497,10 +37515,10 @@ function requireClientsdkClientcore () {
|
|
|
37497
37515
|
tmp0_serialDesc.dq('flaw_total', false);
|
|
37498
37516
|
tmp0_serialDesc.dq('packet_cnt', false);
|
|
37499
37517
|
tmp0_serialDesc.dq('packet_loss_perc', false);
|
|
37500
|
-
this.
|
|
37518
|
+
this.d26_1 = tmp0_serialDesc;
|
|
37501
37519
|
}
|
|
37502
37520
|
$serializer_90.prototype.xf = function () {
|
|
37503
|
-
return this.
|
|
37521
|
+
return this.d26_1;
|
|
37504
37522
|
};
|
|
37505
37523
|
$serializer_90.prototype.sq = function () {
|
|
37506
37524
|
var tmp$ret$2;
|
|
@@ -37516,7 +37534,7 @@ function requireClientsdkClientcore () {
|
|
|
37516
37534
|
return tmp$ret$2;
|
|
37517
37535
|
};
|
|
37518
37536
|
$serializer_90.prototype.zf = function (decoder) {
|
|
37519
|
-
var tmp0_desc = this.
|
|
37537
|
+
var tmp0_desc = this.d26_1;
|
|
37520
37538
|
var tmp1_flag = true;
|
|
37521
37539
|
var tmp2_index = 0;
|
|
37522
37540
|
var tmp3_bitMask0 = 0;
|
|
@@ -37599,22 +37617,22 @@ function requireClientsdkClientcore () {
|
|
|
37599
37617
|
tmp13_input.fj(tmp0_desc);
|
|
37600
37618
|
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);
|
|
37601
37619
|
};
|
|
37602
|
-
$serializer_90.prototype.
|
|
37603
|
-
var tmp0_desc = this.
|
|
37620
|
+
$serializer_90.prototype.e26 = function (encoder, value) {
|
|
37621
|
+
var tmp0_desc = this.d26_1;
|
|
37604
37622
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37605
|
-
tmp1_output.ok(tmp0_desc, 0, value.
|
|
37606
|
-
tmp1_output.ok(tmp0_desc, 1, value.
|
|
37607
|
-
tmp1_output.ok(tmp0_desc, 2, value.
|
|
37608
|
-
tmp1_output.ok(tmp0_desc, 3, value.
|
|
37609
|
-
tmp1_output.ok(tmp0_desc, 4, value.
|
|
37610
|
-
tmp1_output.ok(tmp0_desc, 5, value.
|
|
37611
|
-
tmp1_output.mk(tmp0_desc, 6, value.
|
|
37612
|
-
tmp1_output.mk(tmp0_desc, 7, value.
|
|
37613
|
-
tmp1_output.ok(tmp0_desc, 8, value.
|
|
37623
|
+
tmp1_output.ok(tmp0_desc, 0, value.f26_1);
|
|
37624
|
+
tmp1_output.ok(tmp0_desc, 1, value.g26_1);
|
|
37625
|
+
tmp1_output.ok(tmp0_desc, 2, value.h26_1);
|
|
37626
|
+
tmp1_output.ok(tmp0_desc, 3, value.i26_1);
|
|
37627
|
+
tmp1_output.ok(tmp0_desc, 4, value.j26_1);
|
|
37628
|
+
tmp1_output.ok(tmp0_desc, 5, value.k26_1);
|
|
37629
|
+
tmp1_output.mk(tmp0_desc, 6, value.l26_1);
|
|
37630
|
+
tmp1_output.mk(tmp0_desc, 7, value.m26_1);
|
|
37631
|
+
tmp1_output.ok(tmp0_desc, 8, value.n26_1);
|
|
37614
37632
|
tmp1_output.fj(tmp0_desc);
|
|
37615
37633
|
};
|
|
37616
37634
|
$serializer_90.prototype.yf = function (encoder, value) {
|
|
37617
|
-
return this.
|
|
37635
|
+
return this.e26(encoder, value instanceof RTCQuality ? value : THROW_CCE());
|
|
37618
37636
|
};
|
|
37619
37637
|
$serializer_90.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37620
37638
|
var $serializer_instance_90;
|
|
@@ -37625,17 +37643,17 @@ function requireClientsdkClientcore () {
|
|
|
37625
37643
|
}
|
|
37626
37644
|
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) {
|
|
37627
37645
|
if (!(511 === (511 & seen1))) {
|
|
37628
|
-
throwMissingFieldException(seen1, 511, $serializer_getInstance_90().
|
|
37629
|
-
}
|
|
37630
|
-
$this.
|
|
37631
|
-
$this.
|
|
37632
|
-
$this.
|
|
37633
|
-
$this.
|
|
37634
|
-
$this.
|
|
37635
|
-
$this.
|
|
37636
|
-
$this.
|
|
37637
|
-
$this.
|
|
37638
|
-
$this.
|
|
37646
|
+
throwMissingFieldException(seen1, 511, $serializer_getInstance_90().d26_1);
|
|
37647
|
+
}
|
|
37648
|
+
$this.f26_1 = mos_score;
|
|
37649
|
+
$this.g26_1 = quality_percentage;
|
|
37650
|
+
$this.h26_1 = jitter_min_var;
|
|
37651
|
+
$this.i26_1 = jitter_max_var;
|
|
37652
|
+
$this.j26_1 = jitter_loss_rate;
|
|
37653
|
+
$this.k26_1 = jitter_burst_rate;
|
|
37654
|
+
$this.l26_1 = flaw_total;
|
|
37655
|
+
$this.m26_1 = packet_cnt;
|
|
37656
|
+
$this.n26_1 = packet_loss_perc;
|
|
37639
37657
|
return $this;
|
|
37640
37658
|
}
|
|
37641
37659
|
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) {
|
|
@@ -37644,18 +37662,18 @@ function requireClientsdkClientcore () {
|
|
|
37644
37662
|
function RTCQuality() {
|
|
37645
37663
|
}
|
|
37646
37664
|
RTCQuality.prototype.toString = function () {
|
|
37647
|
-
return 'RTCQuality(mos_score=' + this.
|
|
37665
|
+
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 + ')';
|
|
37648
37666
|
};
|
|
37649
37667
|
RTCQuality.prototype.hashCode = function () {
|
|
37650
|
-
var result = getNumberHashCode(this.
|
|
37651
|
-
result = imul(result, 31) + getNumberHashCode(this.e26_1) | 0;
|
|
37652
|
-
result = imul(result, 31) + getNumberHashCode(this.f26_1) | 0;
|
|
37668
|
+
var result = getNumberHashCode(this.f26_1);
|
|
37653
37669
|
result = imul(result, 31) + getNumberHashCode(this.g26_1) | 0;
|
|
37654
37670
|
result = imul(result, 31) + getNumberHashCode(this.h26_1) | 0;
|
|
37655
37671
|
result = imul(result, 31) + getNumberHashCode(this.i26_1) | 0;
|
|
37656
|
-
result = imul(result, 31) + this.j26_1 | 0;
|
|
37657
|
-
result = imul(result, 31) + this.k26_1 | 0;
|
|
37658
|
-
result = imul(result, 31) +
|
|
37672
|
+
result = imul(result, 31) + getNumberHashCode(this.j26_1) | 0;
|
|
37673
|
+
result = imul(result, 31) + getNumberHashCode(this.k26_1) | 0;
|
|
37674
|
+
result = imul(result, 31) + this.l26_1 | 0;
|
|
37675
|
+
result = imul(result, 31) + this.m26_1 | 0;
|
|
37676
|
+
result = imul(result, 31) + getNumberHashCode(this.n26_1) | 0;
|
|
37659
37677
|
return result;
|
|
37660
37678
|
};
|
|
37661
37679
|
RTCQuality.prototype.equals = function (other) {
|
|
@@ -37664,10 +37682,6 @@ function requireClientsdkClientcore () {
|
|
|
37664
37682
|
if (!(other instanceof RTCQuality))
|
|
37665
37683
|
return false;
|
|
37666
37684
|
var tmp0_other_with_cast = other instanceof RTCQuality ? other : THROW_CCE();
|
|
37667
|
-
if (!equals(this.d26_1, tmp0_other_with_cast.d26_1))
|
|
37668
|
-
return false;
|
|
37669
|
-
if (!equals(this.e26_1, tmp0_other_with_cast.e26_1))
|
|
37670
|
-
return false;
|
|
37671
37685
|
if (!equals(this.f26_1, tmp0_other_with_cast.f26_1))
|
|
37672
37686
|
return false;
|
|
37673
37687
|
if (!equals(this.g26_1, tmp0_other_with_cast.g26_1))
|
|
@@ -37676,11 +37690,15 @@ function requireClientsdkClientcore () {
|
|
|
37676
37690
|
return false;
|
|
37677
37691
|
if (!equals(this.i26_1, tmp0_other_with_cast.i26_1))
|
|
37678
37692
|
return false;
|
|
37679
|
-
if (!(this.j26_1
|
|
37693
|
+
if (!equals(this.j26_1, tmp0_other_with_cast.j26_1))
|
|
37694
|
+
return false;
|
|
37695
|
+
if (!equals(this.k26_1, tmp0_other_with_cast.k26_1))
|
|
37680
37696
|
return false;
|
|
37681
|
-
if (!(this.
|
|
37697
|
+
if (!(this.l26_1 === tmp0_other_with_cast.l26_1))
|
|
37682
37698
|
return false;
|
|
37683
|
-
if (!
|
|
37699
|
+
if (!(this.m26_1 === tmp0_other_with_cast.m26_1))
|
|
37700
|
+
return false;
|
|
37701
|
+
if (!equals(this.n26_1, tmp0_other_with_cast.n26_1))
|
|
37684
37702
|
return false;
|
|
37685
37703
|
return true;
|
|
37686
37704
|
};
|
|
@@ -37691,10 +37709,10 @@ function requireClientsdkClientcore () {
|
|
|
37691
37709
|
tmp0_serialDesc.dq('text', false);
|
|
37692
37710
|
tmp0_serialDesc.dq('code', false);
|
|
37693
37711
|
tmp0_serialDesc.dq('sip_code', false);
|
|
37694
|
-
this.
|
|
37712
|
+
this.o26_1 = tmp0_serialDesc;
|
|
37695
37713
|
}
|
|
37696
37714
|
$serializer_91.prototype.xf = function () {
|
|
37697
|
-
return this.
|
|
37715
|
+
return this.o26_1;
|
|
37698
37716
|
};
|
|
37699
37717
|
$serializer_91.prototype.sq = function () {
|
|
37700
37718
|
var tmp$ret$2;
|
|
@@ -37710,7 +37728,7 @@ function requireClientsdkClientcore () {
|
|
|
37710
37728
|
return tmp$ret$2;
|
|
37711
37729
|
};
|
|
37712
37730
|
$serializer_91.prototype.zf = function (decoder) {
|
|
37713
|
-
var tmp0_desc = this.
|
|
37731
|
+
var tmp0_desc = this.o26_1;
|
|
37714
37732
|
var tmp1_flag = true;
|
|
37715
37733
|
var tmp2_index = 0;
|
|
37716
37734
|
var tmp3_bitMask0 = 0;
|
|
@@ -37751,16 +37769,16 @@ function requireClientsdkClientcore () {
|
|
|
37751
37769
|
tmp7_input.fj(tmp0_desc);
|
|
37752
37770
|
return RTCHangupReason_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
37753
37771
|
};
|
|
37754
|
-
$serializer_91.prototype.
|
|
37755
|
-
var tmp0_desc = this.
|
|
37772
|
+
$serializer_91.prototype.p26 = function (encoder, value) {
|
|
37773
|
+
var tmp0_desc = this.o26_1;
|
|
37756
37774
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37757
|
-
tmp1_output.rk(tmp0_desc, 0, value.
|
|
37758
|
-
tmp1_output.sk(tmp0_desc, 1, CallCompleteReasonSerialiser_getInstance(), value.
|
|
37759
|
-
tmp1_output.mk(tmp0_desc, 2, value.
|
|
37775
|
+
tmp1_output.rk(tmp0_desc, 0, value.q26_1);
|
|
37776
|
+
tmp1_output.sk(tmp0_desc, 1, CallCompleteReasonSerialiser_getInstance(), value.r26_1);
|
|
37777
|
+
tmp1_output.mk(tmp0_desc, 2, value.s26_1);
|
|
37760
37778
|
tmp1_output.fj(tmp0_desc);
|
|
37761
37779
|
};
|
|
37762
37780
|
$serializer_91.prototype.yf = function (encoder, value) {
|
|
37763
|
-
return this.
|
|
37781
|
+
return this.p26(encoder, value instanceof RTCHangupReason ? value : THROW_CCE());
|
|
37764
37782
|
};
|
|
37765
37783
|
$serializer_91.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37766
37784
|
var $serializer_instance_91;
|
|
@@ -37771,11 +37789,11 @@ function requireClientsdkClientcore () {
|
|
|
37771
37789
|
}
|
|
37772
37790
|
function RTCHangupReason_init_$Init$(seen1, text, code, sip_code, serializationConstructorMarker, $this) {
|
|
37773
37791
|
if (!(7 === (7 & seen1))) {
|
|
37774
|
-
throwMissingFieldException(seen1, 7, $serializer_getInstance_91().
|
|
37792
|
+
throwMissingFieldException(seen1, 7, $serializer_getInstance_91().o26_1);
|
|
37775
37793
|
}
|
|
37776
|
-
$this.
|
|
37777
|
-
$this.
|
|
37778
|
-
$this.
|
|
37794
|
+
$this.q26_1 = text;
|
|
37795
|
+
$this.r26_1 = code;
|
|
37796
|
+
$this.s26_1 = sip_code;
|
|
37779
37797
|
return $this;
|
|
37780
37798
|
}
|
|
37781
37799
|
function RTCHangupReason_init_$Create$(seen1, text, code, sip_code, serializationConstructorMarker) {
|
|
@@ -37784,12 +37802,12 @@ function requireClientsdkClientcore () {
|
|
|
37784
37802
|
function RTCHangupReason() {
|
|
37785
37803
|
}
|
|
37786
37804
|
RTCHangupReason.prototype.toString = function () {
|
|
37787
|
-
return 'RTCHangupReason(text=' + this.
|
|
37805
|
+
return 'RTCHangupReason(text=' + this.q26_1 + ', code=' + this.r26_1 + ', sip_code=' + this.s26_1 + ')';
|
|
37788
37806
|
};
|
|
37789
37807
|
RTCHangupReason.prototype.hashCode = function () {
|
|
37790
|
-
var result = getStringHashCode(this.
|
|
37791
|
-
result = imul(result, 31) + this.
|
|
37792
|
-
result = imul(result, 31) + this.
|
|
37808
|
+
var result = getStringHashCode(this.q26_1);
|
|
37809
|
+
result = imul(result, 31) + this.r26_1.hashCode() | 0;
|
|
37810
|
+
result = imul(result, 31) + this.s26_1 | 0;
|
|
37793
37811
|
return result;
|
|
37794
37812
|
};
|
|
37795
37813
|
RTCHangupReason.prototype.equals = function (other) {
|
|
@@ -37798,11 +37816,11 @@ function requireClientsdkClientcore () {
|
|
|
37798
37816
|
if (!(other instanceof RTCHangupReason))
|
|
37799
37817
|
return false;
|
|
37800
37818
|
var tmp0_other_with_cast = other instanceof RTCHangupReason ? other : THROW_CCE();
|
|
37801
|
-
if (!(this.
|
|
37819
|
+
if (!(this.q26_1 === tmp0_other_with_cast.q26_1))
|
|
37802
37820
|
return false;
|
|
37803
|
-
if (!this.
|
|
37821
|
+
if (!this.r26_1.equals(tmp0_other_with_cast.r26_1))
|
|
37804
37822
|
return false;
|
|
37805
|
-
if (!(this.
|
|
37823
|
+
if (!(this.s26_1 === tmp0_other_with_cast.s26_1))
|
|
37806
37824
|
return false;
|
|
37807
37825
|
return true;
|
|
37808
37826
|
};
|
|
@@ -37812,10 +37830,10 @@ function requireClientsdkClientcore () {
|
|
|
37812
37830
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('com.vonage.clientcore.core.conversation.RTCBandwidth', this, 2);
|
|
37813
37831
|
tmp0_serialDesc.dq('bytes_in', false);
|
|
37814
37832
|
tmp0_serialDesc.dq('bytes_out', false);
|
|
37815
|
-
this.
|
|
37833
|
+
this.t26_1 = tmp0_serialDesc;
|
|
37816
37834
|
}
|
|
37817
37835
|
$serializer_92.prototype.xf = function () {
|
|
37818
|
-
return this.
|
|
37836
|
+
return this.t26_1;
|
|
37819
37837
|
};
|
|
37820
37838
|
$serializer_92.prototype.sq = function () {
|
|
37821
37839
|
var tmp$ret$2;
|
|
@@ -37831,7 +37849,7 @@ function requireClientsdkClientcore () {
|
|
|
37831
37849
|
return tmp$ret$2;
|
|
37832
37850
|
};
|
|
37833
37851
|
$serializer_92.prototype.zf = function (decoder) {
|
|
37834
|
-
var tmp0_desc = this.
|
|
37852
|
+
var tmp0_desc = this.t26_1;
|
|
37835
37853
|
var tmp1_flag = true;
|
|
37836
37854
|
var tmp2_index = 0;
|
|
37837
37855
|
var tmp3_bitMask0 = 0;
|
|
@@ -37865,15 +37883,15 @@ function requireClientsdkClientcore () {
|
|
|
37865
37883
|
tmp6_input.fj(tmp0_desc);
|
|
37866
37884
|
return RTCBandwidth_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
37867
37885
|
};
|
|
37868
|
-
$serializer_92.prototype.
|
|
37869
|
-
var tmp0_desc = this.
|
|
37886
|
+
$serializer_92.prototype.u26 = function (encoder, value) {
|
|
37887
|
+
var tmp0_desc = this.t26_1;
|
|
37870
37888
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
37871
|
-
tmp1_output.mk(tmp0_desc, 0, value.
|
|
37872
|
-
tmp1_output.mk(tmp0_desc, 1, value.
|
|
37889
|
+
tmp1_output.mk(tmp0_desc, 0, value.v26_1);
|
|
37890
|
+
tmp1_output.mk(tmp0_desc, 1, value.w26_1);
|
|
37873
37891
|
tmp1_output.fj(tmp0_desc);
|
|
37874
37892
|
};
|
|
37875
37893
|
$serializer_92.prototype.yf = function (encoder, value) {
|
|
37876
|
-
return this.
|
|
37894
|
+
return this.u26(encoder, value instanceof RTCBandwidth ? value : THROW_CCE());
|
|
37877
37895
|
};
|
|
37878
37896
|
$serializer_92.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37879
37897
|
var $serializer_instance_92;
|
|
@@ -37884,10 +37902,10 @@ function requireClientsdkClientcore () {
|
|
|
37884
37902
|
}
|
|
37885
37903
|
function RTCBandwidth_init_$Init$(seen1, bytes_in, bytes_out, serializationConstructorMarker, $this) {
|
|
37886
37904
|
if (!(3 === (3 & seen1))) {
|
|
37887
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_92().
|
|
37905
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_92().t26_1);
|
|
37888
37906
|
}
|
|
37889
|
-
$this.
|
|
37890
|
-
$this.
|
|
37907
|
+
$this.v26_1 = bytes_in;
|
|
37908
|
+
$this.w26_1 = bytes_out;
|
|
37891
37909
|
return $this;
|
|
37892
37910
|
}
|
|
37893
37911
|
function RTCBandwidth_init_$Create$(seen1, bytes_in, bytes_out, serializationConstructorMarker) {
|
|
@@ -37896,11 +37914,11 @@ function requireClientsdkClientcore () {
|
|
|
37896
37914
|
function RTCBandwidth() {
|
|
37897
37915
|
}
|
|
37898
37916
|
RTCBandwidth.prototype.toString = function () {
|
|
37899
|
-
return 'RTCBandwidth(bytes_in=' + this.
|
|
37917
|
+
return 'RTCBandwidth(bytes_in=' + this.v26_1 + ', bytes_out=' + this.w26_1 + ')';
|
|
37900
37918
|
};
|
|
37901
37919
|
RTCBandwidth.prototype.hashCode = function () {
|
|
37902
|
-
var result = this.
|
|
37903
|
-
result = imul(result, 31) + this.
|
|
37920
|
+
var result = this.v26_1;
|
|
37921
|
+
result = imul(result, 31) + this.w26_1 | 0;
|
|
37904
37922
|
return result;
|
|
37905
37923
|
};
|
|
37906
37924
|
RTCBandwidth.prototype.equals = function (other) {
|
|
@@ -37909,9 +37927,9 @@ function requireClientsdkClientcore () {
|
|
|
37909
37927
|
if (!(other instanceof RTCBandwidth))
|
|
37910
37928
|
return false;
|
|
37911
37929
|
var tmp0_other_with_cast = other instanceof RTCBandwidth ? other : THROW_CCE();
|
|
37912
|
-
if (!(this.
|
|
37930
|
+
if (!(this.v26_1 === tmp0_other_with_cast.v26_1))
|
|
37913
37931
|
return false;
|
|
37914
|
-
if (!(this.
|
|
37932
|
+
if (!(this.w26_1 === tmp0_other_with_cast.w26_1))
|
|
37915
37933
|
return false;
|
|
37916
37934
|
return true;
|
|
37917
37935
|
};
|
|
@@ -37930,10 +37948,10 @@ function requireClientsdkClientcore () {
|
|
|
37930
37948
|
Companion_instance_70 = this;
|
|
37931
37949
|
var tmp = this;
|
|
37932
37950
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
37933
|
-
tmp.
|
|
37951
|
+
tmp.x26_1 = lazy(tmp_0, CallCompleteReason$Companion$$cachedSerializer$delegate$_anonymous__gwqa6d);
|
|
37934
37952
|
}
|
|
37935
37953
|
Companion_70.prototype.t10 = function () {
|
|
37936
|
-
return this.
|
|
37954
|
+
return this.x26_1.r1();
|
|
37937
37955
|
};
|
|
37938
37956
|
Companion_70.prototype.mr = function (typeParamsSerializers) {
|
|
37939
37957
|
return this.t10();
|
|
@@ -37956,10 +37974,10 @@ function requireClientsdkClientcore () {
|
|
|
37956
37974
|
tmp0_serialDesc.dq('RingTimeout', false);
|
|
37957
37975
|
tmp0_serialDesc.dq('Failed', false);
|
|
37958
37976
|
tmp0_serialDesc.dq('Unknown', false);
|
|
37959
|
-
this.
|
|
37977
|
+
this.y26_1 = tmp0_serialDesc;
|
|
37960
37978
|
}
|
|
37961
37979
|
$serializer_93.prototype.xf = function () {
|
|
37962
|
-
return this.
|
|
37980
|
+
return this.y26_1;
|
|
37963
37981
|
};
|
|
37964
37982
|
$serializer_93.prototype.sq = function () {
|
|
37965
37983
|
var tmp$ret$2;
|
|
@@ -37974,13 +37992,13 @@ function requireClientsdkClientcore () {
|
|
|
37974
37992
|
return tmp$ret$2;
|
|
37975
37993
|
};
|
|
37976
37994
|
$serializer_93.prototype.zf = function (decoder) {
|
|
37977
|
-
return values_1()[decoder.aj(this.
|
|
37995
|
+
return values_1()[decoder.aj(this.y26_1)];
|
|
37978
37996
|
};
|
|
37979
|
-
$serializer_93.prototype.
|
|
37980
|
-
encoder.hk(this.
|
|
37997
|
+
$serializer_93.prototype.z26 = function (encoder, value) {
|
|
37998
|
+
encoder.hk(this.y26_1, value.t3_1);
|
|
37981
37999
|
};
|
|
37982
38000
|
$serializer_93.prototype.yf = function (encoder, value) {
|
|
37983
|
-
return this.
|
|
38001
|
+
return this.z26(encoder, value instanceof CallCompleteReason ? value : THROW_CCE());
|
|
37984
38002
|
};
|
|
37985
38003
|
$serializer_93.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
37986
38004
|
var $serializer_instance_93;
|
|
@@ -38013,10 +38031,10 @@ function requireClientsdkClientcore () {
|
|
|
38013
38031
|
CallCompleteReason.$metadata$ = classMeta('CallCompleteReason', undefined, undefined, {0: $serializer_getInstance_93}, undefined, Enum.prototype);
|
|
38014
38032
|
function CallCompleteReasonSerialiser() {
|
|
38015
38033
|
CallCompleteReasonSerialiser_instance = this;
|
|
38016
|
-
this.
|
|
38034
|
+
this.a27_1 = PrimitiveSerialDescriptor('RTCHangupReason.code', STRING_getInstance());
|
|
38017
38035
|
}
|
|
38018
38036
|
CallCompleteReasonSerialiser.prototype.xf = function () {
|
|
38019
|
-
return this.
|
|
38037
|
+
return this.a27_1;
|
|
38020
38038
|
};
|
|
38021
38039
|
CallCompleteReasonSerialiser.prototype.zf = function (decoder) {
|
|
38022
38040
|
var tmp0_subject = decoder.zi();
|
|
@@ -38042,11 +38060,11 @@ function requireClientsdkClientcore () {
|
|
|
38042
38060
|
return CallCompleteReason_Unknown_getInstance();
|
|
38043
38061
|
}
|
|
38044
38062
|
};
|
|
38045
|
-
CallCompleteReasonSerialiser.prototype.
|
|
38063
|
+
CallCompleteReasonSerialiser.prototype.z26 = function (encoder, value) {
|
|
38046
38064
|
encoder.gk(value.s3_1);
|
|
38047
38065
|
};
|
|
38048
38066
|
CallCompleteReasonSerialiser.prototype.yf = function (encoder, value) {
|
|
38049
|
-
return this.
|
|
38067
|
+
return this.z26(encoder, value instanceof CallCompleteReason ? value : THROW_CCE());
|
|
38050
38068
|
};
|
|
38051
38069
|
CallCompleteReasonSerialiser.$metadata$ = objectMeta('CallCompleteReasonSerialiser', [KSerializer]);
|
|
38052
38070
|
var CallCompleteReasonSerialiser_instance;
|
|
@@ -38089,10 +38107,10 @@ function requireClientsdkClientcore () {
|
|
|
38089
38107
|
tmp0_serialDesc.dq('id', false);
|
|
38090
38108
|
tmp0_serialDesc.dq('name', false);
|
|
38091
38109
|
tmp0_serialDesc.dq('image_url', true);
|
|
38092
|
-
this.
|
|
38110
|
+
this.b27_1 = tmp0_serialDesc;
|
|
38093
38111
|
}
|
|
38094
38112
|
$serializer_94.prototype.xf = function () {
|
|
38095
|
-
return this.
|
|
38113
|
+
return this.b27_1;
|
|
38096
38114
|
};
|
|
38097
38115
|
$serializer_94.prototype.sq = function () {
|
|
38098
38116
|
var tmp$ret$2;
|
|
@@ -38108,7 +38126,7 @@ function requireClientsdkClientcore () {
|
|
|
38108
38126
|
return tmp$ret$2;
|
|
38109
38127
|
};
|
|
38110
38128
|
$serializer_94.prototype.zf = function (decoder) {
|
|
38111
|
-
var tmp0_desc = this.
|
|
38129
|
+
var tmp0_desc = this.b27_1;
|
|
38112
38130
|
var tmp1_flag = true;
|
|
38113
38131
|
var tmp2_index = 0;
|
|
38114
38132
|
var tmp3_bitMask0 = 0;
|
|
@@ -38149,8 +38167,8 @@ function requireClientsdkClientcore () {
|
|
|
38149
38167
|
tmp7_input.fj(tmp0_desc);
|
|
38150
38168
|
return InvitedUser_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
38151
38169
|
};
|
|
38152
|
-
$serializer_94.prototype.
|
|
38153
|
-
var tmp0_desc = this.
|
|
38170
|
+
$serializer_94.prototype.c27 = function (encoder, value) {
|
|
38171
|
+
var tmp0_desc = this.b27_1;
|
|
38154
38172
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
38155
38173
|
tmp1_output.rk(tmp0_desc, 0, value.u1z_1);
|
|
38156
38174
|
tmp1_output.rk(tmp0_desc, 1, value.v1z_1);
|
|
@@ -38160,7 +38178,7 @@ function requireClientsdkClientcore () {
|
|
|
38160
38178
|
tmp1_output.fj(tmp0_desc);
|
|
38161
38179
|
};
|
|
38162
38180
|
$serializer_94.prototype.yf = function (encoder, value) {
|
|
38163
|
-
return this.
|
|
38181
|
+
return this.c27(encoder, value instanceof InvitedUser ? value : THROW_CCE());
|
|
38164
38182
|
};
|
|
38165
38183
|
$serializer_94.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
38166
38184
|
var $serializer_instance_94;
|
|
@@ -38171,7 +38189,7 @@ function requireClientsdkClientcore () {
|
|
|
38171
38189
|
}
|
|
38172
38190
|
function InvitedUser_init_$Init$(seen1, id, name, image_url, serializationConstructorMarker, $this) {
|
|
38173
38191
|
if (!(3 === (3 & seen1))) {
|
|
38174
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_94().
|
|
38192
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_94().b27_1);
|
|
38175
38193
|
}
|
|
38176
38194
|
$this.u1z_1 = id;
|
|
38177
38195
|
$this.v1z_1 = name;
|
|
@@ -38217,10 +38235,10 @@ function requireClientsdkClientcore () {
|
|
|
38217
38235
|
tmp0_serialDesc.dq('name', false);
|
|
38218
38236
|
tmp0_serialDesc.dq('display_name', true);
|
|
38219
38237
|
tmp0_serialDesc.dq('user_id', false);
|
|
38220
|
-
this.
|
|
38238
|
+
this.d27_1 = tmp0_serialDesc;
|
|
38221
38239
|
}
|
|
38222
38240
|
$serializer_95.prototype.xf = function () {
|
|
38223
|
-
return this.
|
|
38241
|
+
return this.d27_1;
|
|
38224
38242
|
};
|
|
38225
38243
|
$serializer_95.prototype.sq = function () {
|
|
38226
38244
|
var tmp$ret$2;
|
|
@@ -38236,7 +38254,7 @@ function requireClientsdkClientcore () {
|
|
|
38236
38254
|
return tmp$ret$2;
|
|
38237
38255
|
};
|
|
38238
38256
|
$serializer_95.prototype.zf = function (decoder) {
|
|
38239
|
-
var tmp0_desc = this.
|
|
38257
|
+
var tmp0_desc = this.d27_1;
|
|
38240
38258
|
var tmp1_flag = true;
|
|
38241
38259
|
var tmp2_index = 0;
|
|
38242
38260
|
var tmp3_bitMask0 = 0;
|
|
@@ -38284,8 +38302,8 @@ function requireClientsdkClientcore () {
|
|
|
38284
38302
|
tmp8_input.fj(tmp0_desc);
|
|
38285
38303
|
return JoinedUser_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
38286
38304
|
};
|
|
38287
|
-
$serializer_95.prototype.
|
|
38288
|
-
var tmp0_desc = this.
|
|
38305
|
+
$serializer_95.prototype.e27 = function (encoder, value) {
|
|
38306
|
+
var tmp0_desc = this.d27_1;
|
|
38289
38307
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
38290
38308
|
tmp1_output.rk(tmp0_desc, 0, value.p1z_1);
|
|
38291
38309
|
tmp1_output.rk(tmp0_desc, 1, value.q1z_1);
|
|
@@ -38296,7 +38314,7 @@ function requireClientsdkClientcore () {
|
|
|
38296
38314
|
tmp1_output.fj(tmp0_desc);
|
|
38297
38315
|
};
|
|
38298
38316
|
$serializer_95.prototype.yf = function (encoder, value) {
|
|
38299
|
-
return this.
|
|
38317
|
+
return this.e27(encoder, value instanceof JoinedUser ? value : THROW_CCE());
|
|
38300
38318
|
};
|
|
38301
38319
|
$serializer_95.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
38302
38320
|
var $serializer_instance_95;
|
|
@@ -38307,7 +38325,7 @@ function requireClientsdkClientcore () {
|
|
|
38307
38325
|
}
|
|
38308
38326
|
function JoinedUser_init_$Init$(seen1, id, name, display_name, user_id, serializationConstructorMarker, $this) {
|
|
38309
38327
|
if (!(11 === (11 & seen1))) {
|
|
38310
|
-
throwMissingFieldException(seen1, 11, $serializer_getInstance_95().
|
|
38328
|
+
throwMissingFieldException(seen1, 11, $serializer_getInstance_95().d27_1);
|
|
38311
38329
|
}
|
|
38312
38330
|
$this.p1z_1 = id;
|
|
38313
38331
|
$this.q1z_1 = name;
|
|
@@ -38359,10 +38377,10 @@ function requireClientsdkClientcore () {
|
|
|
38359
38377
|
tmp0_serialDesc.dq('id', false);
|
|
38360
38378
|
tmp0_serialDesc.dq('name', false);
|
|
38361
38379
|
tmp0_serialDesc.dq('display_name', true);
|
|
38362
|
-
this.
|
|
38380
|
+
this.f27_1 = tmp0_serialDesc;
|
|
38363
38381
|
}
|
|
38364
38382
|
$serializer_96.prototype.xf = function () {
|
|
38365
|
-
return this.
|
|
38383
|
+
return this.f27_1;
|
|
38366
38384
|
};
|
|
38367
38385
|
$serializer_96.prototype.sq = function () {
|
|
38368
38386
|
var tmp$ret$2;
|
|
@@ -38378,7 +38396,7 @@ function requireClientsdkClientcore () {
|
|
|
38378
38396
|
return tmp$ret$2;
|
|
38379
38397
|
};
|
|
38380
38398
|
$serializer_96.prototype.zf = function (decoder) {
|
|
38381
|
-
var tmp0_desc = this.
|
|
38399
|
+
var tmp0_desc = this.f27_1;
|
|
38382
38400
|
var tmp1_flag = true;
|
|
38383
38401
|
var tmp2_index = 0;
|
|
38384
38402
|
var tmp3_bitMask0 = 0;
|
|
@@ -38419,8 +38437,8 @@ function requireClientsdkClientcore () {
|
|
|
38419
38437
|
tmp7_input.fj(tmp0_desc);
|
|
38420
38438
|
return LeftUser_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
38421
38439
|
};
|
|
38422
|
-
$serializer_96.prototype.
|
|
38423
|
-
var tmp0_desc = this.
|
|
38440
|
+
$serializer_96.prototype.g27 = function (encoder, value) {
|
|
38441
|
+
var tmp0_desc = this.f27_1;
|
|
38424
38442
|
var tmp1_output = encoder.ej(tmp0_desc);
|
|
38425
38443
|
tmp1_output.rk(tmp0_desc, 0, value.l1z_1);
|
|
38426
38444
|
tmp1_output.rk(tmp0_desc, 1, value.m1z_1);
|
|
@@ -38430,7 +38448,7 @@ function requireClientsdkClientcore () {
|
|
|
38430
38448
|
tmp1_output.fj(tmp0_desc);
|
|
38431
38449
|
};
|
|
38432
38450
|
$serializer_96.prototype.yf = function (encoder, value) {
|
|
38433
|
-
return this.
|
|
38451
|
+
return this.g27(encoder, value instanceof LeftUser ? value : THROW_CCE());
|
|
38434
38452
|
};
|
|
38435
38453
|
$serializer_96.$metadata$ = objectMeta('$serializer', [GeneratedSerializer]);
|
|
38436
38454
|
var $serializer_instance_96;
|
|
@@ -38441,7 +38459,7 @@ function requireClientsdkClientcore () {
|
|
|
38441
38459
|
}
|
|
38442
38460
|
function LeftUser_init_$Init$(seen1, id, name, display_name, serializationConstructorMarker, $this) {
|
|
38443
38461
|
if (!(3 === (3 & seen1))) {
|
|
38444
|
-
throwMissingFieldException(seen1, 3, $serializer_getInstance_96().
|
|
38462
|
+
throwMissingFieldException(seen1, 3, $serializer_getInstance_96().f27_1);
|
|
38445
38463
|
}
|
|
38446
38464
|
$this.l1z_1 = id;
|
|
38447
38465
|
$this.m1z_1 = name;
|
|
@@ -38537,14 +38555,14 @@ function requireClientsdkClientcore () {
|
|
|
38537
38555
|
return tmp;
|
|
38538
38556
|
}
|
|
38539
38557
|
function createClientLogger$config$1() {
|
|
38540
|
-
this.
|
|
38541
|
-
this.
|
|
38558
|
+
this.h27_1 = Companion_getInstance().e1a_1.n1a();
|
|
38559
|
+
this.i27_1 = valueOf(get_defaultInternalLoggingLevel().f1y());
|
|
38542
38560
|
}
|
|
38543
38561
|
createClientLogger$config$1.prototype.n1a = function () {
|
|
38544
|
-
return this.
|
|
38562
|
+
return this.h27_1;
|
|
38545
38563
|
};
|
|
38546
38564
|
createClientLogger$config$1.prototype.m1a = function () {
|
|
38547
|
-
return this.
|
|
38565
|
+
return this.i27_1;
|
|
38548
38566
|
};
|
|
38549
38567
|
createClientLogger$config$1.$metadata$ = classMeta(undefined, [LoggerConfig]);
|
|
38550
38568
|
function callbackLogger2$lambda($logger, $tag, $fn) {
|
|
@@ -38606,12 +38624,12 @@ function requireClientsdkClientcore () {
|
|
|
38606
38624
|
};
|
|
38607
38625
|
}
|
|
38608
38626
|
function HTTPClientLogger(client, logger) {
|
|
38609
|
-
this.
|
|
38610
|
-
this.
|
|
38627
|
+
this.j27_1 = client;
|
|
38628
|
+
this.k27_1 = withTagExtension(logger, 'http');
|
|
38611
38629
|
}
|
|
38612
|
-
HTTPClientLogger.prototype.
|
|
38630
|
+
HTTPClientLogger.prototype.l27 = function (verb, url, headers, body, callback) {
|
|
38613
38631
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38614
|
-
var tmp0_i = this.
|
|
38632
|
+
var tmp0_i = this.k27_1;
|
|
38615
38633
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38616
38634
|
var tmp = Severity_Info_getInstance();
|
|
38617
38635
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38620,19 +38638,19 @@ function requireClientsdkClientcore () {
|
|
|
38620
38638
|
tmp$ret$0 = 'request() ' + verb + ' ' + url + '\nheaders:' + headers + '\nbody:' + body;
|
|
38621
38639
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38622
38640
|
}
|
|
38623
|
-
this.
|
|
38641
|
+
this.j27_1.l27(verb, url, headers, body, callback);
|
|
38624
38642
|
};
|
|
38625
38643
|
HTTPClientLogger.$metadata$ = classMeta('HTTPClientLogger', [HTTPClient]);
|
|
38626
38644
|
function SocketClientLogger(client, logger) {
|
|
38627
|
-
this.
|
|
38628
|
-
this.
|
|
38645
|
+
this.m27_1 = client;
|
|
38646
|
+
this.n27_1 = withTagExtension(logger, 'socket');
|
|
38629
38647
|
}
|
|
38630
|
-
SocketClientLogger.prototype.
|
|
38631
|
-
this.
|
|
38648
|
+
SocketClientLogger.prototype.o27 = function (value) {
|
|
38649
|
+
this.m27_1.o27(value);
|
|
38632
38650
|
};
|
|
38633
|
-
SocketClientLogger.prototype.
|
|
38651
|
+
SocketClientLogger.prototype.p27 = function (type, msg, callback) {
|
|
38634
38652
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38635
|
-
var tmp0_i = this.
|
|
38653
|
+
var tmp0_i = this.n27_1;
|
|
38636
38654
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38637
38655
|
var tmp = Severity_Info_getInstance();
|
|
38638
38656
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38641,11 +38659,11 @@ function requireClientsdkClientcore () {
|
|
|
38641
38659
|
tmp$ret$0 = 'emit() ' + type + ' ' + msg;
|
|
38642
38660
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38643
38661
|
}
|
|
38644
|
-
this.
|
|
38662
|
+
this.m27_1.p27(type, msg, callback);
|
|
38645
38663
|
};
|
|
38646
|
-
SocketClientLogger.prototype.
|
|
38664
|
+
SocketClientLogger.prototype.q27 = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query) {
|
|
38647
38665
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38648
|
-
var tmp0_i = this.
|
|
38666
|
+
var tmp0_i = this.n27_1;
|
|
38649
38667
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38650
38668
|
var tmp = Severity_Info_getInstance();
|
|
38651
38669
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38654,11 +38672,11 @@ function requireClientsdkClientcore () {
|
|
|
38654
38672
|
tmp$ret$0 = 'connect() session_id:' + session_id + ' host: ' + host + ' path: ' + path + ' reconnectionAttempts: ' + toString(reconnectionAttempts) + ' reconnectionDelay: ' + toString(reconnectionDelay) + ' randomizationFactor: ' + toString(randomizationFactor) + ' ';
|
|
38655
38673
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38656
38674
|
}
|
|
38657
|
-
this.
|
|
38675
|
+
this.m27_1.q27(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query);
|
|
38658
38676
|
};
|
|
38659
|
-
SocketClientLogger.prototype.
|
|
38677
|
+
SocketClientLogger.prototype.r27 = function () {
|
|
38660
38678
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38661
|
-
var tmp0_i = this.
|
|
38679
|
+
var tmp0_i = this.n27_1;
|
|
38662
38680
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38663
38681
|
var tmp = Severity_Info_getInstance();
|
|
38664
38682
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38667,11 +38685,11 @@ function requireClientsdkClientcore () {
|
|
|
38667
38685
|
tmp$ret$0 = 'disconnect()';
|
|
38668
38686
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38669
38687
|
}
|
|
38670
|
-
this.
|
|
38688
|
+
this.m27_1.r27();
|
|
38671
38689
|
};
|
|
38672
|
-
SocketClientLogger.prototype.
|
|
38690
|
+
SocketClientLogger.prototype.s27 = function (token) {
|
|
38673
38691
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38674
|
-
var tmp0_i = this.
|
|
38692
|
+
var tmp0_i = this.n27_1;
|
|
38675
38693
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38676
38694
|
var tmp = Severity_Info_getInstance();
|
|
38677
38695
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38680,11 +38698,11 @@ function requireClientsdkClientcore () {
|
|
|
38680
38698
|
tmp$ret$0 = 'setConnectParamsSocketConfig() token: <token>';
|
|
38681
38699
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38682
38700
|
}
|
|
38683
|
-
this.
|
|
38701
|
+
this.m27_1.s27(token);
|
|
38684
38702
|
};
|
|
38685
|
-
SocketClientLogger.prototype.
|
|
38703
|
+
SocketClientLogger.prototype.t27 = function (milliseconds, callback) {
|
|
38686
38704
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38687
|
-
var tmp0_i = this.
|
|
38705
|
+
var tmp0_i = this.n27_1;
|
|
38688
38706
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38689
38707
|
var tmp = Severity_Info_getInstance();
|
|
38690
38708
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38693,16 +38711,16 @@ function requireClientsdkClientcore () {
|
|
|
38693
38711
|
tmp$ret$0 = 'startVerifyResponseTimer() ' + toString(milliseconds);
|
|
38694
38712
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38695
38713
|
}
|
|
38696
|
-
this.
|
|
38714
|
+
this.m27_1.t27(milliseconds, callback);
|
|
38697
38715
|
};
|
|
38698
38716
|
SocketClientLogger.$metadata$ = classMeta('SocketClientLogger', [SocketClient]);
|
|
38699
38717
|
function MediaClientLogger(client, logger) {
|
|
38700
|
-
this.
|
|
38701
|
-
this.
|
|
38718
|
+
this.u27_1 = client;
|
|
38719
|
+
this.v27_1 = withTagExtension(logger, 'media');
|
|
38702
38720
|
}
|
|
38703
|
-
MediaClientLogger.prototype.
|
|
38721
|
+
MediaClientLogger.prototype.w27 = function (closure) {
|
|
38704
38722
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38705
|
-
var tmp0_i = this.
|
|
38723
|
+
var tmp0_i = this.v27_1;
|
|
38706
38724
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38707
38725
|
var tmp = Severity_Info_getInstance();
|
|
38708
38726
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38711,11 +38729,11 @@ function requireClientsdkClientcore () {
|
|
|
38711
38729
|
tmp$ret$0 = 'enableMedia()';
|
|
38712
38730
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38713
38731
|
}
|
|
38714
|
-
this.
|
|
38732
|
+
this.u27_1.w27(closure);
|
|
38715
38733
|
};
|
|
38716
|
-
MediaClientLogger.prototype.
|
|
38734
|
+
MediaClientLogger.prototype.x27 = function (closure, offerSDP, rtcId) {
|
|
38717
38735
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38718
|
-
var tmp0_i = this.
|
|
38736
|
+
var tmp0_i = this.v27_1;
|
|
38719
38737
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38720
38738
|
var tmp = Severity_Info_getInstance();
|
|
38721
38739
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38724,11 +38742,11 @@ function requireClientsdkClientcore () {
|
|
|
38724
38742
|
tmp$ret$0 = 'enableMedia() ' + offerSDP;
|
|
38725
38743
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38726
38744
|
}
|
|
38727
|
-
this.
|
|
38745
|
+
this.u27_1.x27(closure, offerSDP, rtcId);
|
|
38728
38746
|
};
|
|
38729
|
-
MediaClientLogger.prototype.
|
|
38747
|
+
MediaClientLogger.prototype.y27 = function (id, sdp) {
|
|
38730
38748
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38731
|
-
var tmp0_i = this.
|
|
38749
|
+
var tmp0_i = this.v27_1;
|
|
38732
38750
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38733
38751
|
var tmp = Severity_Info_getInstance();
|
|
38734
38752
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38737,11 +38755,11 @@ function requireClientsdkClientcore () {
|
|
|
38737
38755
|
tmp$ret$0 = 'processAnswer() ' + id;
|
|
38738
38756
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38739
38757
|
}
|
|
38740
|
-
this.
|
|
38758
|
+
this.u27_1.y27(id, sdp);
|
|
38741
38759
|
};
|
|
38742
|
-
MediaClientLogger.prototype.
|
|
38760
|
+
MediaClientLogger.prototype.z27 = function (id) {
|
|
38743
38761
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38744
|
-
var tmp0_i = this.
|
|
38762
|
+
var tmp0_i = this.v27_1;
|
|
38745
38763
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38746
38764
|
var tmp = Severity_Info_getInstance();
|
|
38747
38765
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38750,11 +38768,11 @@ function requireClientsdkClientcore () {
|
|
|
38750
38768
|
tmp$ret$0 = 'disableMedia() ' + id;
|
|
38751
38769
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38752
38770
|
}
|
|
38753
|
-
this.
|
|
38771
|
+
this.u27_1.z27(id);
|
|
38754
38772
|
};
|
|
38755
|
-
MediaClientLogger.prototype.
|
|
38773
|
+
MediaClientLogger.prototype.a28 = function (id) {
|
|
38756
38774
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38757
|
-
var tmp0_i = this.
|
|
38775
|
+
var tmp0_i = this.v27_1;
|
|
38758
38776
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38759
38777
|
var tmp = Severity_Info_getInstance();
|
|
38760
38778
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38763,11 +38781,11 @@ function requireClientsdkClientcore () {
|
|
|
38763
38781
|
tmp$ret$0 = 'mute() ' + id;
|
|
38764
38782
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38765
38783
|
}
|
|
38766
|
-
this.
|
|
38784
|
+
this.u27_1.a28(id);
|
|
38767
38785
|
};
|
|
38768
|
-
MediaClientLogger.prototype.
|
|
38786
|
+
MediaClientLogger.prototype.b28 = function (id) {
|
|
38769
38787
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38770
|
-
var tmp0_i = this.
|
|
38788
|
+
var tmp0_i = this.v27_1;
|
|
38771
38789
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38772
38790
|
var tmp = Severity_Info_getInstance();
|
|
38773
38791
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38776,7 +38794,7 @@ function requireClientsdkClientcore () {
|
|
|
38776
38794
|
tmp$ret$0 = 'unmute() ' + id;
|
|
38777
38795
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38778
38796
|
}
|
|
38779
|
-
this.
|
|
38797
|
+
this.u27_1.b28(id);
|
|
38780
38798
|
};
|
|
38781
38799
|
MediaClientLogger.$metadata$ = classMeta('MediaClientLogger', [MediaClient]);
|
|
38782
38800
|
function SessionAPILogger$createSession$ref($boundThis) {
|
|
@@ -38836,12 +38854,12 @@ function requireClientsdkClientcore () {
|
|
|
38836
38854
|
return l;
|
|
38837
38855
|
}
|
|
38838
38856
|
function SessionAPILogger(api, logger) {
|
|
38839
|
-
this.
|
|
38840
|
-
this.
|
|
38857
|
+
this.c28_1 = api;
|
|
38858
|
+
this.d28_1 = withTagExtension(logger, 'session');
|
|
38841
38859
|
}
|
|
38842
38860
|
SessionAPILogger.prototype.r1a = function (token, sessionId, callback) {
|
|
38843
38861
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38844
|
-
var tmp0_i = this.
|
|
38862
|
+
var tmp0_i = this.d28_1;
|
|
38845
38863
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38846
38864
|
var tmp = Severity_Info_getInstance();
|
|
38847
38865
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38850,11 +38868,11 @@ function requireClientsdkClientcore () {
|
|
|
38850
38868
|
tmp$ret$0 = SessionAPILogger$createSession$ref(this).callableName + '() params: <token>, ' + sessionId;
|
|
38851
38869
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38852
38870
|
}
|
|
38853
|
-
this.
|
|
38871
|
+
this.c28_1.r1a(token, sessionId, callbackLogger2(callback, this.d28_1, SessionAPILogger$createSession$ref_0(this).callableName));
|
|
38854
38872
|
};
|
|
38855
38873
|
SessionAPILogger.prototype.s1a = function (callback) {
|
|
38856
38874
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38857
|
-
var tmp0_i = this.
|
|
38875
|
+
var tmp0_i = this.d28_1;
|
|
38858
38876
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38859
38877
|
var tmp = Severity_Info_getInstance();
|
|
38860
38878
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38863,11 +38881,11 @@ function requireClientsdkClientcore () {
|
|
|
38863
38881
|
tmp$ret$0 = SessionAPILogger$deleteSession$ref(this).callableName + '()';
|
|
38864
38882
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38865
38883
|
}
|
|
38866
|
-
this.
|
|
38884
|
+
this.c28_1.s1a(callbackLogger1(callback, this.d28_1, SessionAPILogger$deleteSession$ref_0(this).callableName));
|
|
38867
38885
|
};
|
|
38868
38886
|
SessionAPILogger.prototype.t1a = function (token, callback) {
|
|
38869
38887
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38870
|
-
var tmp0_i = this.
|
|
38888
|
+
var tmp0_i = this.d28_1;
|
|
38871
38889
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38872
38890
|
var tmp = Severity_Info_getInstance();
|
|
38873
38891
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38876,11 +38894,11 @@ function requireClientsdkClientcore () {
|
|
|
38876
38894
|
tmp$ret$0 = SessionAPILogger$refreshSession$ref(this).callableName + '() params: <token>';
|
|
38877
38895
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38878
38896
|
}
|
|
38879
|
-
this.
|
|
38897
|
+
this.c28_1.t1a(token, callbackLogger1(callback, this.d28_1, SessionAPILogger$refreshSession$ref_0(this).callableName));
|
|
38880
38898
|
};
|
|
38881
38899
|
SessionAPILogger.prototype.u1a = function (listener) {
|
|
38882
38900
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38883
|
-
var tmp0_i = this.
|
|
38901
|
+
var tmp0_i = this.d28_1;
|
|
38884
38902
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38885
38903
|
var tmp = Severity_Info_getInstance();
|
|
38886
38904
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38889,7 +38907,7 @@ function requireClientsdkClientcore () {
|
|
|
38889
38907
|
tmp$ret$0 = SessionAPILogger$setSessionListener$ref(this).callableName + '() params: ' + listener;
|
|
38890
38908
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38891
38909
|
}
|
|
38892
|
-
this.
|
|
38910
|
+
this.c28_1.u1a(new SessionAPIListenerLogger(listener, this.d28_1));
|
|
38893
38911
|
};
|
|
38894
38912
|
SessionAPILogger.$metadata$ = classMeta('SessionAPILogger', [SessionAPI]);
|
|
38895
38913
|
function VoiceAPILogger$reconnectCall$ref($boundThis) {
|
|
@@ -38917,26 +38935,26 @@ function requireClientsdkClientcore () {
|
|
|
38917
38935
|
return l;
|
|
38918
38936
|
}
|
|
38919
38937
|
function VoiceAPILogger(api, logger) {
|
|
38920
|
-
this.
|
|
38921
|
-
this.
|
|
38922
|
-
this.
|
|
38938
|
+
this.e28_1 = api;
|
|
38939
|
+
this.f28_1 = withTagExtension(logger, 'voice');
|
|
38940
|
+
this.g28_1 = 'serverCall()';
|
|
38923
38941
|
}
|
|
38924
38942
|
VoiceAPILogger.prototype.w1a = function (context, callback) {
|
|
38925
38943
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38926
|
-
var tmp0_i = this.
|
|
38944
|
+
var tmp0_i = this.f28_1;
|
|
38927
38945
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38928
38946
|
var tmp = Severity_Info_getInstance();
|
|
38929
38947
|
var tmp_0 = tmp0_i.d1a();
|
|
38930
38948
|
var tmp$ret$0;
|
|
38931
38949
|
// Inline function 'com.vonage.clientcore.core.logging.VoiceAPILogger.serverCall.<anonymous>' call
|
|
38932
|
-
tmp$ret$0 = this.
|
|
38950
|
+
tmp$ret$0 = this.g28_1 + ' params: ' + context;
|
|
38933
38951
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38934
38952
|
}
|
|
38935
|
-
this.
|
|
38953
|
+
this.e28_1.w1a(context, callbackLogger2(callback, this.f28_1, this.g28_1));
|
|
38936
38954
|
};
|
|
38937
38955
|
VoiceAPILogger.prototype.x1a = function (legId, callback) {
|
|
38938
38956
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38939
|
-
var tmp0_i = this.
|
|
38957
|
+
var tmp0_i = this.f28_1;
|
|
38940
38958
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38941
38959
|
var tmp = Severity_Info_getInstance();
|
|
38942
38960
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38945,11 +38963,11 @@ function requireClientsdkClientcore () {
|
|
|
38945
38963
|
tmp$ret$0 = VoiceAPILogger$reconnectCall$ref(this).callableName + '() params: ' + legId;
|
|
38946
38964
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38947
38965
|
}
|
|
38948
|
-
this.
|
|
38966
|
+
this.e28_1.x1a(legId, callbackLogger2(callback, this.f28_1, VoiceAPILogger$reconnectCall$ref_0(this).callableName));
|
|
38949
38967
|
};
|
|
38950
38968
|
VoiceAPILogger.prototype.v1a = function (listener) {
|
|
38951
38969
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38952
|
-
var tmp0_i = this.
|
|
38970
|
+
var tmp0_i = this.f28_1;
|
|
38953
38971
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38954
38972
|
var tmp = Severity_Info_getInstance();
|
|
38955
38973
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -38958,7 +38976,7 @@ function requireClientsdkClientcore () {
|
|
|
38958
38976
|
tmp$ret$0 = VoiceAPILogger$setVoiceListener$ref(this).callableName + '() params: ' + listener;
|
|
38959
38977
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
38960
38978
|
}
|
|
38961
|
-
this.
|
|
38979
|
+
this.e28_1.v1a(listener);
|
|
38962
38980
|
};
|
|
38963
38981
|
VoiceAPILogger.$metadata$ = classMeta('VoiceAPILogger', [VoiceAPI]);
|
|
38964
38982
|
function SessionAPIListenerLogger$onReconnecting$ref($boundThis) {
|
|
@@ -38986,12 +39004,12 @@ function requireClientsdkClientcore () {
|
|
|
38986
39004
|
return l;
|
|
38987
39005
|
}
|
|
38988
39006
|
function SessionAPIListenerLogger(listener, logger) {
|
|
38989
|
-
this.
|
|
38990
|
-
this.
|
|
39007
|
+
this.h28_1 = listener;
|
|
39008
|
+
this.i28_1 = withTagExtension(logger, 'session.listener');
|
|
38991
39009
|
}
|
|
38992
39010
|
SessionAPIListenerLogger.prototype.n20 = function () {
|
|
38993
39011
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
38994
|
-
var tmp0_i = this.
|
|
39012
|
+
var tmp0_i = this.i28_1;
|
|
38995
39013
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
38996
39014
|
var tmp = Severity_Info_getInstance();
|
|
38997
39015
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -39000,11 +39018,11 @@ function requireClientsdkClientcore () {
|
|
|
39000
39018
|
tmp$ret$0 = SessionAPIListenerLogger$onReconnecting$ref(this).callableName + '()';
|
|
39001
39019
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
39002
39020
|
}
|
|
39003
|
-
this.
|
|
39021
|
+
this.h28_1.n20();
|
|
39004
39022
|
};
|
|
39005
39023
|
SessionAPIListenerLogger.prototype.o20 = function () {
|
|
39006
39024
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
39007
|
-
var tmp0_i = this.
|
|
39025
|
+
var tmp0_i = this.i28_1;
|
|
39008
39026
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
39009
39027
|
var tmp = Severity_Info_getInstance();
|
|
39010
39028
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -39013,11 +39031,11 @@ function requireClientsdkClientcore () {
|
|
|
39013
39031
|
tmp$ret$0 = SessionAPIListenerLogger$onReconnection$ref(this).callableName + '()';
|
|
39014
39032
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
39015
39033
|
}
|
|
39016
|
-
this.
|
|
39034
|
+
this.h28_1.o20();
|
|
39017
39035
|
};
|
|
39018
39036
|
SessionAPIListenerLogger.prototype.p20 = function (reason) {
|
|
39019
39037
|
// Inline function 'co.touchlab.kermit.Logger.i' call
|
|
39020
|
-
var tmp0_i = this.
|
|
39038
|
+
var tmp0_i = this.i28_1;
|
|
39021
39039
|
if (tmp0_i.e1a_1.m1a().v3(Severity_Info_getInstance()) <= 0) {
|
|
39022
39040
|
var tmp = Severity_Info_getInstance();
|
|
39023
39041
|
var tmp_0 = tmp0_i.d1a();
|
|
@@ -39026,22 +39044,22 @@ function requireClientsdkClientcore () {
|
|
|
39026
39044
|
tmp$ret$0 = SessionAPIListenerLogger$onSessionError$ref(this).callableName + '() params: ' + reason.s3_1;
|
|
39027
39045
|
tmp0_i.l1a(tmp, tmp_0, null, tmp$ret$0);
|
|
39028
39046
|
}
|
|
39029
|
-
this.
|
|
39047
|
+
this.h28_1.p20(reason);
|
|
39030
39048
|
};
|
|
39031
39049
|
SessionAPIListenerLogger.$metadata$ = classMeta('SessionAPIListenerLogger', [SessionListener]);
|
|
39032
39050
|
function CallbackMiddleware(store, logger) {
|
|
39033
39051
|
return CallbackMiddleware$lambda(logger);
|
|
39034
39052
|
}
|
|
39035
39053
|
function CallbackAction(fn, value) {
|
|
39036
|
-
this.
|
|
39037
|
-
this.
|
|
39054
|
+
this.j28_1 = fn;
|
|
39055
|
+
this.k28_1 = value;
|
|
39038
39056
|
}
|
|
39039
39057
|
CallbackAction.prototype.toString = function () {
|
|
39040
|
-
return 'CallbackAction(fn=' + this.
|
|
39058
|
+
return 'CallbackAction(fn=' + this.j28_1 + ', value=' + toString_0(this.k28_1) + ')';
|
|
39041
39059
|
};
|
|
39042
39060
|
CallbackAction.prototype.hashCode = function () {
|
|
39043
|
-
var result = hashCode(this.
|
|
39044
|
-
result = imul(result, 31) + (this.
|
|
39061
|
+
var result = hashCode(this.j28_1);
|
|
39062
|
+
result = imul(result, 31) + (this.k28_1 == null ? 0 : hashCode(this.k28_1)) | 0;
|
|
39045
39063
|
return result;
|
|
39046
39064
|
};
|
|
39047
39065
|
CallbackAction.prototype.equals = function (other) {
|
|
@@ -39050,9 +39068,9 @@ function requireClientsdkClientcore () {
|
|
|
39050
39068
|
if (!(other instanceof CallbackAction))
|
|
39051
39069
|
return false;
|
|
39052
39070
|
var tmp0_other_with_cast = other instanceof CallbackAction ? other : THROW_CCE();
|
|
39053
|
-
if (!equals(this.
|
|
39071
|
+
if (!equals(this.j28_1, tmp0_other_with_cast.j28_1))
|
|
39054
39072
|
return false;
|
|
39055
|
-
if (!equals(this.
|
|
39073
|
+
if (!equals(this.k28_1, tmp0_other_with_cast.k28_1))
|
|
39056
39074
|
return false;
|
|
39057
39075
|
return true;
|
|
39058
39076
|
};
|
|
@@ -39062,7 +39080,7 @@ function requireClientsdkClientcore () {
|
|
|
39062
39080
|
}
|
|
39063
39081
|
function CallbackMiddleware$lambda$lambda$lambda_0($action) {
|
|
39064
39082
|
return function () {
|
|
39065
|
-
return 'Invoking Callback with value:' + toString_0($action.c1c_1.
|
|
39083
|
+
return 'Invoking Callback with value:' + toString_0($action.c1c_1.k28_1);
|
|
39066
39084
|
};
|
|
39067
39085
|
}
|
|
39068
39086
|
function CallbackMiddleware$lambda$lambda($logger, $next) {
|
|
@@ -39071,7 +39089,7 @@ function requireClientsdkClientcore () {
|
|
|
39071
39089
|
var tmp0_subject = action.c1c_1;
|
|
39072
39090
|
if (tmp0_subject instanceof CallbackAction) {
|
|
39073
39091
|
d($logger, action, CallbackMiddleware$lambda$lambda$lambda_0(action));
|
|
39074
|
-
action.c1c_1.
|
|
39092
|
+
action.c1c_1.j28_1(action.c1c_1.k28_1);
|
|
39075
39093
|
} else {
|
|
39076
39094
|
Unit_getInstance();
|
|
39077
39095
|
}
|
|
@@ -39085,14 +39103,14 @@ function requireClientsdkClientcore () {
|
|
|
39085
39103
|
}
|
|
39086
39104
|
function BufferedSocketEvent() {
|
|
39087
39105
|
}
|
|
39088
|
-
BufferedSocketEvent.prototype.
|
|
39089
|
-
return this.
|
|
39106
|
+
BufferedSocketEvent.prototype.o28 = function () {
|
|
39107
|
+
return this.l28_1;
|
|
39090
39108
|
};
|
|
39091
39109
|
BufferedSocketEvent.prototype.z1m = function () {
|
|
39092
|
-
return this.
|
|
39110
|
+
return this.m28_1;
|
|
39093
39111
|
};
|
|
39094
39112
|
BufferedSocketEvent.prototype.y1m = function () {
|
|
39095
|
-
return this.
|
|
39113
|
+
return this.n28_1;
|
|
39096
39114
|
};
|
|
39097
39115
|
BufferedSocketEvent.$metadata$ = classMeta('BufferedSocketEvent', [Actionable]);
|
|
39098
39116
|
function exceptionHandlerMiddleware(store, logger) {
|
|
@@ -39237,20 +39255,20 @@ function requireClientsdkClientcore () {
|
|
|
39237
39255
|
}
|
|
39238
39256
|
function ConversationMember(cid, mid, version) {
|
|
39239
39257
|
CSEndPoints.call(this);
|
|
39240
|
-
this.
|
|
39241
|
-
this.
|
|
39242
|
-
this.
|
|
39258
|
+
this.p28_1 = cid;
|
|
39259
|
+
this.q28_1 = mid;
|
|
39260
|
+
this.r28_1 = version;
|
|
39243
39261
|
}
|
|
39244
|
-
ConversationMember.prototype.
|
|
39245
|
-
return '/' + this.
|
|
39262
|
+
ConversationMember.prototype.s28 = function () {
|
|
39263
|
+
return '/' + this.r28_1 + '/conversations/' + this.p28_1 + '/members/' + this.q28_1;
|
|
39246
39264
|
};
|
|
39247
39265
|
ConversationMember.prototype.toString = function () {
|
|
39248
|
-
return 'ConversationMember(cid=' + this.
|
|
39266
|
+
return 'ConversationMember(cid=' + this.p28_1 + ', mid=' + this.q28_1 + ', version=' + this.r28_1 + ')';
|
|
39249
39267
|
};
|
|
39250
39268
|
ConversationMember.prototype.hashCode = function () {
|
|
39251
|
-
var result = getStringHashCode(this.
|
|
39252
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39253
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39269
|
+
var result = getStringHashCode(this.p28_1);
|
|
39270
|
+
result = imul(result, 31) + getStringHashCode(this.q28_1) | 0;
|
|
39271
|
+
result = imul(result, 31) + getStringHashCode(this.r28_1) | 0;
|
|
39254
39272
|
return result;
|
|
39255
39273
|
};
|
|
39256
39274
|
ConversationMember.prototype.equals = function (other) {
|
|
@@ -39259,29 +39277,29 @@ function requireClientsdkClientcore () {
|
|
|
39259
39277
|
if (!(other instanceof ConversationMember))
|
|
39260
39278
|
return false;
|
|
39261
39279
|
var tmp0_other_with_cast = other instanceof ConversationMember ? other : THROW_CCE();
|
|
39262
|
-
if (!(this.
|
|
39280
|
+
if (!(this.p28_1 === tmp0_other_with_cast.p28_1))
|
|
39263
39281
|
return false;
|
|
39264
|
-
if (!(this.
|
|
39282
|
+
if (!(this.q28_1 === tmp0_other_with_cast.q28_1))
|
|
39265
39283
|
return false;
|
|
39266
|
-
if (!(this.
|
|
39284
|
+
if (!(this.r28_1 === tmp0_other_with_cast.r28_1))
|
|
39267
39285
|
return false;
|
|
39268
39286
|
return true;
|
|
39269
39287
|
};
|
|
39270
39288
|
ConversationMember.$metadata$ = classMeta('ConversationMember', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39271
39289
|
function ConversationEvents(cid, version) {
|
|
39272
39290
|
CSEndPoints.call(this);
|
|
39273
|
-
this.
|
|
39274
|
-
this.
|
|
39291
|
+
this.t28_1 = cid;
|
|
39292
|
+
this.u28_1 = version;
|
|
39275
39293
|
}
|
|
39276
|
-
ConversationEvents.prototype.
|
|
39277
|
-
return '/' + this.
|
|
39294
|
+
ConversationEvents.prototype.s28 = function () {
|
|
39295
|
+
return '/' + this.u28_1 + '/conversations/' + this.t28_1 + '/events';
|
|
39278
39296
|
};
|
|
39279
39297
|
ConversationEvents.prototype.toString = function () {
|
|
39280
|
-
return 'ConversationEvents(cid=' + this.
|
|
39298
|
+
return 'ConversationEvents(cid=' + this.t28_1 + ', version=' + this.u28_1 + ')';
|
|
39281
39299
|
};
|
|
39282
39300
|
ConversationEvents.prototype.hashCode = function () {
|
|
39283
|
-
var result = getStringHashCode(this.
|
|
39284
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39301
|
+
var result = getStringHashCode(this.t28_1);
|
|
39302
|
+
result = imul(result, 31) + getStringHashCode(this.u28_1) | 0;
|
|
39285
39303
|
return result;
|
|
39286
39304
|
};
|
|
39287
39305
|
ConversationEvents.prototype.equals = function (other) {
|
|
@@ -39290,29 +39308,29 @@ function requireClientsdkClientcore () {
|
|
|
39290
39308
|
if (!(other instanceof ConversationEvents))
|
|
39291
39309
|
return false;
|
|
39292
39310
|
var tmp0_other_with_cast = other instanceof ConversationEvents ? other : THROW_CCE();
|
|
39293
|
-
if (!(this.
|
|
39311
|
+
if (!(this.t28_1 === tmp0_other_with_cast.t28_1))
|
|
39294
39312
|
return false;
|
|
39295
|
-
if (!(this.
|
|
39313
|
+
if (!(this.u28_1 === tmp0_other_with_cast.u28_1))
|
|
39296
39314
|
return false;
|
|
39297
39315
|
return true;
|
|
39298
39316
|
};
|
|
39299
39317
|
ConversationEvents.$metadata$ = classMeta('ConversationEvents', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39300
39318
|
function RtcReconnect(cid, reconnectRtcId, version) {
|
|
39301
39319
|
CSEndPoints.call(this);
|
|
39302
|
-
this.
|
|
39303
|
-
this.
|
|
39304
|
-
this.
|
|
39320
|
+
this.v28_1 = cid;
|
|
39321
|
+
this.w28_1 = reconnectRtcId;
|
|
39322
|
+
this.x28_1 = version;
|
|
39305
39323
|
}
|
|
39306
|
-
RtcReconnect.prototype.
|
|
39307
|
-
return '/' + this.
|
|
39324
|
+
RtcReconnect.prototype.s28 = function () {
|
|
39325
|
+
return '/' + this.x28_1 + '/conversations/' + this.v28_1 + '/rtc/' + this.w28_1 + '/offer';
|
|
39308
39326
|
};
|
|
39309
39327
|
RtcReconnect.prototype.toString = function () {
|
|
39310
|
-
return 'RtcReconnect(cid=' + this.
|
|
39328
|
+
return 'RtcReconnect(cid=' + this.v28_1 + ', reconnectRtcId=' + this.w28_1 + ', version=' + this.x28_1 + ')';
|
|
39311
39329
|
};
|
|
39312
39330
|
RtcReconnect.prototype.hashCode = function () {
|
|
39313
|
-
var result = getStringHashCode(this.
|
|
39314
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39315
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39331
|
+
var result = getStringHashCode(this.v28_1);
|
|
39332
|
+
result = imul(result, 31) + getStringHashCode(this.w28_1) | 0;
|
|
39333
|
+
result = imul(result, 31) + getStringHashCode(this.x28_1) | 0;
|
|
39316
39334
|
return result;
|
|
39317
39335
|
};
|
|
39318
39336
|
RtcReconnect.prototype.equals = function (other) {
|
|
@@ -39321,29 +39339,29 @@ function requireClientsdkClientcore () {
|
|
|
39321
39339
|
if (!(other instanceof RtcReconnect))
|
|
39322
39340
|
return false;
|
|
39323
39341
|
var tmp0_other_with_cast = other instanceof RtcReconnect ? other : THROW_CCE();
|
|
39324
|
-
if (!(this.
|
|
39342
|
+
if (!(this.v28_1 === tmp0_other_with_cast.v28_1))
|
|
39325
39343
|
return false;
|
|
39326
|
-
if (!(this.
|
|
39344
|
+
if (!(this.w28_1 === tmp0_other_with_cast.w28_1))
|
|
39327
39345
|
return false;
|
|
39328
|
-
if (!(this.
|
|
39346
|
+
if (!(this.x28_1 === tmp0_other_with_cast.x28_1))
|
|
39329
39347
|
return false;
|
|
39330
39348
|
return true;
|
|
39331
39349
|
};
|
|
39332
39350
|
RtcReconnect.$metadata$ = classMeta('RtcReconnect', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39333
39351
|
function ConversationMemberMe(cid, version) {
|
|
39334
39352
|
CSEndPoints.call(this);
|
|
39335
|
-
this.
|
|
39336
|
-
this.
|
|
39353
|
+
this.y28_1 = cid;
|
|
39354
|
+
this.z28_1 = version;
|
|
39337
39355
|
}
|
|
39338
|
-
ConversationMemberMe.prototype.
|
|
39339
|
-
return '/' + this.
|
|
39356
|
+
ConversationMemberMe.prototype.s28 = function () {
|
|
39357
|
+
return '/' + this.z28_1 + '/conversations/' + this.y28_1 + '/members/me';
|
|
39340
39358
|
};
|
|
39341
39359
|
ConversationMemberMe.prototype.toString = function () {
|
|
39342
|
-
return 'ConversationMemberMe(cid=' + this.
|
|
39360
|
+
return 'ConversationMemberMe(cid=' + this.y28_1 + ', version=' + this.z28_1 + ')';
|
|
39343
39361
|
};
|
|
39344
39362
|
ConversationMemberMe.prototype.hashCode = function () {
|
|
39345
|
-
var result = getStringHashCode(this.
|
|
39346
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39363
|
+
var result = getStringHashCode(this.y28_1);
|
|
39364
|
+
result = imul(result, 31) + getStringHashCode(this.z28_1) | 0;
|
|
39347
39365
|
return result;
|
|
39348
39366
|
};
|
|
39349
39367
|
ConversationMemberMe.prototype.equals = function (other) {
|
|
@@ -39352,27 +39370,27 @@ function requireClientsdkClientcore () {
|
|
|
39352
39370
|
if (!(other instanceof ConversationMemberMe))
|
|
39353
39371
|
return false;
|
|
39354
39372
|
var tmp0_other_with_cast = other instanceof ConversationMemberMe ? other : THROW_CCE();
|
|
39355
|
-
if (!(this.
|
|
39373
|
+
if (!(this.y28_1 === tmp0_other_with_cast.y28_1))
|
|
39356
39374
|
return false;
|
|
39357
|
-
if (!(this.
|
|
39375
|
+
if (!(this.z28_1 === tmp0_other_with_cast.z28_1))
|
|
39358
39376
|
return false;
|
|
39359
39377
|
return true;
|
|
39360
39378
|
};
|
|
39361
39379
|
ConversationMemberMe.$metadata$ = classMeta('ConversationMemberMe', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39362
39380
|
function Leg(legId, version) {
|
|
39363
39381
|
CSEndPoints.call(this);
|
|
39364
|
-
this.
|
|
39365
|
-
this.
|
|
39382
|
+
this.a29_1 = legId;
|
|
39383
|
+
this.b29_1 = version;
|
|
39366
39384
|
}
|
|
39367
|
-
Leg.prototype.
|
|
39368
|
-
return '/' + this.
|
|
39385
|
+
Leg.prototype.s28 = function () {
|
|
39386
|
+
return '/' + this.b29_1 + '/legs/' + this.a29_1;
|
|
39369
39387
|
};
|
|
39370
39388
|
Leg.prototype.toString = function () {
|
|
39371
|
-
return 'Leg(legId=' + this.
|
|
39389
|
+
return 'Leg(legId=' + this.a29_1 + ', version=' + this.b29_1 + ')';
|
|
39372
39390
|
};
|
|
39373
39391
|
Leg.prototype.hashCode = function () {
|
|
39374
|
-
var result = getStringHashCode(this.
|
|
39375
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39392
|
+
var result = getStringHashCode(this.a29_1);
|
|
39393
|
+
result = imul(result, 31) + getStringHashCode(this.b29_1) | 0;
|
|
39376
39394
|
return result;
|
|
39377
39395
|
};
|
|
39378
39396
|
Leg.prototype.equals = function (other) {
|
|
@@ -39381,25 +39399,25 @@ function requireClientsdkClientcore () {
|
|
|
39381
39399
|
if (!(other instanceof Leg))
|
|
39382
39400
|
return false;
|
|
39383
39401
|
var tmp0_other_with_cast = other instanceof Leg ? other : THROW_CCE();
|
|
39384
|
-
if (!(this.
|
|
39402
|
+
if (!(this.a29_1 === tmp0_other_with_cast.a29_1))
|
|
39385
39403
|
return false;
|
|
39386
|
-
if (!(this.
|
|
39404
|
+
if (!(this.b29_1 === tmp0_other_with_cast.b29_1))
|
|
39387
39405
|
return false;
|
|
39388
39406
|
return true;
|
|
39389
39407
|
};
|
|
39390
39408
|
Leg.$metadata$ = classMeta('Leg', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39391
39409
|
function Knockers(version) {
|
|
39392
39410
|
CSEndPoints.call(this);
|
|
39393
|
-
this.
|
|
39411
|
+
this.c29_1 = version;
|
|
39394
39412
|
}
|
|
39395
|
-
Knockers.prototype.
|
|
39396
|
-
return '/' + this.
|
|
39413
|
+
Knockers.prototype.s28 = function () {
|
|
39414
|
+
return '/' + this.c29_1 + '/knocking';
|
|
39397
39415
|
};
|
|
39398
39416
|
Knockers.prototype.toString = function () {
|
|
39399
|
-
return 'Knockers(version=' + this.
|
|
39417
|
+
return 'Knockers(version=' + this.c29_1 + ')';
|
|
39400
39418
|
};
|
|
39401
39419
|
Knockers.prototype.hashCode = function () {
|
|
39402
|
-
return getStringHashCode(this.
|
|
39420
|
+
return getStringHashCode(this.c29_1);
|
|
39403
39421
|
};
|
|
39404
39422
|
Knockers.prototype.equals = function (other) {
|
|
39405
39423
|
if (this === other)
|
|
@@ -39407,25 +39425,25 @@ function requireClientsdkClientcore () {
|
|
|
39407
39425
|
if (!(other instanceof Knockers))
|
|
39408
39426
|
return false;
|
|
39409
39427
|
var tmp0_other_with_cast = other instanceof Knockers ? other : THROW_CCE();
|
|
39410
|
-
if (!(this.
|
|
39428
|
+
if (!(this.c29_1 === tmp0_other_with_cast.c29_1))
|
|
39411
39429
|
return false;
|
|
39412
39430
|
return true;
|
|
39413
39431
|
};
|
|
39414
39432
|
Knockers.$metadata$ = classMeta('Knockers', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39415
39433
|
function Knocker(knockingId, version) {
|
|
39416
39434
|
CSEndPoints.call(this);
|
|
39417
|
-
this.
|
|
39418
|
-
this.
|
|
39435
|
+
this.d29_1 = knockingId;
|
|
39436
|
+
this.e29_1 = version;
|
|
39419
39437
|
}
|
|
39420
|
-
Knocker.prototype.
|
|
39421
|
-
return '/' + this.
|
|
39438
|
+
Knocker.prototype.s28 = function () {
|
|
39439
|
+
return '/' + this.e29_1 + '/knocking/' + this.d29_1;
|
|
39422
39440
|
};
|
|
39423
39441
|
Knocker.prototype.toString = function () {
|
|
39424
|
-
return 'Knocker(knockingId=' + this.
|
|
39442
|
+
return 'Knocker(knockingId=' + this.d29_1 + ', version=' + this.e29_1 + ')';
|
|
39425
39443
|
};
|
|
39426
39444
|
Knocker.prototype.hashCode = function () {
|
|
39427
|
-
var result = getStringHashCode(this.
|
|
39428
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39445
|
+
var result = getStringHashCode(this.d29_1);
|
|
39446
|
+
result = imul(result, 31) + getStringHashCode(this.e29_1) | 0;
|
|
39429
39447
|
return result;
|
|
39430
39448
|
};
|
|
39431
39449
|
Knocker.prototype.equals = function (other) {
|
|
@@ -39434,25 +39452,25 @@ function requireClientsdkClientcore () {
|
|
|
39434
39452
|
if (!(other instanceof Knocker))
|
|
39435
39453
|
return false;
|
|
39436
39454
|
var tmp0_other_with_cast = other instanceof Knocker ? other : THROW_CCE();
|
|
39437
|
-
if (!(this.
|
|
39455
|
+
if (!(this.d29_1 === tmp0_other_with_cast.d29_1))
|
|
39438
39456
|
return false;
|
|
39439
|
-
if (!(this.
|
|
39457
|
+
if (!(this.e29_1 === tmp0_other_with_cast.e29_1))
|
|
39440
39458
|
return false;
|
|
39441
39459
|
return true;
|
|
39442
39460
|
};
|
|
39443
39461
|
Knocker.$metadata$ = classMeta('Knocker', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39444
39462
|
function Legs(version) {
|
|
39445
39463
|
CSEndPoints.call(this);
|
|
39446
|
-
this.
|
|
39464
|
+
this.f29_1 = version;
|
|
39447
39465
|
}
|
|
39448
|
-
Legs.prototype.
|
|
39449
|
-
return '/' + this.
|
|
39466
|
+
Legs.prototype.s28 = function () {
|
|
39467
|
+
return '/' + this.f29_1 + '/legs';
|
|
39450
39468
|
};
|
|
39451
39469
|
Legs.prototype.toString = function () {
|
|
39452
|
-
return 'Legs(version=' + this.
|
|
39470
|
+
return 'Legs(version=' + this.f29_1 + ')';
|
|
39453
39471
|
};
|
|
39454
39472
|
Legs.prototype.hashCode = function () {
|
|
39455
|
-
return getStringHashCode(this.
|
|
39473
|
+
return getStringHashCode(this.f29_1);
|
|
39456
39474
|
};
|
|
39457
39475
|
Legs.prototype.equals = function (other) {
|
|
39458
39476
|
if (this === other)
|
|
@@ -39460,25 +39478,25 @@ function requireClientsdkClientcore () {
|
|
|
39460
39478
|
if (!(other instanceof Legs))
|
|
39461
39479
|
return false;
|
|
39462
39480
|
var tmp0_other_with_cast = other instanceof Legs ? other : THROW_CCE();
|
|
39463
|
-
if (!(this.
|
|
39481
|
+
if (!(this.f29_1 === tmp0_other_with_cast.f29_1))
|
|
39464
39482
|
return false;
|
|
39465
39483
|
return true;
|
|
39466
39484
|
};
|
|
39467
39485
|
Legs.$metadata$ = classMeta('Legs', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39468
39486
|
function Sessions(sessionId, version) {
|
|
39469
39487
|
CSEndPoints.call(this);
|
|
39470
|
-
this.
|
|
39471
|
-
this.
|
|
39488
|
+
this.g29_1 = sessionId;
|
|
39489
|
+
this.h29_1 = version;
|
|
39472
39490
|
}
|
|
39473
|
-
Sessions.prototype.
|
|
39474
|
-
return '/' + this.
|
|
39491
|
+
Sessions.prototype.s28 = function () {
|
|
39492
|
+
return '/' + this.h29_1 + '/sessions/' + this.g29_1;
|
|
39475
39493
|
};
|
|
39476
39494
|
Sessions.prototype.toString = function () {
|
|
39477
|
-
return 'Sessions(sessionId=' + this.
|
|
39495
|
+
return 'Sessions(sessionId=' + this.g29_1 + ', version=' + this.h29_1 + ')';
|
|
39478
39496
|
};
|
|
39479
39497
|
Sessions.prototype.hashCode = function () {
|
|
39480
|
-
var result = getStringHashCode(this.
|
|
39481
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39498
|
+
var result = getStringHashCode(this.g29_1);
|
|
39499
|
+
result = imul(result, 31) + getStringHashCode(this.h29_1) | 0;
|
|
39482
39500
|
return result;
|
|
39483
39501
|
};
|
|
39484
39502
|
Sessions.prototype.equals = function (other) {
|
|
@@ -39487,29 +39505,29 @@ function requireClientsdkClientcore () {
|
|
|
39487
39505
|
if (!(other instanceof Sessions))
|
|
39488
39506
|
return false;
|
|
39489
39507
|
var tmp0_other_with_cast = other instanceof Sessions ? other : THROW_CCE();
|
|
39490
|
-
if (!(this.
|
|
39508
|
+
if (!(this.g29_1 === tmp0_other_with_cast.g29_1))
|
|
39491
39509
|
return false;
|
|
39492
|
-
if (!(this.
|
|
39510
|
+
if (!(this.h29_1 === tmp0_other_with_cast.h29_1))
|
|
39493
39511
|
return false;
|
|
39494
39512
|
return true;
|
|
39495
39513
|
};
|
|
39496
39514
|
Sessions.$metadata$ = classMeta('Sessions', undefined, undefined, undefined, undefined, CSEndPoints.prototype);
|
|
39497
39515
|
function RTCAnswer_0(cid, rtc_id, version) {
|
|
39498
39516
|
CSEndPoints.call(this);
|
|
39499
|
-
this.
|
|
39500
|
-
this.
|
|
39501
|
-
this.
|
|
39517
|
+
this.i29_1 = cid;
|
|
39518
|
+
this.j29_1 = rtc_id;
|
|
39519
|
+
this.k29_1 = version;
|
|
39502
39520
|
}
|
|
39503
|
-
RTCAnswer_0.prototype.
|
|
39504
|
-
return '/' + this.
|
|
39521
|
+
RTCAnswer_0.prototype.s28 = function () {
|
|
39522
|
+
return '/' + this.k29_1 + '/conversations/' + this.i29_1 + '/rtc/' + this.j29_1 + '/answer';
|
|
39505
39523
|
};
|
|
39506
39524
|
RTCAnswer_0.prototype.toString = function () {
|
|
39507
|
-
return 'RTCAnswer(cid=' + this.
|
|
39525
|
+
return 'RTCAnswer(cid=' + this.i29_1 + ', rtc_id=' + this.j29_1 + ', version=' + this.k29_1 + ')';
|
|
39508
39526
|
};
|
|
39509
39527
|
RTCAnswer_0.prototype.hashCode = function () {
|
|
39510
|
-
var result = getStringHashCode(this.
|
|
39511
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39512
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39528
|
+
var result = getStringHashCode(this.i29_1);
|
|
39529
|
+
result = imul(result, 31) + getStringHashCode(this.j29_1) | 0;
|
|
39530
|
+
result = imul(result, 31) + getStringHashCode(this.k29_1) | 0;
|
|
39513
39531
|
return result;
|
|
39514
39532
|
};
|
|
39515
39533
|
RTCAnswer_0.prototype.equals = function (other) {
|
|
@@ -39518,11 +39536,11 @@ function requireClientsdkClientcore () {
|
|
|
39518
39536
|
if (!(other instanceof RTCAnswer_0))
|
|
39519
39537
|
return false;
|
|
39520
39538
|
var tmp0_other_with_cast = other instanceof RTCAnswer_0 ? other : THROW_CCE();
|
|
39521
|
-
if (!(this.
|
|
39539
|
+
if (!(this.i29_1 === tmp0_other_with_cast.i29_1))
|
|
39522
39540
|
return false;
|
|
39523
|
-
if (!(this.
|
|
39541
|
+
if (!(this.j29_1 === tmp0_other_with_cast.j29_1))
|
|
39524
39542
|
return false;
|
|
39525
|
-
if (!(this.
|
|
39543
|
+
if (!(this.k29_1 === tmp0_other_with_cast.k29_1))
|
|
39526
39544
|
return false;
|
|
39527
39545
|
return true;
|
|
39528
39546
|
};
|
|
@@ -39546,16 +39564,16 @@ function requireClientsdkClientcore () {
|
|
|
39546
39564
|
HTTPMiddlewareErrors.$metadata$ = classMeta('HTTPMiddlewareErrors', undefined, undefined, undefined, undefined, Exception.prototype);
|
|
39547
39565
|
function PlatformError(msg, e) {
|
|
39548
39566
|
HTTPMiddlewareErrors.call(this, msg, e);
|
|
39549
|
-
this.
|
|
39550
|
-
this.
|
|
39567
|
+
this.l29_1 = msg;
|
|
39568
|
+
this.m29_1 = e;
|
|
39551
39569
|
captureStack(this, PlatformError);
|
|
39552
39570
|
}
|
|
39553
39571
|
PlatformError.prototype.toString = function () {
|
|
39554
|
-
return 'PlatformError(msg=' + this.
|
|
39572
|
+
return 'PlatformError(msg=' + this.l29_1 + ', e=' + this.m29_1 + ')';
|
|
39555
39573
|
};
|
|
39556
39574
|
PlatformError.prototype.hashCode = function () {
|
|
39557
|
-
var result = getStringHashCode(this.
|
|
39558
|
-
result = imul(result, 31) + (this.
|
|
39575
|
+
var result = getStringHashCode(this.l29_1);
|
|
39576
|
+
result = imul(result, 31) + (this.m29_1 == null ? 0 : hashCode(this.m29_1)) | 0;
|
|
39559
39577
|
return result;
|
|
39560
39578
|
};
|
|
39561
39579
|
PlatformError.prototype.equals = function (other) {
|
|
@@ -39564,9 +39582,9 @@ function requireClientsdkClientcore () {
|
|
|
39564
39582
|
if (!(other instanceof PlatformError))
|
|
39565
39583
|
return false;
|
|
39566
39584
|
var tmp0_other_with_cast = other instanceof PlatformError ? other : THROW_CCE();
|
|
39567
|
-
if (!(this.
|
|
39585
|
+
if (!(this.l29_1 === tmp0_other_with_cast.l29_1))
|
|
39568
39586
|
return false;
|
|
39569
|
-
if (!equals(this.
|
|
39587
|
+
if (!equals(this.m29_1, tmp0_other_with_cast.m29_1))
|
|
39570
39588
|
return false;
|
|
39571
39589
|
return true;
|
|
39572
39590
|
};
|
|
@@ -39578,14 +39596,14 @@ function requireClientsdkClientcore () {
|
|
|
39578
39596
|
NullResponseError.$metadata$ = classMeta('NullResponseError', undefined, undefined, undefined, undefined, HTTPMiddlewareErrors.prototype);
|
|
39579
39597
|
function ResponseParsingError(e) {
|
|
39580
39598
|
HTTPMiddlewareErrors.call(this, '', e);
|
|
39581
|
-
this.
|
|
39599
|
+
this.n29_1 = e;
|
|
39582
39600
|
captureStack(this, ResponseParsingError);
|
|
39583
39601
|
}
|
|
39584
39602
|
ResponseParsingError.prototype.toString = function () {
|
|
39585
|
-
return 'ResponseParsingError(e=' + this.
|
|
39603
|
+
return 'ResponseParsingError(e=' + this.n29_1 + ')';
|
|
39586
39604
|
};
|
|
39587
39605
|
ResponseParsingError.prototype.hashCode = function () {
|
|
39588
|
-
return hashCode(this.
|
|
39606
|
+
return hashCode(this.n29_1);
|
|
39589
39607
|
};
|
|
39590
39608
|
ResponseParsingError.prototype.equals = function (other) {
|
|
39591
39609
|
if (this === other)
|
|
@@ -39593,7 +39611,7 @@ function requireClientsdkClientcore () {
|
|
|
39593
39611
|
if (!(other instanceof ResponseParsingError))
|
|
39594
39612
|
return false;
|
|
39595
39613
|
var tmp0_other_with_cast = other instanceof ResponseParsingError ? other : THROW_CCE();
|
|
39596
|
-
if (!equals(this.
|
|
39614
|
+
if (!equals(this.n29_1, tmp0_other_with_cast.n29_1))
|
|
39597
39615
|
return false;
|
|
39598
39616
|
return true;
|
|
39599
39617
|
};
|
|
@@ -39658,7 +39676,7 @@ function requireClientsdkClientcore () {
|
|
|
39658
39676
|
tmp$ret$1 = 'Callback ERROR --> ' + error;
|
|
39659
39677
|
$logger.l1a(tmp_7, tmp_8, null, tmp$ret$1);
|
|
39660
39678
|
}
|
|
39661
|
-
$store.y1b(Companion_getInstance_72().
|
|
39679
|
+
$store.y1b(Companion_getInstance_72().o29(error, $action));
|
|
39662
39680
|
if (!($action.d1c_1.b1c_1 == null)) {
|
|
39663
39681
|
$store.y1b(Action_init_$Create$(new CallbackAction(ensureNotNull($action.d1c_1.b1c_1), error)));
|
|
39664
39682
|
Unit_getInstance();
|
|
@@ -39683,7 +39701,7 @@ function requireClientsdkClientcore () {
|
|
|
39683
39701
|
Unit_getInstance();
|
|
39684
39702
|
}
|
|
39685
39703
|
var tmp0_safe_receiver = $store.z1z(getKClass(ConfigReducer));
|
|
39686
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
39704
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r29_1;
|
|
39687
39705
|
var host = tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs;
|
|
39688
39706
|
var tmp2_safe_receiver = $store.z1z(getKClass(SessionReducer));
|
|
39689
39707
|
var auth = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.v20_1;
|
|
@@ -39704,7 +39722,7 @@ function requireClientsdkClientcore () {
|
|
|
39704
39722
|
// Inline function 'com.vonage.clientcore.core.middlewares.http.HTTPActionMiddleWear.<anonymous>.<anonymous>.<anonymous>' call
|
|
39705
39723
|
try {
|
|
39706
39724
|
var method = action.c1c_1.m1c();
|
|
39707
|
-
var tmp_3 = host + action.c1c_1.n1c().
|
|
39725
|
+
var tmp_3 = host + action.c1c_1.n1c().s28();
|
|
39708
39726
|
var tmp0_safe_receiver_0 = action.c1c_1.o1c();
|
|
39709
39727
|
var tmp_4;
|
|
39710
39728
|
if (tmp0_safe_receiver_0 == null) {
|
|
@@ -39745,7 +39763,7 @@ function requireClientsdkClientcore () {
|
|
|
39745
39763
|
tmp$ret$4 = 'REQUEST --> ' + method + ' ' + url + '\n headers:' + headers + '\n body:' + body;
|
|
39746
39764
|
$logger.l1a(tmp_5, tmp_6, null, tmp$ret$4);
|
|
39747
39765
|
}
|
|
39748
|
-
$http.
|
|
39766
|
+
$http.l27(method, url, headers, body, callback);
|
|
39749
39767
|
} catch ($p) {
|
|
39750
39768
|
if ($p instanceof Exception) {
|
|
39751
39769
|
// Inline function 'co.touchlab.kermit.Logger.e' call
|
|
@@ -39757,7 +39775,7 @@ function requireClientsdkClientcore () {
|
|
|
39757
39775
|
tmp$ret$5 = 'ERROR --> ' + $p;
|
|
39758
39776
|
$logger.l1a(tmp_7, tmp_8, null, tmp$ret$5);
|
|
39759
39777
|
}
|
|
39760
|
-
$store.y1b(Companion_getInstance_72().
|
|
39778
|
+
$store.y1b(Companion_getInstance_72().o29($p, action));
|
|
39761
39779
|
} else {
|
|
39762
39780
|
throw $p;
|
|
39763
39781
|
}
|
|
@@ -39829,11 +39847,11 @@ function requireClientsdkClientcore () {
|
|
|
39829
39847
|
var legId = leg.x1i_1;
|
|
39830
39848
|
var remoteSdp = leg.y1i_1;
|
|
39831
39849
|
$callback(legId);
|
|
39832
|
-
var tmp = new AppChannelEndpoint($action.c1c_1.
|
|
39850
|
+
var tmp = new AppChannelEndpoint($action.c1c_1.y23_1);
|
|
39833
39851
|
var tmp_0 = CallDirection_outbound_getInstance();
|
|
39834
|
-
$store.y1b(Action_init_$Create$(CallCreate_init_$Create$(legId, tmp, tmp_0, $action.c1c_1.
|
|
39852
|
+
$store.y1b(Action_init_$Create$(CallCreate_init_$Create$(legId, tmp, tmp_0, $action.c1c_1.z23_1, null, 16, null)));
|
|
39835
39853
|
$store.y1b(Action_init_$Create$(new MediaOffer(legId, $offer)));
|
|
39836
|
-
$media.
|
|
39854
|
+
$media.y27(legId, remoteSdp);
|
|
39837
39855
|
if (!($action.d1c_1.b1c_1 == null)) {
|
|
39838
39856
|
$store.y1b(Action_init_$Create$(new CallbackAction(ensureNotNull($action.d1c_1.b1c_1), legId)));
|
|
39839
39857
|
Unit_getInstance();
|
|
@@ -39881,10 +39899,10 @@ function requireClientsdkClientcore () {
|
|
|
39881
39899
|
Unit_getInstance();
|
|
39882
39900
|
}
|
|
39883
39901
|
} else {
|
|
39884
|
-
$store.y1b(Action_init_$Create$(new CallCreate($action.c1c_1.
|
|
39885
|
-
$store.y1b(Action_init_$Create$(new MediaAnswer($action.c1c_1.
|
|
39902
|
+
$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))));
|
|
39903
|
+
$store.y1b(Action_init_$Create$(new MediaAnswer($action.c1c_1.p23_1, $offer)));
|
|
39886
39904
|
if (!($action.d1c_1.b1c_1 == null)) {
|
|
39887
|
-
$store.y1b(Action_init_$Create$(new CallbackAction(ensureNotNull($action.d1c_1.b1c_1), $action.c1c_1.
|
|
39905
|
+
$store.y1b(Action_init_$Create$(new CallbackAction(ensureNotNull($action.d1c_1.b1c_1), $action.c1c_1.p23_1)));
|
|
39888
39906
|
Unit_getInstance();
|
|
39889
39907
|
}
|
|
39890
39908
|
}
|
|
@@ -39903,7 +39921,7 @@ function requireClientsdkClientcore () {
|
|
|
39903
39921
|
$store.y1b(Action_init_$Create$(new CallbackAction(ensureNotNull($action.d1c_1.b1c_1), error)));
|
|
39904
39922
|
Unit_getInstance();
|
|
39905
39923
|
} else {
|
|
39906
|
-
var tmp_1 = new RTCAnswerRequest($action.c1c_1.
|
|
39924
|
+
var tmp_1 = new RTCAnswerRequest($action.c1c_1.q23_1, $action.c1c_1.r23_1, $action.c1c_1.p23_1, answer);
|
|
39907
39925
|
$store.y1b(new Action(tmp_1, ActionMeta_init_$Create$(null, null, mediaActionMiddleware$lambda$lambda$lambda$lambda_0($action, $store, $logger, $offer), 3, null)));
|
|
39908
39926
|
Unit_getInstance();
|
|
39909
39927
|
}
|
|
@@ -39931,9 +39949,9 @@ function requireClientsdkClientcore () {
|
|
|
39931
39949
|
Unit_getInstance();
|
|
39932
39950
|
}
|
|
39933
39951
|
} else {
|
|
39934
|
-
callback($action.c1c_1.
|
|
39935
|
-
var tmp_3 = new RTCReconnectRequest($action.c1c_1.
|
|
39936
|
-
$store.y1b(new Action(tmp_3, ActionMeta_init_$Create$(null, $action.c1c_1.
|
|
39952
|
+
callback($action.c1c_1.a24_1);
|
|
39953
|
+
var tmp_3 = new RTCReconnectRequest($action.c1c_1.c24_1, $action.c1c_1.b24_1, offer, $action.c1c_1.a24_1);
|
|
39954
|
+
$store.y1b(new Action(tmp_3, ActionMeta_init_$Create$(null, $action.c1c_1.a24_1, null, 5, null)));
|
|
39937
39955
|
Unit_getInstance();
|
|
39938
39956
|
}
|
|
39939
39957
|
return Unit_getInstance();
|
|
@@ -39949,29 +39967,29 @@ function requireClientsdkClientcore () {
|
|
|
39949
39967
|
// Inline function 'com.vonage.clientcore.core.middlewares.media.mediaActionMiddleware.<anonymous>.<anonymous>.<anonymous>' call
|
|
39950
39968
|
var tmp0_subject = action.c1c_1;
|
|
39951
39969
|
if (tmp0_subject instanceof SetupOutboundCall) {
|
|
39952
|
-
$media.
|
|
39970
|
+
$media.w27(mediaActionMiddleware$lambda$lambda$lambda_0(action, $store, $logger, $media));
|
|
39953
39971
|
} else {
|
|
39954
39972
|
if (tmp0_subject instanceof SetupInboundCall) {
|
|
39955
|
-
var offer = action.c1c_1.
|
|
39956
|
-
$media.
|
|
39973
|
+
var offer = action.c1c_1.t23_1;
|
|
39974
|
+
$media.x27(mediaActionMiddleware$lambda$lambda$lambda_1($store, action, $logger, offer), offer, action.c1c_1.p23_1);
|
|
39957
39975
|
} else {
|
|
39958
39976
|
if (tmp0_subject instanceof CallReconnect) {
|
|
39959
|
-
$media.
|
|
39977
|
+
$media.w27(mediaActionMiddleware$lambda$lambda$lambda_2(action, $store, $logger));
|
|
39960
39978
|
} else {
|
|
39961
39979
|
if (tmp0_subject instanceof RTCAnswerEvent) {
|
|
39962
|
-
$media.
|
|
39980
|
+
$media.y27(action.c1c_1.u1r_1.m1s_1, action.c1c_1.u1r_1.n1s_1);
|
|
39963
39981
|
} else {
|
|
39964
39982
|
if (tmp0_subject instanceof CallTerminate) {
|
|
39965
|
-
$media.
|
|
39983
|
+
$media.z27(action.c1c_1.l24_1);
|
|
39966
39984
|
} else {
|
|
39967
39985
|
if (tmp0_subject instanceof MediaDisable) {
|
|
39968
|
-
$media.
|
|
39986
|
+
$media.z27(action.c1c_1.h1u_1);
|
|
39969
39987
|
} else {
|
|
39970
39988
|
if (tmp0_subject instanceof Mute) {
|
|
39971
|
-
$media.
|
|
39989
|
+
$media.a28(action.c1c_1.d1u_1);
|
|
39972
39990
|
} else {
|
|
39973
39991
|
if (tmp0_subject instanceof Unmute) {
|
|
39974
|
-
$media.
|
|
39992
|
+
$media.b28(action.c1c_1.e1u_1);
|
|
39975
39993
|
}
|
|
39976
39994
|
}
|
|
39977
39995
|
}
|
|
@@ -40035,27 +40053,27 @@ function requireClientsdkClientcore () {
|
|
|
40035
40053
|
return SocketConfig_init_$Init$(query, forceNew, path, transports, reconnection, reconnectionAttempts, reconnectionDelay, randomizationFactor, $mask0, $marker, Object.create(SocketConfig.prototype));
|
|
40036
40054
|
}
|
|
40037
40055
|
function SocketConfig(query, forceNew, path, transports, reconnection, reconnectionAttempts, reconnectionDelay, randomizationFactor) {
|
|
40038
|
-
this.
|
|
40039
|
-
this.
|
|
40040
|
-
this.
|
|
40041
|
-
this.
|
|
40042
|
-
this.
|
|
40043
|
-
this.
|
|
40044
|
-
this.
|
|
40045
|
-
this.
|
|
40056
|
+
this.u29_1 = query;
|
|
40057
|
+
this.v29_1 = forceNew;
|
|
40058
|
+
this.w29_1 = path;
|
|
40059
|
+
this.x29_1 = transports;
|
|
40060
|
+
this.y29_1 = reconnection;
|
|
40061
|
+
this.z29_1 = reconnectionAttempts;
|
|
40062
|
+
this.a2a_1 = reconnectionDelay;
|
|
40063
|
+
this.b2a_1 = randomizationFactor;
|
|
40046
40064
|
}
|
|
40047
40065
|
SocketConfig.prototype.toString = function () {
|
|
40048
|
-
return 'SocketConfig(query=' + this.
|
|
40066
|
+
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) + ')';
|
|
40049
40067
|
};
|
|
40050
40068
|
SocketConfig.prototype.hashCode = function () {
|
|
40051
|
-
var result = getStringHashCode(this.
|
|
40052
|
-
result = imul(result, 31) + (this.
|
|
40053
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
40054
|
-
result = imul(result, 31) + hashCode(this.v29_1) | 0;
|
|
40055
|
-
result = imul(result, 31) + (this.w29_1 | 0) | 0;
|
|
40069
|
+
var result = getStringHashCode(this.u29_1);
|
|
40070
|
+
result = imul(result, 31) + (this.v29_1 | 0) | 0;
|
|
40071
|
+
result = imul(result, 31) + getStringHashCode(this.w29_1) | 0;
|
|
40056
40072
|
result = imul(result, 31) + hashCode(this.x29_1) | 0;
|
|
40057
|
-
result = imul(result, 31) +
|
|
40073
|
+
result = imul(result, 31) + (this.y29_1 | 0) | 0;
|
|
40058
40074
|
result = imul(result, 31) + hashCode(this.z29_1) | 0;
|
|
40075
|
+
result = imul(result, 31) + hashCode(this.a2a_1) | 0;
|
|
40076
|
+
result = imul(result, 31) + hashCode(this.b2a_1) | 0;
|
|
40059
40077
|
return result;
|
|
40060
40078
|
};
|
|
40061
40079
|
SocketConfig.prototype.equals = function (other) {
|
|
@@ -40064,22 +40082,22 @@ function requireClientsdkClientcore () {
|
|
|
40064
40082
|
if (!(other instanceof SocketConfig))
|
|
40065
40083
|
return false;
|
|
40066
40084
|
var tmp0_other_with_cast = other instanceof SocketConfig ? other : THROW_CCE();
|
|
40067
|
-
if (!(this.s29_1 === tmp0_other_with_cast.s29_1))
|
|
40068
|
-
return false;
|
|
40069
|
-
if (!(this.t29_1 === tmp0_other_with_cast.t29_1))
|
|
40070
|
-
return false;
|
|
40071
40085
|
if (!(this.u29_1 === tmp0_other_with_cast.u29_1))
|
|
40072
40086
|
return false;
|
|
40073
|
-
if (!
|
|
40087
|
+
if (!(this.v29_1 === tmp0_other_with_cast.v29_1))
|
|
40074
40088
|
return false;
|
|
40075
40089
|
if (!(this.w29_1 === tmp0_other_with_cast.w29_1))
|
|
40076
40090
|
return false;
|
|
40077
40091
|
if (!equals(this.x29_1, tmp0_other_with_cast.x29_1))
|
|
40078
40092
|
return false;
|
|
40079
|
-
if (!
|
|
40093
|
+
if (!(this.y29_1 === tmp0_other_with_cast.y29_1))
|
|
40080
40094
|
return false;
|
|
40081
40095
|
if (!equals(this.z29_1, tmp0_other_with_cast.z29_1))
|
|
40082
40096
|
return false;
|
|
40097
|
+
if (!equals(this.a2a_1, tmp0_other_with_cast.a2a_1))
|
|
40098
|
+
return false;
|
|
40099
|
+
if (!equals(this.b2a_1, tmp0_other_with_cast.b2a_1))
|
|
40100
|
+
return false;
|
|
40083
40101
|
return true;
|
|
40084
40102
|
};
|
|
40085
40103
|
SocketConfig.$metadata$ = classMeta('SocketConfig', [ISocketConfig]);
|
|
@@ -40092,18 +40110,18 @@ function requireClientsdkClientcore () {
|
|
|
40092
40110
|
var tmp0_also = SocketConnectionMiddleware$lambda(logger, store, ws);
|
|
40093
40111
|
// Inline function 'kotlin.contracts.contract' call
|
|
40094
40112
|
// Inline function 'com.vonage.clientcore.core.middlewares.ws.SocketConnectionMiddleware.<anonymous>' call
|
|
40095
|
-
ws.
|
|
40113
|
+
ws.o27(new SocketConnectionMiddleware$2$1(store));
|
|
40096
40114
|
tmp$ret$0 = tmp0_also;
|
|
40097
40115
|
return tmp$ret$0;
|
|
40098
40116
|
}
|
|
40099
40117
|
function SocketConnectionMiddleware$2$1($store) {
|
|
40100
|
-
this.
|
|
40118
|
+
this.c2a_1 = $store;
|
|
40101
40119
|
}
|
|
40102
|
-
SocketConnectionMiddleware$2$1.prototype.
|
|
40103
|
-
this.
|
|
40120
|
+
SocketConnectionMiddleware$2$1.prototype.s29 = function (event) {
|
|
40121
|
+
this.c2a_1.y1b(Action_init_$Create$(event));
|
|
40104
40122
|
};
|
|
40105
|
-
SocketConnectionMiddleware$2$1.prototype.
|
|
40106
|
-
this.
|
|
40123
|
+
SocketConnectionMiddleware$2$1.prototype.t29 = function (type, reason) {
|
|
40124
|
+
this.c2a_1.y1b(Action_init_$Create$(new SocketStatus(type, reason)));
|
|
40107
40125
|
};
|
|
40108
40126
|
SocketConnectionMiddleware$2$1.$metadata$ = classMeta(undefined, [SocketClientDelegate]);
|
|
40109
40127
|
function SocketConnectionMiddleware$lambda$lambda$lambda() {
|
|
@@ -40125,9 +40143,9 @@ function requireClientsdkClientcore () {
|
|
|
40125
40143
|
var tmp_0;
|
|
40126
40144
|
if (a instanceof SocketConnect) {
|
|
40127
40145
|
var tmp0_safe_receiver = state;
|
|
40128
|
-
var host = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
40146
|
+
var host = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.p29_1;
|
|
40129
40147
|
var tmp1_safe_receiver = state;
|
|
40130
|
-
var path = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
40148
|
+
var path = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.q29_1;
|
|
40131
40149
|
var token = a.u1v_1;
|
|
40132
40150
|
var sessionId = a.v1v_1;
|
|
40133
40151
|
var query = 'session_version=0.0.2&token=' + token;
|
|
@@ -40166,18 +40184,18 @@ function requireClientsdkClientcore () {
|
|
|
40166
40184
|
} else {
|
|
40167
40185
|
var tmp_8 = query;
|
|
40168
40186
|
var config = SocketConfig_init_$Create$(tmp_8, false, null, null, false, null, null, null, 254, null);
|
|
40169
|
-
$ws.
|
|
40170
|
-
$ws.
|
|
40187
|
+
$ws.q27(host, path, config.z29_1, config.a2a_1, config.b2a_1, token, sessionId, query);
|
|
40188
|
+
$ws.t27(5000, SocketConnectionMiddleware$lambda$lambda$lambda_0($store, action));
|
|
40171
40189
|
tmp_1 = Unit_getInstance();
|
|
40172
40190
|
}
|
|
40173
40191
|
tmp_0 = tmp_1;
|
|
40174
40192
|
} else {
|
|
40175
40193
|
if (a instanceof SocketSetSession) {
|
|
40176
|
-
$ws.
|
|
40194
|
+
$ws.s27(a.c1w_1);
|
|
40177
40195
|
tmp_0 = Unit_getInstance();
|
|
40178
40196
|
} else {
|
|
40179
40197
|
if (a instanceof SocketDisconnect) {
|
|
40180
|
-
$ws.
|
|
40198
|
+
$ws.r27();
|
|
40181
40199
|
$store.y1b(Action_init_$Create$(new SocketStatus(SocketConnectionStatus_Disconnected_getInstance(), SocketConnectionFailedReason_ClientDisconnected_getInstance())));
|
|
40182
40200
|
tmp_0 = Unit_getInstance();
|
|
40183
40201
|
} else {
|
|
@@ -40272,7 +40290,7 @@ function requireClientsdkClientcore () {
|
|
|
40272
40290
|
var tmp_1;
|
|
40273
40291
|
try {
|
|
40274
40292
|
var msg = mapOf([to('tid', action.d1c_1.z1b_1), to('body', action.c1c_1.a1w())]);
|
|
40275
|
-
$ws.
|
|
40293
|
+
$ws.p27(action.c1c_1.x1v(), msg, callback);
|
|
40276
40294
|
tmp_1 = Unit_getInstance();
|
|
40277
40295
|
} catch ($p) {
|
|
40278
40296
|
var tmp_2;
|
|
@@ -40642,7 +40660,7 @@ function requireClientsdkClientcore () {
|
|
|
40642
40660
|
if (result == null) {
|
|
40643
40661
|
tmp_5 = $next(action);
|
|
40644
40662
|
} else {
|
|
40645
|
-
var newAction = new Action(result, action.d1c_1.
|
|
40663
|
+
var newAction = new Action(result, action.d1c_1.d2a(null, null, null, 7, null));
|
|
40646
40664
|
i($logger, newAction, socketEventParseMiddleware$lambda$lambda$lambda_0(newAction));
|
|
40647
40665
|
tmp_5 = $next(newAction);
|
|
40648
40666
|
}
|
|
@@ -40698,26 +40716,26 @@ function requireClientsdkClientcore () {
|
|
|
40698
40716
|
}
|
|
40699
40717
|
WSEndPoints.$metadata$ = classMeta('WSEndPoints');
|
|
40700
40718
|
function SetConfig(wsHost, wsPath, httpHost) {
|
|
40701
|
-
this.
|
|
40702
|
-
this.
|
|
40703
|
-
this.
|
|
40719
|
+
this.e2a_1 = wsHost;
|
|
40720
|
+
this.f2a_1 = wsPath;
|
|
40721
|
+
this.g2a_1 = httpHost;
|
|
40704
40722
|
}
|
|
40705
|
-
SetConfig.prototype.f2a = function () {
|
|
40706
|
-
return this.c2a_1;
|
|
40707
|
-
};
|
|
40708
|
-
SetConfig.prototype.g2a = function () {
|
|
40709
|
-
return this.d2a_1;
|
|
40710
|
-
};
|
|
40711
40723
|
SetConfig.prototype.h2a = function () {
|
|
40712
40724
|
return this.e2a_1;
|
|
40713
40725
|
};
|
|
40726
|
+
SetConfig.prototype.i2a = function () {
|
|
40727
|
+
return this.f2a_1;
|
|
40728
|
+
};
|
|
40729
|
+
SetConfig.prototype.j2a = function () {
|
|
40730
|
+
return this.g2a_1;
|
|
40731
|
+
};
|
|
40714
40732
|
SetConfig.prototype.toString = function () {
|
|
40715
|
-
return 'SetConfig(wsHost=' + this.
|
|
40733
|
+
return 'SetConfig(wsHost=' + this.e2a_1 + ', wsPath=' + this.f2a_1 + ', httpHost=' + this.g2a_1 + ')';
|
|
40716
40734
|
};
|
|
40717
40735
|
SetConfig.prototype.hashCode = function () {
|
|
40718
|
-
var result = getStringHashCode(this.
|
|
40719
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
40720
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
40736
|
+
var result = getStringHashCode(this.e2a_1);
|
|
40737
|
+
result = imul(result, 31) + getStringHashCode(this.f2a_1) | 0;
|
|
40738
|
+
result = imul(result, 31) + getStringHashCode(this.g2a_1) | 0;
|
|
40721
40739
|
return result;
|
|
40722
40740
|
};
|
|
40723
40741
|
SetConfig.prototype.equals = function (other) {
|
|
@@ -40726,11 +40744,11 @@ function requireClientsdkClientcore () {
|
|
|
40726
40744
|
if (!(other instanceof SetConfig))
|
|
40727
40745
|
return false;
|
|
40728
40746
|
var tmp0_other_with_cast = other instanceof SetConfig ? other : THROW_CCE();
|
|
40729
|
-
if (!(this.
|
|
40747
|
+
if (!(this.e2a_1 === tmp0_other_with_cast.e2a_1))
|
|
40730
40748
|
return false;
|
|
40731
|
-
if (!(this.
|
|
40749
|
+
if (!(this.f2a_1 === tmp0_other_with_cast.f2a_1))
|
|
40732
40750
|
return false;
|
|
40733
|
-
if (!(this.
|
|
40751
|
+
if (!(this.g2a_1 === tmp0_other_with_cast.g2a_1))
|
|
40734
40752
|
return false;
|
|
40735
40753
|
return true;
|
|
40736
40754
|
};
|
|
@@ -40747,33 +40765,33 @@ function requireClientsdkClientcore () {
|
|
|
40747
40765
|
}
|
|
40748
40766
|
function ConfigReducer(logger, state) {
|
|
40749
40767
|
Reducer_init_$Init$(logger, null, 2, null, this);
|
|
40750
|
-
this.
|
|
40768
|
+
this.m2a_1 = state;
|
|
40751
40769
|
}
|
|
40752
|
-
ConfigReducer.prototype.
|
|
40753
|
-
this.
|
|
40770
|
+
ConfigReducer.prototype.n2a = function (_set____db54di) {
|
|
40771
|
+
this.m2a_1 = _set____db54di;
|
|
40754
40772
|
};
|
|
40755
|
-
ConfigReducer.prototype.
|
|
40756
|
-
return this.
|
|
40773
|
+
ConfigReducer.prototype.o2a = function (_set____db54di) {
|
|
40774
|
+
return this.n2a(_set____db54di instanceof ConfigState ? _set____db54di : THROW_CCE());
|
|
40757
40775
|
};
|
|
40758
40776
|
ConfigReducer.prototype.n1b = function () {
|
|
40759
|
-
return this.
|
|
40777
|
+
return this.m2a_1;
|
|
40760
40778
|
};
|
|
40761
|
-
ConfigReducer.prototype.
|
|
40762
|
-
var tmp = this.
|
|
40763
|
-
return tmp.
|
|
40779
|
+
ConfigReducer.prototype.p2a = function () {
|
|
40780
|
+
var tmp = this.m2a_1;
|
|
40781
|
+
return tmp.q2a(null, null, null, 7, null);
|
|
40764
40782
|
};
|
|
40765
|
-
ConfigReducer.prototype.
|
|
40783
|
+
ConfigReducer.prototype.r2a = function (action, state) {
|
|
40766
40784
|
var tmp0_subject = action.c1c_1;
|
|
40767
40785
|
var tmp;
|
|
40768
40786
|
if (tmp0_subject instanceof SetConfig) {
|
|
40769
|
-
tmp = state.
|
|
40787
|
+
tmp = state.s2a(action.c1c_1);
|
|
40770
40788
|
} else {
|
|
40771
40789
|
tmp = null;
|
|
40772
40790
|
}
|
|
40773
40791
|
return tmp;
|
|
40774
40792
|
};
|
|
40775
|
-
ConfigReducer.prototype.
|
|
40776
|
-
return this.
|
|
40793
|
+
ConfigReducer.prototype.t2a = function (action, state) {
|
|
40794
|
+
return this.r2a(action, state instanceof ConfigState ? state : THROW_CCE());
|
|
40777
40795
|
};
|
|
40778
40796
|
ConfigReducer.$metadata$ = classMeta('ConfigReducer', undefined, undefined, undefined, undefined, Reducer.prototype);
|
|
40779
40797
|
function ConfigState_init_$Init$(wsHost, wsPath, httpHost, $mask0, $marker, $this) {
|
|
@@ -40790,49 +40808,49 @@ function requireClientsdkClientcore () {
|
|
|
40790
40808
|
return ConfigState_init_$Init$(wsHost, wsPath, httpHost, $mask0, $marker, Object.create(ConfigState.prototype));
|
|
40791
40809
|
}
|
|
40792
40810
|
function ConfigState(wsHost, wsPath, httpHost) {
|
|
40793
|
-
this.
|
|
40794
|
-
this.
|
|
40795
|
-
this.
|
|
40811
|
+
this.p29_1 = wsHost;
|
|
40812
|
+
this.q29_1 = wsPath;
|
|
40813
|
+
this.r29_1 = httpHost;
|
|
40796
40814
|
}
|
|
40797
|
-
ConfigState.prototype.u2a = function (_set____db54di) {
|
|
40798
|
-
this.n29_1 = _set____db54di;
|
|
40799
|
-
};
|
|
40800
|
-
ConfigState.prototype.v2a = function (_set____db54di) {
|
|
40801
|
-
this.o29_1 = _set____db54di;
|
|
40802
|
-
};
|
|
40803
40815
|
ConfigState.prototype.w2a = function (_set____db54di) {
|
|
40804
40816
|
this.p29_1 = _set____db54di;
|
|
40805
40817
|
};
|
|
40806
|
-
ConfigState.prototype.
|
|
40818
|
+
ConfigState.prototype.x2a = function (_set____db54di) {
|
|
40819
|
+
this.q29_1 = _set____db54di;
|
|
40820
|
+
};
|
|
40821
|
+
ConfigState.prototype.y2a = function (_set____db54di) {
|
|
40822
|
+
this.r29_1 = _set____db54di;
|
|
40823
|
+
};
|
|
40824
|
+
ConfigState.prototype.s2a = function (action) {
|
|
40807
40825
|
var tmp$ret$0;
|
|
40808
40826
|
// Inline function 'kotlin.apply' call
|
|
40809
40827
|
// Inline function 'kotlin.contracts.contract' call
|
|
40810
40828
|
// Inline function 'com.vonage.clientcore.core.reducers.ConfigState.update.<anonymous>' call
|
|
40829
|
+
this.r29_1 = action.g2a_1;
|
|
40811
40830
|
this.p29_1 = action.e2a_1;
|
|
40812
|
-
this.
|
|
40813
|
-
this.o29_1 = action.d2a_1;
|
|
40831
|
+
this.q29_1 = action.f2a_1;
|
|
40814
40832
|
tmp$ret$0 = this;
|
|
40815
40833
|
return tmp$ret$0;
|
|
40816
40834
|
};
|
|
40817
|
-
ConfigState.prototype.
|
|
40835
|
+
ConfigState.prototype.z2a = function (wsHost, wsPath, httpHost) {
|
|
40818
40836
|
return new ConfigState(wsHost, wsPath, httpHost);
|
|
40819
40837
|
};
|
|
40820
|
-
ConfigState.prototype.
|
|
40838
|
+
ConfigState.prototype.q2a = function (wsHost, wsPath, httpHost, $mask0, $handler) {
|
|
40821
40839
|
if (!(($mask0 & 1) === 0))
|
|
40822
|
-
wsHost = this.
|
|
40840
|
+
wsHost = this.p29_1;
|
|
40823
40841
|
if (!(($mask0 & 2) === 0))
|
|
40824
|
-
wsPath = this.
|
|
40842
|
+
wsPath = this.q29_1;
|
|
40825
40843
|
if (!(($mask0 & 4) === 0))
|
|
40826
|
-
httpHost = this.
|
|
40827
|
-
return this.
|
|
40844
|
+
httpHost = this.r29_1;
|
|
40845
|
+
return this.z2a(wsHost, wsPath, httpHost);
|
|
40828
40846
|
};
|
|
40829
40847
|
ConfigState.prototype.toString = function () {
|
|
40830
|
-
return 'ConfigState(wsHost=' + this.
|
|
40848
|
+
return 'ConfigState(wsHost=' + this.p29_1 + ', wsPath=' + this.q29_1 + ', httpHost=' + this.r29_1 + ')';
|
|
40831
40849
|
};
|
|
40832
40850
|
ConfigState.prototype.hashCode = function () {
|
|
40833
|
-
var result = this.
|
|
40834
|
-
result = imul(result, 31) + (this.
|
|
40835
|
-
result = imul(result, 31) + (this.
|
|
40851
|
+
var result = this.p29_1 == null ? 0 : getStringHashCode(this.p29_1);
|
|
40852
|
+
result = imul(result, 31) + (this.q29_1 == null ? 0 : getStringHashCode(this.q29_1)) | 0;
|
|
40853
|
+
result = imul(result, 31) + (this.r29_1 == null ? 0 : getStringHashCode(this.r29_1)) | 0;
|
|
40836
40854
|
return result;
|
|
40837
40855
|
};
|
|
40838
40856
|
ConfigState.prototype.equals = function (other) {
|
|
@@ -40841,11 +40859,11 @@ function requireClientsdkClientcore () {
|
|
|
40841
40859
|
if (!(other instanceof ConfigState))
|
|
40842
40860
|
return false;
|
|
40843
40861
|
var tmp0_other_with_cast = other instanceof ConfigState ? other : THROW_CCE();
|
|
40844
|
-
if (!(this.
|
|
40862
|
+
if (!(this.p29_1 == tmp0_other_with_cast.p29_1))
|
|
40845
40863
|
return false;
|
|
40846
|
-
if (!(this.
|
|
40864
|
+
if (!(this.q29_1 == tmp0_other_with_cast.q29_1))
|
|
40847
40865
|
return false;
|
|
40848
|
-
if (!(this.
|
|
40866
|
+
if (!(this.r29_1 == tmp0_other_with_cast.r29_1))
|
|
40849
40867
|
return false;
|
|
40850
40868
|
return true;
|
|
40851
40869
|
};
|
|
@@ -40862,36 +40880,36 @@ function requireClientsdkClientcore () {
|
|
|
40862
40880
|
}
|
|
40863
40881
|
function EventReducer(logger, state) {
|
|
40864
40882
|
Reducer_init_$Init$(logger, null, 2, null, this);
|
|
40865
|
-
this.
|
|
40883
|
+
this.c2b_1 = state;
|
|
40866
40884
|
}
|
|
40867
|
-
EventReducer.prototype.
|
|
40868
|
-
this.
|
|
40885
|
+
EventReducer.prototype.d2b = function (_set____db54di) {
|
|
40886
|
+
this.c2b_1 = _set____db54di;
|
|
40869
40887
|
};
|
|
40870
|
-
EventReducer.prototype.
|
|
40871
|
-
return this.
|
|
40888
|
+
EventReducer.prototype.o2a = function (_set____db54di) {
|
|
40889
|
+
return this.d2b(_set____db54di instanceof EventState ? _set____db54di : THROW_CCE());
|
|
40872
40890
|
};
|
|
40873
40891
|
EventReducer.prototype.n1b = function () {
|
|
40874
|
-
return this.
|
|
40892
|
+
return this.c2b_1;
|
|
40875
40893
|
};
|
|
40876
|
-
EventReducer.prototype.
|
|
40877
|
-
return this.
|
|
40894
|
+
EventReducer.prototype.p2a = function () {
|
|
40895
|
+
return this.c2b_1;
|
|
40878
40896
|
};
|
|
40879
|
-
EventReducer.prototype.
|
|
40897
|
+
EventReducer.prototype.e2b = function (action, state) {
|
|
40880
40898
|
var tmp0_subject = action.c1c_1;
|
|
40881
40899
|
var tmp;
|
|
40882
40900
|
if (tmp0_subject instanceof SocketEvent) {
|
|
40883
|
-
tmp = state.
|
|
40901
|
+
tmp = state.g2b(action.c1c_1);
|
|
40884
40902
|
} else {
|
|
40885
40903
|
if (tmp0_subject instanceof BufferedSocketEvent) {
|
|
40886
|
-
tmp = state.
|
|
40904
|
+
tmp = state.f2b(action.c1c_1);
|
|
40887
40905
|
} else {
|
|
40888
40906
|
tmp = null;
|
|
40889
40907
|
}
|
|
40890
40908
|
}
|
|
40891
40909
|
return tmp;
|
|
40892
40910
|
};
|
|
40893
|
-
EventReducer.prototype.
|
|
40894
|
-
return this.
|
|
40911
|
+
EventReducer.prototype.t2a = function (action, state) {
|
|
40912
|
+
return this.e2b(action, state instanceof EventState ? state : THROW_CCE());
|
|
40895
40913
|
};
|
|
40896
40914
|
EventReducer.$metadata$ = classMeta('EventReducer', undefined, undefined, undefined, undefined, Reducer.prototype);
|
|
40897
40915
|
function EventState_init_$Init$(buffers, lastModified, $mask0, $marker, $this) {
|
|
@@ -40914,13 +40932,13 @@ function requireClientsdkClientcore () {
|
|
|
40914
40932
|
this.a20_1 = buffers;
|
|
40915
40933
|
this.b20_1 = lastModified;
|
|
40916
40934
|
}
|
|
40917
|
-
EventState.prototype.
|
|
40935
|
+
EventState.prototype.h2b = function () {
|
|
40918
40936
|
return this.a20_1;
|
|
40919
40937
|
};
|
|
40920
|
-
EventState.prototype.
|
|
40938
|
+
EventState.prototype.i2b = function (_set____db54di) {
|
|
40921
40939
|
this.b20_1 = _set____db54di;
|
|
40922
40940
|
};
|
|
40923
|
-
EventState.prototype.
|
|
40941
|
+
EventState.prototype.g2b = function (action) {
|
|
40924
40942
|
var tmp$ret$2;
|
|
40925
40943
|
// Inline function 'kotlin.apply' call
|
|
40926
40944
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -40929,7 +40947,7 @@ function requireClientsdkClientcore () {
|
|
|
40929
40947
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
40930
40948
|
var tmp0_getOrPut = this.a20_1;
|
|
40931
40949
|
var tmp0_elvis_lhs = action.z1m();
|
|
40932
|
-
var tmp1_getOrPut = tmp0_elvis_lhs == null ? EventBufferName_getInstance().
|
|
40950
|
+
var tmp1_getOrPut = tmp0_elvis_lhs == null ? EventBufferName_getInstance().j2b_1 : tmp0_elvis_lhs;
|
|
40933
40951
|
var value = tmp0_getOrPut.f2(tmp1_getOrPut);
|
|
40934
40952
|
var tmp;
|
|
40935
40953
|
if (value == null) {
|
|
@@ -40947,7 +40965,7 @@ function requireClientsdkClientcore () {
|
|
|
40947
40965
|
buffer.e20_1 = action;
|
|
40948
40966
|
var tmp_0 = this;
|
|
40949
40967
|
var tmp1_elvis_lhs = action.z1m();
|
|
40950
|
-
tmp_0.b20_1 = tmp1_elvis_lhs == null ? EventBufferName_getInstance().
|
|
40968
|
+
tmp_0.b20_1 = tmp1_elvis_lhs == null ? EventBufferName_getInstance().j2b_1 : tmp1_elvis_lhs;
|
|
40951
40969
|
var tmp2_elvis_lhs = action.y1m();
|
|
40952
40970
|
if ((tmp2_elvis_lhs == null ? -1 : tmp2_elvis_lhs) > buffer.c20_1) {
|
|
40953
40971
|
var tmp_1 = buffer;
|
|
@@ -40960,7 +40978,7 @@ function requireClientsdkClientcore () {
|
|
|
40960
40978
|
tmp$ret$2 = this;
|
|
40961
40979
|
return tmp$ret$2;
|
|
40962
40980
|
};
|
|
40963
|
-
EventState.prototype.
|
|
40981
|
+
EventState.prototype.f2b = function (action) {
|
|
40964
40982
|
var tmp$ret$2;
|
|
40965
40983
|
// Inline function 'kotlin.apply' call
|
|
40966
40984
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -40968,7 +40986,7 @@ function requireClientsdkClientcore () {
|
|
|
40968
40986
|
var tmp$ret$1;
|
|
40969
40987
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
40970
40988
|
var tmp0_getOrPut = this.a20_1;
|
|
40971
|
-
var tmp1_getOrPut = action.
|
|
40989
|
+
var tmp1_getOrPut = action.m28_1;
|
|
40972
40990
|
var value = tmp0_getOrPut.f2(tmp1_getOrPut);
|
|
40973
40991
|
var tmp;
|
|
40974
40992
|
if (value == null) {
|
|
@@ -40983,10 +41001,10 @@ function requireClientsdkClientcore () {
|
|
|
40983
41001
|
}
|
|
40984
41002
|
tmp$ret$1 = tmp;
|
|
40985
41003
|
var buffer = tmp$ret$1;
|
|
40986
|
-
if (action.
|
|
40987
|
-
buffer.d20_1 = action.
|
|
40988
|
-
buffer.f20_1 = action.
|
|
40989
|
-
this.b20_1 = action.
|
|
41004
|
+
if (action.n28_1 > buffer.d20_1) {
|
|
41005
|
+
buffer.d20_1 = action.n28_1;
|
|
41006
|
+
buffer.f20_1 = action.l28_1;
|
|
41007
|
+
this.b20_1 = action.m28_1;
|
|
40990
41008
|
}
|
|
40991
41009
|
tmp$ret$2 = this;
|
|
40992
41010
|
return tmp$ret$2;
|
|
@@ -41033,22 +41051,22 @@ function requireClientsdkClientcore () {
|
|
|
41033
41051
|
this.e20_1 = localHead;
|
|
41034
41052
|
this.f20_1 = remoteHead;
|
|
41035
41053
|
}
|
|
41036
|
-
EventBuffer.prototype.
|
|
41054
|
+
EventBuffer.prototype.k2b = function (_set____db54di) {
|
|
41037
41055
|
this.c20_1 = _set____db54di;
|
|
41038
41056
|
};
|
|
41039
|
-
EventBuffer.prototype.
|
|
41057
|
+
EventBuffer.prototype.l2b = function () {
|
|
41040
41058
|
return this.c20_1;
|
|
41041
41059
|
};
|
|
41042
|
-
EventBuffer.prototype.
|
|
41060
|
+
EventBuffer.prototype.m2b = function (_set____db54di) {
|
|
41043
41061
|
this.d20_1 = _set____db54di;
|
|
41044
41062
|
};
|
|
41045
|
-
EventBuffer.prototype.
|
|
41063
|
+
EventBuffer.prototype.n2b = function () {
|
|
41046
41064
|
return this.d20_1;
|
|
41047
41065
|
};
|
|
41048
|
-
EventBuffer.prototype.
|
|
41066
|
+
EventBuffer.prototype.o2b = function (_set____db54di) {
|
|
41049
41067
|
this.e20_1 = _set____db54di;
|
|
41050
41068
|
};
|
|
41051
|
-
EventBuffer.prototype.
|
|
41069
|
+
EventBuffer.prototype.p2b = function (_set____db54di) {
|
|
41052
41070
|
this.f20_1 = _set____db54di;
|
|
41053
41071
|
};
|
|
41054
41072
|
EventBuffer.prototype.toString = function () {
|
|
@@ -41080,10 +41098,10 @@ function requireClientsdkClientcore () {
|
|
|
41080
41098
|
EventBuffer.$metadata$ = classMeta('EventBuffer');
|
|
41081
41099
|
function EventBufferName() {
|
|
41082
41100
|
EventBufferName_instance = this;
|
|
41083
|
-
this.
|
|
41101
|
+
this.j2b_1 = 'default';
|
|
41084
41102
|
}
|
|
41085
|
-
EventBufferName.prototype.
|
|
41086
|
-
return this.
|
|
41103
|
+
EventBufferName.prototype.q2b = function () {
|
|
41104
|
+
return this.j2b_1;
|
|
41087
41105
|
};
|
|
41088
41106
|
EventBufferName.$metadata$ = objectMeta('EventBufferName');
|
|
41089
41107
|
var EventBufferName_instance;
|
|
@@ -41100,7 +41118,7 @@ function requireClientsdkClientcore () {
|
|
|
41100
41118
|
// Inline function 'kotlin.apply' call
|
|
41101
41119
|
// Inline function 'kotlin.contracts.contract' call
|
|
41102
41120
|
// Inline function 'com.vonage.clientcore.core.reducers.modify.<anonymous>' call
|
|
41103
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
41121
|
+
var tmp0_safe_receiver = _this__u8e3s4.r2b().f2(id);
|
|
41104
41122
|
if (tmp0_safe_receiver == null)
|
|
41105
41123
|
;
|
|
41106
41124
|
else {
|
|
@@ -41108,7 +41126,7 @@ function requireClientsdkClientcore () {
|
|
|
41108
41126
|
// Inline function 'kotlin.contracts.contract' call
|
|
41109
41127
|
fn(tmp0_safe_receiver);
|
|
41110
41128
|
}
|
|
41111
|
-
_this__u8e3s4.
|
|
41129
|
+
_this__u8e3s4.i2b(id);
|
|
41112
41130
|
tmp$ret$3 = _this__u8e3s4;
|
|
41113
41131
|
return tmp$ret$3;
|
|
41114
41132
|
}
|
|
@@ -41129,9 +41147,9 @@ function requireClientsdkClientcore () {
|
|
|
41129
41147
|
// Inline function 'kotlin.contracts.contract' call
|
|
41130
41148
|
// Inline function 'com.vonage.clientcore.core.reducers.new.<anonymous>.<anonymous>' call
|
|
41131
41149
|
// Inline function 'kotlin.collections.set' call
|
|
41132
|
-
var tmp0_set = _this__u8e3s4.
|
|
41150
|
+
var tmp0_set = _this__u8e3s4.r2b();
|
|
41133
41151
|
tmp0_set.l(id, tmp0_safe_receiver);
|
|
41134
|
-
_this__u8e3s4.
|
|
41152
|
+
_this__u8e3s4.i2b(id);
|
|
41135
41153
|
}
|
|
41136
41154
|
tmp$ret$2 = _this__u8e3s4;
|
|
41137
41155
|
return tmp$ret$2;
|
|
@@ -41148,59 +41166,59 @@ function requireClientsdkClientcore () {
|
|
|
41148
41166
|
}
|
|
41149
41167
|
function SessionReducer(logger, state) {
|
|
41150
41168
|
Reducer_init_$Init$(logger, null, 2, null, this);
|
|
41151
|
-
this.
|
|
41169
|
+
this.u2b_1 = state;
|
|
41152
41170
|
}
|
|
41153
|
-
SessionReducer.prototype.
|
|
41154
|
-
this.
|
|
41171
|
+
SessionReducer.prototype.v2b = function (_set____db54di) {
|
|
41172
|
+
this.u2b_1 = _set____db54di;
|
|
41155
41173
|
};
|
|
41156
|
-
SessionReducer.prototype.
|
|
41157
|
-
return this.
|
|
41174
|
+
SessionReducer.prototype.o2a = function (_set____db54di) {
|
|
41175
|
+
return this.v2b(_set____db54di instanceof SessionState ? _set____db54di : THROW_CCE());
|
|
41158
41176
|
};
|
|
41159
41177
|
SessionReducer.prototype.n1b = function () {
|
|
41160
|
-
return this.
|
|
41178
|
+
return this.u2b_1;
|
|
41161
41179
|
};
|
|
41162
|
-
SessionReducer.prototype.
|
|
41163
|
-
var tmp = this.
|
|
41164
|
-
return tmp.
|
|
41180
|
+
SessionReducer.prototype.p2a = function () {
|
|
41181
|
+
var tmp = this.u2b_1;
|
|
41182
|
+
return tmp.w2b(null, null, null, null, 15, null);
|
|
41165
41183
|
};
|
|
41166
|
-
SessionReducer.prototype.
|
|
41184
|
+
SessionReducer.prototype.x2b = function (action, state) {
|
|
41167
41185
|
var tmp0_subject = action.c1c_1;
|
|
41168
41186
|
var tmp;
|
|
41169
41187
|
if (tmp0_subject instanceof SocketStatus) {
|
|
41170
|
-
tmp = state.
|
|
41188
|
+
tmp = state.j2c(action.c1c_1);
|
|
41171
41189
|
} else {
|
|
41172
41190
|
if (tmp0_subject instanceof SocketConnect) {
|
|
41173
|
-
tmp = state.
|
|
41191
|
+
tmp = state.i2c(action.c1c_1, action.d1c_1.z1b_1);
|
|
41174
41192
|
} else {
|
|
41175
41193
|
if (tmp0_subject instanceof SocketConnectEmptyTokenError) {
|
|
41176
|
-
tmp = state.
|
|
41194
|
+
tmp = state.h2c(action.c1c_1, action.d1c_1.z1b_1);
|
|
41177
41195
|
} else {
|
|
41178
41196
|
if (tmp0_subject instanceof SessionSuccessEvent) {
|
|
41179
|
-
tmp = state.
|
|
41197
|
+
tmp = state.g2c(action.c1c_1);
|
|
41180
41198
|
} else {
|
|
41181
41199
|
if (tmp0_subject instanceof DeleteSession) {
|
|
41182
|
-
tmp = state.
|
|
41200
|
+
tmp = state.f2c(action.c1c_1);
|
|
41183
41201
|
} else {
|
|
41184
41202
|
if (tmp0_subject instanceof SocketSetSession) {
|
|
41185
|
-
tmp = state.
|
|
41203
|
+
tmp = state.e2c(action.c1c_1);
|
|
41186
41204
|
} else {
|
|
41187
41205
|
if (tmp0_subject instanceof SessionTimerEvent) {
|
|
41188
|
-
tmp = state.
|
|
41206
|
+
tmp = state.d2c(action.c1c_1);
|
|
41189
41207
|
} else {
|
|
41190
41208
|
if (tmp0_subject instanceof SessionInvalidTokenEvent) {
|
|
41191
|
-
tmp = state.
|
|
41209
|
+
tmp = state.c2c(action.c1c_1);
|
|
41192
41210
|
} else {
|
|
41193
41211
|
if (tmp0_subject instanceof SessionInvalidEvent) {
|
|
41194
|
-
tmp = state.
|
|
41212
|
+
tmp = state.b2c(action.c1c_1);
|
|
41195
41213
|
} else {
|
|
41196
41214
|
if (tmp0_subject instanceof SessionExpiredTokenEvent) {
|
|
41197
|
-
tmp = state.
|
|
41215
|
+
tmp = state.a2c(action.c1c_1);
|
|
41198
41216
|
} else {
|
|
41199
41217
|
if (tmp0_subject instanceof SessionMaxOpenEvent) {
|
|
41200
|
-
tmp = state.
|
|
41218
|
+
tmp = state.z2b(action.c1c_1);
|
|
41201
41219
|
} else {
|
|
41202
41220
|
if (tmp0_subject instanceof AuthorizationErrorEvent) {
|
|
41203
|
-
tmp = state.
|
|
41221
|
+
tmp = state.y2b(action.c1c_1);
|
|
41204
41222
|
} else {
|
|
41205
41223
|
tmp = null;
|
|
41206
41224
|
}
|
|
@@ -41217,8 +41235,8 @@ function requireClientsdkClientcore () {
|
|
|
41217
41235
|
}
|
|
41218
41236
|
return tmp;
|
|
41219
41237
|
};
|
|
41220
|
-
SessionReducer.prototype.
|
|
41221
|
-
return this.
|
|
41238
|
+
SessionReducer.prototype.t2a = function (action, state) {
|
|
41239
|
+
return this.x2b(action, state instanceof SessionState ? state : THROW_CCE());
|
|
41222
41240
|
};
|
|
41223
41241
|
SessionReducer.$metadata$ = classMeta('SessionReducer', undefined, undefined, undefined, undefined, Reducer.prototype);
|
|
41224
41242
|
function SessionState_init_$Init$(sessionStatus, connectionStatus, reason, token, $mask0, $marker, $this) {
|
|
@@ -41242,25 +41260,25 @@ function requireClientsdkClientcore () {
|
|
|
41242
41260
|
this.u20_1 = reason;
|
|
41243
41261
|
this.v20_1 = token;
|
|
41244
41262
|
}
|
|
41245
|
-
SessionState.prototype.
|
|
41263
|
+
SessionState.prototype.k2c = function (_set____db54di) {
|
|
41246
41264
|
this.s20_1 = _set____db54di;
|
|
41247
41265
|
};
|
|
41248
|
-
SessionState.prototype.
|
|
41266
|
+
SessionState.prototype.l2c = function () {
|
|
41249
41267
|
return this.s20_1;
|
|
41250
41268
|
};
|
|
41251
|
-
SessionState.prototype.
|
|
41269
|
+
SessionState.prototype.m2c = function (_set____db54di) {
|
|
41252
41270
|
this.t20_1 = _set____db54di;
|
|
41253
41271
|
};
|
|
41254
|
-
SessionState.prototype.
|
|
41272
|
+
SessionState.prototype.n2c = function () {
|
|
41255
41273
|
return this.t20_1;
|
|
41256
41274
|
};
|
|
41257
|
-
SessionState.prototype.
|
|
41275
|
+
SessionState.prototype.o2c = function (_set____db54di) {
|
|
41258
41276
|
this.u20_1 = _set____db54di;
|
|
41259
41277
|
};
|
|
41260
|
-
SessionState.prototype.
|
|
41278
|
+
SessionState.prototype.p2c = function (_set____db54di) {
|
|
41261
41279
|
this.v20_1 = _set____db54di;
|
|
41262
41280
|
};
|
|
41263
|
-
SessionState.prototype.
|
|
41281
|
+
SessionState.prototype.i2c = function (action, uuid) {
|
|
41264
41282
|
var tmp$ret$0;
|
|
41265
41283
|
// Inline function 'kotlin.apply' call
|
|
41266
41284
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41273,7 +41291,7 @@ function requireClientsdkClientcore () {
|
|
|
41273
41291
|
tmp$ret$0 = this;
|
|
41274
41292
|
return tmp$ret$0;
|
|
41275
41293
|
};
|
|
41276
|
-
SessionState.prototype.
|
|
41294
|
+
SessionState.prototype.h2c = function (action, uuid) {
|
|
41277
41295
|
var tmp$ret$0;
|
|
41278
41296
|
// Inline function 'kotlin.apply' call
|
|
41279
41297
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41285,7 +41303,7 @@ function requireClientsdkClientcore () {
|
|
|
41285
41303
|
tmp$ret$0 = this;
|
|
41286
41304
|
return tmp$ret$0;
|
|
41287
41305
|
};
|
|
41288
|
-
SessionState.prototype.
|
|
41306
|
+
SessionState.prototype.j2c = function (action) {
|
|
41289
41307
|
var tmp$ret$0;
|
|
41290
41308
|
// Inline function 'kotlin.apply' call
|
|
41291
41309
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41340,7 +41358,7 @@ function requireClientsdkClientcore () {
|
|
|
41340
41358
|
tmp$ret$0 = this;
|
|
41341
41359
|
return tmp$ret$0;
|
|
41342
41360
|
};
|
|
41343
|
-
SessionState.prototype.
|
|
41361
|
+
SessionState.prototype.g2c = function (event) {
|
|
41344
41362
|
var tmp$ret$0;
|
|
41345
41363
|
// Inline function 'kotlin.apply' call
|
|
41346
41364
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41352,7 +41370,7 @@ function requireClientsdkClientcore () {
|
|
|
41352
41370
|
tmp$ret$0 = this;
|
|
41353
41371
|
return tmp$ret$0;
|
|
41354
41372
|
};
|
|
41355
|
-
SessionState.prototype.
|
|
41373
|
+
SessionState.prototype.d2c = function (action) {
|
|
41356
41374
|
var tmp$ret$0;
|
|
41357
41375
|
// Inline function 'kotlin.apply' call
|
|
41358
41376
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41360,7 +41378,7 @@ function requireClientsdkClientcore () {
|
|
|
41360
41378
|
var tmp;
|
|
41361
41379
|
var tmp_0 = this.s20_1;
|
|
41362
41380
|
if (tmp_0 instanceof Pending) {
|
|
41363
|
-
tmp = this.s20_1.
|
|
41381
|
+
tmp = this.s20_1.q2c() === action.d1y_1.d1c_1.z1b_1;
|
|
41364
41382
|
} else {
|
|
41365
41383
|
tmp = false;
|
|
41366
41384
|
}
|
|
@@ -41372,7 +41390,7 @@ function requireClientsdkClientcore () {
|
|
|
41372
41390
|
tmp$ret$0 = this;
|
|
41373
41391
|
return tmp$ret$0;
|
|
41374
41392
|
};
|
|
41375
|
-
SessionState.prototype.
|
|
41393
|
+
SessionState.prototype.b2c = function (action) {
|
|
41376
41394
|
var tmp$ret$0;
|
|
41377
41395
|
// Inline function 'kotlin.apply' call
|
|
41378
41396
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41383,7 +41401,7 @@ function requireClientsdkClientcore () {
|
|
|
41383
41401
|
tmp$ret$0 = this;
|
|
41384
41402
|
return tmp$ret$0;
|
|
41385
41403
|
};
|
|
41386
|
-
SessionState.prototype.
|
|
41404
|
+
SessionState.prototype.c2c = function (action) {
|
|
41387
41405
|
var tmp$ret$0;
|
|
41388
41406
|
// Inline function 'kotlin.apply' call
|
|
41389
41407
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41394,7 +41412,7 @@ function requireClientsdkClientcore () {
|
|
|
41394
41412
|
tmp$ret$0 = this;
|
|
41395
41413
|
return tmp$ret$0;
|
|
41396
41414
|
};
|
|
41397
|
-
SessionState.prototype.
|
|
41415
|
+
SessionState.prototype.y2b = function (action) {
|
|
41398
41416
|
var tmp$ret$0;
|
|
41399
41417
|
// Inline function 'kotlin.apply' call
|
|
41400
41418
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41405,7 +41423,7 @@ function requireClientsdkClientcore () {
|
|
|
41405
41423
|
tmp$ret$0 = this;
|
|
41406
41424
|
return tmp$ret$0;
|
|
41407
41425
|
};
|
|
41408
|
-
SessionState.prototype.
|
|
41426
|
+
SessionState.prototype.a2c = function (action) {
|
|
41409
41427
|
var tmp$ret$0;
|
|
41410
41428
|
// Inline function 'kotlin.apply' call
|
|
41411
41429
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41416,7 +41434,7 @@ function requireClientsdkClientcore () {
|
|
|
41416
41434
|
tmp$ret$0 = this;
|
|
41417
41435
|
return tmp$ret$0;
|
|
41418
41436
|
};
|
|
41419
|
-
SessionState.prototype.
|
|
41437
|
+
SessionState.prototype.z2b = function (action) {
|
|
41420
41438
|
var tmp$ret$0;
|
|
41421
41439
|
// Inline function 'kotlin.apply' call
|
|
41422
41440
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41427,7 +41445,7 @@ function requireClientsdkClientcore () {
|
|
|
41427
41445
|
tmp$ret$0 = this;
|
|
41428
41446
|
return tmp$ret$0;
|
|
41429
41447
|
};
|
|
41430
|
-
SessionState.prototype.
|
|
41448
|
+
SessionState.prototype.f2c = function (action) {
|
|
41431
41449
|
var tmp$ret$0;
|
|
41432
41450
|
// Inline function 'kotlin.apply' call
|
|
41433
41451
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41437,7 +41455,7 @@ function requireClientsdkClientcore () {
|
|
|
41437
41455
|
tmp$ret$0 = this;
|
|
41438
41456
|
return tmp$ret$0;
|
|
41439
41457
|
};
|
|
41440
|
-
SessionState.prototype.
|
|
41458
|
+
SessionState.prototype.e2c = function (action) {
|
|
41441
41459
|
var tmp$ret$0;
|
|
41442
41460
|
// Inline function 'kotlin.apply' call
|
|
41443
41461
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -41446,10 +41464,10 @@ function requireClientsdkClientcore () {
|
|
|
41446
41464
|
tmp$ret$0 = this;
|
|
41447
41465
|
return tmp$ret$0;
|
|
41448
41466
|
};
|
|
41449
|
-
SessionState.prototype.
|
|
41467
|
+
SessionState.prototype.r2c = function (sessionStatus, connectionStatus, reason, token) {
|
|
41450
41468
|
return new SessionState(sessionStatus, connectionStatus, reason, token);
|
|
41451
41469
|
};
|
|
41452
|
-
SessionState.prototype.
|
|
41470
|
+
SessionState.prototype.w2b = function (sessionStatus, connectionStatus, reason, token, $mask0, $handler) {
|
|
41453
41471
|
if (!(($mask0 & 1) === 0))
|
|
41454
41472
|
sessionStatus = this.s20_1;
|
|
41455
41473
|
if (!(($mask0 & 2) === 0))
|
|
@@ -41458,7 +41476,7 @@ function requireClientsdkClientcore () {
|
|
|
41458
41476
|
reason = this.u20_1;
|
|
41459
41477
|
if (!(($mask0 & 8) === 0))
|
|
41460
41478
|
token = this.v20_1;
|
|
41461
|
-
return this.
|
|
41479
|
+
return this.r2c(sessionStatus, connectionStatus, reason, token);
|
|
41462
41480
|
};
|
|
41463
41481
|
SessionState.prototype.toString = function () {
|
|
41464
41482
|
return 'SessionState(sessionStatus=' + this.s20_1 + ', connectionStatus=' + this.t20_1 + ', reason=' + this.u20_1 + ', token=' + this.v20_1 + ')';
|
|
@@ -41488,15 +41506,15 @@ function requireClientsdkClientcore () {
|
|
|
41488
41506
|
};
|
|
41489
41507
|
SessionState.$metadata$ = classMeta('SessionState');
|
|
41490
41508
|
function SessionUser(id, name) {
|
|
41491
|
-
this.
|
|
41492
|
-
this.
|
|
41509
|
+
this.n23_1 = id;
|
|
41510
|
+
this.o23_1 = name;
|
|
41493
41511
|
}
|
|
41494
41512
|
SessionUser.prototype.toString = function () {
|
|
41495
|
-
return 'SessionUser(id=' + this.
|
|
41513
|
+
return 'SessionUser(id=' + this.n23_1 + ', name=' + this.o23_1 + ')';
|
|
41496
41514
|
};
|
|
41497
41515
|
SessionUser.prototype.hashCode = function () {
|
|
41498
|
-
var result = getStringHashCode(this.
|
|
41499
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
41516
|
+
var result = getStringHashCode(this.n23_1);
|
|
41517
|
+
result = imul(result, 31) + getStringHashCode(this.o23_1) | 0;
|
|
41500
41518
|
return result;
|
|
41501
41519
|
};
|
|
41502
41520
|
SessionUser.prototype.equals = function (other) {
|
|
@@ -41505,9 +41523,9 @@ function requireClientsdkClientcore () {
|
|
|
41505
41523
|
if (!(other instanceof SessionUser))
|
|
41506
41524
|
return false;
|
|
41507
41525
|
var tmp0_other_with_cast = other instanceof SessionUser ? other : THROW_CCE();
|
|
41508
|
-
if (!(this.
|
|
41526
|
+
if (!(this.n23_1 === tmp0_other_with_cast.n23_1))
|
|
41509
41527
|
return false;
|
|
41510
|
-
if (!(this.
|
|
41528
|
+
if (!(this.o23_1 === tmp0_other_with_cast.o23_1))
|
|
41511
41529
|
return false;
|
|
41512
41530
|
return true;
|
|
41513
41531
|
};
|
|
@@ -41539,22 +41557,22 @@ function requireClientsdkClientcore () {
|
|
|
41539
41557
|
this.m21_1 = legState;
|
|
41540
41558
|
this.n21_1 = localMedia;
|
|
41541
41559
|
}
|
|
41542
|
-
Call.prototype.
|
|
41560
|
+
Call.prototype.s2c = function (_set____db54di) {
|
|
41543
41561
|
this.l21_1 = _set____db54di;
|
|
41544
41562
|
};
|
|
41545
|
-
Call.prototype.
|
|
41563
|
+
Call.prototype.t2c = function () {
|
|
41546
41564
|
return this.l21_1;
|
|
41547
41565
|
};
|
|
41548
|
-
Call.prototype.
|
|
41566
|
+
Call.prototype.u2c = function (_set____db54di) {
|
|
41549
41567
|
this.m21_1 = _set____db54di;
|
|
41550
41568
|
};
|
|
41551
|
-
Call.prototype.
|
|
41569
|
+
Call.prototype.v2c = function () {
|
|
41552
41570
|
return this.m21_1;
|
|
41553
41571
|
};
|
|
41554
|
-
Call.prototype.
|
|
41572
|
+
Call.prototype.w2c = function (isReconnect, from, customData, id, memberState, legState, localMedia) {
|
|
41555
41573
|
return new Call(isReconnect, from, customData, id, memberState, legState, localMedia);
|
|
41556
41574
|
};
|
|
41557
|
-
Call.prototype.
|
|
41575
|
+
Call.prototype.j23 = function (isReconnect, from, customData, id, memberState, legState, localMedia, $mask0, $handler) {
|
|
41558
41576
|
if (!(($mask0 & 1) === 0))
|
|
41559
41577
|
isReconnect = this.h21_1;
|
|
41560
41578
|
if (!(($mask0 & 2) === 0))
|
|
@@ -41569,7 +41587,7 @@ function requireClientsdkClientcore () {
|
|
|
41569
41587
|
legState = this.m21_1;
|
|
41570
41588
|
if (!(($mask0 & 64) === 0))
|
|
41571
41589
|
localMedia = this.n21_1;
|
|
41572
|
-
return this.
|
|
41590
|
+
return this.w2c(isReconnect, from, customData, id, memberState, legState, localMedia);
|
|
41573
41591
|
};
|
|
41574
41592
|
Call.prototype.toString = function () {
|
|
41575
41593
|
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 + ')';
|
|
@@ -41641,42 +41659,42 @@ function requireClientsdkClientcore () {
|
|
|
41641
41659
|
}
|
|
41642
41660
|
function CallReducer(logger, state) {
|
|
41643
41661
|
Reducer_init_$Init$(logger, null, 2, null, this);
|
|
41644
|
-
this.
|
|
41662
|
+
this.z2c_1 = state;
|
|
41645
41663
|
}
|
|
41646
|
-
CallReducer.prototype.
|
|
41647
|
-
this.
|
|
41664
|
+
CallReducer.prototype.a2d = function (_set____db54di) {
|
|
41665
|
+
this.z2c_1 = _set____db54di;
|
|
41648
41666
|
};
|
|
41649
|
-
CallReducer.prototype.
|
|
41650
|
-
return this.
|
|
41667
|
+
CallReducer.prototype.o2a = function (_set____db54di) {
|
|
41668
|
+
return this.a2d(_set____db54di instanceof CallState ? _set____db54di : THROW_CCE());
|
|
41651
41669
|
};
|
|
41652
41670
|
CallReducer.prototype.n1b = function () {
|
|
41653
|
-
return this.
|
|
41671
|
+
return this.z2c_1;
|
|
41654
41672
|
};
|
|
41655
|
-
CallReducer.prototype.
|
|
41656
|
-
return this.
|
|
41673
|
+
CallReducer.prototype.p2a = function () {
|
|
41674
|
+
return this.z2c_1;
|
|
41657
41675
|
};
|
|
41658
|
-
CallReducer.prototype.
|
|
41676
|
+
CallReducer.prototype.b2d = function (action, state) {
|
|
41659
41677
|
var tmp0_subject = action.c1c_1;
|
|
41660
41678
|
var tmp;
|
|
41661
41679
|
if (tmp0_subject instanceof ErrorReport) {
|
|
41662
41680
|
var tmp1_elvis_lhs = action.d1c_1.a1c_1;
|
|
41663
|
-
tmp = state.
|
|
41681
|
+
tmp = state.u2d(action.c1c_1, tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs);
|
|
41664
41682
|
} else {
|
|
41665
41683
|
if (tmp0_subject instanceof SessionSuccessEvent) {
|
|
41666
|
-
tmp = state.
|
|
41684
|
+
tmp = state.g2c(action.c1c_1);
|
|
41667
41685
|
} else {
|
|
41668
41686
|
if (isInterface(tmp0_subject, MediaEvent)) {
|
|
41669
41687
|
var callId = action.c1c_1.y1m();
|
|
41670
41688
|
var tmp2_subject = action.c1c_1;
|
|
41671
41689
|
var tmp_0;
|
|
41672
41690
|
if (tmp2_subject instanceof MediaOffer) {
|
|
41673
|
-
tmp_0 = state.
|
|
41691
|
+
tmp_0 = state.t2d(action.c1c_1, callId);
|
|
41674
41692
|
} else {
|
|
41675
41693
|
if (tmp2_subject instanceof MediaAnswer) {
|
|
41676
|
-
tmp_0 = state.
|
|
41694
|
+
tmp_0 = state.s2d(action.c1c_1, callId);
|
|
41677
41695
|
} else {
|
|
41678
41696
|
if (tmp2_subject instanceof MediaDisable) {
|
|
41679
|
-
tmp_0 = state.
|
|
41697
|
+
tmp_0 = state.r2d(action.c1c_1, callId);
|
|
41680
41698
|
} else {
|
|
41681
41699
|
tmp_0 = null;
|
|
41682
41700
|
}
|
|
@@ -41688,13 +41706,13 @@ function requireClientsdkClientcore () {
|
|
|
41688
41706
|
var tmp3_subject = action.c1c_1;
|
|
41689
41707
|
var tmp_1;
|
|
41690
41708
|
if (tmp3_subject instanceof CallCreate) {
|
|
41691
|
-
tmp_1 = state.
|
|
41709
|
+
tmp_1 = state.q2d(action.c1c_1, action.c1c_1.e24_1);
|
|
41692
41710
|
} else {
|
|
41693
41711
|
if (tmp3_subject instanceof CallReconnect) {
|
|
41694
|
-
tmp_1 = state.
|
|
41712
|
+
tmp_1 = state.p2d(action.c1c_1, action.c1c_1.a24_1);
|
|
41695
41713
|
} else {
|
|
41696
41714
|
if (tmp3_subject instanceof CallTerminate) {
|
|
41697
|
-
tmp_1 = state.
|
|
41715
|
+
tmp_1 = state.o2d(action.c1c_1, action.c1c_1.l24_1);
|
|
41698
41716
|
} else {
|
|
41699
41717
|
tmp_1 = null;
|
|
41700
41718
|
}
|
|
@@ -41716,7 +41734,7 @@ function requireClientsdkClientcore () {
|
|
|
41716
41734
|
// Inline function 'kotlin.contracts.contract' call
|
|
41717
41735
|
var tmp$ret$0;
|
|
41718
41736
|
// Inline function 'com.vonage.clientcore.core.reducers.call.CallReducer.reduce.<anonymous>' call
|
|
41719
|
-
tmp$ret$0 = state.
|
|
41737
|
+
tmp$ret$0 = state.n2d(action.c1c_1, tmp5_safe_receiver);
|
|
41720
41738
|
tmp$ret$1 = tmp$ret$0;
|
|
41721
41739
|
tmp_3 = tmp$ret$1;
|
|
41722
41740
|
}
|
|
@@ -41733,7 +41751,7 @@ function requireClientsdkClientcore () {
|
|
|
41733
41751
|
// Inline function 'kotlin.contracts.contract' call
|
|
41734
41752
|
var tmp$ret$2;
|
|
41735
41753
|
// Inline function 'com.vonage.clientcore.core.reducers.call.CallReducer.reduce.<anonymous>' call
|
|
41736
|
-
tmp$ret$2 = state.
|
|
41754
|
+
tmp$ret$2 = state.m2d(action.c1c_1, tmp6_safe_receiver);
|
|
41737
41755
|
tmp$ret$3 = tmp$ret$2;
|
|
41738
41756
|
tmp_4 = tmp$ret$3;
|
|
41739
41757
|
}
|
|
@@ -41741,7 +41759,7 @@ function requireClientsdkClientcore () {
|
|
|
41741
41759
|
} else {
|
|
41742
41760
|
if (tmp4_subject instanceof RTCAnswerEvent) {
|
|
41743
41761
|
var id = action.c1c_1.u1r_1.m1s_1;
|
|
41744
|
-
tmp_2 = state.
|
|
41762
|
+
tmp_2 = state.l2d(action.c1c_1, id);
|
|
41745
41763
|
} else {
|
|
41746
41764
|
if (tmp4_subject instanceof RTCHangupEvent) {
|
|
41747
41765
|
var id_0 = action.c1c_1.r1q_1.n1m_1.x1y_1;
|
|
@@ -41755,7 +41773,7 @@ function requireClientsdkClientcore () {
|
|
|
41755
41773
|
// Inline function 'kotlin.contracts.contract' call
|
|
41756
41774
|
var tmp$ret$4;
|
|
41757
41775
|
// Inline function 'com.vonage.clientcore.core.reducers.call.CallReducer.reduce.<anonymous>' call
|
|
41758
|
-
tmp$ret$4 = state.
|
|
41776
|
+
tmp$ret$4 = state.k2d(action.c1c_1, tmp7_safe_receiver);
|
|
41759
41777
|
tmp$ret$5 = tmp$ret$4;
|
|
41760
41778
|
tmp_5 = tmp$ret$5;
|
|
41761
41779
|
}
|
|
@@ -41773,7 +41791,7 @@ function requireClientsdkClientcore () {
|
|
|
41773
41791
|
// Inline function 'kotlin.contracts.contract' call
|
|
41774
41792
|
var tmp$ret$6;
|
|
41775
41793
|
// Inline function 'com.vonage.clientcore.core.reducers.call.CallReducer.reduce.<anonymous>' call
|
|
41776
|
-
tmp$ret$6 = state.
|
|
41794
|
+
tmp$ret$6 = state.j2d(action.c1c_1, tmp8_safe_receiver);
|
|
41777
41795
|
tmp$ret$7 = tmp$ret$6;
|
|
41778
41796
|
tmp_6 = tmp$ret$7;
|
|
41779
41797
|
}
|
|
@@ -41793,13 +41811,13 @@ function requireClientsdkClientcore () {
|
|
|
41793
41811
|
var tmp10_subject = action.c1c_1;
|
|
41794
41812
|
var tmp_7;
|
|
41795
41813
|
if (tmp10_subject instanceof AppKnockingRequest) {
|
|
41796
|
-
tmp_7 = state.
|
|
41814
|
+
tmp_7 = state.i2d(action.c1c_1, callId_0, action.d1c_1.z1b_1);
|
|
41797
41815
|
} else {
|
|
41798
41816
|
if (tmp10_subject instanceof MemberKickRequest) {
|
|
41799
|
-
tmp_7 = state.
|
|
41817
|
+
tmp_7 = state.h2d(action.c1c_1, callId_0, action.d1c_1.z1b_1);
|
|
41800
41818
|
} else {
|
|
41801
41819
|
if (tmp10_subject instanceof MemberJoinRequest) {
|
|
41802
|
-
tmp_7 = state.
|
|
41820
|
+
tmp_7 = state.g2d(action.c1c_1, callId_0, action.d1c_1.z1b_1);
|
|
41803
41821
|
} else {
|
|
41804
41822
|
tmp_7 = null;
|
|
41805
41823
|
}
|
|
@@ -41813,16 +41831,16 @@ function requireClientsdkClientcore () {
|
|
|
41813
41831
|
var tmp12_subject = action.c1c_1;
|
|
41814
41832
|
var tmp_8;
|
|
41815
41833
|
if (tmp12_subject instanceof AppKnocking) {
|
|
41816
|
-
tmp_8 = state.
|
|
41834
|
+
tmp_8 = state.f2d(action.c1c_1, callId_1);
|
|
41817
41835
|
} else {
|
|
41818
41836
|
if (tmp12_subject instanceof RTCReconnect) {
|
|
41819
|
-
tmp_8 = state.
|
|
41837
|
+
tmp_8 = state.e2d(action.c1c_1, callId_1);
|
|
41820
41838
|
} else {
|
|
41821
41839
|
if (tmp12_subject instanceof DeletedKnocker) {
|
|
41822
|
-
tmp_8 = state.
|
|
41840
|
+
tmp_8 = state.d2d(action.c1c_1, callId_1);
|
|
41823
41841
|
} else {
|
|
41824
41842
|
if (tmp12_subject instanceof MemberLeft) {
|
|
41825
|
-
tmp_8 = state.
|
|
41843
|
+
tmp_8 = state.c2d(action.c1c_1, callId_1);
|
|
41826
41844
|
} else {
|
|
41827
41845
|
tmp_8 = null;
|
|
41828
41846
|
}
|
|
@@ -41841,8 +41859,8 @@ function requireClientsdkClientcore () {
|
|
|
41841
41859
|
}
|
|
41842
41860
|
return tmp;
|
|
41843
41861
|
};
|
|
41844
|
-
CallReducer.prototype.
|
|
41845
|
-
return this.
|
|
41862
|
+
CallReducer.prototype.t2a = function (action, state) {
|
|
41863
|
+
return this.b2d(action, state instanceof CallState ? state : THROW_CCE());
|
|
41846
41864
|
};
|
|
41847
41865
|
CallReducer.$metadata$ = classMeta('CallReducer', undefined, undefined, undefined, undefined, Reducer.prototype);
|
|
41848
41866
|
function CallState_init_$Init$(calls, conversationIdToCallId, currentUserId, $mask0, $marker, $this) {
|
|
@@ -41891,35 +41909,35 @@ function requireClientsdkClientcore () {
|
|
|
41891
41909
|
return function ($this$new) {
|
|
41892
41910
|
var tmp$ret$1;
|
|
41893
41911
|
// Inline function 'kotlin.also' call
|
|
41894
|
-
var tmp0_customData = $action.
|
|
41895
|
-
var tmp1_id = $action.
|
|
41896
|
-
var tmp2_from = $action.
|
|
41912
|
+
var tmp0_customData = $action.h24_1;
|
|
41913
|
+
var tmp1_id = $action.e24_1;
|
|
41914
|
+
var tmp2_from = $action.f24_1;
|
|
41897
41915
|
var tmp0_also = Call_init_$Create$(false, tmp2_from, tmp0_customData, tmp1_id, null, null, null, 113, null);
|
|
41898
41916
|
// Inline function 'kotlin.contracts.contract' call
|
|
41899
41917
|
// Inline function 'com.vonage.clientcore.core.reducers.call.CallState.update.<anonymous>.<anonymous>' call
|
|
41900
41918
|
var tmp = tmp0_also;
|
|
41901
|
-
var tmp0_subject = $action.
|
|
41919
|
+
var tmp0_subject = $action.g24_1;
|
|
41902
41920
|
var tmp0 = tmp0_subject.t3_1;
|
|
41903
41921
|
var tmp_0;
|
|
41904
41922
|
switch (tmp0) {
|
|
41905
41923
|
case 1:
|
|
41906
|
-
tmp_0 = toResolved(tmp0_also.m21_1, new Started($action.
|
|
41924
|
+
tmp_0 = toResolved(tmp0_also.m21_1, new Started($action.e24_1));
|
|
41907
41925
|
break;
|
|
41908
41926
|
case 0:
|
|
41909
|
-
tmp_0 = toResolved(tmp0_also.m21_1, new Prewarm($action.
|
|
41927
|
+
tmp_0 = toResolved(tmp0_also.m21_1, new Prewarm($action.e24_1));
|
|
41910
41928
|
break;
|
|
41911
41929
|
default:
|
|
41912
41930
|
noWhenBranchMatchedException();
|
|
41913
41931
|
break;
|
|
41914
41932
|
}
|
|
41915
41933
|
tmp.m21_1 = tmp_0;
|
|
41916
|
-
var tmp1_safe_receiver = $action.
|
|
41934
|
+
var tmp1_safe_receiver = $action.i24_1;
|
|
41917
41935
|
if (tmp1_safe_receiver == null)
|
|
41918
41936
|
;
|
|
41919
41937
|
else {
|
|
41920
41938
|
// Inline function 'kotlin.let' call
|
|
41921
41939
|
// Inline function 'kotlin.contracts.contract' call
|
|
41922
|
-
tmp0_also.l21_1 = toResolved(tmp0_also.l21_1, new Joined(tmp1_safe_receiver.
|
|
41940
|
+
tmp0_also.l21_1 = toResolved(tmp0_also.l21_1, new Joined(tmp1_safe_receiver.m24_1, tmp1_safe_receiver.n24_1));
|
|
41923
41941
|
Unit_getInstance();
|
|
41924
41942
|
}
|
|
41925
41943
|
tmp$ret$1 = tmp0_also;
|
|
@@ -41928,8 +41946,8 @@ function requireClientsdkClientcore () {
|
|
|
41928
41946
|
}
|
|
41929
41947
|
function CallState$update$lambda_1($action, $id) {
|
|
41930
41948
|
return function ($this$new) {
|
|
41931
|
-
var tmp0_from = new AppChannelEndpoint($action.
|
|
41932
|
-
var tmp1_memberState = new Resolved(new Joined($action.
|
|
41949
|
+
var tmp0_from = new AppChannelEndpoint($action.b24_1);
|
|
41950
|
+
var tmp1_memberState = new Resolved(new Joined($action.c24_1, $action.b24_1));
|
|
41933
41951
|
return Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, 96, null);
|
|
41934
41952
|
};
|
|
41935
41953
|
}
|
|
@@ -42008,7 +42026,7 @@ function requireClientsdkClientcore () {
|
|
|
42008
42026
|
var tmp = $this$modify;
|
|
42009
42027
|
var tmp_0 = $this$modify.n21_1;
|
|
42010
42028
|
var tmp_1 = new Offer($offer.j1u_1);
|
|
42011
|
-
tmp.n21_1 = tmp_0.
|
|
42029
|
+
tmp.n21_1 = tmp_0.u25(tmp_1, null, false, 6, null);
|
|
42012
42030
|
return Unit_getInstance();
|
|
42013
42031
|
};
|
|
42014
42032
|
}
|
|
@@ -42017,14 +42035,14 @@ function requireClientsdkClientcore () {
|
|
|
42017
42035
|
var tmp = $this$modify;
|
|
42018
42036
|
var tmp_0 = $this$modify.n21_1;
|
|
42019
42037
|
var tmp_1 = new Answer($offer.l1u_1);
|
|
42020
|
-
tmp.n21_1 = tmp_0.
|
|
42038
|
+
tmp.n21_1 = tmp_0.u25(tmp_1, null, false, 6, null);
|
|
42021
42039
|
return Unit_getInstance();
|
|
42022
42040
|
};
|
|
42023
42041
|
}
|
|
42024
42042
|
function CallState$update$lambda_16($this$modify) {
|
|
42025
42043
|
var tmp = $this$modify;
|
|
42026
42044
|
var tmp_0 = $this$modify.n21_1;
|
|
42027
|
-
tmp.n21_1 = tmp_0.
|
|
42045
|
+
tmp.n21_1 = tmp_0.u25(null, null, false, 3, null);
|
|
42028
42046
|
return Unit_getInstance();
|
|
42029
42047
|
}
|
|
42030
42048
|
function CallState$update$lambda_17($action) {
|
|
@@ -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 Answer($action.u1r_1.n1s_1);
|
|
42035
|
-
tmp.n21_1 = tmp_0.
|
|
42053
|
+
tmp.n21_1 = tmp_0.u25(null, tmp_1, false, 5, null);
|
|
42036
42054
|
return Unit_getInstance();
|
|
42037
42055
|
};
|
|
42038
42056
|
}
|
|
@@ -42042,25 +42060,25 @@ function requireClientsdkClientcore () {
|
|
|
42042
42060
|
this.e21_1 = currentUserId;
|
|
42043
42061
|
this.f21_1 = null;
|
|
42044
42062
|
}
|
|
42045
|
-
CallState.prototype.
|
|
42063
|
+
CallState.prototype.v2d = function () {
|
|
42046
42064
|
return this.c21_1;
|
|
42047
42065
|
};
|
|
42048
|
-
CallState.prototype.
|
|
42066
|
+
CallState.prototype.w2d = function () {
|
|
42049
42067
|
return this.d21_1;
|
|
42050
42068
|
};
|
|
42051
|
-
CallState.prototype.
|
|
42069
|
+
CallState.prototype.x2d = function (_set____db54di) {
|
|
42052
42070
|
this.e21_1 = _set____db54di;
|
|
42053
42071
|
};
|
|
42054
|
-
CallState.prototype.
|
|
42072
|
+
CallState.prototype.y2d = function () {
|
|
42055
42073
|
return this.e21_1;
|
|
42056
42074
|
};
|
|
42057
|
-
CallState.prototype.
|
|
42075
|
+
CallState.prototype.r2b = function () {
|
|
42058
42076
|
return this.c21_1;
|
|
42059
42077
|
};
|
|
42060
|
-
CallState.prototype.
|
|
42078
|
+
CallState.prototype.i2b = function (_set____db54di) {
|
|
42061
42079
|
this.f21_1 = _set____db54di;
|
|
42062
42080
|
};
|
|
42063
|
-
CallState.prototype.
|
|
42081
|
+
CallState.prototype.z2d = function () {
|
|
42064
42082
|
return this.f21_1;
|
|
42065
42083
|
};
|
|
42066
42084
|
CallState.prototype.toString = function () {
|
|
@@ -42086,7 +42104,7 @@ function requireClientsdkClientcore () {
|
|
|
42086
42104
|
tmp$ret$3 = tmp$ret$2;
|
|
42087
42105
|
return tmp + ('\ncallInfo:' + tmp$ret$3 + ')');
|
|
42088
42106
|
};
|
|
42089
|
-
CallState.prototype.
|
|
42107
|
+
CallState.prototype.g2c = function (event) {
|
|
42090
42108
|
var tmp$ret$0;
|
|
42091
42109
|
// Inline function 'kotlin.apply' call
|
|
42092
42110
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -42096,22 +42114,22 @@ function requireClientsdkClientcore () {
|
|
|
42096
42114
|
tmp$ret$0 = this;
|
|
42097
42115
|
return tmp$ret$0;
|
|
42098
42116
|
};
|
|
42099
|
-
CallState.prototype.
|
|
42117
|
+
CallState.prototype.n2d = function (action, id) {
|
|
42100
42118
|
return modify(this, id, CallState$update$lambda(action, this));
|
|
42101
42119
|
};
|
|
42102
|
-
CallState.prototype.
|
|
42120
|
+
CallState.prototype.q2d = function (action, id) {
|
|
42103
42121
|
return new_0(this, id, CallState$update$lambda_0(action));
|
|
42104
42122
|
};
|
|
42105
|
-
CallState.prototype.
|
|
42123
|
+
CallState.prototype.p2d = function (action, id) {
|
|
42106
42124
|
return new_0(this, id, CallState$update$lambda_1(action, id));
|
|
42107
42125
|
};
|
|
42108
|
-
CallState.prototype.
|
|
42126
|
+
CallState.prototype.o2d = function (action, callId) {
|
|
42109
42127
|
return modify(this, callId, CallState$update$lambda_2);
|
|
42110
42128
|
};
|
|
42111
|
-
CallState.prototype.
|
|
42129
|
+
CallState.prototype.g2d = function (action, callId, requestId) {
|
|
42112
42130
|
return modify(this, callId, CallState$update$lambda_3(action, requestId, this, callId));
|
|
42113
42131
|
};
|
|
42114
|
-
CallState.prototype.
|
|
42132
|
+
CallState.prototype.j2d = function (event, callId) {
|
|
42115
42133
|
var tmp$ret$1;
|
|
42116
42134
|
// Inline function 'kotlin.apply' call
|
|
42117
42135
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -42128,7 +42146,7 @@ function requireClientsdkClientcore () {
|
|
|
42128
42146
|
tmp$ret$1 = this;
|
|
42129
42147
|
return tmp$ret$1;
|
|
42130
42148
|
};
|
|
42131
|
-
CallState.prototype.
|
|
42149
|
+
CallState.prototype.m2d = function (event, id) {
|
|
42132
42150
|
var tmp$ret$0;
|
|
42133
42151
|
// Inline function 'kotlin.apply' call
|
|
42134
42152
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -42143,40 +42161,40 @@ function requireClientsdkClientcore () {
|
|
|
42143
42161
|
tmp$ret$0 = this;
|
|
42144
42162
|
return tmp$ret$0;
|
|
42145
42163
|
};
|
|
42146
|
-
CallState.prototype.
|
|
42164
|
+
CallState.prototype.i2d = function (action, id, requestId) {
|
|
42147
42165
|
return modify(this, id, CallState$update$lambda_6(requestId));
|
|
42148
42166
|
};
|
|
42149
|
-
CallState.prototype.
|
|
42167
|
+
CallState.prototype.f2d = function (response, id) {
|
|
42150
42168
|
return modify(this, id, CallState$update$lambda_7(response));
|
|
42151
42169
|
};
|
|
42152
|
-
CallState.prototype.
|
|
42170
|
+
CallState.prototype.d2d = function (response, id) {
|
|
42153
42171
|
return modify(this, id, CallState$update$lambda_8);
|
|
42154
42172
|
};
|
|
42155
|
-
CallState.prototype.
|
|
42173
|
+
CallState.prototype.e2d = function (response, callId) {
|
|
42156
42174
|
return modify(this, callId, CallState$update$lambda_9(response));
|
|
42157
42175
|
};
|
|
42158
|
-
CallState.prototype.
|
|
42176
|
+
CallState.prototype.h2d = function (action, id, requestId) {
|
|
42159
42177
|
return modify(this, id, CallState$update$lambda_10(action, requestId));
|
|
42160
42178
|
};
|
|
42161
|
-
CallState.prototype.
|
|
42179
|
+
CallState.prototype.c2d = function (action, id) {
|
|
42162
42180
|
return modify(this, id, CallState$update$lambda_11(action));
|
|
42163
42181
|
};
|
|
42164
|
-
CallState.prototype.
|
|
42182
|
+
CallState.prototype.k2d = function (action, callId) {
|
|
42165
42183
|
return modify(this, callId, CallState$update$lambda_12(action));
|
|
42166
42184
|
};
|
|
42167
|
-
CallState.prototype.
|
|
42185
|
+
CallState.prototype.u2d = function (action, callId) {
|
|
42168
42186
|
return modify(this, callId, CallState$update$lambda_13(action));
|
|
42169
42187
|
};
|
|
42170
|
-
CallState.prototype.
|
|
42188
|
+
CallState.prototype.t2d = function (offer, callId) {
|
|
42171
42189
|
return modify(this, callId, CallState$update$lambda_14(offer));
|
|
42172
42190
|
};
|
|
42173
|
-
CallState.prototype.
|
|
42191
|
+
CallState.prototype.s2d = function (offer, callId) {
|
|
42174
42192
|
return modify(this, callId, CallState$update$lambda_15(offer));
|
|
42175
42193
|
};
|
|
42176
|
-
CallState.prototype.
|
|
42194
|
+
CallState.prototype.r2d = function (action, id) {
|
|
42177
42195
|
return modify(this, id, CallState$update$lambda_16);
|
|
42178
42196
|
};
|
|
42179
|
-
CallState.prototype.
|
|
42197
|
+
CallState.prototype.l2d = function (action, id) {
|
|
42180
42198
|
return modify(this, id, CallState$update$lambda_17(action));
|
|
42181
42199
|
};
|
|
42182
42200
|
CallState.prototype.hashCode = function () {
|
|
@@ -42259,18 +42277,18 @@ function requireClientsdkClientcore () {
|
|
|
42259
42277
|
};
|
|
42260
42278
|
Joined.$metadata$ = classMeta('Joined', [MemberStateWithCid]);
|
|
42261
42279
|
function Left(cid, mid) {
|
|
42262
|
-
this.
|
|
42263
|
-
this.
|
|
42280
|
+
this.c23_1 = cid;
|
|
42281
|
+
this.d23_1 = mid;
|
|
42264
42282
|
}
|
|
42265
42283
|
Left.prototype.z1m = function () {
|
|
42266
|
-
return this.
|
|
42284
|
+
return this.c23_1;
|
|
42267
42285
|
};
|
|
42268
42286
|
Left.prototype.toString = function () {
|
|
42269
|
-
return 'Left(cid=' + this.
|
|
42287
|
+
return 'Left(cid=' + this.c23_1 + ', mid=' + this.d23_1 + ')';
|
|
42270
42288
|
};
|
|
42271
42289
|
Left.prototype.hashCode = function () {
|
|
42272
|
-
var result = getStringHashCode(this.
|
|
42273
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
42290
|
+
var result = getStringHashCode(this.c23_1);
|
|
42291
|
+
result = imul(result, 31) + getStringHashCode(this.d23_1) | 0;
|
|
42274
42292
|
return result;
|
|
42275
42293
|
};
|
|
42276
42294
|
Left.prototype.equals = function (other) {
|
|
@@ -42279,9 +42297,9 @@ function requireClientsdkClientcore () {
|
|
|
42279
42297
|
if (!(other instanceof Left))
|
|
42280
42298
|
return false;
|
|
42281
42299
|
var tmp0_other_with_cast = other instanceof Left ? other : THROW_CCE();
|
|
42282
|
-
if (!(this.
|
|
42300
|
+
if (!(this.c23_1 === tmp0_other_with_cast.c23_1))
|
|
42283
42301
|
return false;
|
|
42284
|
-
if (!(this.
|
|
42302
|
+
if (!(this.d23_1 === tmp0_other_with_cast.d23_1))
|
|
42285
42303
|
return false;
|
|
42286
42304
|
return true;
|
|
42287
42305
|
};
|
|
@@ -42300,13 +42318,13 @@ function requireClientsdkClientcore () {
|
|
|
42300
42318
|
this.q22_1 = offer;
|
|
42301
42319
|
this.r22_1 = invitedBy;
|
|
42302
42320
|
}
|
|
42303
|
-
Invite.prototype.
|
|
42321
|
+
Invite.prototype.v23 = function () {
|
|
42304
42322
|
return this.n22_1;
|
|
42305
42323
|
};
|
|
42306
42324
|
Invite.prototype.a2e = function (from, rtcId, memberId, conversationId, offer, invitedBy) {
|
|
42307
42325
|
return new Invite(from, rtcId, memberId, conversationId, offer, invitedBy);
|
|
42308
42326
|
};
|
|
42309
|
-
Invite.prototype.
|
|
42327
|
+
Invite.prototype.i23 = function (from, rtcId, memberId, conversationId, offer, invitedBy, $mask0, $handler) {
|
|
42310
42328
|
if (!(($mask0 & 1) === 0))
|
|
42311
42329
|
from = this.m22_1;
|
|
42312
42330
|
if (!(($mask0 & 2) === 0))
|
|
@@ -42371,13 +42389,13 @@ function requireClientsdkClientcore () {
|
|
|
42371
42389
|
InviteReducer.prototype.e2e = function (_set____db54di) {
|
|
42372
42390
|
this.d2e_1 = _set____db54di;
|
|
42373
42391
|
};
|
|
42374
|
-
InviteReducer.prototype.
|
|
42392
|
+
InviteReducer.prototype.o2a = function (_set____db54di) {
|
|
42375
42393
|
return this.e2e(_set____db54di instanceof InviteState ? _set____db54di : THROW_CCE());
|
|
42376
42394
|
};
|
|
42377
42395
|
InviteReducer.prototype.n1b = function () {
|
|
42378
42396
|
return this.d2e_1;
|
|
42379
42397
|
};
|
|
42380
|
-
InviteReducer.prototype.
|
|
42398
|
+
InviteReducer.prototype.p2a = function () {
|
|
42381
42399
|
var tmp = this.d2e_1;
|
|
42382
42400
|
return tmp.f2e(null, null, 3, null);
|
|
42383
42401
|
};
|
|
@@ -42385,19 +42403,43 @@ function requireClientsdkClientcore () {
|
|
|
42385
42403
|
var tmp0_subject = action.c1c_1;
|
|
42386
42404
|
var tmp;
|
|
42387
42405
|
if (tmp0_subject instanceof SessionSuccessEvent) {
|
|
42388
|
-
tmp = state.
|
|
42406
|
+
tmp = state.g2c(action.c1c_1);
|
|
42389
42407
|
} else {
|
|
42390
42408
|
if (tmp0_subject instanceof MemberInvitedEvent) {
|
|
42391
|
-
|
|
42409
|
+
var tmp_0;
|
|
42410
|
+
if (!(action.c1c_1.u1m_1.g1n_1.x1y_1 == null)) {
|
|
42411
|
+
tmp_0 = state.j2e(action.c1c_1);
|
|
42412
|
+
} else {
|
|
42413
|
+
tmp_0 = null;
|
|
42414
|
+
}
|
|
42415
|
+
tmp = tmp_0;
|
|
42392
42416
|
} else {
|
|
42393
42417
|
if (tmp0_subject instanceof PushMemberInvitedEvent) {
|
|
42394
|
-
|
|
42418
|
+
var tmp_1;
|
|
42419
|
+
if (!(action.c1c_1.x1q_1.k1r_1.x1y_1 == null)) {
|
|
42420
|
+
tmp_1 = state.i2e(action.c1c_1);
|
|
42421
|
+
} else {
|
|
42422
|
+
tmp_1 = null;
|
|
42423
|
+
}
|
|
42424
|
+
tmp = tmp_1;
|
|
42395
42425
|
} else {
|
|
42396
42426
|
if (tmp0_subject instanceof MemberJoinedEvent) {
|
|
42397
|
-
|
|
42427
|
+
var tmp_2;
|
|
42428
|
+
if (!(action.c1c_1.l1n_1.u1n_1.x1y_1 == null)) {
|
|
42429
|
+
tmp_2 = state.h2e(action.c1c_1);
|
|
42430
|
+
} else {
|
|
42431
|
+
tmp_2 = null;
|
|
42432
|
+
}
|
|
42433
|
+
tmp = tmp_2;
|
|
42398
42434
|
} else {
|
|
42399
42435
|
if (tmp0_subject instanceof MemberLeft) {
|
|
42400
|
-
|
|
42436
|
+
var tmp_3;
|
|
42437
|
+
if (!(action.d1c_1.a1c_1 == null)) {
|
|
42438
|
+
tmp_3 = state.c2d(action.c1c_1, ensureNotNull(action.d1c_1.a1c_1));
|
|
42439
|
+
} else {
|
|
42440
|
+
tmp_3 = null;
|
|
42441
|
+
}
|
|
42442
|
+
tmp = tmp_3;
|
|
42401
42443
|
} else {
|
|
42402
42444
|
tmp = null;
|
|
42403
42445
|
}
|
|
@@ -42407,7 +42449,7 @@ function requireClientsdkClientcore () {
|
|
|
42407
42449
|
}
|
|
42408
42450
|
return tmp;
|
|
42409
42451
|
};
|
|
42410
|
-
InviteReducer.prototype.
|
|
42452
|
+
InviteReducer.prototype.t2a = function (action, state) {
|
|
42411
42453
|
return this.g2e(action, state instanceof InviteState ? state : THROW_CCE());
|
|
42412
42454
|
};
|
|
42413
42455
|
InviteReducer.$metadata$ = classMeta('InviteReducer', undefined, undefined, undefined, undefined, Reducer.prototype);
|
|
@@ -42431,15 +42473,15 @@ function requireClientsdkClientcore () {
|
|
|
42431
42473
|
return function ($this$new) {
|
|
42432
42474
|
var tmp;
|
|
42433
42475
|
var tmp_0;
|
|
42434
|
-
var tmp0_safe_receiver = $event.u1m_1.f1n_1.
|
|
42435
|
-
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
42436
|
-
tmp_0 = $event.u1m_1.e1n_1.u1z_1 === $this$new.
|
|
42476
|
+
var tmp0_safe_receiver = $event.u1m_1.f1n_1.c26_1;
|
|
42477
|
+
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x25_1) === true) {
|
|
42478
|
+
tmp_0 = $event.u1m_1.e1n_1.u1z_1 === $this$new.g23_1;
|
|
42437
42479
|
} else {
|
|
42438
42480
|
tmp_0 = false;
|
|
42439
42481
|
}
|
|
42440
42482
|
if (tmp_0) {
|
|
42441
42483
|
var remoteDescription = new Offer(ensureNotNull($event.u1m_1.h1n_1));
|
|
42442
|
-
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.
|
|
42484
|
+
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);
|
|
42443
42485
|
} else {
|
|
42444
42486
|
tmp = null;
|
|
42445
42487
|
}
|
|
@@ -42450,16 +42492,16 @@ function requireClientsdkClientcore () {
|
|
|
42450
42492
|
return function ($this$new) {
|
|
42451
42493
|
var tmp;
|
|
42452
42494
|
var tmp_0;
|
|
42453
|
-
var tmp0_safe_receiver = $event.x1q_1.j1r_1.
|
|
42454
|
-
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
42455
|
-
tmp_0 = $event.x1q_1.i1r_1.u1z_1 === $this$new.
|
|
42495
|
+
var tmp0_safe_receiver = $event.x1q_1.j1r_1.c26_1;
|
|
42496
|
+
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x25_1) === true) {
|
|
42497
|
+
tmp_0 = $event.x1q_1.i1r_1.u1z_1 === $this$new.g23_1;
|
|
42456
42498
|
} else {
|
|
42457
42499
|
tmp_0 = false;
|
|
42458
42500
|
}
|
|
42459
42501
|
if (tmp_0) {
|
|
42460
42502
|
var remoteDescription = new Offer($event.x1q_1.l1r_1);
|
|
42461
42503
|
var tmp1_elvis_lhs = $event.c1r_1;
|
|
42462
|
-
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.
|
|
42504
|
+
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);
|
|
42463
42505
|
} else {
|
|
42464
42506
|
tmp = null;
|
|
42465
42507
|
}
|
|
@@ -42468,43 +42510,43 @@ function requireClientsdkClientcore () {
|
|
|
42468
42510
|
}
|
|
42469
42511
|
function InviteState$update$lambda_1(this$0, $event) {
|
|
42470
42512
|
return function ($this$modify) {
|
|
42471
|
-
this$0.
|
|
42513
|
+
this$0.f23_1.f3($event.l1n_1.u1n_1.x1y_1);
|
|
42472
42514
|
return Unit_getInstance();
|
|
42473
42515
|
};
|
|
42474
42516
|
}
|
|
42475
42517
|
function InviteState$update$lambda_2(this$0, $id) {
|
|
42476
42518
|
return function ($this$modify) {
|
|
42477
|
-
this$0.
|
|
42519
|
+
this$0.f23_1.f3($id);
|
|
42478
42520
|
return Unit_getInstance();
|
|
42479
42521
|
};
|
|
42480
42522
|
}
|
|
42481
42523
|
function InviteState(invites, currentUserId) {
|
|
42482
|
-
this.
|
|
42483
|
-
this.
|
|
42484
|
-
this.
|
|
42524
|
+
this.f23_1 = invites;
|
|
42525
|
+
this.g23_1 = currentUserId;
|
|
42526
|
+
this.h23_1 = null;
|
|
42485
42527
|
}
|
|
42486
42528
|
InviteState.prototype.k2e = function () {
|
|
42487
|
-
return this.
|
|
42529
|
+
return this.f23_1;
|
|
42488
42530
|
};
|
|
42489
|
-
InviteState.prototype.
|
|
42490
|
-
this.
|
|
42531
|
+
InviteState.prototype.x2d = function (_set____db54di) {
|
|
42532
|
+
this.g23_1 = _set____db54di;
|
|
42491
42533
|
};
|
|
42492
|
-
InviteState.prototype.
|
|
42493
|
-
return this.
|
|
42534
|
+
InviteState.prototype.r2b = function () {
|
|
42535
|
+
return this.f23_1;
|
|
42494
42536
|
};
|
|
42495
|
-
InviteState.prototype.
|
|
42496
|
-
this.
|
|
42537
|
+
InviteState.prototype.i2b = function (_set____db54di) {
|
|
42538
|
+
this.h23_1 = _set____db54di;
|
|
42497
42539
|
};
|
|
42498
|
-
InviteState.prototype.
|
|
42499
|
-
return this.
|
|
42540
|
+
InviteState.prototype.z2d = function () {
|
|
42541
|
+
return this.h23_1;
|
|
42500
42542
|
};
|
|
42501
|
-
InviteState.prototype.
|
|
42543
|
+
InviteState.prototype.g2c = function (event) {
|
|
42502
42544
|
var tmp$ret$0;
|
|
42503
42545
|
// Inline function 'kotlin.apply' call
|
|
42504
42546
|
// Inline function 'kotlin.contracts.contract' call
|
|
42505
42547
|
// Inline function 'com.vonage.clientcore.core.reducers.call.InviteState.update.<anonymous>' call
|
|
42506
|
-
this.
|
|
42507
|
-
this.
|
|
42548
|
+
this.g23_1 = event.o1r_1.y1s_1;
|
|
42549
|
+
this.h23_1 = null;
|
|
42508
42550
|
tmp$ret$0 = this;
|
|
42509
42551
|
return tmp$ret$0;
|
|
42510
42552
|
};
|
|
@@ -42520,7 +42562,7 @@ function requireClientsdkClientcore () {
|
|
|
42520
42562
|
var tmp = ensureNotNull(event.l1n_1.u1n_1.x1y_1);
|
|
42521
42563
|
return modify(this, tmp, InviteState$update$lambda_1(this, event));
|
|
42522
42564
|
};
|
|
42523
|
-
InviteState.prototype.
|
|
42565
|
+
InviteState.prototype.c2d = function (event, id) {
|
|
42524
42566
|
return modify(this, id, InviteState$update$lambda_2(this, id));
|
|
42525
42567
|
};
|
|
42526
42568
|
InviteState.prototype.l2e = function (invites, currentUserId) {
|
|
@@ -42528,17 +42570,17 @@ function requireClientsdkClientcore () {
|
|
|
42528
42570
|
};
|
|
42529
42571
|
InviteState.prototype.f2e = function (invites, currentUserId, $mask0, $handler) {
|
|
42530
42572
|
if (!(($mask0 & 1) === 0))
|
|
42531
|
-
invites = this.
|
|
42573
|
+
invites = this.f23_1;
|
|
42532
42574
|
if (!(($mask0 & 2) === 0))
|
|
42533
|
-
currentUserId = this.
|
|
42575
|
+
currentUserId = this.g23_1;
|
|
42534
42576
|
return this.l2e(invites, currentUserId);
|
|
42535
42577
|
};
|
|
42536
42578
|
InviteState.prototype.toString = function () {
|
|
42537
|
-
return 'InviteState(invites=' + this.
|
|
42579
|
+
return 'InviteState(invites=' + this.f23_1 + ', currentUserId=' + this.g23_1 + ')';
|
|
42538
42580
|
};
|
|
42539
42581
|
InviteState.prototype.hashCode = function () {
|
|
42540
|
-
var result = hashCode(this.
|
|
42541
|
-
result = imul(result, 31) + (this.
|
|
42582
|
+
var result = hashCode(this.f23_1);
|
|
42583
|
+
result = imul(result, 31) + (this.g23_1 == null ? 0 : getStringHashCode(this.g23_1)) | 0;
|
|
42542
42584
|
return result;
|
|
42543
42585
|
};
|
|
42544
42586
|
InviteState.prototype.equals = function (other) {
|
|
@@ -42547,9 +42589,9 @@ function requireClientsdkClientcore () {
|
|
|
42547
42589
|
if (!(other instanceof InviteState))
|
|
42548
42590
|
return false;
|
|
42549
42591
|
var tmp0_other_with_cast = other instanceof InviteState ? other : THROW_CCE();
|
|
42550
|
-
if (!equals(this.
|
|
42592
|
+
if (!equals(this.f23_1, tmp0_other_with_cast.f23_1))
|
|
42551
42593
|
return false;
|
|
42552
|
-
if (!(this.
|
|
42594
|
+
if (!(this.g23_1 == tmp0_other_with_cast.g23_1))
|
|
42553
42595
|
return false;
|
|
42554
42596
|
return true;
|
|
42555
42597
|
};
|
|
@@ -42569,9 +42611,9 @@ function requireClientsdkClientcore () {
|
|
|
42569
42611
|
function Companion_71() {
|
|
42570
42612
|
Companion_instance_71 = this;
|
|
42571
42613
|
}
|
|
42572
|
-
Companion_71.prototype.
|
|
42614
|
+
Companion_71.prototype.o29 = function (e, src) {
|
|
42573
42615
|
var tmp = ErrorReport_init_$Create$(e, src);
|
|
42574
|
-
return new Action(tmp, src.d1c_1.
|
|
42616
|
+
return new Action(tmp, src.d1c_1.d2a(null, null, null, 7, null));
|
|
42575
42617
|
};
|
|
42576
42618
|
Companion_71.$metadata$ = objectMeta('Companion');
|
|
42577
42619
|
var Companion_instance_71;
|
|
@@ -42632,7 +42674,7 @@ function requireClientsdkClientcore () {
|
|
|
42632
42674
|
ActionMeta.prototype.p2e = function (uuid, entityId, callback) {
|
|
42633
42675
|
return new ActionMeta(uuid, entityId, callback);
|
|
42634
42676
|
};
|
|
42635
|
-
ActionMeta.prototype.
|
|
42677
|
+
ActionMeta.prototype.d2a = function (uuid, entityId, callback, $mask0, $handler) {
|
|
42636
42678
|
if (!(($mask0 & 1) === 0))
|
|
42637
42679
|
uuid = this.z1b_1;
|
|
42638
42680
|
if (!(($mask0 & 2) === 0))
|
|
@@ -42720,10 +42762,10 @@ function requireClientsdkClientcore () {
|
|
|
42720
42762
|
this.l1b_1 = logger;
|
|
42721
42763
|
this.m1b_1 = subscribers;
|
|
42722
42764
|
}
|
|
42723
|
-
Reducer.prototype.
|
|
42765
|
+
Reducer.prototype.u2a = function () {
|
|
42724
42766
|
return this.m1b_1;
|
|
42725
42767
|
};
|
|
42726
|
-
Reducer.prototype.
|
|
42768
|
+
Reducer.prototype.v2a = function (action) {
|
|
42727
42769
|
var tmp0_safe_receiver = this.l1b_1;
|
|
42728
42770
|
if (tmp0_safe_receiver == null)
|
|
42729
42771
|
;
|
|
@@ -42732,11 +42774,11 @@ function requireClientsdkClientcore () {
|
|
|
42732
42774
|
}
|
|
42733
42775
|
if (equals(action, get_UnitAction()))
|
|
42734
42776
|
return false;
|
|
42735
|
-
var current = this.
|
|
42736
|
-
var new_0 = this.
|
|
42777
|
+
var current = this.p2a();
|
|
42778
|
+
var new_0 = this.t2a(action, current);
|
|
42737
42779
|
var hasChanged = new_0 == null ? false : current === new_0 ? true : equals(current, new_0);
|
|
42738
42780
|
var tmp1_elvis_lhs = new_0;
|
|
42739
|
-
this.
|
|
42781
|
+
this.o2a(tmp1_elvis_lhs == null ? this.n1b() : tmp1_elvis_lhs);
|
|
42740
42782
|
if (hasChanged) {
|
|
42741
42783
|
var tmp2_safe_receiver = this.l1b_1;
|
|
42742
42784
|
if (tmp2_safe_receiver == null)
|
|
@@ -42776,7 +42818,7 @@ function requireClientsdkClientcore () {
|
|
|
42776
42818
|
var tmp$ret$1;
|
|
42777
42819
|
// Inline function 'com.vonage.clientcore.redux.Store.dispatch.<anonymous>.<anonymous>' call
|
|
42778
42820
|
var tmp2__anonymous__z9zvc9 = accumulator;
|
|
42779
|
-
if (element.
|
|
42821
|
+
if (element.v2a(a)) {
|
|
42780
42822
|
tmp2__anonymous__z9zvc9.a1(element.m1b_1);
|
|
42781
42823
|
}
|
|
42782
42824
|
tmp$ret$1 = tmp2__anonymous__z9zvc9;
|
|
@@ -43007,7 +43049,7 @@ function requireClientsdkClientcore () {
|
|
|
43007
43049
|
Pending.prototype.r1 = function () {
|
|
43008
43050
|
return this.r2e_1;
|
|
43009
43051
|
};
|
|
43010
|
-
Pending.prototype.
|
|
43052
|
+
Pending.prototype.q2c = function () {
|
|
43011
43053
|
return this.t2e_1;
|
|
43012
43054
|
};
|
|
43013
43055
|
Pending.prototype.toString = function () {
|
|
@@ -43042,7 +43084,7 @@ function requireClientsdkClientcore () {
|
|
|
43042
43084
|
Resolved.prototype.r1 = function () {
|
|
43043
43085
|
return this.u2e_1;
|
|
43044
43086
|
};
|
|
43045
|
-
Resolved.prototype.
|
|
43087
|
+
Resolved.prototype.q2c = function () {
|
|
43046
43088
|
return this.v2e_1;
|
|
43047
43089
|
};
|
|
43048
43090
|
Resolved.prototype.toString = function () {
|
|
@@ -43071,7 +43113,7 @@ function requireClientsdkClientcore () {
|
|
|
43071
43113
|
Failed.prototype.r1 = function () {
|
|
43072
43114
|
return this.x20_1;
|
|
43073
43115
|
};
|
|
43074
|
-
Failed.prototype.
|
|
43116
|
+
Failed.prototype.q2c = function () {
|
|
43075
43117
|
return this.y20_1;
|
|
43076
43118
|
};
|
|
43077
43119
|
Failed.prototype.toString = function () {
|
|
@@ -44242,15 +44284,15 @@ function requireClientsdkClientcore () {
|
|
|
44242
44284
|
var REASON_PING_TIMEOUT;
|
|
44243
44285
|
function RTCQualityJS(callQuality) {
|
|
44244
44286
|
this.q2g_1 = callQuality;
|
|
44245
|
-
this.r2g_1 = this.q2g_1.
|
|
44246
|
-
this.s2g_1 = this.q2g_1.
|
|
44247
|
-
this.t2g_1 = this.q2g_1.
|
|
44248
|
-
this.u2g_1 = this.q2g_1.
|
|
44249
|
-
this.v2g_1 = this.q2g_1.
|
|
44250
|
-
this.w2g_1 = this.q2g_1.
|
|
44251
|
-
this.x2g_1 = this.q2g_1.
|
|
44252
|
-
this.y2g_1 = this.q2g_1.
|
|
44253
|
-
this.z2g_1 = this.q2g_1.
|
|
44287
|
+
this.r2g_1 = this.q2g_1.f26_1;
|
|
44288
|
+
this.s2g_1 = this.q2g_1.g26_1;
|
|
44289
|
+
this.t2g_1 = this.q2g_1.h26_1;
|
|
44290
|
+
this.u2g_1 = this.q2g_1.i26_1;
|
|
44291
|
+
this.v2g_1 = this.q2g_1.j26_1;
|
|
44292
|
+
this.w2g_1 = this.q2g_1.k26_1;
|
|
44293
|
+
this.x2g_1 = this.q2g_1.l26_1;
|
|
44294
|
+
this.y2g_1 = this.q2g_1.m26_1;
|
|
44295
|
+
this.z2g_1 = this.q2g_1.n26_1;
|
|
44254
44296
|
}
|
|
44255
44297
|
RTCQualityJS.prototype.a2h = function () {
|
|
44256
44298
|
return this.r2g_1;
|
|
@@ -44367,7 +44409,7 @@ function requireClientsdkClientcore () {
|
|
|
44367
44409
|
function HttpClientJSAdapter$1($js) {
|
|
44368
44410
|
this.l2h_1 = $js;
|
|
44369
44411
|
}
|
|
44370
|
-
HttpClientJSAdapter$1.prototype.
|
|
44412
|
+
HttpClientJSAdapter$1.prototype.l27 = function (verb, url, headers, body, callback) {
|
|
44371
44413
|
var tmp = verb.toString();
|
|
44372
44414
|
var tmp$ret$1;
|
|
44373
44415
|
// Inline function 'kotlin.let' call
|
|
@@ -44404,13 +44446,13 @@ function requireClientsdkClientcore () {
|
|
|
44404
44446
|
this.n2h_1 = $js;
|
|
44405
44447
|
this.m2h_1 = null;
|
|
44406
44448
|
}
|
|
44407
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44449
|
+
SocketClientJSAdapter$adapter$1.prototype.o27 = function (_set____db54di) {
|
|
44408
44450
|
this.m2h_1 = _set____db54di;
|
|
44409
44451
|
};
|
|
44410
44452
|
SocketClientJSAdapter$adapter$1.prototype.o2h = function () {
|
|
44411
44453
|
return this.m2h_1;
|
|
44412
44454
|
};
|
|
44413
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44455
|
+
SocketClientJSAdapter$adapter$1.prototype.p27 = function (type, msg, callback) {
|
|
44414
44456
|
var tmp0_safe_receiver = msg;
|
|
44415
44457
|
var tmp;
|
|
44416
44458
|
if (tmp0_safe_receiver == null) {
|
|
@@ -44428,16 +44470,16 @@ function requireClientsdkClientcore () {
|
|
|
44428
44470
|
var tmp_0 = tmp;
|
|
44429
44471
|
this.n2h_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
|
|
44430
44472
|
};
|
|
44431
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44473
|
+
SocketClientJSAdapter$adapter$1.prototype.q27 = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query) {
|
|
44432
44474
|
this.n2h_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, query);
|
|
44433
44475
|
};
|
|
44434
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44476
|
+
SocketClientJSAdapter$adapter$1.prototype.r27 = function () {
|
|
44435
44477
|
this.n2h_1.disconnect();
|
|
44436
44478
|
};
|
|
44437
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44479
|
+
SocketClientJSAdapter$adapter$1.prototype.s27 = function (token) {
|
|
44438
44480
|
this.n2h_1.setConnectParamsSocketConfig(token);
|
|
44439
44481
|
};
|
|
44440
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
44482
|
+
SocketClientJSAdapter$adapter$1.prototype.t27 = function (milliseconds, callback) {
|
|
44441
44483
|
this.n2h_1.startVerifyResponseTimer(milliseconds, callback);
|
|
44442
44484
|
};
|
|
44443
44485
|
SocketClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [SocketClient]);
|
|
@@ -44449,7 +44491,7 @@ function requireClientsdkClientcore () {
|
|
|
44449
44491
|
if (tmp0_safe_receiver == null)
|
|
44450
44492
|
;
|
|
44451
44493
|
else {
|
|
44452
|
-
tmp0_safe_receiver.
|
|
44494
|
+
tmp0_safe_receiver.s29(new UnknownSocketEvent(body, type));
|
|
44453
44495
|
}
|
|
44454
44496
|
};
|
|
44455
44497
|
SocketClientJSAdapter$1.prototype.didReceiveNewSocketConnectionStatusEvent = function (type, reason) {
|
|
@@ -44480,35 +44522,35 @@ function requireClientsdkClientcore () {
|
|
|
44480
44522
|
case 'NXMCORE_REASON_SERVER_DISCONNECTED':
|
|
44481
44523
|
var tmp1_safe_receiver_0 = this.p2h_1.m2h_1;
|
|
44482
44524
|
if (tmp1_safe_receiver_0 == null) ; else {
|
|
44483
|
-
tmp1_safe_receiver_0.
|
|
44525
|
+
tmp1_safe_receiver_0.t29(tmp1_safe_receiver, SocketConnectionFailedReason_ServerDisconnected_getInstance());
|
|
44484
44526
|
Unit_getInstance();
|
|
44485
44527
|
}
|
|
44486
44528
|
break;
|
|
44487
44529
|
case 'NXMCORE_REASON_CLIENT_DISCONNECTED':
|
|
44488
44530
|
var tmp2_safe_receiver = this.p2h_1.m2h_1;
|
|
44489
44531
|
if (tmp2_safe_receiver == null) ; else {
|
|
44490
|
-
tmp2_safe_receiver.
|
|
44532
|
+
tmp2_safe_receiver.t29(tmp1_safe_receiver, SocketConnectionFailedReason_ClientDisconnected_getInstance());
|
|
44491
44533
|
Unit_getInstance();
|
|
44492
44534
|
}
|
|
44493
44535
|
break;
|
|
44494
44536
|
case 'NXMCORE_CLIENT_NETWORK_ERROR':
|
|
44495
44537
|
var tmp3_safe_receiver = this.p2h_1.m2h_1;
|
|
44496
44538
|
if (tmp3_safe_receiver == null) ; else {
|
|
44497
|
-
tmp3_safe_receiver.
|
|
44539
|
+
tmp3_safe_receiver.t29(tmp1_safe_receiver, SocketConnectionFailedReason_ClientNetworkError_getInstance());
|
|
44498
44540
|
Unit_getInstance();
|
|
44499
44541
|
}
|
|
44500
44542
|
break;
|
|
44501
44543
|
case 'NXMCORE_REASON_PING_TIMEOUT':
|
|
44502
44544
|
var tmp4_safe_receiver = this.p2h_1.m2h_1;
|
|
44503
44545
|
if (tmp4_safe_receiver == null) ; else {
|
|
44504
|
-
tmp4_safe_receiver.
|
|
44546
|
+
tmp4_safe_receiver.t29(tmp1_safe_receiver, SocketConnectionFailedReason_PingTimeout_getInstance());
|
|
44505
44547
|
Unit_getInstance();
|
|
44506
44548
|
}
|
|
44507
44549
|
break;
|
|
44508
44550
|
default:
|
|
44509
44551
|
var tmp5_safe_receiver = this.p2h_1.m2h_1;
|
|
44510
44552
|
if (tmp5_safe_receiver == null) ; else {
|
|
44511
|
-
tmp5_safe_receiver.
|
|
44553
|
+
tmp5_safe_receiver.t29(tmp1_safe_receiver, null);
|
|
44512
44554
|
Unit_getInstance();
|
|
44513
44555
|
}
|
|
44514
44556
|
break;
|
|
@@ -44519,25 +44561,25 @@ function requireClientsdkClientcore () {
|
|
|
44519
44561
|
function MediaClientJSAdapter$adapter$1($js) {
|
|
44520
44562
|
this.q2h_1 = $js;
|
|
44521
44563
|
}
|
|
44522
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44564
|
+
MediaClientJSAdapter$adapter$1.prototype.w27 = function (closure) {
|
|
44523
44565
|
this.q2h_1.enableMediaOutbound(closure);
|
|
44524
44566
|
};
|
|
44525
44567
|
MediaClientJSAdapter$adapter$1.prototype.r2h = function (closure, offerSDP, rtcId) {
|
|
44526
44568
|
this.q2h_1.enableMediaInbound(closure, offerSDP, rtcId);
|
|
44527
44569
|
};
|
|
44528
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44570
|
+
MediaClientJSAdapter$adapter$1.prototype.x27 = function (closure, offerSDP, rtcId) {
|
|
44529
44571
|
return this.r2h(closure, offerSDP, rtcId);
|
|
44530
44572
|
};
|
|
44531
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44573
|
+
MediaClientJSAdapter$adapter$1.prototype.y27 = function (id, sdp) {
|
|
44532
44574
|
this.q2h_1.processAnswer(id, sdp);
|
|
44533
44575
|
};
|
|
44534
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44576
|
+
MediaClientJSAdapter$adapter$1.prototype.z27 = function (id) {
|
|
44535
44577
|
this.q2h_1.disableMedia(id);
|
|
44536
44578
|
};
|
|
44537
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44579
|
+
MediaClientJSAdapter$adapter$1.prototype.a28 = function (id) {
|
|
44538
44580
|
this.q2h_1.mute(id);
|
|
44539
44581
|
};
|
|
44540
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
44582
|
+
MediaClientJSAdapter$adapter$1.prototype.b28 = function (id) {
|
|
44541
44583
|
this.q2h_1.unmute(id);
|
|
44542
44584
|
};
|
|
44543
44585
|
MediaClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [MediaClient]);
|