@vonage/client-sdk 1.2.0-alpha.3 → 1.2.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.cjs +818 -883
- package/dist/client/index.mjs +818 -883
- package/dist/kotlin/ConversationEvents.d.ts +1 -15
- package/dist/kotlin/clientsdk-clientcore_js.d.ts +0 -9
- package/dist/vonageClientSDK.js +816 -881
- package/dist/vonageClientSDK.min.js +2 -2
- package/dist/vonageClientSDK.min.mjs +2 -2
- package/dist/vonageClientSDK.mjs +816 -881
- package/package.json +1 -1
package/dist/vonageClientSDK.mjs
CHANGED
|
@@ -46471,9 +46471,6 @@ function requireClientsdkClientcore () {
|
|
|
46471
46471
|
return true;
|
|
46472
46472
|
};
|
|
46473
46473
|
MemberLeftConversationEvent.$metadata$ = classMeta('MemberLeftConversationEvent', [MemberEvent]);
|
|
46474
|
-
function UnknownConversationEvent() {
|
|
46475
|
-
}
|
|
46476
|
-
UnknownConversationEvent.$metadata$ = classMeta('UnknownConversationEvent', [ConversationEvent]);
|
|
46477
46474
|
function System() {
|
|
46478
46475
|
System_instance = this;
|
|
46479
46476
|
}
|
|
@@ -58666,46 +58663,45 @@ function requireClientsdkClientcore () {
|
|
|
58666
58663
|
_.$_$.k = MemberLeftConversationEvent;
|
|
58667
58664
|
_.$_$.l = TemplateMessageEvent;
|
|
58668
58665
|
_.$_$.m = TextMessageEvent;
|
|
58669
|
-
_.$_$.n =
|
|
58670
|
-
_.$_$.o =
|
|
58671
|
-
_.$_$.p =
|
|
58672
|
-
_.$_$.q =
|
|
58673
|
-
_.$_$.r =
|
|
58674
|
-
_.$_$.s =
|
|
58675
|
-
_.$_$.t =
|
|
58676
|
-
_.$_$.u =
|
|
58677
|
-
_.$_$.v =
|
|
58678
|
-
_.$_$.w =
|
|
58679
|
-
_.$_$.x =
|
|
58680
|
-
_.$_$.y =
|
|
58681
|
-
_.$_$.z =
|
|
58682
|
-
_.$_$.a1 =
|
|
58683
|
-
_.$_$.b1 =
|
|
58684
|
-
_.$_$.c1 =
|
|
58685
|
-
_.$_$.d1 =
|
|
58686
|
-
_.$_$.e1 =
|
|
58687
|
-
_.$_$.f1 =
|
|
58688
|
-
_.$_$.g1 =
|
|
58689
|
-
_.$_$.h1 =
|
|
58690
|
-
_.$_$.i1 =
|
|
58691
|
-
_.$_$.j1 =
|
|
58692
|
-
_.$_$.k1 =
|
|
58693
|
-
_.$_$.l1 =
|
|
58694
|
-
_.$_$.m1 =
|
|
58695
|
-
_.$_$.n1 =
|
|
58696
|
-
_.$_$.o1 =
|
|
58697
|
-
_.$_$.p1 =
|
|
58698
|
-
_.$_$.q1 =
|
|
58699
|
-
_.$_$.r1 =
|
|
58700
|
-
_.$_$.s1 =
|
|
58701
|
-
_.$_$.t1 =
|
|
58702
|
-
_.$_$.u1 =
|
|
58703
|
-
_.$_$.v1 =
|
|
58704
|
-
_.$_$.w1 =
|
|
58705
|
-
_.$_$.x1 =
|
|
58706
|
-
_.$_$.y1 =
|
|
58707
|
-
_.$_$.z1 =
|
|
58708
|
-
_.$_$.a2 = Companion_getInstance_109;
|
|
58666
|
+
_.$_$.n = VCardMessageEvent;
|
|
58667
|
+
_.$_$.o = VideoMessageEvent;
|
|
58668
|
+
_.$_$.p = ChatClientListener;
|
|
58669
|
+
_.$_$.q = ILoggingLevel;
|
|
58670
|
+
_.$_$.r = SessionListener;
|
|
58671
|
+
_.$_$.s = VoiceClientListener;
|
|
58672
|
+
_.$_$.t = setDefaultLoggingLevel;
|
|
58673
|
+
_.$_$.u = HTTPClientError;
|
|
58674
|
+
_.$_$.v = HTTPClientResponse;
|
|
58675
|
+
_.$_$.w = HTTPClient;
|
|
58676
|
+
_.$_$.x = MediaClient;
|
|
58677
|
+
_.$_$.y = RTCStats_0;
|
|
58678
|
+
_.$_$.z = SocketClient;
|
|
58679
|
+
_.$_$.a1 = SetConfig;
|
|
58680
|
+
_.$_$.b1 = Builder;
|
|
58681
|
+
_.$_$.c1 = SocketConnectionFailedReason_ClientDisconnected_getInstance;
|
|
58682
|
+
_.$_$.d1 = SocketConnectionFailedReason_ClientNetworkError_getInstance;
|
|
58683
|
+
_.$_$.e1 = SocketConnectionFailedReason_PingTimeout_getInstance;
|
|
58684
|
+
_.$_$.f1 = SocketConnectionFailedReason_ServerDisconnected_getInstance;
|
|
58685
|
+
_.$_$.g1 = SocketConnectionStatus_Connected_getInstance;
|
|
58686
|
+
_.$_$.h1 = SocketConnectionStatus_Disconnected_getInstance;
|
|
58687
|
+
_.$_$.i1 = SocketConnectionStatus_Reconnecting_getInstance;
|
|
58688
|
+
_.$_$.j1 = PresentingOrder_ASC_getInstance;
|
|
58689
|
+
_.$_$.k1 = PresentingOrder_DESC_getInstance;
|
|
58690
|
+
_.$_$.l1 = ClientConfigRegion_AP_getInstance;
|
|
58691
|
+
_.$_$.m1 = ClientConfigRegion_EU_getInstance;
|
|
58692
|
+
_.$_$.n1 = ClientConfigRegion_US_getInstance;
|
|
58693
|
+
_.$_$.o1 = SessionErrorReason_PingTimeout_getInstance;
|
|
58694
|
+
_.$_$.p1 = SessionErrorReason_TokenExpired_getInstance;
|
|
58695
|
+
_.$_$.q1 = SessionErrorReason_TransportClosed_getInstance;
|
|
58696
|
+
_.$_$.r1 = MediaConnectionStatus_Closed_getInstance;
|
|
58697
|
+
_.$_$.s1 = MediaConnectionStatus_Connected_getInstance;
|
|
58698
|
+
_.$_$.t1 = MediaConnectionStatus_Connecting_getInstance;
|
|
58699
|
+
_.$_$.u1 = MediaConnectionStatus_Disconnected_getInstance;
|
|
58700
|
+
_.$_$.v1 = MediaConnectionStatus_Failed_getInstance;
|
|
58701
|
+
_.$_$.w1 = MediaConnectionStatus_New_getInstance;
|
|
58702
|
+
_.$_$.x1 = MediaConnectionStatus_Unknown_getInstance;
|
|
58703
|
+
_.$_$.y1 = System_getInstance;
|
|
58704
|
+
_.$_$.z1 = Companion_getInstance_109;
|
|
58709
58705
|
//endregion
|
|
58710
58706
|
return _;
|
|
58711
58707
|
}));
|
|
@@ -58722,27 +58718,26 @@ function requireClientsdkClientcore () {
|
|
|
58722
58718
|
//region block: imports
|
|
58723
58719
|
var imul = Math.imul;
|
|
58724
58720
|
var Unit_getInstance = kotlin_kotlin.$_$.t2;
|
|
58725
|
-
var SessionListener = kotlin_com_vonage_clientcore.$_$.
|
|
58721
|
+
var SessionListener = kotlin_com_vonage_clientcore.$_$.r;
|
|
58726
58722
|
var classMeta = kotlin_kotlin.$_$.o5;
|
|
58727
|
-
var VoiceClientListener = kotlin_com_vonage_clientcore.$_$.
|
|
58728
|
-
var ChatClientListener = kotlin_com_vonage_clientcore.$_$.
|
|
58729
|
-
var Builder = kotlin_com_vonage_clientcore.$_$.
|
|
58723
|
+
var VoiceClientListener = kotlin_com_vonage_clientcore.$_$.s;
|
|
58724
|
+
var ChatClientListener = kotlin_com_vonage_clientcore.$_$.p;
|
|
58725
|
+
var Builder = kotlin_com_vonage_clientcore.$_$.b1;
|
|
58730
58726
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.l3;
|
|
58731
58727
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
58732
58728
|
var copyToArray = kotlin_kotlin.$_$.x3;
|
|
58733
58729
|
var interfaceMeta = kotlin_kotlin.$_$.w5;
|
|
58734
58730
|
var objectMeta = kotlin_kotlin.$_$.r6;
|
|
58735
58731
|
var noWhenBranchMatchedException = kotlin_kotlin.$_$.x8;
|
|
58736
|
-
var System_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58732
|
+
var System_getInstance = kotlin_com_vonage_clientcore.$_$.y1;
|
|
58737
58733
|
var equals = kotlin_kotlin.$_$.p5;
|
|
58738
58734
|
var EmbeddedInfo = kotlin_com_vonage_clientcore.$_$.e;
|
|
58739
|
-
var UnknownConversationEvent = kotlin_com_vonage_clientcore.$_$.n;
|
|
58740
58735
|
var LocationMessageEvent = kotlin_com_vonage_clientcore.$_$.h;
|
|
58741
58736
|
var TemplateMessageEvent = kotlin_com_vonage_clientcore.$_$.l;
|
|
58742
|
-
var VCardMessageEvent = kotlin_com_vonage_clientcore.$_$.
|
|
58737
|
+
var VCardMessageEvent = kotlin_com_vonage_clientcore.$_$.n;
|
|
58743
58738
|
var FileMessageEvent = kotlin_com_vonage_clientcore.$_$.f;
|
|
58744
58739
|
var AudioMessageEvent = kotlin_com_vonage_clientcore.$_$.c;
|
|
58745
|
-
var VideoMessageEvent = kotlin_com_vonage_clientcore.$_$.
|
|
58740
|
+
var VideoMessageEvent = kotlin_com_vonage_clientcore.$_$.o;
|
|
58746
58741
|
var ImageMessageEvent = kotlin_com_vonage_clientcore.$_$.g;
|
|
58747
58742
|
var CustomMessageEvent = kotlin_com_vonage_clientcore.$_$.d;
|
|
58748
58743
|
var TextMessageEvent = kotlin_com_vonage_clientcore.$_$.m;
|
|
@@ -58751,51 +58746,51 @@ function requireClientsdkClientcore () {
|
|
|
58751
58746
|
var MemberInvitedConversationEvent = kotlin_com_vonage_clientcore.$_$.i;
|
|
58752
58747
|
var THROW_CCE = kotlin_kotlin.$_$.h8;
|
|
58753
58748
|
var THROW_ISE = kotlin_kotlin.$_$.i8;
|
|
58754
|
-
var PresentingOrder_ASC_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58755
|
-
var PresentingOrder_DESC_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58749
|
+
var PresentingOrder_ASC_getInstance = kotlin_com_vonage_clientcore.$_$.j1;
|
|
58750
|
+
var PresentingOrder_DESC_getInstance = kotlin_com_vonage_clientcore.$_$.k1;
|
|
58756
58751
|
var Enum = kotlin_kotlin.$_$.b8;
|
|
58757
58752
|
var extendThrowable = kotlin_kotlin.$_$.q5;
|
|
58758
58753
|
var captureStack = kotlin_kotlin.$_$.j5;
|
|
58759
58754
|
var VonageError = kotlin_com_vonage_clientcore.$_$.b;
|
|
58760
58755
|
var newThrowable = kotlin_kotlin.$_$.m6;
|
|
58761
58756
|
var joinToString$default = kotlin_kotlin.$_$.g;
|
|
58762
|
-
var ClientConfigRegion_AP_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58763
|
-
var ClientConfigRegion_EU_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58764
|
-
var ClientConfigRegion_US_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58765
|
-
var Companion_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58766
|
-
var ILoggingLevel = kotlin_com_vonage_clientcore.$_$.
|
|
58767
|
-
var SessionErrorReason_TokenExpired_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58768
|
-
var SessionErrorReason_TransportClosed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58769
|
-
var SessionErrorReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58770
|
-
var setDefaultLoggingLevel = kotlin_com_vonage_clientcore.$_$.
|
|
58771
|
-
var SetConfig = kotlin_com_vonage_clientcore.$_$.
|
|
58757
|
+
var ClientConfigRegion_AP_getInstance = kotlin_com_vonage_clientcore.$_$.l1;
|
|
58758
|
+
var ClientConfigRegion_EU_getInstance = kotlin_com_vonage_clientcore.$_$.m1;
|
|
58759
|
+
var ClientConfigRegion_US_getInstance = kotlin_com_vonage_clientcore.$_$.n1;
|
|
58760
|
+
var Companion_getInstance = kotlin_com_vonage_clientcore.$_$.z1;
|
|
58761
|
+
var ILoggingLevel = kotlin_com_vonage_clientcore.$_$.q;
|
|
58762
|
+
var SessionErrorReason_TokenExpired_getInstance = kotlin_com_vonage_clientcore.$_$.p1;
|
|
58763
|
+
var SessionErrorReason_TransportClosed_getInstance = kotlin_com_vonage_clientcore.$_$.q1;
|
|
58764
|
+
var SessionErrorReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.o1;
|
|
58765
|
+
var setDefaultLoggingLevel = kotlin_com_vonage_clientcore.$_$.t;
|
|
58766
|
+
var SetConfig = kotlin_com_vonage_clientcore.$_$.a1;
|
|
58772
58767
|
var emptyMap = kotlin_kotlin.$_$.z3;
|
|
58773
58768
|
var getStringHashCode = kotlin_kotlin.$_$.u5;
|
|
58774
58769
|
var Exception = kotlin_kotlin.$_$.c8;
|
|
58775
|
-
var HTTPClientError = kotlin_com_vonage_clientcore.$_$.
|
|
58770
|
+
var HTTPClientError = kotlin_com_vonage_clientcore.$_$.u;
|
|
58776
58771
|
var hashCode = kotlin_kotlin.$_$.v5;
|
|
58777
58772
|
var toString = kotlin_kotlin.$_$.a9;
|
|
58778
|
-
var HTTPClientResponse = kotlin_com_vonage_clientcore.$_$.
|
|
58779
|
-
var HTTPClient = kotlin_com_vonage_clientcore.$_$.
|
|
58773
|
+
var HTTPClientResponse = kotlin_com_vonage_clientcore.$_$.v;
|
|
58774
|
+
var HTTPClient = kotlin_com_vonage_clientcore.$_$.w;
|
|
58780
58775
|
var Exception_init_$Create$ = kotlin_kotlin.$_$.d1;
|
|
58781
|
-
var SocketClient = kotlin_com_vonage_clientcore.$_$.
|
|
58776
|
+
var SocketClient = kotlin_com_vonage_clientcore.$_$.z;
|
|
58782
58777
|
var UnknownSocketEvent = kotlin_com_vonage_clientcore.$_$.a;
|
|
58783
|
-
var SocketConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58784
|
-
var SocketConnectionStatus_Reconnecting_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58785
|
-
var SocketConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58786
|
-
var SocketConnectionFailedReason_ServerDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58787
|
-
var SocketConnectionFailedReason_ClientDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58788
|
-
var SocketConnectionFailedReason_ClientNetworkError_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58789
|
-
var SocketConnectionFailedReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58790
|
-
var MediaClient = kotlin_com_vonage_clientcore.$_$.
|
|
58791
|
-
var RTCStats = kotlin_com_vonage_clientcore.$_$.
|
|
58792
|
-
var MediaConnectionStatus_New_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58793
|
-
var MediaConnectionStatus_Connecting_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58794
|
-
var MediaConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58795
|
-
var MediaConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58796
|
-
var MediaConnectionStatus_Closed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58797
|
-
var MediaConnectionStatus_Failed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58798
|
-
var MediaConnectionStatus_Unknown_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58778
|
+
var SocketConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.g1;
|
|
58779
|
+
var SocketConnectionStatus_Reconnecting_getInstance = kotlin_com_vonage_clientcore.$_$.i1;
|
|
58780
|
+
var SocketConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.h1;
|
|
58781
|
+
var SocketConnectionFailedReason_ServerDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.f1;
|
|
58782
|
+
var SocketConnectionFailedReason_ClientDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.c1;
|
|
58783
|
+
var SocketConnectionFailedReason_ClientNetworkError_getInstance = kotlin_com_vonage_clientcore.$_$.d1;
|
|
58784
|
+
var SocketConnectionFailedReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.e1;
|
|
58785
|
+
var MediaClient = kotlin_com_vonage_clientcore.$_$.x;
|
|
58786
|
+
var RTCStats = kotlin_com_vonage_clientcore.$_$.y;
|
|
58787
|
+
var MediaConnectionStatus_New_getInstance = kotlin_com_vonage_clientcore.$_$.w1;
|
|
58788
|
+
var MediaConnectionStatus_Connecting_getInstance = kotlin_com_vonage_clientcore.$_$.t1;
|
|
58789
|
+
var MediaConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.s1;
|
|
58790
|
+
var MediaConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.u1;
|
|
58791
|
+
var MediaConnectionStatus_Closed_getInstance = kotlin_com_vonage_clientcore.$_$.r1;
|
|
58792
|
+
var MediaConnectionStatus_Failed_getInstance = kotlin_com_vonage_clientcore.$_$.v1;
|
|
58793
|
+
var MediaConnectionStatus_Unknown_getInstance = kotlin_com_vonage_clientcore.$_$.x1;
|
|
58799
58794
|
var to = kotlin_kotlin.$_$.b9;
|
|
58800
58795
|
var toMap = kotlin_kotlin.$_$.z4;
|
|
58801
58796
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.x;
|
|
@@ -58806,7 +58801,7 @@ function requireClientsdkClientcore () {
|
|
|
58806
58801
|
//endregion
|
|
58807
58802
|
//region block: pre-declaration
|
|
58808
58803
|
function setConfig(config) {
|
|
58809
|
-
this.core.a1c(new SetConfig(config.
|
|
58804
|
+
this.core.a1c(new SetConfig(config.y3i_1, config.z3i_1, config.x3i_1, config.b3j_1, config.w3i_1.b2j_1, config.w3i_1.c2j_1, config.w3i_1.d2j_1));
|
|
58810
58805
|
}
|
|
58811
58806
|
function createSession(token, sessionId) {
|
|
58812
58807
|
return new Promise(ICoreClientJS$createSession$lambda(this, token, sessionId));
|
|
@@ -59365,57 +59360,6 @@ function requireClientsdkClientcore () {
|
|
|
59365
59360
|
return this.j20();
|
|
59366
59361
|
}
|
|
59367
59362
|
});
|
|
59368
|
-
function UnknownEventJS(event) {
|
|
59369
|
-
this.x39_1 = event.c3a_1;
|
|
59370
|
-
this.y39_1 = event.d3a_1;
|
|
59371
|
-
this.z39_1 = event.e3a_1;
|
|
59372
|
-
this.a3a_1 = event.f3a_1;
|
|
59373
|
-
this.b3a_1 = map(event.g3a_1);
|
|
59374
|
-
}
|
|
59375
|
-
UnknownEventJS.prototype.o2u = function () {
|
|
59376
|
-
return this.x39_1;
|
|
59377
|
-
};
|
|
59378
|
-
UnknownEventJS.prototype.v1m = function () {
|
|
59379
|
-
return this.y39_1;
|
|
59380
|
-
};
|
|
59381
|
-
UnknownEventJS.prototype.k1q = function () {
|
|
59382
|
-
return this.z39_1;
|
|
59383
|
-
};
|
|
59384
|
-
UnknownEventJS.prototype.l2v = function () {
|
|
59385
|
-
return this.a3a_1;
|
|
59386
|
-
};
|
|
59387
|
-
UnknownEventJS.prototype.c1h = function () {
|
|
59388
|
-
return this.b3a_1;
|
|
59389
|
-
};
|
|
59390
|
-
UnknownEventJS.$metadata$ = classMeta('UnknownEventJS', [ConversationEventJS]);
|
|
59391
|
-
Object.defineProperty(UnknownEventJS.prototype, 'type', {
|
|
59392
|
-
configurable: true,
|
|
59393
|
-
get: UnknownEventJS.prototype.o2u
|
|
59394
|
-
});
|
|
59395
|
-
Object.defineProperty(UnknownEventJS.prototype, 'id', {
|
|
59396
|
-
configurable: true,
|
|
59397
|
-
get: function () {
|
|
59398
|
-
return this.v1m();
|
|
59399
|
-
}
|
|
59400
|
-
});
|
|
59401
|
-
Object.defineProperty(UnknownEventJS.prototype, 'timestamp', {
|
|
59402
|
-
configurable: true,
|
|
59403
|
-
get: function () {
|
|
59404
|
-
return this.k1q();
|
|
59405
|
-
}
|
|
59406
|
-
});
|
|
59407
|
-
Object.defineProperty(UnknownEventJS.prototype, 'conversationId', {
|
|
59408
|
-
configurable: true,
|
|
59409
|
-
get: function () {
|
|
59410
|
-
return this.l2v();
|
|
59411
|
-
}
|
|
59412
|
-
});
|
|
59413
|
-
Object.defineProperty(UnknownEventJS.prototype, 'from', {
|
|
59414
|
-
configurable: true,
|
|
59415
|
-
get: function () {
|
|
59416
|
-
return this.c1h();
|
|
59417
|
-
}
|
|
59418
|
-
});
|
|
59419
59363
|
function map(from) {
|
|
59420
59364
|
var tmp0_subject = from;
|
|
59421
59365
|
var tmp;
|
|
@@ -59469,11 +59413,7 @@ function requireClientsdkClientcore () {
|
|
|
59469
59413
|
if (tmp0_subject instanceof LocationMessageEvent) {
|
|
59470
59414
|
tmp = new LocationMessageEventJS(event);
|
|
59471
59415
|
} else {
|
|
59472
|
-
|
|
59473
|
-
tmp = new UnknownEventJS(event);
|
|
59474
|
-
} else {
|
|
59475
|
-
noWhenBranchMatchedException();
|
|
59476
|
-
}
|
|
59416
|
+
noWhenBranchMatchedException();
|
|
59477
59417
|
}
|
|
59478
59418
|
}
|
|
59479
59419
|
}
|
|
@@ -59492,37 +59432,37 @@ function requireClientsdkClientcore () {
|
|
|
59492
59432
|
}
|
|
59493
59433
|
MessageEventJS.$metadata$ = interfaceMeta('MessageEventJS', [ConversationEventJS]);
|
|
59494
59434
|
function Body(body) {
|
|
59495
|
-
this.
|
|
59435
|
+
this.x39_1 = body.l2p_1;
|
|
59496
59436
|
}
|
|
59497
|
-
Body.prototype.
|
|
59498
|
-
return this.
|
|
59437
|
+
Body.prototype.y39 = function () {
|
|
59438
|
+
return this.x39_1;
|
|
59499
59439
|
};
|
|
59500
59440
|
Body.$metadata$ = classMeta('Body');
|
|
59501
59441
|
Object.defineProperty(Body.prototype, 'text', {
|
|
59502
59442
|
configurable: true,
|
|
59503
|
-
get: Body.prototype.
|
|
59443
|
+
get: Body.prototype.y39
|
|
59504
59444
|
});
|
|
59505
59445
|
function TextMessageEventJS(event) {
|
|
59506
|
-
this.
|
|
59507
|
-
this.
|
|
59508
|
-
this.
|
|
59509
|
-
this.
|
|
59510
|
-
this.
|
|
59446
|
+
this.z39_1 = event.o2p_1;
|
|
59447
|
+
this.a3a_1 = event.m2p_1;
|
|
59448
|
+
this.b3a_1 = event.n2p_1;
|
|
59449
|
+
this.c3a_1 = map(event.p2p_1);
|
|
59450
|
+
this.d3a_1 = new Body(event.q2p_1);
|
|
59511
59451
|
}
|
|
59512
59452
|
TextMessageEventJS.prototype.v1m = function () {
|
|
59513
|
-
return this.
|
|
59453
|
+
return this.z39_1;
|
|
59514
59454
|
};
|
|
59515
59455
|
TextMessageEventJS.prototype.k1q = function () {
|
|
59516
|
-
return this.
|
|
59456
|
+
return this.a3a_1;
|
|
59517
59457
|
};
|
|
59518
59458
|
TextMessageEventJS.prototype.l2v = function () {
|
|
59519
|
-
return this.
|
|
59459
|
+
return this.b3a_1;
|
|
59520
59460
|
};
|
|
59521
59461
|
TextMessageEventJS.prototype.c1h = function () {
|
|
59522
|
-
return this.
|
|
59462
|
+
return this.c3a_1;
|
|
59523
59463
|
};
|
|
59524
59464
|
TextMessageEventJS.prototype.j20 = function () {
|
|
59525
|
-
return this.
|
|
59465
|
+
return this.d3a_1;
|
|
59526
59466
|
};
|
|
59527
59467
|
TextMessageEventJS.$metadata$ = classMeta('TextMessageEventJS', [MessageEventJS]);
|
|
59528
59468
|
Object.defineProperty(TextMessageEventJS.prototype, 'id', {
|
|
@@ -59554,37 +59494,37 @@ function requireClientsdkClientcore () {
|
|
|
59554
59494
|
get: TextMessageEventJS.prototype.j20
|
|
59555
59495
|
});
|
|
59556
59496
|
function Body_0(body) {
|
|
59557
|
-
this.
|
|
59497
|
+
this.e3a_1 = body.r2p_1;
|
|
59558
59498
|
}
|
|
59559
|
-
Body_0.prototype.
|
|
59560
|
-
return this.
|
|
59499
|
+
Body_0.prototype.f3a = function () {
|
|
59500
|
+
return this.e3a_1;
|
|
59561
59501
|
};
|
|
59562
59502
|
Body_0.$metadata$ = classMeta('Body');
|
|
59563
59503
|
Object.defineProperty(Body_0.prototype, 'customData', {
|
|
59564
59504
|
configurable: true,
|
|
59565
|
-
get: Body_0.prototype.
|
|
59505
|
+
get: Body_0.prototype.f3a
|
|
59566
59506
|
});
|
|
59567
59507
|
function CustomMessageEventJS(event) {
|
|
59568
|
-
this.
|
|
59569
|
-
this.
|
|
59570
|
-
this.
|
|
59571
|
-
this.
|
|
59572
|
-
this.
|
|
59508
|
+
this.g3a_1 = event.u2p_1;
|
|
59509
|
+
this.h3a_1 = event.s2p_1;
|
|
59510
|
+
this.i3a_1 = event.t2p_1;
|
|
59511
|
+
this.j3a_1 = map(event.v2p_1);
|
|
59512
|
+
this.k3a_1 = new Body_0(event.w2p_1);
|
|
59573
59513
|
}
|
|
59574
59514
|
CustomMessageEventJS.prototype.v1m = function () {
|
|
59575
|
-
return this.
|
|
59515
|
+
return this.g3a_1;
|
|
59576
59516
|
};
|
|
59577
59517
|
CustomMessageEventJS.prototype.k1q = function () {
|
|
59578
|
-
return this.
|
|
59518
|
+
return this.h3a_1;
|
|
59579
59519
|
};
|
|
59580
59520
|
CustomMessageEventJS.prototype.l2v = function () {
|
|
59581
|
-
return this.
|
|
59521
|
+
return this.i3a_1;
|
|
59582
59522
|
};
|
|
59583
59523
|
CustomMessageEventJS.prototype.c1h = function () {
|
|
59584
|
-
return this.
|
|
59524
|
+
return this.j3a_1;
|
|
59585
59525
|
};
|
|
59586
59526
|
CustomMessageEventJS.prototype.j20 = function () {
|
|
59587
|
-
return this.
|
|
59527
|
+
return this.k3a_1;
|
|
59588
59528
|
};
|
|
59589
59529
|
CustomMessageEventJS.$metadata$ = classMeta('CustomMessageEventJS', [MessageEventJS]);
|
|
59590
59530
|
Object.defineProperty(CustomMessageEventJS.prototype, 'id', {
|
|
@@ -59616,37 +59556,37 @@ function requireClientsdkClientcore () {
|
|
|
59616
59556
|
get: CustomMessageEventJS.prototype.j20
|
|
59617
59557
|
});
|
|
59618
59558
|
function Body_1(body) {
|
|
59619
|
-
this.
|
|
59559
|
+
this.l3a_1 = body.j2q_1;
|
|
59620
59560
|
}
|
|
59621
|
-
Body_1.prototype.
|
|
59622
|
-
return this.
|
|
59561
|
+
Body_1.prototype.m3a = function () {
|
|
59562
|
+
return this.l3a_1;
|
|
59623
59563
|
};
|
|
59624
59564
|
Body_1.$metadata$ = classMeta('Body');
|
|
59625
59565
|
Object.defineProperty(Body_1.prototype, 'audioUrl', {
|
|
59626
59566
|
configurable: true,
|
|
59627
|
-
get: Body_1.prototype.
|
|
59567
|
+
get: Body_1.prototype.m3a
|
|
59628
59568
|
});
|
|
59629
59569
|
function AudioMessageEventJS(event) {
|
|
59630
|
-
this.
|
|
59631
|
-
this.
|
|
59632
|
-
this.
|
|
59633
|
-
this.
|
|
59634
|
-
this.
|
|
59570
|
+
this.n3a_1 = event.m2q_1;
|
|
59571
|
+
this.o3a_1 = event.k2q_1;
|
|
59572
|
+
this.p3a_1 = event.l2q_1;
|
|
59573
|
+
this.q3a_1 = map(event.n2q_1);
|
|
59574
|
+
this.r3a_1 = new Body_1(event.o2q_1);
|
|
59635
59575
|
}
|
|
59636
59576
|
AudioMessageEventJS.prototype.v1m = function () {
|
|
59637
|
-
return this.
|
|
59577
|
+
return this.n3a_1;
|
|
59638
59578
|
};
|
|
59639
59579
|
AudioMessageEventJS.prototype.k1q = function () {
|
|
59640
|
-
return this.
|
|
59580
|
+
return this.o3a_1;
|
|
59641
59581
|
};
|
|
59642
59582
|
AudioMessageEventJS.prototype.l2v = function () {
|
|
59643
|
-
return this.
|
|
59583
|
+
return this.p3a_1;
|
|
59644
59584
|
};
|
|
59645
59585
|
AudioMessageEventJS.prototype.c1h = function () {
|
|
59646
|
-
return this.
|
|
59586
|
+
return this.q3a_1;
|
|
59647
59587
|
};
|
|
59648
59588
|
AudioMessageEventJS.prototype.j20 = function () {
|
|
59649
|
-
return this.
|
|
59589
|
+
return this.r3a_1;
|
|
59650
59590
|
};
|
|
59651
59591
|
AudioMessageEventJS.$metadata$ = classMeta('AudioMessageEventJS', [MessageEventJS]);
|
|
59652
59592
|
Object.defineProperty(AudioMessageEventJS.prototype, 'id', {
|
|
@@ -59678,37 +59618,37 @@ function requireClientsdkClientcore () {
|
|
|
59678
59618
|
get: AudioMessageEventJS.prototype.j20
|
|
59679
59619
|
});
|
|
59680
59620
|
function Body_2(body) {
|
|
59681
|
-
this.
|
|
59621
|
+
this.s3a_1 = body.d2q_1;
|
|
59682
59622
|
}
|
|
59683
|
-
Body_2.prototype.
|
|
59684
|
-
return this.
|
|
59623
|
+
Body_2.prototype.t3a = function () {
|
|
59624
|
+
return this.s3a_1;
|
|
59685
59625
|
};
|
|
59686
59626
|
Body_2.$metadata$ = classMeta('Body');
|
|
59687
59627
|
Object.defineProperty(Body_2.prototype, 'videoUrl', {
|
|
59688
59628
|
configurable: true,
|
|
59689
|
-
get: Body_2.prototype.
|
|
59629
|
+
get: Body_2.prototype.t3a
|
|
59690
59630
|
});
|
|
59691
59631
|
function VideoMessageEventJS(event) {
|
|
59692
|
-
this.
|
|
59693
|
-
this.
|
|
59694
|
-
this.
|
|
59695
|
-
this.
|
|
59696
|
-
this.
|
|
59632
|
+
this.u3a_1 = event.g2q_1;
|
|
59633
|
+
this.v3a_1 = event.e2q_1;
|
|
59634
|
+
this.w3a_1 = event.f2q_1;
|
|
59635
|
+
this.x3a_1 = map(event.h2q_1);
|
|
59636
|
+
this.y3a_1 = new Body_2(event.i2q_1);
|
|
59697
59637
|
}
|
|
59698
59638
|
VideoMessageEventJS.prototype.v1m = function () {
|
|
59699
|
-
return this.
|
|
59639
|
+
return this.u3a_1;
|
|
59700
59640
|
};
|
|
59701
59641
|
VideoMessageEventJS.prototype.k1q = function () {
|
|
59702
|
-
return this.
|
|
59642
|
+
return this.v3a_1;
|
|
59703
59643
|
};
|
|
59704
59644
|
VideoMessageEventJS.prototype.l2v = function () {
|
|
59705
|
-
return this.
|
|
59645
|
+
return this.w3a_1;
|
|
59706
59646
|
};
|
|
59707
59647
|
VideoMessageEventJS.prototype.c1h = function () {
|
|
59708
|
-
return this.
|
|
59648
|
+
return this.x3a_1;
|
|
59709
59649
|
};
|
|
59710
59650
|
VideoMessageEventJS.prototype.j20 = function () {
|
|
59711
|
-
return this.
|
|
59651
|
+
return this.y3a_1;
|
|
59712
59652
|
};
|
|
59713
59653
|
VideoMessageEventJS.$metadata$ = classMeta('VideoMessageEventJS', [MessageEventJS]);
|
|
59714
59654
|
Object.defineProperty(VideoMessageEventJS.prototype, 'id', {
|
|
@@ -59740,37 +59680,37 @@ function requireClientsdkClientcore () {
|
|
|
59740
59680
|
get: VideoMessageEventJS.prototype.j20
|
|
59741
59681
|
});
|
|
59742
59682
|
function Body_3(body) {
|
|
59743
|
-
this.
|
|
59683
|
+
this.z3a_1 = body.x2p_1;
|
|
59744
59684
|
}
|
|
59745
|
-
Body_3.prototype.
|
|
59746
|
-
return this.
|
|
59685
|
+
Body_3.prototype.a3b = function () {
|
|
59686
|
+
return this.z3a_1;
|
|
59747
59687
|
};
|
|
59748
59688
|
Body_3.$metadata$ = classMeta('Body');
|
|
59749
59689
|
Object.defineProperty(Body_3.prototype, 'imageUrl', {
|
|
59750
59690
|
configurable: true,
|
|
59751
|
-
get: Body_3.prototype.
|
|
59691
|
+
get: Body_3.prototype.a3b
|
|
59752
59692
|
});
|
|
59753
59693
|
function ImageMessageEventJS(event) {
|
|
59754
|
-
this.
|
|
59755
|
-
this.
|
|
59756
|
-
this.
|
|
59757
|
-
this.
|
|
59758
|
-
this.
|
|
59694
|
+
this.b3b_1 = event.a2q_1;
|
|
59695
|
+
this.c3b_1 = event.y2p_1;
|
|
59696
|
+
this.d3b_1 = event.z2p_1;
|
|
59697
|
+
this.e3b_1 = map(event.b2q_1);
|
|
59698
|
+
this.f3b_1 = new Body_3(event.c2q_1);
|
|
59759
59699
|
}
|
|
59760
59700
|
ImageMessageEventJS.prototype.v1m = function () {
|
|
59761
|
-
return this.
|
|
59701
|
+
return this.b3b_1;
|
|
59762
59702
|
};
|
|
59763
59703
|
ImageMessageEventJS.prototype.k1q = function () {
|
|
59764
|
-
return this.
|
|
59704
|
+
return this.c3b_1;
|
|
59765
59705
|
};
|
|
59766
59706
|
ImageMessageEventJS.prototype.l2v = function () {
|
|
59767
|
-
return this.
|
|
59707
|
+
return this.d3b_1;
|
|
59768
59708
|
};
|
|
59769
59709
|
ImageMessageEventJS.prototype.c1h = function () {
|
|
59770
|
-
return this.
|
|
59710
|
+
return this.e3b_1;
|
|
59771
59711
|
};
|
|
59772
59712
|
ImageMessageEventJS.prototype.j20 = function () {
|
|
59773
|
-
return this.
|
|
59713
|
+
return this.f3b_1;
|
|
59774
59714
|
};
|
|
59775
59715
|
ImageMessageEventJS.$metadata$ = classMeta('ImageMessageEventJS', [MessageEventJS]);
|
|
59776
59716
|
Object.defineProperty(ImageMessageEventJS.prototype, 'id', {
|
|
@@ -59802,37 +59742,37 @@ function requireClientsdkClientcore () {
|
|
|
59802
59742
|
get: ImageMessageEventJS.prototype.j20
|
|
59803
59743
|
});
|
|
59804
59744
|
function Body_4(body) {
|
|
59805
|
-
this.
|
|
59745
|
+
this.g3b_1 = body.p2q_1;
|
|
59806
59746
|
}
|
|
59807
|
-
Body_4.prototype.
|
|
59808
|
-
return this.
|
|
59747
|
+
Body_4.prototype.h3b = function () {
|
|
59748
|
+
return this.g3b_1;
|
|
59809
59749
|
};
|
|
59810
59750
|
Body_4.$metadata$ = classMeta('Body');
|
|
59811
59751
|
Object.defineProperty(Body_4.prototype, 'fileUrl', {
|
|
59812
59752
|
configurable: true,
|
|
59813
|
-
get: Body_4.prototype.
|
|
59753
|
+
get: Body_4.prototype.h3b
|
|
59814
59754
|
});
|
|
59815
59755
|
function FileMessageEventJS(event) {
|
|
59816
|
-
this.
|
|
59817
|
-
this.
|
|
59818
|
-
this.
|
|
59819
|
-
this.
|
|
59820
|
-
this.
|
|
59756
|
+
this.i3b_1 = event.s2q_1;
|
|
59757
|
+
this.j3b_1 = event.q2q_1;
|
|
59758
|
+
this.k3b_1 = event.r2q_1;
|
|
59759
|
+
this.l3b_1 = map(event.t2q_1);
|
|
59760
|
+
this.m3b_1 = new Body_4(event.u2q_1);
|
|
59821
59761
|
}
|
|
59822
59762
|
FileMessageEventJS.prototype.v1m = function () {
|
|
59823
|
-
return this.
|
|
59763
|
+
return this.i3b_1;
|
|
59824
59764
|
};
|
|
59825
59765
|
FileMessageEventJS.prototype.k1q = function () {
|
|
59826
|
-
return this.
|
|
59766
|
+
return this.j3b_1;
|
|
59827
59767
|
};
|
|
59828
59768
|
FileMessageEventJS.prototype.l2v = function () {
|
|
59829
|
-
return this.
|
|
59769
|
+
return this.k3b_1;
|
|
59830
59770
|
};
|
|
59831
59771
|
FileMessageEventJS.prototype.c1h = function () {
|
|
59832
|
-
return this.
|
|
59772
|
+
return this.l3b_1;
|
|
59833
59773
|
};
|
|
59834
59774
|
FileMessageEventJS.prototype.j20 = function () {
|
|
59835
|
-
return this.
|
|
59775
|
+
return this.m3b_1;
|
|
59836
59776
|
};
|
|
59837
59777
|
FileMessageEventJS.$metadata$ = classMeta('FileMessageEventJS', [MessageEventJS]);
|
|
59838
59778
|
Object.defineProperty(FileMessageEventJS.prototype, 'id', {
|
|
@@ -59864,37 +59804,37 @@ function requireClientsdkClientcore () {
|
|
|
59864
59804
|
get: FileMessageEventJS.prototype.j20
|
|
59865
59805
|
});
|
|
59866
59806
|
function Body_5(body) {
|
|
59867
|
-
this.
|
|
59807
|
+
this.n3b_1 = body.v2q_1;
|
|
59868
59808
|
}
|
|
59869
|
-
Body_5.prototype.
|
|
59870
|
-
return this.
|
|
59809
|
+
Body_5.prototype.o3b = function () {
|
|
59810
|
+
return this.n3b_1;
|
|
59871
59811
|
};
|
|
59872
59812
|
Body_5.$metadata$ = classMeta('Body');
|
|
59873
59813
|
Object.defineProperty(Body_5.prototype, 'vcardUrl', {
|
|
59874
59814
|
configurable: true,
|
|
59875
|
-
get: Body_5.prototype.
|
|
59815
|
+
get: Body_5.prototype.o3b
|
|
59876
59816
|
});
|
|
59877
59817
|
function VCardMessageEventJS(event) {
|
|
59878
|
-
this.
|
|
59879
|
-
this.
|
|
59880
|
-
this.
|
|
59881
|
-
this.
|
|
59882
|
-
this.
|
|
59818
|
+
this.p3b_1 = event.y2q_1;
|
|
59819
|
+
this.q3b_1 = event.w2q_1;
|
|
59820
|
+
this.r3b_1 = event.x2q_1;
|
|
59821
|
+
this.s3b_1 = map(event.z2q_1);
|
|
59822
|
+
this.t3b_1 = new Body_5(event.a2r_1);
|
|
59883
59823
|
}
|
|
59884
59824
|
VCardMessageEventJS.prototype.v1m = function () {
|
|
59885
|
-
return this.
|
|
59825
|
+
return this.p3b_1;
|
|
59886
59826
|
};
|
|
59887
59827
|
VCardMessageEventJS.prototype.k1q = function () {
|
|
59888
|
-
return this.
|
|
59828
|
+
return this.q3b_1;
|
|
59889
59829
|
};
|
|
59890
59830
|
VCardMessageEventJS.prototype.l2v = function () {
|
|
59891
|
-
return this.
|
|
59831
|
+
return this.r3b_1;
|
|
59892
59832
|
};
|
|
59893
59833
|
VCardMessageEventJS.prototype.c1h = function () {
|
|
59894
|
-
return this.
|
|
59834
|
+
return this.s3b_1;
|
|
59895
59835
|
};
|
|
59896
59836
|
VCardMessageEventJS.prototype.j20 = function () {
|
|
59897
|
-
return this.
|
|
59837
|
+
return this.t3b_1;
|
|
59898
59838
|
};
|
|
59899
59839
|
VCardMessageEventJS.$metadata$ = classMeta('VCardMessageEventJS', [MessageEventJS]);
|
|
59900
59840
|
Object.defineProperty(VCardMessageEventJS.prototype, 'id', {
|
|
@@ -59926,42 +59866,42 @@ function requireClientsdkClientcore () {
|
|
|
59926
59866
|
get: VCardMessageEventJS.prototype.j20
|
|
59927
59867
|
});
|
|
59928
59868
|
function Body_6(body) {
|
|
59929
|
-
this.
|
|
59869
|
+
this.u3b_1 = new Location(body.j2r_1);
|
|
59930
59870
|
}
|
|
59931
|
-
Body_6.prototype.
|
|
59932
|
-
return this.
|
|
59871
|
+
Body_6.prototype.v3b = function () {
|
|
59872
|
+
return this.u3b_1;
|
|
59933
59873
|
};
|
|
59934
59874
|
Body_6.$metadata$ = classMeta('Body');
|
|
59935
59875
|
Object.defineProperty(Body_6.prototype, 'location', {
|
|
59936
59876
|
configurable: true,
|
|
59937
|
-
get: Body_6.prototype.
|
|
59877
|
+
get: Body_6.prototype.v3b
|
|
59938
59878
|
});
|
|
59939
59879
|
function Location(location) {
|
|
59940
|
-
this.
|
|
59941
|
-
this.
|
|
59942
|
-
this.
|
|
59943
|
-
this.
|
|
59880
|
+
this.w3b_1 = location.k2r_1;
|
|
59881
|
+
this.x3b_1 = location.l2r_1;
|
|
59882
|
+
this.y3b_1 = location.m2r_1;
|
|
59883
|
+
this.z3b_1 = location.n2r_1;
|
|
59944
59884
|
}
|
|
59945
|
-
Location.prototype.
|
|
59946
|
-
return this.
|
|
59885
|
+
Location.prototype.a3c = function () {
|
|
59886
|
+
return this.w3b_1;
|
|
59947
59887
|
};
|
|
59948
|
-
Location.prototype.
|
|
59949
|
-
return this.
|
|
59888
|
+
Location.prototype.b3c = function () {
|
|
59889
|
+
return this.x3b_1;
|
|
59950
59890
|
};
|
|
59951
59891
|
Location.prototype.f4 = function () {
|
|
59952
|
-
return this.
|
|
59892
|
+
return this.y3b_1;
|
|
59953
59893
|
};
|
|
59954
|
-
Location.prototype.
|
|
59955
|
-
return this.
|
|
59894
|
+
Location.prototype.c3c = function () {
|
|
59895
|
+
return this.z3b_1;
|
|
59956
59896
|
};
|
|
59957
59897
|
Location.$metadata$ = classMeta('Location');
|
|
59958
59898
|
Object.defineProperty(Location.prototype, 'longitude', {
|
|
59959
59899
|
configurable: true,
|
|
59960
|
-
get: Location.prototype.
|
|
59900
|
+
get: Location.prototype.a3c
|
|
59961
59901
|
});
|
|
59962
59902
|
Object.defineProperty(Location.prototype, 'latitude', {
|
|
59963
59903
|
configurable: true,
|
|
59964
|
-
get: Location.prototype.
|
|
59904
|
+
get: Location.prototype.b3c
|
|
59965
59905
|
});
|
|
59966
59906
|
Object.defineProperty(Location.prototype, 'name', {
|
|
59967
59907
|
configurable: true,
|
|
@@ -59969,29 +59909,29 @@ function requireClientsdkClientcore () {
|
|
|
59969
59909
|
});
|
|
59970
59910
|
Object.defineProperty(Location.prototype, 'address', {
|
|
59971
59911
|
configurable: true,
|
|
59972
|
-
get: Location.prototype.
|
|
59912
|
+
get: Location.prototype.c3c
|
|
59973
59913
|
});
|
|
59974
59914
|
function LocationMessageEventJS(event) {
|
|
59975
|
-
this.
|
|
59976
|
-
this.
|
|
59977
|
-
this.
|
|
59978
|
-
this.
|
|
59979
|
-
this.
|
|
59915
|
+
this.d3c_1 = event.q2r_1;
|
|
59916
|
+
this.e3c_1 = event.o2r_1;
|
|
59917
|
+
this.f3c_1 = event.p2r_1;
|
|
59918
|
+
this.g3c_1 = map(event.r2r_1);
|
|
59919
|
+
this.h3c_1 = new Body_6(event.s2r_1);
|
|
59980
59920
|
}
|
|
59981
59921
|
LocationMessageEventJS.prototype.v1m = function () {
|
|
59982
|
-
return this.
|
|
59922
|
+
return this.d3c_1;
|
|
59983
59923
|
};
|
|
59984
59924
|
LocationMessageEventJS.prototype.k1q = function () {
|
|
59985
|
-
return this.
|
|
59925
|
+
return this.e3c_1;
|
|
59986
59926
|
};
|
|
59987
59927
|
LocationMessageEventJS.prototype.l2v = function () {
|
|
59988
|
-
return this.
|
|
59928
|
+
return this.f3c_1;
|
|
59989
59929
|
};
|
|
59990
59930
|
LocationMessageEventJS.prototype.c1h = function () {
|
|
59991
|
-
return this.
|
|
59931
|
+
return this.g3c_1;
|
|
59992
59932
|
};
|
|
59993
59933
|
LocationMessageEventJS.prototype.j20 = function () {
|
|
59994
|
-
return this.
|
|
59934
|
+
return this.h3c_1;
|
|
59995
59935
|
};
|
|
59996
59936
|
LocationMessageEventJS.$metadata$ = classMeta('LocationMessageEventJS', [MessageEventJS]);
|
|
59997
59937
|
Object.defineProperty(LocationMessageEventJS.prototype, 'id', {
|
|
@@ -60023,34 +59963,34 @@ function requireClientsdkClientcore () {
|
|
|
60023
59963
|
get: LocationMessageEventJS.prototype.j20
|
|
60024
59964
|
});
|
|
60025
59965
|
function Body_7(body) {
|
|
60026
|
-
this.
|
|
60027
|
-
this.
|
|
59966
|
+
this.i3c_1 = body;
|
|
59967
|
+
this.j3c_1 = new TemplateObject(this.i3c_1.b2r_1);
|
|
60028
59968
|
}
|
|
60029
59969
|
Body_7.prototype.j20 = function () {
|
|
60030
|
-
return this.
|
|
59970
|
+
return this.i3c_1;
|
|
60031
59971
|
};
|
|
60032
|
-
Body_7.prototype.
|
|
60033
|
-
return this.
|
|
59972
|
+
Body_7.prototype.k3c = function () {
|
|
59973
|
+
return this.j3c_1;
|
|
60034
59974
|
};
|
|
60035
59975
|
Body_7.prototype.component1 = function () {
|
|
60036
|
-
return this.
|
|
59976
|
+
return this.i3c_1;
|
|
60037
59977
|
};
|
|
60038
59978
|
Body_7.prototype.copy = function (body) {
|
|
60039
|
-
return this.
|
|
59979
|
+
return this.l3c(body === void 1 ? this.i3c_1 : body);
|
|
60040
59980
|
};
|
|
60041
|
-
Body_7.prototype.
|
|
59981
|
+
Body_7.prototype.l3c = function (body) {
|
|
60042
59982
|
return new Body_7(body);
|
|
60043
59983
|
};
|
|
60044
|
-
Body_7.prototype.
|
|
59984
|
+
Body_7.prototype.m3c = function (body, $mask0, $handler) {
|
|
60045
59985
|
if (!(($mask0 & 1) === 0))
|
|
60046
|
-
body = this.
|
|
60047
|
-
return this.
|
|
59986
|
+
body = this.i3c_1;
|
|
59987
|
+
return this.l3c(body);
|
|
60048
59988
|
};
|
|
60049
59989
|
Body_7.prototype.toString = function () {
|
|
60050
|
-
return 'Body(body=' + this.
|
|
59990
|
+
return 'Body(body=' + this.i3c_1 + ')';
|
|
60051
59991
|
};
|
|
60052
59992
|
Body_7.prototype.hashCode = function () {
|
|
60053
|
-
return this.
|
|
59993
|
+
return this.i3c_1.hashCode();
|
|
60054
59994
|
};
|
|
60055
59995
|
Body_7.prototype.equals = function (other) {
|
|
60056
59996
|
if (this === other)
|
|
@@ -60058,7 +59998,7 @@ function requireClientsdkClientcore () {
|
|
|
60058
59998
|
if (!(other instanceof Body_7))
|
|
60059
59999
|
return false;
|
|
60060
60000
|
var tmp0_other_with_cast = other instanceof Body_7 ? other : THROW_CCE();
|
|
60061
|
-
if (!this.
|
|
60001
|
+
if (!this.i3c_1.equals(tmp0_other_with_cast.i3c_1))
|
|
60062
60002
|
return false;
|
|
60063
60003
|
return true;
|
|
60064
60004
|
};
|
|
@@ -60069,10 +60009,10 @@ function requireClientsdkClientcore () {
|
|
|
60069
60009
|
});
|
|
60070
60010
|
Object.defineProperty(Body_7.prototype, 'template', {
|
|
60071
60011
|
configurable: true,
|
|
60072
|
-
get: Body_7.prototype.
|
|
60012
|
+
get: Body_7.prototype.k3c
|
|
60073
60013
|
});
|
|
60074
60014
|
function TemplateObject(template) {
|
|
60075
|
-
this.
|
|
60015
|
+
this.n3c_1 = template.c2r_1;
|
|
60076
60016
|
var tmp = this;
|
|
60077
60017
|
var tmp0_safe_receiver = template.d2r_1;
|
|
60078
60018
|
var tmp_0;
|
|
@@ -60084,13 +60024,13 @@ function requireClientsdkClientcore () {
|
|
|
60084
60024
|
tmp$ret$0 = copyToArray(tmp0_safe_receiver);
|
|
60085
60025
|
tmp_0 = tmp$ret$0;
|
|
60086
60026
|
}
|
|
60087
|
-
tmp.
|
|
60027
|
+
tmp.o3c_1 = tmp_0;
|
|
60088
60028
|
}
|
|
60089
60029
|
TemplateObject.prototype.f4 = function () {
|
|
60090
|
-
return this.
|
|
60030
|
+
return this.n3c_1;
|
|
60091
60031
|
};
|
|
60092
|
-
TemplateObject.prototype.
|
|
60093
|
-
return this.
|
|
60032
|
+
TemplateObject.prototype.p3c = function () {
|
|
60033
|
+
return this.o3c_1;
|
|
60094
60034
|
};
|
|
60095
60035
|
TemplateObject.$metadata$ = classMeta('TemplateObject');
|
|
60096
60036
|
Object.defineProperty(TemplateObject.prototype, 'name', {
|
|
@@ -60099,29 +60039,29 @@ function requireClientsdkClientcore () {
|
|
|
60099
60039
|
});
|
|
60100
60040
|
Object.defineProperty(TemplateObject.prototype, 'parameters', {
|
|
60101
60041
|
configurable: true,
|
|
60102
|
-
get: TemplateObject.prototype.
|
|
60042
|
+
get: TemplateObject.prototype.p3c
|
|
60103
60043
|
});
|
|
60104
60044
|
function TemplateMessageEventJS(event) {
|
|
60105
|
-
this.
|
|
60106
|
-
this.
|
|
60107
|
-
this.
|
|
60108
|
-
this.
|
|
60109
|
-
this.
|
|
60045
|
+
this.q3c_1 = event.g2r_1;
|
|
60046
|
+
this.r3c_1 = event.e2r_1;
|
|
60047
|
+
this.s3c_1 = event.f2r_1;
|
|
60048
|
+
this.t3c_1 = map(event.h2r_1);
|
|
60049
|
+
this.u3c_1 = new Body_7(event.i2r_1);
|
|
60110
60050
|
}
|
|
60111
60051
|
TemplateMessageEventJS.prototype.v1m = function () {
|
|
60112
|
-
return this.
|
|
60052
|
+
return this.q3c_1;
|
|
60113
60053
|
};
|
|
60114
60054
|
TemplateMessageEventJS.prototype.k1q = function () {
|
|
60115
|
-
return this.
|
|
60055
|
+
return this.r3c_1;
|
|
60116
60056
|
};
|
|
60117
60057
|
TemplateMessageEventJS.prototype.l2v = function () {
|
|
60118
|
-
return this.
|
|
60058
|
+
return this.s3c_1;
|
|
60119
60059
|
};
|
|
60120
60060
|
TemplateMessageEventJS.prototype.c1h = function () {
|
|
60121
|
-
return this.
|
|
60061
|
+
return this.t3c_1;
|
|
60122
60062
|
};
|
|
60123
60063
|
TemplateMessageEventJS.prototype.j20 = function () {
|
|
60124
|
-
return this.
|
|
60064
|
+
return this.u3c_1;
|
|
60125
60065
|
};
|
|
60126
60066
|
TemplateMessageEventJS.$metadata$ = classMeta('TemplateMessageEventJS', [MessageEventJS]);
|
|
60127
60067
|
Object.defineProperty(TemplateMessageEventJS.prototype, 'id', {
|
|
@@ -60179,15 +60119,15 @@ function requireClientsdkClientcore () {
|
|
|
60179
60119
|
}
|
|
60180
60120
|
function PresentingOrderJS(name, ordinal, corePresentingOrder) {
|
|
60181
60121
|
Enum.call(this, name, ordinal);
|
|
60182
|
-
this.
|
|
60122
|
+
this.x3c_1 = corePresentingOrder;
|
|
60183
60123
|
}
|
|
60184
|
-
PresentingOrderJS.prototype.
|
|
60185
|
-
return this.
|
|
60124
|
+
PresentingOrderJS.prototype.y3c = function () {
|
|
60125
|
+
return this.x3c_1;
|
|
60186
60126
|
};
|
|
60187
60127
|
PresentingOrderJS.$metadata$ = classMeta('PresentingOrderJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
60188
60128
|
Object.defineProperty(PresentingOrderJS.prototype, 'corePresentingOrder', {
|
|
60189
60129
|
configurable: true,
|
|
60190
|
-
get: PresentingOrderJS.prototype.
|
|
60130
|
+
get: PresentingOrderJS.prototype.y3c
|
|
60191
60131
|
});
|
|
60192
60132
|
Object.defineProperty(PresentingOrderJS.prototype, 'name', {
|
|
60193
60133
|
configurable: true,
|
|
@@ -60198,10 +60138,10 @@ function requireClientsdkClientcore () {
|
|
|
60198
60138
|
get: PresentingOrderJS.prototype.we
|
|
60199
60139
|
});
|
|
60200
60140
|
function ConversationJS(conversation) {
|
|
60201
|
-
this.
|
|
60202
|
-
this.
|
|
60203
|
-
this.
|
|
60204
|
-
this.
|
|
60141
|
+
this.z3c_1 = conversation.c2n_1;
|
|
60142
|
+
this.a3d_1 = conversation.d2n_1;
|
|
60143
|
+
this.b3d_1 = new ConversationTimestampJS(conversation.e2n_1);
|
|
60144
|
+
this.c3d_1 = conversation.f2n_1;
|
|
60205
60145
|
var tmp = this;
|
|
60206
60146
|
var tmp0_safe_receiver = conversation.g2n_1;
|
|
60207
60147
|
var tmp_0;
|
|
@@ -60217,9 +60157,9 @@ function requireClientsdkClientcore () {
|
|
|
60217
60157
|
tmp$ret$1 = tmp$ret$0;
|
|
60218
60158
|
tmp_0 = tmp$ret$1;
|
|
60219
60159
|
}
|
|
60220
|
-
tmp.
|
|
60221
|
-
this.
|
|
60222
|
-
this.
|
|
60160
|
+
tmp.d3d_1 = tmp_0;
|
|
60161
|
+
this.e3d_1 = conversation.h2n_1;
|
|
60162
|
+
this.f3d_1 = conversation.i2n_1;
|
|
60223
60163
|
var tmp_1 = this;
|
|
60224
60164
|
var tmp0_safe_receiver_0 = conversation.j2n_1;
|
|
60225
60165
|
var tmp_2;
|
|
@@ -60235,35 +60175,35 @@ function requireClientsdkClientcore () {
|
|
|
60235
60175
|
tmp$ret$3 = tmp$ret$2;
|
|
60236
60176
|
tmp_2 = tmp$ret$3;
|
|
60237
60177
|
}
|
|
60238
|
-
tmp_1.
|
|
60239
|
-
this.
|
|
60178
|
+
tmp_1.g3d_1 = tmp_2;
|
|
60179
|
+
this.h3d_1 = conversation.k2n_1;
|
|
60240
60180
|
}
|
|
60241
60181
|
ConversationJS.prototype.v1m = function () {
|
|
60242
|
-
return this.
|
|
60182
|
+
return this.z3c_1;
|
|
60243
60183
|
};
|
|
60244
60184
|
ConversationJS.prototype.f4 = function () {
|
|
60245
|
-
return this.
|
|
60185
|
+
return this.a3d_1;
|
|
60246
60186
|
};
|
|
60247
60187
|
ConversationJS.prototype.k1q = function () {
|
|
60248
|
-
return this.
|
|
60188
|
+
return this.b3d_1;
|
|
60249
60189
|
};
|
|
60250
60190
|
ConversationJS.prototype.t2v = function () {
|
|
60251
|
-
return this.
|
|
60191
|
+
return this.c3d_1;
|
|
60252
60192
|
};
|
|
60253
60193
|
ConversationJS.prototype.y35 = function () {
|
|
60254
|
-
return this.
|
|
60194
|
+
return this.d3d_1;
|
|
60255
60195
|
};
|
|
60256
|
-
ConversationJS.prototype.
|
|
60257
|
-
return this.
|
|
60196
|
+
ConversationJS.prototype.i3d = function () {
|
|
60197
|
+
return this.e3d_1;
|
|
60258
60198
|
};
|
|
60259
|
-
ConversationJS.prototype.
|
|
60260
|
-
return this.
|
|
60199
|
+
ConversationJS.prototype.a3b = function () {
|
|
60200
|
+
return this.f3d_1;
|
|
60261
60201
|
};
|
|
60262
60202
|
ConversationJS.prototype.u1c = function () {
|
|
60263
|
-
return this.
|
|
60203
|
+
return this.g3d_1;
|
|
60264
60204
|
};
|
|
60265
|
-
ConversationJS.prototype.
|
|
60266
|
-
return this.
|
|
60205
|
+
ConversationJS.prototype.f3a = function () {
|
|
60206
|
+
return this.h3d_1;
|
|
60267
60207
|
};
|
|
60268
60208
|
ConversationJS.$metadata$ = classMeta('ConversationJS');
|
|
60269
60209
|
Object.defineProperty(ConversationJS.prototype, 'id', {
|
|
@@ -60288,11 +60228,11 @@ function requireClientsdkClientcore () {
|
|
|
60288
60228
|
});
|
|
60289
60229
|
Object.defineProperty(ConversationJS.prototype, 'displayName', {
|
|
60290
60230
|
configurable: true,
|
|
60291
|
-
get: ConversationJS.prototype.
|
|
60231
|
+
get: ConversationJS.prototype.i3d
|
|
60292
60232
|
});
|
|
60293
60233
|
Object.defineProperty(ConversationJS.prototype, 'imageUrl', {
|
|
60294
60234
|
configurable: true,
|
|
60295
|
-
get: ConversationJS.prototype.
|
|
60235
|
+
get: ConversationJS.prototype.a3b
|
|
60296
60236
|
});
|
|
60297
60237
|
Object.defineProperty(ConversationJS.prototype, 'state', {
|
|
60298
60238
|
configurable: true,
|
|
@@ -60300,7 +60240,7 @@ function requireClientsdkClientcore () {
|
|
|
60300
60240
|
});
|
|
60301
60241
|
Object.defineProperty(ConversationJS.prototype, 'customData', {
|
|
60302
60242
|
configurable: true,
|
|
60303
|
-
get: ConversationJS.prototype.
|
|
60243
|
+
get: ConversationJS.prototype.f3a
|
|
60304
60244
|
});
|
|
60305
60245
|
var ConversationStateJS_ACTIVE_instance;
|
|
60306
60246
|
var ConversationStateJS_INACTIVE_instance;
|
|
@@ -60344,31 +60284,31 @@ function requireClientsdkClientcore () {
|
|
|
60344
60284
|
get: ConversationStateJS.prototype.we
|
|
60345
60285
|
});
|
|
60346
60286
|
function ConversationTimestampJS(conversationTimestamp) {
|
|
60347
|
-
this.
|
|
60348
|
-
this.
|
|
60349
|
-
this.
|
|
60287
|
+
this.l3d_1 = conversationTimestamp.n2n_1;
|
|
60288
|
+
this.m3d_1 = conversationTimestamp.o2n_1;
|
|
60289
|
+
this.n3d_1 = conversationTimestamp.p2n_1;
|
|
60350
60290
|
}
|
|
60351
|
-
ConversationTimestampJS.prototype.
|
|
60352
|
-
return this.
|
|
60291
|
+
ConversationTimestampJS.prototype.o3d = function () {
|
|
60292
|
+
return this.l3d_1;
|
|
60353
60293
|
};
|
|
60354
|
-
ConversationTimestampJS.prototype.
|
|
60355
|
-
return this.
|
|
60294
|
+
ConversationTimestampJS.prototype.p3d = function () {
|
|
60295
|
+
return this.m3d_1;
|
|
60356
60296
|
};
|
|
60357
|
-
ConversationTimestampJS.prototype.
|
|
60358
|
-
return this.
|
|
60297
|
+
ConversationTimestampJS.prototype.q3d = function () {
|
|
60298
|
+
return this.n3d_1;
|
|
60359
60299
|
};
|
|
60360
60300
|
ConversationTimestampJS.$metadata$ = classMeta('ConversationTimestampJS');
|
|
60361
60301
|
Object.defineProperty(ConversationTimestampJS.prototype, 'created', {
|
|
60362
60302
|
configurable: true,
|
|
60363
|
-
get: ConversationTimestampJS.prototype.
|
|
60303
|
+
get: ConversationTimestampJS.prototype.o3d
|
|
60364
60304
|
});
|
|
60365
60305
|
Object.defineProperty(ConversationTimestampJS.prototype, 'updated', {
|
|
60366
60306
|
configurable: true,
|
|
60367
|
-
get: ConversationTimestampJS.prototype.
|
|
60307
|
+
get: ConversationTimestampJS.prototype.p3d
|
|
60368
60308
|
});
|
|
60369
60309
|
Object.defineProperty(ConversationTimestampJS.prototype, 'destroyed', {
|
|
60370
60310
|
configurable: true,
|
|
60371
|
-
get: ConversationTimestampJS.prototype.
|
|
60311
|
+
get: ConversationTimestampJS.prototype.q3d
|
|
60372
60312
|
});
|
|
60373
60313
|
function ConversationsPageJS(conversationsPage) {
|
|
60374
60314
|
var tmp = this;
|
|
@@ -60392,23 +60332,23 @@ function requireClientsdkClientcore () {
|
|
|
60392
60332
|
tmp$ret$2 = tmp$ret$1;
|
|
60393
60333
|
var tmp1_toTypedArray = tmp$ret$2;
|
|
60394
60334
|
tmp$ret$3 = copyToArray(tmp1_toTypedArray);
|
|
60395
|
-
tmp.
|
|
60396
|
-
this.
|
|
60397
|
-
this.
|
|
60335
|
+
tmp.r3d_1 = tmp$ret$3;
|
|
60336
|
+
this.s3d_1 = conversationsPage.r2n_1;
|
|
60337
|
+
this.t3d_1 = conversationsPage.s2n_1;
|
|
60398
60338
|
}
|
|
60399
|
-
ConversationsPageJS.prototype.
|
|
60400
|
-
return this.
|
|
60339
|
+
ConversationsPageJS.prototype.u3d = function () {
|
|
60340
|
+
return this.r3d_1;
|
|
60401
60341
|
};
|
|
60402
60342
|
ConversationsPageJS.prototype.a39 = function () {
|
|
60403
|
-
return this.
|
|
60343
|
+
return this.s3d_1;
|
|
60404
60344
|
};
|
|
60405
60345
|
ConversationsPageJS.prototype.b39 = function () {
|
|
60406
|
-
return this.
|
|
60346
|
+
return this.t3d_1;
|
|
60407
60347
|
};
|
|
60408
60348
|
ConversationsPageJS.$metadata$ = classMeta('ConversationsPageJS');
|
|
60409
60349
|
Object.defineProperty(ConversationsPageJS.prototype, 'conversations', {
|
|
60410
60350
|
configurable: true,
|
|
60411
|
-
get: ConversationsPageJS.prototype.
|
|
60351
|
+
get: ConversationsPageJS.prototype.u3d
|
|
60412
60352
|
});
|
|
60413
60353
|
Object.defineProperty(ConversationsPageJS.prototype, 'previousCursor', {
|
|
60414
60354
|
configurable: true,
|
|
@@ -60419,8 +60359,8 @@ function requireClientsdkClientcore () {
|
|
|
60419
60359
|
get: ConversationsPageJS.prototype.b39
|
|
60420
60360
|
});
|
|
60421
60361
|
function MemberJS(member) {
|
|
60422
|
-
this.
|
|
60423
|
-
this.
|
|
60362
|
+
this.v3d_1 = member.y2o_1;
|
|
60363
|
+
this.w3d_1 = valueOf_1(member.z2o_1.d4_1);
|
|
60424
60364
|
var tmp = this;
|
|
60425
60365
|
var tmp0_safe_receiver = member.a2p_1;
|
|
60426
60366
|
var tmp_0;
|
|
@@ -60436,7 +60376,7 @@ function requireClientsdkClientcore () {
|
|
|
60436
60376
|
tmp$ret$1 = tmp$ret$0;
|
|
60437
60377
|
tmp_0 = tmp$ret$1;
|
|
60438
60378
|
}
|
|
60439
|
-
tmp.
|
|
60379
|
+
tmp.x3d_1 = tmp_0;
|
|
60440
60380
|
var tmp_1 = this;
|
|
60441
60381
|
var tmp0_safe_receiver_0 = member.b2p_1;
|
|
60442
60382
|
var tmp_2;
|
|
@@ -60452,7 +60392,7 @@ function requireClientsdkClientcore () {
|
|
|
60452
60392
|
tmp$ret$3 = tmp$ret$2;
|
|
60453
60393
|
tmp_2 = tmp$ret$3;
|
|
60454
60394
|
}
|
|
60455
|
-
tmp_1.
|
|
60395
|
+
tmp_1.y3d_1 = tmp_2;
|
|
60456
60396
|
var tmp_3 = this;
|
|
60457
60397
|
var tmp0_safe_receiver_1 = member.c2p_1;
|
|
60458
60398
|
var tmp_4;
|
|
@@ -60468,22 +60408,22 @@ function requireClientsdkClientcore () {
|
|
|
60468
60408
|
tmp$ret$5 = tmp$ret$4;
|
|
60469
60409
|
tmp_4 = tmp$ret$5;
|
|
60470
60410
|
}
|
|
60471
|
-
tmp_3.
|
|
60411
|
+
tmp_3.z3d_1 = tmp_4;
|
|
60472
60412
|
}
|
|
60473
60413
|
MemberJS.prototype.v1m = function () {
|
|
60474
|
-
return this.
|
|
60414
|
+
return this.v3d_1;
|
|
60475
60415
|
};
|
|
60476
60416
|
MemberJS.prototype.u1c = function () {
|
|
60477
|
-
return this.
|
|
60417
|
+
return this.w3d_1;
|
|
60478
60418
|
};
|
|
60479
60419
|
MemberJS.prototype.n1m = function () {
|
|
60480
|
-
return this.
|
|
60420
|
+
return this.x3d_1;
|
|
60481
60421
|
};
|
|
60482
60422
|
MemberJS.prototype.z1z = function () {
|
|
60483
|
-
return this.
|
|
60423
|
+
return this.y3d_1;
|
|
60484
60424
|
};
|
|
60485
60425
|
MemberJS.prototype.k1q = function () {
|
|
60486
|
-
return this.
|
|
60426
|
+
return this.z3d_1;
|
|
60487
60427
|
};
|
|
60488
60428
|
MemberJS.$metadata$ = classMeta('MemberJS');
|
|
60489
60429
|
Object.defineProperty(MemberJS.prototype, 'id', {
|
|
@@ -60552,31 +60492,31 @@ function requireClientsdkClientcore () {
|
|
|
60552
60492
|
get: MemberStateJS.prototype.we
|
|
60553
60493
|
});
|
|
60554
60494
|
function MemberTimestampJS(memberTimestamp) {
|
|
60555
|
-
this.
|
|
60556
|
-
this.
|
|
60557
|
-
this.
|
|
60495
|
+
this.c3e_1 = memberTimestamp.f2p_1;
|
|
60496
|
+
this.d3e_1 = memberTimestamp.g2p_1;
|
|
60497
|
+
this.e3e_1 = memberTimestamp.h2p_1;
|
|
60558
60498
|
}
|
|
60559
|
-
MemberTimestampJS.prototype.
|
|
60560
|
-
return this.
|
|
60499
|
+
MemberTimestampJS.prototype.f3e = function () {
|
|
60500
|
+
return this.c3e_1;
|
|
60561
60501
|
};
|
|
60562
|
-
MemberTimestampJS.prototype.
|
|
60563
|
-
return this.
|
|
60502
|
+
MemberTimestampJS.prototype.g3e = function () {
|
|
60503
|
+
return this.d3e_1;
|
|
60564
60504
|
};
|
|
60565
|
-
MemberTimestampJS.prototype.
|
|
60566
|
-
return this.
|
|
60505
|
+
MemberTimestampJS.prototype.h3e = function () {
|
|
60506
|
+
return this.e3e_1;
|
|
60567
60507
|
};
|
|
60568
60508
|
MemberTimestampJS.$metadata$ = classMeta('MemberTimestampJS');
|
|
60569
60509
|
Object.defineProperty(MemberTimestampJS.prototype, 'invited', {
|
|
60570
60510
|
configurable: true,
|
|
60571
|
-
get: MemberTimestampJS.prototype.
|
|
60511
|
+
get: MemberTimestampJS.prototype.f3e
|
|
60572
60512
|
});
|
|
60573
60513
|
Object.defineProperty(MemberTimestampJS.prototype, 'joined', {
|
|
60574
60514
|
configurable: true,
|
|
60575
|
-
get: MemberTimestampJS.prototype.
|
|
60515
|
+
get: MemberTimestampJS.prototype.g3e
|
|
60576
60516
|
});
|
|
60577
60517
|
Object.defineProperty(MemberTimestampJS.prototype, 'left', {
|
|
60578
60518
|
configurable: true,
|
|
60579
|
-
get: MemberTimestampJS.prototype.
|
|
60519
|
+
get: MemberTimestampJS.prototype.h3e
|
|
60580
60520
|
});
|
|
60581
60521
|
function MembersPageJS(membersPage) {
|
|
60582
60522
|
var tmp = this;
|
|
@@ -60600,23 +60540,23 @@ function requireClientsdkClientcore () {
|
|
|
60600
60540
|
tmp$ret$2 = tmp$ret$1;
|
|
60601
60541
|
var tmp1_toTypedArray = tmp$ret$2;
|
|
60602
60542
|
tmp$ret$3 = copyToArray(tmp1_toTypedArray);
|
|
60603
|
-
tmp.
|
|
60604
|
-
this.
|
|
60605
|
-
this.
|
|
60543
|
+
tmp.i3e_1 = tmp$ret$3;
|
|
60544
|
+
this.j3e_1 = membersPage.j2p_1;
|
|
60545
|
+
this.k3e_1 = membersPage.k2p_1;
|
|
60606
60546
|
}
|
|
60607
|
-
MembersPageJS.prototype.
|
|
60608
|
-
return this.
|
|
60547
|
+
MembersPageJS.prototype.l3e = function () {
|
|
60548
|
+
return this.i3e_1;
|
|
60609
60549
|
};
|
|
60610
60550
|
MembersPageJS.prototype.a39 = function () {
|
|
60611
|
-
return this.
|
|
60551
|
+
return this.j3e_1;
|
|
60612
60552
|
};
|
|
60613
60553
|
MembersPageJS.prototype.b39 = function () {
|
|
60614
|
-
return this.
|
|
60554
|
+
return this.k3e_1;
|
|
60615
60555
|
};
|
|
60616
60556
|
MembersPageJS.$metadata$ = classMeta('MembersPageJS');
|
|
60617
60557
|
Object.defineProperty(MembersPageJS.prototype, 'members', {
|
|
60618
60558
|
configurable: true,
|
|
60619
|
-
get: MembersPageJS.prototype.
|
|
60559
|
+
get: MembersPageJS.prototype.l3e
|
|
60620
60560
|
});
|
|
60621
60561
|
Object.defineProperty(MembersPageJS.prototype, 'previousCursor', {
|
|
60622
60562
|
configurable: true,
|
|
@@ -60627,9 +60567,9 @@ function requireClientsdkClientcore () {
|
|
|
60627
60567
|
get: MembersPageJS.prototype.b39
|
|
60628
60568
|
});
|
|
60629
60569
|
function UserJS(user) {
|
|
60630
|
-
this.
|
|
60631
|
-
this.
|
|
60632
|
-
this.
|
|
60570
|
+
this.m3e_1 = user.t2r_1;
|
|
60571
|
+
this.n3e_1 = user.u2r_1;
|
|
60572
|
+
this.o3e_1 = user.v2r_1;
|
|
60633
60573
|
var tmp = this;
|
|
60634
60574
|
var tmp0_safe_receiver = user.w2r_1;
|
|
60635
60575
|
var tmp_0;
|
|
@@ -60645,7 +60585,7 @@ function requireClientsdkClientcore () {
|
|
|
60645
60585
|
tmp$ret$1 = tmp$ret$0;
|
|
60646
60586
|
tmp_0 = tmp$ret$1;
|
|
60647
60587
|
}
|
|
60648
|
-
tmp.
|
|
60588
|
+
tmp.p3e_1 = tmp_0;
|
|
60649
60589
|
var tmp_1 = this;
|
|
60650
60590
|
var tmp0_safe_receiver_0 = user.x2r_1;
|
|
60651
60591
|
var tmp_2;
|
|
@@ -60661,30 +60601,30 @@ function requireClientsdkClientcore () {
|
|
|
60661
60601
|
tmp$ret$3 = tmp$ret$2;
|
|
60662
60602
|
tmp_2 = tmp$ret$3;
|
|
60663
60603
|
}
|
|
60664
|
-
tmp_1.
|
|
60665
|
-
this.
|
|
60666
|
-
this.
|
|
60604
|
+
tmp_1.q3e_1 = tmp_2;
|
|
60605
|
+
this.r3e_1 = user.y2r_1;
|
|
60606
|
+
this.s3e_1 = user.z2r_1;
|
|
60667
60607
|
}
|
|
60668
60608
|
UserJS.prototype.v1m = function () {
|
|
60669
|
-
return this.
|
|
60609
|
+
return this.m3e_1;
|
|
60670
60610
|
};
|
|
60671
60611
|
UserJS.prototype.f4 = function () {
|
|
60672
|
-
return this.
|
|
60612
|
+
return this.n3e_1;
|
|
60673
60613
|
};
|
|
60674
|
-
UserJS.prototype.
|
|
60675
|
-
return this.
|
|
60614
|
+
UserJS.prototype.i3d = function () {
|
|
60615
|
+
return this.o3e_1;
|
|
60676
60616
|
};
|
|
60677
|
-
UserJS.prototype.
|
|
60678
|
-
return this.
|
|
60617
|
+
UserJS.prototype.t3e = function () {
|
|
60618
|
+
return this.p3e_1;
|
|
60679
60619
|
};
|
|
60680
60620
|
UserJS.prototype.k1q = function () {
|
|
60681
|
-
return this.
|
|
60621
|
+
return this.q3e_1;
|
|
60682
60622
|
};
|
|
60683
|
-
UserJS.prototype.
|
|
60684
|
-
return this.
|
|
60623
|
+
UserJS.prototype.a3b = function () {
|
|
60624
|
+
return this.r3e_1;
|
|
60685
60625
|
};
|
|
60686
|
-
UserJS.prototype.
|
|
60687
|
-
return this.
|
|
60626
|
+
UserJS.prototype.f3a = function () {
|
|
60627
|
+
return this.s3e_1;
|
|
60688
60628
|
};
|
|
60689
60629
|
UserJS.$metadata$ = classMeta('UserJS');
|
|
60690
60630
|
Object.defineProperty(UserJS.prototype, 'id', {
|
|
@@ -60697,11 +60637,11 @@ function requireClientsdkClientcore () {
|
|
|
60697
60637
|
});
|
|
60698
60638
|
Object.defineProperty(UserJS.prototype, 'displayName', {
|
|
60699
60639
|
configurable: true,
|
|
60700
|
-
get: UserJS.prototype.
|
|
60640
|
+
get: UserJS.prototype.i3d
|
|
60701
60641
|
});
|
|
60702
60642
|
Object.defineProperty(UserJS.prototype, 'channels', {
|
|
60703
60643
|
configurable: true,
|
|
60704
|
-
get: UserJS.prototype.
|
|
60644
|
+
get: UserJS.prototype.t3e
|
|
60705
60645
|
});
|
|
60706
60646
|
Object.defineProperty(UserJS.prototype, 'timestamp', {
|
|
60707
60647
|
configurable: true,
|
|
@@ -60709,38 +60649,38 @@ function requireClientsdkClientcore () {
|
|
|
60709
60649
|
});
|
|
60710
60650
|
Object.defineProperty(UserJS.prototype, 'imageUrl', {
|
|
60711
60651
|
configurable: true,
|
|
60712
|
-
get: UserJS.prototype.
|
|
60652
|
+
get: UserJS.prototype.a3b
|
|
60713
60653
|
});
|
|
60714
60654
|
Object.defineProperty(UserJS.prototype, 'customData', {
|
|
60715
60655
|
configurable: true,
|
|
60716
|
-
get: UserJS.prototype.
|
|
60656
|
+
get: UserJS.prototype.f3a
|
|
60717
60657
|
});
|
|
60718
60658
|
function UserTimestampJS(userTimestamp) {
|
|
60719
|
-
this.
|
|
60720
|
-
this.
|
|
60721
|
-
this.
|
|
60659
|
+
this.u3e_1 = userTimestamp.c2s_1;
|
|
60660
|
+
this.v3e_1 = userTimestamp.d2s_1;
|
|
60661
|
+
this.w3e_1 = userTimestamp.e2s_1;
|
|
60722
60662
|
}
|
|
60723
|
-
UserTimestampJS.prototype.
|
|
60724
|
-
return this.
|
|
60663
|
+
UserTimestampJS.prototype.o3d = function () {
|
|
60664
|
+
return this.u3e_1;
|
|
60725
60665
|
};
|
|
60726
|
-
UserTimestampJS.prototype.
|
|
60727
|
-
return this.
|
|
60666
|
+
UserTimestampJS.prototype.p3d = function () {
|
|
60667
|
+
return this.v3e_1;
|
|
60728
60668
|
};
|
|
60729
|
-
UserTimestampJS.prototype.
|
|
60730
|
-
return this.
|
|
60669
|
+
UserTimestampJS.prototype.q3d = function () {
|
|
60670
|
+
return this.w3e_1;
|
|
60731
60671
|
};
|
|
60732
60672
|
UserTimestampJS.$metadata$ = classMeta('UserTimestampJS');
|
|
60733
60673
|
Object.defineProperty(UserTimestampJS.prototype, 'created', {
|
|
60734
60674
|
configurable: true,
|
|
60735
|
-
get: UserTimestampJS.prototype.
|
|
60675
|
+
get: UserTimestampJS.prototype.o3d
|
|
60736
60676
|
});
|
|
60737
60677
|
Object.defineProperty(UserTimestampJS.prototype, 'updated', {
|
|
60738
60678
|
configurable: true,
|
|
60739
|
-
get: UserTimestampJS.prototype.
|
|
60679
|
+
get: UserTimestampJS.prototype.p3d
|
|
60740
60680
|
});
|
|
60741
60681
|
Object.defineProperty(UserTimestampJS.prototype, 'destroyed', {
|
|
60742
60682
|
configurable: true,
|
|
60743
|
-
get: UserTimestampJS.prototype.
|
|
60683
|
+
get: UserTimestampJS.prototype.q3d
|
|
60744
60684
|
});
|
|
60745
60685
|
function UserChannelsJS(userChannels) {
|
|
60746
60686
|
var tmp = this;
|
|
@@ -60776,7 +60716,7 @@ function requireClientsdkClientcore () {
|
|
|
60776
60716
|
tmp$ret$3 = copyToArray(tmp1_safe_receiver);
|
|
60777
60717
|
tmp_1 = tmp$ret$3;
|
|
60778
60718
|
}
|
|
60779
|
-
tmp.
|
|
60719
|
+
tmp.x3e_1 = tmp_1;
|
|
60780
60720
|
var tmp_2 = this;
|
|
60781
60721
|
var tmp0_safe_receiver_0 = userChannels.h2j_1;
|
|
60782
60722
|
var tmp_3;
|
|
@@ -60810,7 +60750,7 @@ function requireClientsdkClientcore () {
|
|
|
60810
60750
|
tmp$ret$7 = copyToArray(tmp1_safe_receiver_0);
|
|
60811
60751
|
tmp_4 = tmp$ret$7;
|
|
60812
60752
|
}
|
|
60813
|
-
tmp_2.
|
|
60753
|
+
tmp_2.y3e_1 = tmp_4;
|
|
60814
60754
|
var tmp_5 = this;
|
|
60815
60755
|
var tmp0_safe_receiver_1 = userChannels.i2j_1;
|
|
60816
60756
|
var tmp_6;
|
|
@@ -60844,7 +60784,7 @@ function requireClientsdkClientcore () {
|
|
|
60844
60784
|
tmp$ret$11 = copyToArray(tmp1_safe_receiver_1);
|
|
60845
60785
|
tmp_7 = tmp$ret$11;
|
|
60846
60786
|
}
|
|
60847
|
-
tmp_5.
|
|
60787
|
+
tmp_5.z3e_1 = tmp_7;
|
|
60848
60788
|
var tmp_8 = this;
|
|
60849
60789
|
var tmp0_safe_receiver_2 = userChannels.j2j_1;
|
|
60850
60790
|
var tmp_9;
|
|
@@ -60878,7 +60818,7 @@ function requireClientsdkClientcore () {
|
|
|
60878
60818
|
tmp$ret$15 = copyToArray(tmp1_safe_receiver_2);
|
|
60879
60819
|
tmp_10 = tmp$ret$15;
|
|
60880
60820
|
}
|
|
60881
|
-
tmp_8.
|
|
60821
|
+
tmp_8.a3f_1 = tmp_10;
|
|
60882
60822
|
var tmp_11 = this;
|
|
60883
60823
|
var tmp0_safe_receiver_3 = userChannels.k2j_1;
|
|
60884
60824
|
var tmp_12;
|
|
@@ -60912,7 +60852,7 @@ function requireClientsdkClientcore () {
|
|
|
60912
60852
|
tmp$ret$19 = copyToArray(tmp1_safe_receiver_3);
|
|
60913
60853
|
tmp_13 = tmp$ret$19;
|
|
60914
60854
|
}
|
|
60915
|
-
tmp_11.
|
|
60855
|
+
tmp_11.b3f_1 = tmp_13;
|
|
60916
60856
|
var tmp_14 = this;
|
|
60917
60857
|
var tmp0_safe_receiver_4 = userChannels.l2j_1;
|
|
60918
60858
|
var tmp_15;
|
|
@@ -60946,7 +60886,7 @@ function requireClientsdkClientcore () {
|
|
|
60946
60886
|
tmp$ret$23 = copyToArray(tmp1_safe_receiver_4);
|
|
60947
60887
|
tmp_16 = tmp$ret$23;
|
|
60948
60888
|
}
|
|
60949
|
-
tmp_14.
|
|
60889
|
+
tmp_14.c3f_1 = tmp_16;
|
|
60950
60890
|
var tmp_17 = this;
|
|
60951
60891
|
var tmp0_safe_receiver_5 = userChannels.m2j_1;
|
|
60952
60892
|
var tmp_18;
|
|
@@ -60980,7 +60920,7 @@ function requireClientsdkClientcore () {
|
|
|
60980
60920
|
tmp$ret$27 = copyToArray(tmp1_safe_receiver_5);
|
|
60981
60921
|
tmp_19 = tmp$ret$27;
|
|
60982
60922
|
}
|
|
60983
|
-
tmp_17.
|
|
60923
|
+
tmp_17.d3f_1 = tmp_19;
|
|
60984
60924
|
var tmp_20 = this;
|
|
60985
60925
|
var tmp0_safe_receiver_6 = userChannels.n2j_1;
|
|
60986
60926
|
var tmp_21;
|
|
@@ -61014,7 +60954,7 @@ function requireClientsdkClientcore () {
|
|
|
61014
60954
|
tmp$ret$31 = copyToArray(tmp1_safe_receiver_6);
|
|
61015
60955
|
tmp_22 = tmp$ret$31;
|
|
61016
60956
|
}
|
|
61017
|
-
tmp_20.
|
|
60957
|
+
tmp_20.e3f_1 = tmp_22;
|
|
61018
60958
|
var tmp_23 = this;
|
|
61019
60959
|
var tmp0_safe_receiver_7 = userChannels.o2j_1;
|
|
61020
60960
|
var tmp_24;
|
|
@@ -61048,7 +60988,7 @@ function requireClientsdkClientcore () {
|
|
|
61048
60988
|
tmp$ret$35 = copyToArray(tmp1_safe_receiver_7);
|
|
61049
60989
|
tmp_25 = tmp$ret$35;
|
|
61050
60990
|
}
|
|
61051
|
-
tmp_23.
|
|
60991
|
+
tmp_23.f3f_1 = tmp_25;
|
|
61052
60992
|
var tmp_26 = this;
|
|
61053
60993
|
var tmp0_safe_receiver_8 = userChannels.p2j_1;
|
|
61054
60994
|
var tmp_27;
|
|
@@ -61082,7 +61022,7 @@ function requireClientsdkClientcore () {
|
|
|
61082
61022
|
tmp$ret$39 = copyToArray(tmp1_safe_receiver_8);
|
|
61083
61023
|
tmp_28 = tmp$ret$39;
|
|
61084
61024
|
}
|
|
61085
|
-
tmp_26.
|
|
61025
|
+
tmp_26.g3f_1 = tmp_28;
|
|
61086
61026
|
var tmp_29 = this;
|
|
61087
61027
|
var tmp0_safe_receiver_9 = userChannels.q2j_1;
|
|
61088
61028
|
var tmp_30;
|
|
@@ -61116,88 +61056,88 @@ function requireClientsdkClientcore () {
|
|
|
61116
61056
|
tmp$ret$43 = copyToArray(tmp1_safe_receiver_9);
|
|
61117
61057
|
tmp_31 = tmp$ret$43;
|
|
61118
61058
|
}
|
|
61119
|
-
tmp_29.
|
|
61059
|
+
tmp_29.h3f_1 = tmp_31;
|
|
61120
61060
|
}
|
|
61121
|
-
UserChannelsJS.prototype.
|
|
61122
|
-
return this.
|
|
61061
|
+
UserChannelsJS.prototype.i3f = function () {
|
|
61062
|
+
return this.x3e_1;
|
|
61123
61063
|
};
|
|
61124
|
-
UserChannelsJS.prototype.
|
|
61125
|
-
return this.
|
|
61064
|
+
UserChannelsJS.prototype.j3f = function () {
|
|
61065
|
+
return this.y3e_1;
|
|
61126
61066
|
};
|
|
61127
|
-
UserChannelsJS.prototype.
|
|
61128
|
-
return this.
|
|
61067
|
+
UserChannelsJS.prototype.k3f = function () {
|
|
61068
|
+
return this.z3e_1;
|
|
61129
61069
|
};
|
|
61130
|
-
UserChannelsJS.prototype.
|
|
61131
|
-
return this.
|
|
61070
|
+
UserChannelsJS.prototype.l3f = function () {
|
|
61071
|
+
return this.a3f_1;
|
|
61132
61072
|
};
|
|
61133
|
-
UserChannelsJS.prototype.
|
|
61134
|
-
return this.
|
|
61073
|
+
UserChannelsJS.prototype.m3f = function () {
|
|
61074
|
+
return this.b3f_1;
|
|
61135
61075
|
};
|
|
61136
|
-
UserChannelsJS.prototype.
|
|
61137
|
-
return this.
|
|
61076
|
+
UserChannelsJS.prototype.n3f = function () {
|
|
61077
|
+
return this.c3f_1;
|
|
61138
61078
|
};
|
|
61139
|
-
UserChannelsJS.prototype.
|
|
61140
|
-
return this.
|
|
61079
|
+
UserChannelsJS.prototype.o3f = function () {
|
|
61080
|
+
return this.d3f_1;
|
|
61141
61081
|
};
|
|
61142
|
-
UserChannelsJS.prototype.
|
|
61143
|
-
return this.
|
|
61082
|
+
UserChannelsJS.prototype.p3f = function () {
|
|
61083
|
+
return this.e3f_1;
|
|
61144
61084
|
};
|
|
61145
|
-
UserChannelsJS.prototype.
|
|
61146
|
-
return this.
|
|
61085
|
+
UserChannelsJS.prototype.q3f = function () {
|
|
61086
|
+
return this.f3f_1;
|
|
61147
61087
|
};
|
|
61148
|
-
UserChannelsJS.prototype.
|
|
61149
|
-
return this.
|
|
61088
|
+
UserChannelsJS.prototype.r3f = function () {
|
|
61089
|
+
return this.g3f_1;
|
|
61150
61090
|
};
|
|
61151
|
-
UserChannelsJS.prototype.
|
|
61152
|
-
return this.
|
|
61091
|
+
UserChannelsJS.prototype.s3f = function () {
|
|
61092
|
+
return this.h3f_1;
|
|
61153
61093
|
};
|
|
61154
61094
|
UserChannelsJS.$metadata$ = classMeta('UserChannelsJS');
|
|
61155
61095
|
Object.defineProperty(UserChannelsJS.prototype, 'app', {
|
|
61156
61096
|
configurable: true,
|
|
61157
|
-
get: UserChannelsJS.prototype.
|
|
61097
|
+
get: UserChannelsJS.prototype.i3f
|
|
61158
61098
|
});
|
|
61159
61099
|
Object.defineProperty(UserChannelsJS.prototype, 'phone', {
|
|
61160
61100
|
configurable: true,
|
|
61161
|
-
get: UserChannelsJS.prototype.
|
|
61101
|
+
get: UserChannelsJS.prototype.j3f
|
|
61162
61102
|
});
|
|
61163
61103
|
Object.defineProperty(UserChannelsJS.prototype, 'pstn', {
|
|
61164
61104
|
configurable: true,
|
|
61165
|
-
get: UserChannelsJS.prototype.
|
|
61105
|
+
get: UserChannelsJS.prototype.k3f
|
|
61166
61106
|
});
|
|
61167
61107
|
Object.defineProperty(UserChannelsJS.prototype, 'sip', {
|
|
61168
61108
|
configurable: true,
|
|
61169
|
-
get: UserChannelsJS.prototype.
|
|
61109
|
+
get: UserChannelsJS.prototype.l3f
|
|
61170
61110
|
});
|
|
61171
61111
|
Object.defineProperty(UserChannelsJS.prototype, 'vbc', {
|
|
61172
61112
|
configurable: true,
|
|
61173
|
-
get: UserChannelsJS.prototype.
|
|
61113
|
+
get: UserChannelsJS.prototype.m3f
|
|
61174
61114
|
});
|
|
61175
61115
|
Object.defineProperty(UserChannelsJS.prototype, 'websocket', {
|
|
61176
61116
|
configurable: true,
|
|
61177
|
-
get: UserChannelsJS.prototype.
|
|
61117
|
+
get: UserChannelsJS.prototype.n3f
|
|
61178
61118
|
});
|
|
61179
61119
|
Object.defineProperty(UserChannelsJS.prototype, 'sms', {
|
|
61180
61120
|
configurable: true,
|
|
61181
|
-
get: UserChannelsJS.prototype.
|
|
61121
|
+
get: UserChannelsJS.prototype.o3f
|
|
61182
61122
|
});
|
|
61183
61123
|
Object.defineProperty(UserChannelsJS.prototype, 'mms', {
|
|
61184
61124
|
configurable: true,
|
|
61185
|
-
get: UserChannelsJS.prototype.
|
|
61125
|
+
get: UserChannelsJS.prototype.p3f
|
|
61186
61126
|
});
|
|
61187
61127
|
Object.defineProperty(UserChannelsJS.prototype, 'whatsapp', {
|
|
61188
61128
|
configurable: true,
|
|
61189
|
-
get: UserChannelsJS.prototype.
|
|
61129
|
+
get: UserChannelsJS.prototype.q3f
|
|
61190
61130
|
});
|
|
61191
61131
|
Object.defineProperty(UserChannelsJS.prototype, 'viber', {
|
|
61192
61132
|
configurable: true,
|
|
61193
|
-
get: UserChannelsJS.prototype.
|
|
61133
|
+
get: UserChannelsJS.prototype.r3f
|
|
61194
61134
|
});
|
|
61195
61135
|
Object.defineProperty(UserChannelsJS.prototype, 'messenger', {
|
|
61196
61136
|
configurable: true,
|
|
61197
|
-
get: UserChannelsJS.prototype.
|
|
61137
|
+
get: UserChannelsJS.prototype.s3f
|
|
61198
61138
|
});
|
|
61199
61139
|
function MemberChannelJS(memberChannel) {
|
|
61200
|
-
this.
|
|
61140
|
+
this.t3f_1 = valueOf_2(memberChannel.l2m_1.d4_1);
|
|
61201
61141
|
var tmp = this;
|
|
61202
61142
|
var tmp0_safe_receiver = memberChannel.m2m_1;
|
|
61203
61143
|
var tmp_0;
|
|
@@ -61213,7 +61153,7 @@ function requireClientsdkClientcore () {
|
|
|
61213
61153
|
tmp$ret$1 = tmp$ret$0;
|
|
61214
61154
|
tmp_0 = tmp$ret$1;
|
|
61215
61155
|
}
|
|
61216
|
-
tmp.
|
|
61156
|
+
tmp.u3f_1 = tmp_0;
|
|
61217
61157
|
var tmp_1 = this;
|
|
61218
61158
|
var tmp0_safe_receiver_0 = memberChannel.n2m_1;
|
|
61219
61159
|
var tmp_2;
|
|
@@ -61229,16 +61169,16 @@ function requireClientsdkClientcore () {
|
|
|
61229
61169
|
tmp$ret$3 = tmp$ret$2;
|
|
61230
61170
|
tmp_2 = tmp$ret$3;
|
|
61231
61171
|
}
|
|
61232
|
-
tmp_1.
|
|
61172
|
+
tmp_1.v3f_1 = tmp_2;
|
|
61233
61173
|
}
|
|
61234
61174
|
MemberChannelJS.prototype.o2u = function () {
|
|
61235
|
-
return this.
|
|
61175
|
+
return this.t3f_1;
|
|
61236
61176
|
};
|
|
61237
61177
|
MemberChannelJS.prototype.c1h = function () {
|
|
61238
|
-
return this.
|
|
61178
|
+
return this.u3f_1;
|
|
61239
61179
|
};
|
|
61240
61180
|
MemberChannelJS.prototype.d1h = function () {
|
|
61241
|
-
return this.
|
|
61181
|
+
return this.v3f_1;
|
|
61242
61182
|
};
|
|
61243
61183
|
MemberChannelJS.$metadata$ = classMeta('MemberChannelJS');
|
|
61244
61184
|
Object.defineProperty(MemberChannelJS.prototype, 'type', {
|
|
@@ -61254,14 +61194,14 @@ function requireClientsdkClientcore () {
|
|
|
61254
61194
|
get: MemberChannelJS.prototype.d1h
|
|
61255
61195
|
});
|
|
61256
61196
|
function ChannelJS(channel) {
|
|
61257
|
-
this.
|
|
61258
|
-
this.
|
|
61197
|
+
this.w3f_1 = channel.s2m_1;
|
|
61198
|
+
this.x3f_1 = channel.t2m_1;
|
|
61259
61199
|
}
|
|
61260
61200
|
ChannelJS.prototype.v1m = function () {
|
|
61261
|
-
return this.
|
|
61201
|
+
return this.w3f_1;
|
|
61262
61202
|
};
|
|
61263
61203
|
ChannelJS.prototype.l2w = function () {
|
|
61264
|
-
return this.
|
|
61204
|
+
return this.x3f_1;
|
|
61265
61205
|
};
|
|
61266
61206
|
ChannelJS.$metadata$ = classMeta('ChannelJS');
|
|
61267
61207
|
Object.defineProperty(ChannelJS.prototype, 'id', {
|
|
@@ -61273,18 +61213,18 @@ function requireClientsdkClientcore () {
|
|
|
61273
61213
|
get: ChannelJS.prototype.l2w
|
|
61274
61214
|
});
|
|
61275
61215
|
function LegChannelJS(channel) {
|
|
61276
|
-
this.
|
|
61277
|
-
this.
|
|
61278
|
-
this.
|
|
61216
|
+
this.y3f_1 = channel.z2m_1;
|
|
61217
|
+
this.z3f_1 = channel.b2n_1;
|
|
61218
|
+
this.a3g_1 = channel.a2n_1;
|
|
61279
61219
|
}
|
|
61280
61220
|
LegChannelJS.prototype.o2u = function () {
|
|
61281
|
-
return this.
|
|
61221
|
+
return this.y3f_1;
|
|
61282
61222
|
};
|
|
61283
61223
|
LegChannelJS.prototype.n1m = function () {
|
|
61284
|
-
return this.
|
|
61224
|
+
return this.z3f_1;
|
|
61285
61225
|
};
|
|
61286
61226
|
LegChannelJS.prototype.l2w = function () {
|
|
61287
|
-
return this.
|
|
61227
|
+
return this.a3g_1;
|
|
61288
61228
|
};
|
|
61289
61229
|
LegChannelJS.$metadata$ = classMeta('LegChannelJS');
|
|
61290
61230
|
Object.defineProperty(LegChannelJS.prototype, 'type', {
|
|
@@ -61300,42 +61240,42 @@ function requireClientsdkClientcore () {
|
|
|
61300
61240
|
get: LegChannelJS.prototype.l2w
|
|
61301
61241
|
});
|
|
61302
61242
|
function LegJS(leg) {
|
|
61303
|
-
this.
|
|
61304
|
-
this.
|
|
61305
|
-
this.
|
|
61306
|
-
this.
|
|
61307
|
-
this.
|
|
61308
|
-
this.
|
|
61309
|
-
this.
|
|
61310
|
-
this.
|
|
61311
|
-
this.
|
|
61243
|
+
this.b3g_1 = leg.p2o_1;
|
|
61244
|
+
this.c3g_1 = leg.q2o_1;
|
|
61245
|
+
this.d3g_1 = leg.r2o_1;
|
|
61246
|
+
this.e3g_1 = leg.s2o_1;
|
|
61247
|
+
this.f3g_1 = leg.t2o_1;
|
|
61248
|
+
this.g3g_1 = leg.u2o_1;
|
|
61249
|
+
this.h3g_1 = leg.v2o_1;
|
|
61250
|
+
this.i3g_1 = new LegChannelJS(leg.w2o_1);
|
|
61251
|
+
this.j3g_1 = new LegChannelJS(leg.x2o_1);
|
|
61312
61252
|
}
|
|
61313
61253
|
LegJS.prototype.v1m = function () {
|
|
61314
|
-
return this.
|
|
61254
|
+
return this.b3g_1;
|
|
61315
61255
|
};
|
|
61316
61256
|
LegJS.prototype.o2u = function () {
|
|
61317
|
-
return this.
|
|
61257
|
+
return this.c3g_1;
|
|
61318
61258
|
};
|
|
61319
61259
|
LegJS.prototype.c2w = function () {
|
|
61320
|
-
return this.
|
|
61260
|
+
return this.d3g_1;
|
|
61321
61261
|
};
|
|
61322
61262
|
LegJS.prototype.l2v = function () {
|
|
61323
|
-
return this.
|
|
61263
|
+
return this.e3g_1;
|
|
61324
61264
|
};
|
|
61325
61265
|
LegJS.prototype.l2h = function () {
|
|
61326
|
-
return this.
|
|
61266
|
+
return this.f3g_1;
|
|
61327
61267
|
};
|
|
61328
|
-
LegJS.prototype.
|
|
61329
|
-
return this.
|
|
61268
|
+
LegJS.prototype.k3g = function () {
|
|
61269
|
+
return this.g3g_1;
|
|
61330
61270
|
};
|
|
61331
|
-
LegJS.prototype.
|
|
61332
|
-
return this.
|
|
61271
|
+
LegJS.prototype.l3g = function () {
|
|
61272
|
+
return this.h3g_1;
|
|
61333
61273
|
};
|
|
61334
61274
|
LegJS.prototype.c1h = function () {
|
|
61335
|
-
return this.
|
|
61275
|
+
return this.i3g_1;
|
|
61336
61276
|
};
|
|
61337
61277
|
LegJS.prototype.d1h = function () {
|
|
61338
|
-
return this.
|
|
61278
|
+
return this.j3g_1;
|
|
61339
61279
|
};
|
|
61340
61280
|
LegJS.$metadata$ = classMeta('LegJS');
|
|
61341
61281
|
Object.defineProperty(LegJS.prototype, 'id', {
|
|
@@ -61360,11 +61300,11 @@ function requireClientsdkClientcore () {
|
|
|
61360
61300
|
});
|
|
61361
61301
|
Object.defineProperty(LegJS.prototype, 'startTime', {
|
|
61362
61302
|
configurable: true,
|
|
61363
|
-
get: LegJS.prototype.
|
|
61303
|
+
get: LegJS.prototype.k3g
|
|
61364
61304
|
});
|
|
61365
61305
|
Object.defineProperty(LegJS.prototype, 'endTime', {
|
|
61366
61306
|
configurable: true,
|
|
61367
|
-
get: LegJS.prototype.
|
|
61307
|
+
get: LegJS.prototype.l3g
|
|
61368
61308
|
});
|
|
61369
61309
|
Object.defineProperty(LegJS.prototype, 'from', {
|
|
61370
61310
|
configurable: true,
|
|
@@ -61529,79 +61469,79 @@ function requireClientsdkClientcore () {
|
|
|
61529
61469
|
}
|
|
61530
61470
|
function CSErrorCodesJS() {
|
|
61531
61471
|
CSErrorCodesJS_instance = this;
|
|
61532
|
-
this.
|
|
61533
|
-
this.
|
|
61534
|
-
this.
|
|
61535
|
-
this.
|
|
61536
|
-
this.
|
|
61537
|
-
this.
|
|
61538
|
-
this.
|
|
61539
|
-
this.
|
|
61540
|
-
this.
|
|
61472
|
+
this.o3g_1 = 'conversation:error:duplicate-name';
|
|
61473
|
+
this.p3g_1 = 'conversation:error:member-already-joined';
|
|
61474
|
+
this.q3g_1 = 'conversation:error:member-already-invited';
|
|
61475
|
+
this.r3g_1 = 'conversation:error:not-found';
|
|
61476
|
+
this.s3g_1 = 'conversation:error:member-not-found';
|
|
61477
|
+
this.t3g_1 = 'user:error:not-found';
|
|
61478
|
+
this.u3g_1 = 'paginator-builder:error:invalid-cursor';
|
|
61479
|
+
this.v3g_1 = 'http:error:validation-fail';
|
|
61480
|
+
this.w3g_1 = 'conversation:error:maximum-number-of-members';
|
|
61541
61481
|
}
|
|
61542
|
-
CSErrorCodesJS.prototype.
|
|
61543
|
-
return this.
|
|
61482
|
+
CSErrorCodesJS.prototype.x3g = function () {
|
|
61483
|
+
return this.o3g_1;
|
|
61544
61484
|
};
|
|
61545
|
-
CSErrorCodesJS.prototype.
|
|
61546
|
-
return this.
|
|
61485
|
+
CSErrorCodesJS.prototype.y3g = function () {
|
|
61486
|
+
return this.p3g_1;
|
|
61547
61487
|
};
|
|
61548
|
-
CSErrorCodesJS.prototype.
|
|
61549
|
-
return this.
|
|
61488
|
+
CSErrorCodesJS.prototype.z3g = function () {
|
|
61489
|
+
return this.q3g_1;
|
|
61550
61490
|
};
|
|
61551
|
-
CSErrorCodesJS.prototype.
|
|
61552
|
-
return this.
|
|
61491
|
+
CSErrorCodesJS.prototype.a3h = function () {
|
|
61492
|
+
return this.r3g_1;
|
|
61553
61493
|
};
|
|
61554
|
-
CSErrorCodesJS.prototype.
|
|
61555
|
-
return this.
|
|
61494
|
+
CSErrorCodesJS.prototype.b3h = function () {
|
|
61495
|
+
return this.s3g_1;
|
|
61556
61496
|
};
|
|
61557
|
-
CSErrorCodesJS.prototype.
|
|
61558
|
-
return this.
|
|
61497
|
+
CSErrorCodesJS.prototype.c3h = function () {
|
|
61498
|
+
return this.t3g_1;
|
|
61559
61499
|
};
|
|
61560
|
-
CSErrorCodesJS.prototype.
|
|
61561
|
-
return this.
|
|
61500
|
+
CSErrorCodesJS.prototype.d3h = function () {
|
|
61501
|
+
return this.u3g_1;
|
|
61562
61502
|
};
|
|
61563
|
-
CSErrorCodesJS.prototype.
|
|
61564
|
-
return this.
|
|
61503
|
+
CSErrorCodesJS.prototype.e3h = function () {
|
|
61504
|
+
return this.v3g_1;
|
|
61565
61505
|
};
|
|
61566
|
-
CSErrorCodesJS.prototype.
|
|
61567
|
-
return this.
|
|
61506
|
+
CSErrorCodesJS.prototype.f3h = function () {
|
|
61507
|
+
return this.w3g_1;
|
|
61568
61508
|
};
|
|
61569
61509
|
CSErrorCodesJS.$metadata$ = objectMeta('CSErrorCodesJS');
|
|
61570
61510
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_DUPLICATE_NAME', {
|
|
61571
61511
|
configurable: true,
|
|
61572
|
-
get: CSErrorCodesJS.prototype.
|
|
61512
|
+
get: CSErrorCodesJS.prototype.x3g
|
|
61573
61513
|
});
|
|
61574
61514
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_ALREADY_JOINED', {
|
|
61575
61515
|
configurable: true,
|
|
61576
|
-
get: CSErrorCodesJS.prototype.
|
|
61516
|
+
get: CSErrorCodesJS.prototype.y3g
|
|
61577
61517
|
});
|
|
61578
61518
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_ALREADY_INVITED', {
|
|
61579
61519
|
configurable: true,
|
|
61580
|
-
get: CSErrorCodesJS.prototype.
|
|
61520
|
+
get: CSErrorCodesJS.prototype.z3g
|
|
61581
61521
|
});
|
|
61582
61522
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_NOT_FOUND', {
|
|
61583
61523
|
configurable: true,
|
|
61584
|
-
get: CSErrorCodesJS.prototype.
|
|
61524
|
+
get: CSErrorCodesJS.prototype.a3h
|
|
61585
61525
|
});
|
|
61586
61526
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_NOT_FOUND', {
|
|
61587
61527
|
configurable: true,
|
|
61588
|
-
get: CSErrorCodesJS.prototype.
|
|
61528
|
+
get: CSErrorCodesJS.prototype.b3h
|
|
61589
61529
|
});
|
|
61590
61530
|
Object.defineProperty(CSErrorCodesJS.prototype, 'USER_NOT_FOUND', {
|
|
61591
61531
|
configurable: true,
|
|
61592
|
-
get: CSErrorCodesJS.prototype.
|
|
61532
|
+
get: CSErrorCodesJS.prototype.c3h
|
|
61593
61533
|
});
|
|
61594
61534
|
Object.defineProperty(CSErrorCodesJS.prototype, 'INVALID_CURSOR', {
|
|
61595
61535
|
configurable: true,
|
|
61596
|
-
get: CSErrorCodesJS.prototype.
|
|
61536
|
+
get: CSErrorCodesJS.prototype.d3h
|
|
61597
61537
|
});
|
|
61598
61538
|
Object.defineProperty(CSErrorCodesJS.prototype, 'VALIDATION_FAIL', {
|
|
61599
61539
|
configurable: true,
|
|
61600
|
-
get: CSErrorCodesJS.prototype.
|
|
61540
|
+
get: CSErrorCodesJS.prototype.e3h
|
|
61601
61541
|
});
|
|
61602
61542
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_MAX_NUMBER_OF_MEMBERS', {
|
|
61603
61543
|
configurable: true,
|
|
61604
|
-
get: CSErrorCodesJS.prototype.
|
|
61544
|
+
get: CSErrorCodesJS.prototype.f3h
|
|
61605
61545
|
});
|
|
61606
61546
|
var CSErrorCodesJS_instance;
|
|
61607
61547
|
function CSErrorCodesJS_getInstance() {
|
|
@@ -61611,23 +61551,53 @@ function requireClientsdkClientcore () {
|
|
|
61611
61551
|
}
|
|
61612
61552
|
function SessionErrorCodesJS() {
|
|
61613
61553
|
SessionErrorCodesJS_instance = this;
|
|
61614
|
-
this.
|
|
61615
|
-
this.
|
|
61616
|
-
this.
|
|
61617
|
-
this.
|
|
61618
|
-
this.
|
|
61619
|
-
this.
|
|
61620
|
-
this.
|
|
61621
|
-
this.
|
|
61622
|
-
this.
|
|
61623
|
-
this.
|
|
61624
|
-
this.
|
|
61625
|
-
this.
|
|
61626
|
-
this.
|
|
61627
|
-
this.
|
|
61628
|
-
this.
|
|
61629
|
-
this.
|
|
61554
|
+
this.g3h_1 = 'session:error:empty-token';
|
|
61555
|
+
this.h3h_1 = 'session:error:server-forced-disconnect';
|
|
61556
|
+
this.i3h_1 = 'session:error:timeout';
|
|
61557
|
+
this.j3h_1 = 'session:error:internal-failure';
|
|
61558
|
+
this.k3h_1 = 'session:error:no-active-session';
|
|
61559
|
+
this.l3h_1 = 'session:error:already-active-session';
|
|
61560
|
+
this.m3h_1 = 'session:error:invalid-token';
|
|
61561
|
+
this.n3h_1 = 'session:error:expired-token';
|
|
61562
|
+
this.o3h_1 = 'user:error:invalid-user';
|
|
61563
|
+
this.p3h_1 = 'system:error:permission';
|
|
61564
|
+
this.q3h_1 = 'session:error:invalid-session';
|
|
61565
|
+
this.r3h_1 = 'session:error:max-open-sessions-permitted';
|
|
61566
|
+
this.s3h_1 = 'session:error:websocket-transport-invalid';
|
|
61567
|
+
this.t3h_1 = 'session:disconnect:client-disconnect';
|
|
61568
|
+
this.u3h_1 = 'session:disconnect:ping-timeout';
|
|
61569
|
+
this.v3h_1 = 'session:disconnect:websocket-transport-closed';
|
|
61630
61570
|
}
|
|
61571
|
+
SessionErrorCodesJS.prototype.w3h = function () {
|
|
61572
|
+
return this.g3h_1;
|
|
61573
|
+
};
|
|
61574
|
+
SessionErrorCodesJS.prototype.x3h = function () {
|
|
61575
|
+
return this.h3h_1;
|
|
61576
|
+
};
|
|
61577
|
+
SessionErrorCodesJS.prototype.y3h = function () {
|
|
61578
|
+
return this.i3h_1;
|
|
61579
|
+
};
|
|
61580
|
+
SessionErrorCodesJS.prototype.z3h = function () {
|
|
61581
|
+
return this.j3h_1;
|
|
61582
|
+
};
|
|
61583
|
+
SessionErrorCodesJS.prototype.a3i = function () {
|
|
61584
|
+
return this.k3h_1;
|
|
61585
|
+
};
|
|
61586
|
+
SessionErrorCodesJS.prototype.b3i = function () {
|
|
61587
|
+
return this.l3h_1;
|
|
61588
|
+
};
|
|
61589
|
+
SessionErrorCodesJS.prototype.c3i = function () {
|
|
61590
|
+
return this.m3h_1;
|
|
61591
|
+
};
|
|
61592
|
+
SessionErrorCodesJS.prototype.d3i = function () {
|
|
61593
|
+
return this.n3h_1;
|
|
61594
|
+
};
|
|
61595
|
+
SessionErrorCodesJS.prototype.e3i = function () {
|
|
61596
|
+
return this.o3h_1;
|
|
61597
|
+
};
|
|
61598
|
+
SessionErrorCodesJS.prototype.f3i = function () {
|
|
61599
|
+
return this.p3h_1;
|
|
61600
|
+
};
|
|
61631
61601
|
SessionErrorCodesJS.prototype.g3i = function () {
|
|
61632
61602
|
return this.q3h_1;
|
|
61633
61603
|
};
|
|
@@ -61646,100 +61616,70 @@ function requireClientsdkClientcore () {
|
|
|
61646
61616
|
SessionErrorCodesJS.prototype.l3i = function () {
|
|
61647
61617
|
return this.v3h_1;
|
|
61648
61618
|
};
|
|
61649
|
-
SessionErrorCodesJS.prototype.m3i = function () {
|
|
61650
|
-
return this.w3h_1;
|
|
61651
|
-
};
|
|
61652
|
-
SessionErrorCodesJS.prototype.n3i = function () {
|
|
61653
|
-
return this.x3h_1;
|
|
61654
|
-
};
|
|
61655
|
-
SessionErrorCodesJS.prototype.o3i = function () {
|
|
61656
|
-
return this.y3h_1;
|
|
61657
|
-
};
|
|
61658
|
-
SessionErrorCodesJS.prototype.p3i = function () {
|
|
61659
|
-
return this.z3h_1;
|
|
61660
|
-
};
|
|
61661
|
-
SessionErrorCodesJS.prototype.q3i = function () {
|
|
61662
|
-
return this.a3i_1;
|
|
61663
|
-
};
|
|
61664
|
-
SessionErrorCodesJS.prototype.r3i = function () {
|
|
61665
|
-
return this.b3i_1;
|
|
61666
|
-
};
|
|
61667
|
-
SessionErrorCodesJS.prototype.s3i = function () {
|
|
61668
|
-
return this.c3i_1;
|
|
61669
|
-
};
|
|
61670
|
-
SessionErrorCodesJS.prototype.t3i = function () {
|
|
61671
|
-
return this.d3i_1;
|
|
61672
|
-
};
|
|
61673
|
-
SessionErrorCodesJS.prototype.u3i = function () {
|
|
61674
|
-
return this.e3i_1;
|
|
61675
|
-
};
|
|
61676
|
-
SessionErrorCodesJS.prototype.v3i = function () {
|
|
61677
|
-
return this.f3i_1;
|
|
61678
|
-
};
|
|
61679
61619
|
SessionErrorCodesJS.$metadata$ = objectMeta('SessionErrorCodesJS');
|
|
61680
61620
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'EMPTY_TOKEN', {
|
|
61681
61621
|
configurable: true,
|
|
61682
|
-
get: SessionErrorCodesJS.prototype.
|
|
61622
|
+
get: SessionErrorCodesJS.prototype.w3h
|
|
61683
61623
|
});
|
|
61684
61624
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'FORCED_DISCONNECT', {
|
|
61685
61625
|
configurable: true,
|
|
61686
|
-
get: SessionErrorCodesJS.prototype.
|
|
61626
|
+
get: SessionErrorCodesJS.prototype.x3h
|
|
61687
61627
|
});
|
|
61688
61628
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'TIMEOUT', {
|
|
61689
61629
|
configurable: true,
|
|
61690
|
-
get: SessionErrorCodesJS.prototype.
|
|
61630
|
+
get: SessionErrorCodesJS.prototype.y3h
|
|
61691
61631
|
});
|
|
61692
61632
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INTERNAL_FAILURE', {
|
|
61693
61633
|
configurable: true,
|
|
61694
|
-
get: SessionErrorCodesJS.prototype.
|
|
61634
|
+
get: SessionErrorCodesJS.prototype.z3h
|
|
61695
61635
|
});
|
|
61696
61636
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'NO_ACTIVE_SESSION', {
|
|
61697
61637
|
configurable: true,
|
|
61698
|
-
get: SessionErrorCodesJS.prototype.
|
|
61638
|
+
get: SessionErrorCodesJS.prototype.a3i
|
|
61699
61639
|
});
|
|
61700
61640
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'ALREADY_ACTIVE_SESSION', {
|
|
61701
61641
|
configurable: true,
|
|
61702
|
-
get: SessionErrorCodesJS.prototype.
|
|
61642
|
+
get: SessionErrorCodesJS.prototype.b3i
|
|
61703
61643
|
});
|
|
61704
61644
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_TOKEN', {
|
|
61705
61645
|
configurable: true,
|
|
61706
|
-
get: SessionErrorCodesJS.prototype.
|
|
61646
|
+
get: SessionErrorCodesJS.prototype.c3i
|
|
61707
61647
|
});
|
|
61708
61648
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'EXPIRED_TOKEN', {
|
|
61709
61649
|
configurable: true,
|
|
61710
|
-
get: SessionErrorCodesJS.prototype.
|
|
61650
|
+
get: SessionErrorCodesJS.prototype.d3i
|
|
61711
61651
|
});
|
|
61712
61652
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_USER', {
|
|
61713
61653
|
configurable: true,
|
|
61714
|
-
get: SessionErrorCodesJS.prototype.
|
|
61654
|
+
get: SessionErrorCodesJS.prototype.e3i
|
|
61715
61655
|
});
|
|
61716
61656
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'AUTHORIZATION_ERROR', {
|
|
61717
61657
|
configurable: true,
|
|
61718
|
-
get: SessionErrorCodesJS.prototype.
|
|
61658
|
+
get: SessionErrorCodesJS.prototype.f3i
|
|
61719
61659
|
});
|
|
61720
61660
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_SESSION', {
|
|
61721
61661
|
configurable: true,
|
|
61722
|
-
get: SessionErrorCodesJS.prototype.
|
|
61662
|
+
get: SessionErrorCodesJS.prototype.g3i
|
|
61723
61663
|
});
|
|
61724
61664
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'MAX_OPEN_SESSIONS', {
|
|
61725
61665
|
configurable: true,
|
|
61726
|
-
get: SessionErrorCodesJS.prototype.
|
|
61666
|
+
get: SessionErrorCodesJS.prototype.h3i
|
|
61727
61667
|
});
|
|
61728
61668
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_SOCKET_TRANSPORT', {
|
|
61729
61669
|
configurable: true,
|
|
61730
|
-
get: SessionErrorCodesJS.prototype.
|
|
61670
|
+
get: SessionErrorCodesJS.prototype.i3i
|
|
61731
61671
|
});
|
|
61732
61672
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'CLIENT_DISCONNECT', {
|
|
61733
61673
|
configurable: true,
|
|
61734
|
-
get: SessionErrorCodesJS.prototype.
|
|
61674
|
+
get: SessionErrorCodesJS.prototype.j3i
|
|
61735
61675
|
});
|
|
61736
61676
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'PING_TIMEOUT_DISCONNECT', {
|
|
61737
61677
|
configurable: true,
|
|
61738
|
-
get: SessionErrorCodesJS.prototype.
|
|
61678
|
+
get: SessionErrorCodesJS.prototype.k3i
|
|
61739
61679
|
});
|
|
61740
61680
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'TRANSPORT_CLOSED_DISCONNECT', {
|
|
61741
61681
|
configurable: true,
|
|
61742
|
-
get: SessionErrorCodesJS.prototype.
|
|
61682
|
+
get: SessionErrorCodesJS.prototype.l3i
|
|
61743
61683
|
});
|
|
61744
61684
|
var SessionErrorCodesJS_instance;
|
|
61745
61685
|
function SessionErrorCodesJS_getInstance() {
|
|
@@ -61749,19 +61689,19 @@ function requireClientsdkClientcore () {
|
|
|
61749
61689
|
}
|
|
61750
61690
|
function VonageErrorJS(vonageError) {
|
|
61751
61691
|
extendThrowable(this, vonageError.message, void 1);
|
|
61752
|
-
this.
|
|
61753
|
-
this.
|
|
61754
|
-
this.
|
|
61692
|
+
this.m3i_1 = valueOf_3(vonageError.r2l_1.d4_1);
|
|
61693
|
+
this.n3i_1 = vonageError.s2l_1;
|
|
61694
|
+
this.o3i_1 = vonageError.cause;
|
|
61755
61695
|
captureStack(this, VonageErrorJS);
|
|
61756
61696
|
}
|
|
61757
61697
|
VonageErrorJS.prototype.o2u = function () {
|
|
61758
|
-
return this.
|
|
61698
|
+
return this.m3i_1;
|
|
61759
61699
|
};
|
|
61760
61700
|
VonageErrorJS.prototype.p2b = function () {
|
|
61761
|
-
return this.
|
|
61701
|
+
return this.n3i_1;
|
|
61762
61702
|
};
|
|
61763
|
-
VonageErrorJS.prototype.
|
|
61764
|
-
return this.
|
|
61703
|
+
VonageErrorJS.prototype.p3i = function () {
|
|
61704
|
+
return this.o3i_1;
|
|
61765
61705
|
};
|
|
61766
61706
|
VonageErrorJS.$metadata$ = classMeta('VonageErrorJS', undefined, undefined, undefined, undefined, Error.prototype);
|
|
61767
61707
|
Object.defineProperty(VonageErrorJS.prototype, 'type', {
|
|
@@ -61774,7 +61714,7 @@ function requireClientsdkClientcore () {
|
|
|
61774
61714
|
});
|
|
61775
61715
|
Object.defineProperty(VonageErrorJS.prototype, 'kmpCause', {
|
|
61776
61716
|
configurable: true,
|
|
61777
|
-
get: VonageErrorJS.prototype.
|
|
61717
|
+
get: VonageErrorJS.prototype.p3i
|
|
61778
61718
|
});
|
|
61779
61719
|
var VonageErrorTypeJS_CS_ERROR_instance;
|
|
61780
61720
|
var VonageErrorTypeJS_HTTP_CLIENT_ERROR_instance;
|
|
@@ -62116,7 +62056,7 @@ function requireClientsdkClientcore () {
|
|
|
62116
62056
|
return function (resolve, reject) {
|
|
62117
62057
|
var tmp = this$0.core;
|
|
62118
62058
|
var tmp0_safe_receiver = $order;
|
|
62119
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
62059
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
62120
62060
|
tmp.l1c(tmp_0, $pageSize, $cursor, IChatClientJS$getConversations$lambda$lambda(resolve, reject));
|
|
62121
62061
|
return Unit_getInstance();
|
|
62122
62062
|
};
|
|
@@ -62164,7 +62104,7 @@ function requireClientsdkClientcore () {
|
|
|
62164
62104
|
return function (resolve, reject) {
|
|
62165
62105
|
var tmp = this$0.core;
|
|
62166
62106
|
var tmp0_safe_receiver = $order;
|
|
62167
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
62107
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
62168
62108
|
tmp.m1c($cid, tmp_0, $pageSize, $cursor, IChatClientJS$getConversationMembers$lambda$lambda(resolve, reject));
|
|
62169
62109
|
return Unit_getInstance();
|
|
62170
62110
|
};
|
|
@@ -62212,7 +62152,7 @@ function requireClientsdkClientcore () {
|
|
|
62212
62152
|
return function (resolve, reject) {
|
|
62213
62153
|
var tmp = this$0.core;
|
|
62214
62154
|
var tmp0_safe_receiver = $order;
|
|
62215
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
62155
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
62216
62156
|
var tmp1_safe_receiver = $eventFilter;
|
|
62217
62157
|
var tmp_1;
|
|
62218
62158
|
if (tmp1_safe_receiver == null) {
|
|
@@ -62397,15 +62337,15 @@ function requireClientsdkClientcore () {
|
|
|
62397
62337
|
}
|
|
62398
62338
|
function CoreClientConfigRegionJS(name, ordinal, coreRegion) {
|
|
62399
62339
|
Enum.call(this, name, ordinal);
|
|
62400
|
-
this.
|
|
62340
|
+
this.u3i_1 = coreRegion;
|
|
62401
62341
|
}
|
|
62402
|
-
CoreClientConfigRegionJS.prototype.
|
|
62403
|
-
return this.
|
|
62342
|
+
CoreClientConfigRegionJS.prototype.v3i = function () {
|
|
62343
|
+
return this.u3i_1;
|
|
62404
62344
|
};
|
|
62405
62345
|
CoreClientConfigRegionJS.$metadata$ = classMeta('CoreClientConfigRegionJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
62406
62346
|
Object.defineProperty(CoreClientConfigRegionJS.prototype, 'coreRegion', {
|
|
62407
62347
|
configurable: true,
|
|
62408
|
-
get: CoreClientConfigRegionJS.prototype.
|
|
62348
|
+
get: CoreClientConfigRegionJS.prototype.v3i
|
|
62409
62349
|
});
|
|
62410
62350
|
Object.defineProperty(CoreClientConfigRegionJS.prototype, 'name', {
|
|
62411
62351
|
configurable: true,
|
|
@@ -62416,71 +62356,71 @@ function requireClientsdkClientcore () {
|
|
|
62416
62356
|
get: CoreClientConfigRegionJS.prototype.we
|
|
62417
62357
|
});
|
|
62418
62358
|
function CoreClientConfigJS(region) {
|
|
62419
|
-
this.
|
|
62420
|
-
this.
|
|
62421
|
-
this.
|
|
62422
|
-
this.
|
|
62423
|
-
this.
|
|
62424
|
-
this.
|
|
62359
|
+
this.w3i_1 = Companion_getInstance().u2i(region.u3i_1, 'js', 'Generic JS Navigator', 'VonageClientCombined', true);
|
|
62360
|
+
this.x3i_1 = this.w3i_1.v2i_1;
|
|
62361
|
+
this.y3i_1 = this.w3i_1.w2i_1;
|
|
62362
|
+
this.z3i_1 = this.w3i_1.x2i_1;
|
|
62363
|
+
this.a3j_1 = this.w3i_1.y2i_1;
|
|
62364
|
+
this.b3j_1 = this.w3i_1.a2j_1;
|
|
62425
62365
|
}
|
|
62426
|
-
CoreClientConfigJS.prototype.
|
|
62427
|
-
return this.
|
|
62366
|
+
CoreClientConfigJS.prototype.c3j = function () {
|
|
62367
|
+
return this.w3i_1;
|
|
62428
62368
|
};
|
|
62429
|
-
CoreClientConfigJS.prototype.
|
|
62430
|
-
this.
|
|
62369
|
+
CoreClientConfigJS.prototype.d3j = function (_set____db54di) {
|
|
62370
|
+
this.x3i_1 = _set____db54di;
|
|
62431
62371
|
};
|
|
62432
|
-
CoreClientConfigJS.prototype.
|
|
62433
|
-
return this.
|
|
62372
|
+
CoreClientConfigJS.prototype.e3j = function () {
|
|
62373
|
+
return this.x3i_1;
|
|
62434
62374
|
};
|
|
62435
|
-
CoreClientConfigJS.prototype.
|
|
62436
|
-
this.
|
|
62375
|
+
CoreClientConfigJS.prototype.f3j = function (_set____db54di) {
|
|
62376
|
+
this.y3i_1 = _set____db54di;
|
|
62437
62377
|
};
|
|
62438
|
-
CoreClientConfigJS.prototype.
|
|
62439
|
-
return this.
|
|
62378
|
+
CoreClientConfigJS.prototype.g3j = function () {
|
|
62379
|
+
return this.y3i_1;
|
|
62440
62380
|
};
|
|
62441
|
-
CoreClientConfigJS.prototype.
|
|
62442
|
-
this.
|
|
62381
|
+
CoreClientConfigJS.prototype.h3j = function (_set____db54di) {
|
|
62382
|
+
this.z3i_1 = _set____db54di;
|
|
62443
62383
|
};
|
|
62444
|
-
CoreClientConfigJS.prototype.
|
|
62445
|
-
return this.
|
|
62384
|
+
CoreClientConfigJS.prototype.i3j = function () {
|
|
62385
|
+
return this.z3i_1;
|
|
62446
62386
|
};
|
|
62447
|
-
CoreClientConfigJS.prototype.
|
|
62448
|
-
this.
|
|
62387
|
+
CoreClientConfigJS.prototype.j3j = function (_set____db54di) {
|
|
62388
|
+
this.a3j_1 = _set____db54di;
|
|
62449
62389
|
};
|
|
62450
|
-
CoreClientConfigJS.prototype.
|
|
62451
|
-
return this.
|
|
62390
|
+
CoreClientConfigJS.prototype.k3j = function () {
|
|
62391
|
+
return this.a3j_1;
|
|
62452
62392
|
};
|
|
62453
|
-
CoreClientConfigJS.prototype.
|
|
62454
|
-
this.
|
|
62393
|
+
CoreClientConfigJS.prototype.l3j = function (_set____db54di) {
|
|
62394
|
+
this.b3j_1 = _set____db54di;
|
|
62455
62395
|
};
|
|
62456
|
-
CoreClientConfigJS.prototype.
|
|
62457
|
-
return this.
|
|
62396
|
+
CoreClientConfigJS.prototype.m3j = function () {
|
|
62397
|
+
return this.b3j_1;
|
|
62458
62398
|
};
|
|
62459
62399
|
CoreClientConfigJS.$metadata$ = classMeta('CoreClientConfigJS');
|
|
62460
62400
|
Object.defineProperty(CoreClientConfigJS.prototype, 'apiUrl', {
|
|
62461
62401
|
configurable: true,
|
|
62462
|
-
get: CoreClientConfigJS.prototype.
|
|
62463
|
-
set: CoreClientConfigJS.prototype.
|
|
62402
|
+
get: CoreClientConfigJS.prototype.e3j,
|
|
62403
|
+
set: CoreClientConfigJS.prototype.d3j
|
|
62464
62404
|
});
|
|
62465
62405
|
Object.defineProperty(CoreClientConfigJS.prototype, 'websocketUrl', {
|
|
62466
62406
|
configurable: true,
|
|
62467
|
-
get: CoreClientConfigJS.prototype.
|
|
62468
|
-
set: CoreClientConfigJS.prototype.
|
|
62407
|
+
get: CoreClientConfigJS.prototype.g3j,
|
|
62408
|
+
set: CoreClientConfigJS.prototype.f3j
|
|
62469
62409
|
});
|
|
62470
62410
|
Object.defineProperty(CoreClientConfigJS.prototype, 'websocketPath', {
|
|
62471
62411
|
configurable: true,
|
|
62472
|
-
get: CoreClientConfigJS.prototype.
|
|
62473
|
-
set: CoreClientConfigJS.prototype.
|
|
62412
|
+
get: CoreClientConfigJS.prototype.i3j,
|
|
62413
|
+
set: CoreClientConfigJS.prototype.h3j
|
|
62474
62414
|
});
|
|
62475
62415
|
Object.defineProperty(CoreClientConfigJS.prototype, 'autoMediaReoffer', {
|
|
62476
62416
|
configurable: true,
|
|
62477
|
-
get: CoreClientConfigJS.prototype.
|
|
62478
|
-
set: CoreClientConfigJS.prototype.
|
|
62417
|
+
get: CoreClientConfigJS.prototype.k3j,
|
|
62418
|
+
set: CoreClientConfigJS.prototype.j3j
|
|
62479
62419
|
});
|
|
62480
62420
|
Object.defineProperty(CoreClientConfigJS.prototype, 'enableWebsocketInvites', {
|
|
62481
62421
|
configurable: true,
|
|
62482
|
-
get: CoreClientConfigJS.prototype.
|
|
62483
|
-
set: CoreClientConfigJS.prototype.
|
|
62422
|
+
get: CoreClientConfigJS.prototype.m3j,
|
|
62423
|
+
set: CoreClientConfigJS.prototype.l3j
|
|
62484
62424
|
});
|
|
62485
62425
|
var LoggingLevelJS_Verbose_instance;
|
|
62486
62426
|
var LoggingLevelJS_Debug_instance;
|
|
@@ -62525,10 +62465,10 @@ function requireClientsdkClientcore () {
|
|
|
62525
62465
|
}
|
|
62526
62466
|
function LoggingLevelJS(name, ordinal, sev) {
|
|
62527
62467
|
Enum.call(this, name, ordinal);
|
|
62528
|
-
this.
|
|
62468
|
+
this.p3j_1 = sev;
|
|
62529
62469
|
}
|
|
62530
62470
|
LoggingLevelJS.prototype.j2i = function () {
|
|
62531
|
-
return this.
|
|
62471
|
+
return this.p3j_1;
|
|
62532
62472
|
};
|
|
62533
62473
|
LoggingLevelJS.$metadata$ = classMeta('LoggingLevelJS', [ILoggingLevel], undefined, undefined, undefined, Enum.prototype);
|
|
62534
62474
|
Object.defineProperty(LoggingLevelJS.prototype, 'name', {
|
|
@@ -62560,7 +62500,7 @@ function requireClientsdkClientcore () {
|
|
|
62560
62500
|
inductionVariable = inductionVariable + 1 | 0;
|
|
62561
62501
|
var tmp$ret$0;
|
|
62562
62502
|
// Inline function 'vonage.Companion.getSessionErrorReason.<anonymous>' call
|
|
62563
|
-
tmp$ret$0 = element.
|
|
62503
|
+
tmp$ret$0 = element.s3j_1.equals(reason);
|
|
62564
62504
|
if (tmp$ret$0) {
|
|
62565
62505
|
tmp$ret$1 = element;
|
|
62566
62506
|
break $l$block;
|
|
@@ -62608,10 +62548,10 @@ function requireClientsdkClientcore () {
|
|
|
62608
62548
|
}
|
|
62609
62549
|
function SessionErrorReasonJS(name, ordinal, reason) {
|
|
62610
62550
|
Enum.call(this, name, ordinal);
|
|
62611
|
-
this.
|
|
62551
|
+
this.s3j_1 = reason;
|
|
62612
62552
|
}
|
|
62613
62553
|
SessionErrorReasonJS.prototype.x2b = function () {
|
|
62614
|
-
return this.
|
|
62554
|
+
return this.s3j_1;
|
|
62615
62555
|
};
|
|
62616
62556
|
SessionErrorReasonJS.$metadata$ = classMeta('SessionErrorReasonJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
62617
62557
|
Object.defineProperty(SessionErrorReasonJS.prototype, 'reason', {
|
|
@@ -63170,40 +63110,40 @@ function requireClientsdkClientcore () {
|
|
|
63170
63110
|
}
|
|
63171
63111
|
IVoiceClientJS.$metadata$ = interfaceMeta('IVoiceClientJS', [ICoreClientJS]);
|
|
63172
63112
|
function VoiceInviteFromInfoJS(id, type) {
|
|
63173
|
-
this.
|
|
63174
|
-
this.
|
|
63113
|
+
this.x3j_1 = id;
|
|
63114
|
+
this.y3j_1 = type;
|
|
63175
63115
|
}
|
|
63176
63116
|
VoiceInviteFromInfoJS.prototype.v1m = function () {
|
|
63177
|
-
return this.
|
|
63117
|
+
return this.x3j_1;
|
|
63178
63118
|
};
|
|
63179
63119
|
VoiceInviteFromInfoJS.prototype.o2u = function () {
|
|
63180
|
-
return this.
|
|
63120
|
+
return this.y3j_1;
|
|
63181
63121
|
};
|
|
63182
63122
|
VoiceInviteFromInfoJS.prototype.component1 = function () {
|
|
63183
|
-
return this.
|
|
63123
|
+
return this.x3j_1;
|
|
63184
63124
|
};
|
|
63185
63125
|
VoiceInviteFromInfoJS.prototype.component2 = function () {
|
|
63186
|
-
return this.
|
|
63126
|
+
return this.y3j_1;
|
|
63187
63127
|
};
|
|
63188
63128
|
VoiceInviteFromInfoJS.prototype.copy = function (id, type) {
|
|
63189
|
-
return this.
|
|
63129
|
+
return this.z3j(id === void 1 ? this.x3j_1 : id, type === void 1 ? this.y3j_1 : type);
|
|
63190
63130
|
};
|
|
63191
|
-
VoiceInviteFromInfoJS.prototype.
|
|
63131
|
+
VoiceInviteFromInfoJS.prototype.z3j = function (id, type) {
|
|
63192
63132
|
return new VoiceInviteFromInfoJS(id, type);
|
|
63193
63133
|
};
|
|
63194
|
-
VoiceInviteFromInfoJS.prototype.
|
|
63134
|
+
VoiceInviteFromInfoJS.prototype.a3k = function (id, type, $mask0, $handler) {
|
|
63195
63135
|
if (!(($mask0 & 1) === 0))
|
|
63196
|
-
id = this.
|
|
63136
|
+
id = this.x3j_1;
|
|
63197
63137
|
if (!(($mask0 & 2) === 0))
|
|
63198
|
-
type = this.
|
|
63199
|
-
return this.
|
|
63138
|
+
type = this.y3j_1;
|
|
63139
|
+
return this.z3j(id, type);
|
|
63200
63140
|
};
|
|
63201
63141
|
VoiceInviteFromInfoJS.prototype.toString = function () {
|
|
63202
|
-
return 'VoiceInviteFromInfoJS(id=' + this.
|
|
63142
|
+
return 'VoiceInviteFromInfoJS(id=' + this.x3j_1 + ', type=' + this.y3j_1 + ')';
|
|
63203
63143
|
};
|
|
63204
63144
|
VoiceInviteFromInfoJS.prototype.hashCode = function () {
|
|
63205
|
-
var result = this.
|
|
63206
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
63145
|
+
var result = this.x3j_1 == null ? 0 : getStringHashCode(this.x3j_1);
|
|
63146
|
+
result = imul(result, 31) + getStringHashCode(this.y3j_1) | 0;
|
|
63207
63147
|
return result;
|
|
63208
63148
|
};
|
|
63209
63149
|
VoiceInviteFromInfoJS.prototype.equals = function (other) {
|
|
@@ -63212,9 +63152,9 @@ function requireClientsdkClientcore () {
|
|
|
63212
63152
|
if (!(other instanceof VoiceInviteFromInfoJS))
|
|
63213
63153
|
return false;
|
|
63214
63154
|
var tmp0_other_with_cast = other instanceof VoiceInviteFromInfoJS ? other : THROW_CCE();
|
|
63215
|
-
if (!(this.
|
|
63155
|
+
if (!(this.x3j_1 == tmp0_other_with_cast.x3j_1))
|
|
63216
63156
|
return false;
|
|
63217
|
-
if (!(this.
|
|
63157
|
+
if (!(this.y3j_1 === tmp0_other_with_cast.y3j_1))
|
|
63218
63158
|
return false;
|
|
63219
63159
|
return true;
|
|
63220
63160
|
};
|
|
@@ -63263,47 +63203,47 @@ function requireClientsdkClientcore () {
|
|
|
63263
63203
|
var message_0 = message === void 1 ? null : message;
|
|
63264
63204
|
var cause_0 = cause === void 1 ? null : cause;
|
|
63265
63205
|
extendThrowable(this, void 1, void 1);
|
|
63266
|
-
this.
|
|
63267
|
-
this.
|
|
63206
|
+
this.b3k_1 = message_0;
|
|
63207
|
+
this.c3k_1 = cause_0;
|
|
63268
63208
|
captureStack(this, HttpClientErrorJS);
|
|
63269
63209
|
}
|
|
63270
63210
|
HttpClientErrorJS.prototype.g1 = function () {
|
|
63271
|
-
return this.
|
|
63211
|
+
return this.b3k_1;
|
|
63272
63212
|
};
|
|
63273
63213
|
HttpClientErrorJS.prototype.h1 = function () {
|
|
63274
|
-
return this.
|
|
63214
|
+
return this.c3k_1;
|
|
63275
63215
|
};
|
|
63276
|
-
HttpClientErrorJS.prototype.
|
|
63277
|
-
var tmp0_elvis_lhs = this.
|
|
63216
|
+
HttpClientErrorJS.prototype.d3k = function () {
|
|
63217
|
+
var tmp0_elvis_lhs = this.b3k_1;
|
|
63278
63218
|
var tmp = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
63279
|
-
var tmp_0 = this.
|
|
63219
|
+
var tmp_0 = this.c3k_1;
|
|
63280
63220
|
return new HTTPClientError(tmp, tmp_0 instanceof Exception ? tmp_0 : null);
|
|
63281
63221
|
};
|
|
63282
63222
|
HttpClientErrorJS.prototype.component1 = function () {
|
|
63283
|
-
return this.
|
|
63223
|
+
return this.b3k_1;
|
|
63284
63224
|
};
|
|
63285
63225
|
HttpClientErrorJS.prototype.component2 = function () {
|
|
63286
|
-
return this.
|
|
63226
|
+
return this.c3k_1;
|
|
63287
63227
|
};
|
|
63288
63228
|
HttpClientErrorJS.prototype.copy = function (message, cause) {
|
|
63289
|
-
return this.
|
|
63229
|
+
return this.e3k(message === void 1 ? this.b3k_1 : message, cause === void 1 ? this.c3k_1 : cause);
|
|
63290
63230
|
};
|
|
63291
|
-
HttpClientErrorJS.prototype.
|
|
63231
|
+
HttpClientErrorJS.prototype.e3k = function (message, cause) {
|
|
63292
63232
|
return new HttpClientErrorJS(message, cause);
|
|
63293
63233
|
};
|
|
63294
|
-
HttpClientErrorJS.prototype.
|
|
63234
|
+
HttpClientErrorJS.prototype.f3k = function (message, cause, $mask0, $handler) {
|
|
63295
63235
|
if (!(($mask0 & 1) === 0))
|
|
63296
|
-
message = this.
|
|
63236
|
+
message = this.b3k_1;
|
|
63297
63237
|
if (!(($mask0 & 2) === 0))
|
|
63298
|
-
cause = this.
|
|
63299
|
-
return this.
|
|
63238
|
+
cause = this.c3k_1;
|
|
63239
|
+
return this.e3k(message, cause);
|
|
63300
63240
|
};
|
|
63301
63241
|
HttpClientErrorJS.prototype.toString = function () {
|
|
63302
|
-
return 'HttpClientErrorJS(message=' + this.
|
|
63242
|
+
return 'HttpClientErrorJS(message=' + this.b3k_1 + ', cause=' + this.c3k_1 + ')';
|
|
63303
63243
|
};
|
|
63304
63244
|
HttpClientErrorJS.prototype.hashCode = function () {
|
|
63305
|
-
var result = this.
|
|
63306
|
-
result = imul(result, 31) + (this.
|
|
63245
|
+
var result = this.b3k_1 == null ? 0 : getStringHashCode(this.b3k_1);
|
|
63246
|
+
result = imul(result, 31) + (this.c3k_1 == null ? 0 : hashCode(this.c3k_1)) | 0;
|
|
63307
63247
|
return result;
|
|
63308
63248
|
};
|
|
63309
63249
|
HttpClientErrorJS.prototype.equals = function (other) {
|
|
@@ -63312,9 +63252,9 @@ function requireClientsdkClientcore () {
|
|
|
63312
63252
|
if (!(other instanceof HttpClientErrorJS))
|
|
63313
63253
|
return false;
|
|
63314
63254
|
var tmp0_other_with_cast = other instanceof HttpClientErrorJS ? other : THROW_CCE();
|
|
63315
|
-
if (!(this.
|
|
63255
|
+
if (!(this.b3k_1 == tmp0_other_with_cast.b3k_1))
|
|
63316
63256
|
return false;
|
|
63317
|
-
if (!equals(this.
|
|
63257
|
+
if (!equals(this.c3k_1, tmp0_other_with_cast.c3k_1))
|
|
63318
63258
|
return false;
|
|
63319
63259
|
return true;
|
|
63320
63260
|
};
|
|
@@ -63333,44 +63273,44 @@ function requireClientsdkClientcore () {
|
|
|
63333
63273
|
});
|
|
63334
63274
|
Object.defineProperty(HttpClientErrorJS.prototype, 'coreError', {
|
|
63335
63275
|
configurable: true,
|
|
63336
|
-
get: HttpClientErrorJS.prototype.
|
|
63276
|
+
get: HttpClientErrorJS.prototype.d3k
|
|
63337
63277
|
});
|
|
63338
63278
|
function HttpClientResponseJS(statusCode, body) {
|
|
63339
63279
|
var body_0 = body === void 1 ? null : body;
|
|
63340
|
-
this.
|
|
63341
|
-
this.
|
|
63280
|
+
this.g3k_1 = statusCode;
|
|
63281
|
+
this.h3k_1 = body_0;
|
|
63342
63282
|
}
|
|
63343
|
-
HttpClientResponseJS.prototype.
|
|
63344
|
-
return this.
|
|
63283
|
+
HttpClientResponseJS.prototype.i3k = function () {
|
|
63284
|
+
return this.g3k_1;
|
|
63345
63285
|
};
|
|
63346
63286
|
HttpClientResponseJS.prototype.j20 = function () {
|
|
63347
|
-
return this.
|
|
63287
|
+
return this.h3k_1;
|
|
63348
63288
|
};
|
|
63349
63289
|
HttpClientResponseJS.prototype.component1 = function () {
|
|
63350
|
-
return this.
|
|
63290
|
+
return this.g3k_1;
|
|
63351
63291
|
};
|
|
63352
63292
|
HttpClientResponseJS.prototype.component2 = function () {
|
|
63353
|
-
return this.
|
|
63293
|
+
return this.h3k_1;
|
|
63354
63294
|
};
|
|
63355
63295
|
HttpClientResponseJS.prototype.copy = function (statusCode, body) {
|
|
63356
|
-
return this.
|
|
63296
|
+
return this.j3k(statusCode === void 1 ? this.g3k_1 : statusCode, body === void 1 ? this.h3k_1 : body);
|
|
63357
63297
|
};
|
|
63358
|
-
HttpClientResponseJS.prototype.
|
|
63298
|
+
HttpClientResponseJS.prototype.j3k = function (statusCode, body) {
|
|
63359
63299
|
return new HttpClientResponseJS(statusCode, body);
|
|
63360
63300
|
};
|
|
63361
|
-
HttpClientResponseJS.prototype.
|
|
63301
|
+
HttpClientResponseJS.prototype.k3k = function (statusCode, body, $mask0, $handler) {
|
|
63362
63302
|
if (!(($mask0 & 1) === 0))
|
|
63363
|
-
statusCode = this.
|
|
63303
|
+
statusCode = this.g3k_1;
|
|
63364
63304
|
if (!(($mask0 & 2) === 0))
|
|
63365
|
-
body = this.
|
|
63366
|
-
return this.
|
|
63305
|
+
body = this.h3k_1;
|
|
63306
|
+
return this.j3k(statusCode, body);
|
|
63367
63307
|
};
|
|
63368
63308
|
HttpClientResponseJS.prototype.toString = function () {
|
|
63369
|
-
return 'HttpClientResponseJS(statusCode=' + this.
|
|
63309
|
+
return 'HttpClientResponseJS(statusCode=' + this.g3k_1 + ', body=' + this.h3k_1 + ')';
|
|
63370
63310
|
};
|
|
63371
63311
|
HttpClientResponseJS.prototype.hashCode = function () {
|
|
63372
|
-
var result = this.
|
|
63373
|
-
result = imul(result, 31) + (this.
|
|
63312
|
+
var result = this.g3k_1;
|
|
63313
|
+
result = imul(result, 31) + (this.h3k_1 == null ? 0 : getStringHashCode(this.h3k_1)) | 0;
|
|
63374
63314
|
return result;
|
|
63375
63315
|
};
|
|
63376
63316
|
HttpClientResponseJS.prototype.equals = function (other) {
|
|
@@ -63379,16 +63319,16 @@ function requireClientsdkClientcore () {
|
|
|
63379
63319
|
if (!(other instanceof HttpClientResponseJS))
|
|
63380
63320
|
return false;
|
|
63381
63321
|
var tmp0_other_with_cast = other instanceof HttpClientResponseJS ? other : THROW_CCE();
|
|
63382
|
-
if (!(this.
|
|
63322
|
+
if (!(this.g3k_1 === tmp0_other_with_cast.g3k_1))
|
|
63383
63323
|
return false;
|
|
63384
|
-
if (!(this.
|
|
63324
|
+
if (!(this.h3k_1 == tmp0_other_with_cast.h3k_1))
|
|
63385
63325
|
return false;
|
|
63386
63326
|
return true;
|
|
63387
63327
|
};
|
|
63388
63328
|
HttpClientResponseJS.$metadata$ = classMeta('HttpClientResponseJS');
|
|
63389
63329
|
Object.defineProperty(HttpClientResponseJS.prototype, 'statusCode', {
|
|
63390
63330
|
configurable: true,
|
|
63391
|
-
get: HttpClientResponseJS.prototype.
|
|
63331
|
+
get: HttpClientResponseJS.prototype.i3k
|
|
63392
63332
|
});
|
|
63393
63333
|
Object.defineProperty(HttpClientResponseJS.prototype, 'body', {
|
|
63394
63334
|
configurable: true,
|
|
@@ -63457,10 +63397,10 @@ function requireClientsdkClientcore () {
|
|
|
63457
63397
|
}
|
|
63458
63398
|
function CancelReasonJS(name, ordinal, reason) {
|
|
63459
63399
|
Enum.call(this, name, ordinal);
|
|
63460
|
-
this.
|
|
63400
|
+
this.n3k_1 = reason;
|
|
63461
63401
|
}
|
|
63462
63402
|
CancelReasonJS.prototype.x2b = function () {
|
|
63463
|
-
return this.
|
|
63403
|
+
return this.n3k_1;
|
|
63464
63404
|
};
|
|
63465
63405
|
CancelReasonJS.$metadata$ = classMeta('CancelReasonJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
63466
63406
|
Object.defineProperty(CancelReasonJS.prototype, 'reason', {
|
|
@@ -63476,60 +63416,60 @@ function requireClientsdkClientcore () {
|
|
|
63476
63416
|
get: CancelReasonJS.prototype.we
|
|
63477
63417
|
});
|
|
63478
63418
|
function RTCQualityJS(callQuality) {
|
|
63479
|
-
this.
|
|
63480
|
-
this.
|
|
63481
|
-
this.
|
|
63482
|
-
this.
|
|
63483
|
-
this.
|
|
63484
|
-
this.
|
|
63485
|
-
this.
|
|
63486
|
-
this.
|
|
63487
|
-
this.
|
|
63488
|
-
this.
|
|
63419
|
+
this.o3k_1 = callQuality;
|
|
63420
|
+
this.p3k_1 = this.o3k_1.a2y_1;
|
|
63421
|
+
this.q3k_1 = this.o3k_1.b2y_1;
|
|
63422
|
+
this.r3k_1 = this.o3k_1.c2y_1;
|
|
63423
|
+
this.s3k_1 = this.o3k_1.d2y_1;
|
|
63424
|
+
this.t3k_1 = this.o3k_1.e2y_1;
|
|
63425
|
+
this.u3k_1 = this.o3k_1.f2y_1;
|
|
63426
|
+
this.v3k_1 = this.o3k_1.g2y_1;
|
|
63427
|
+
this.w3k_1 = this.o3k_1.h2y_1;
|
|
63428
|
+
this.x3k_1 = this.o3k_1.i2y_1;
|
|
63489
63429
|
}
|
|
63490
|
-
RTCQualityJS.prototype.
|
|
63491
|
-
return this.
|
|
63430
|
+
RTCQualityJS.prototype.y3k = function () {
|
|
63431
|
+
return this.p3k_1;
|
|
63492
63432
|
};
|
|
63493
|
-
RTCQualityJS.prototype.
|
|
63494
|
-
return this.
|
|
63433
|
+
RTCQualityJS.prototype.z3k = function () {
|
|
63434
|
+
return this.q3k_1;
|
|
63495
63435
|
};
|
|
63496
|
-
RTCQualityJS.prototype.
|
|
63497
|
-
return this.
|
|
63436
|
+
RTCQualityJS.prototype.a3l = function () {
|
|
63437
|
+
return this.r3k_1;
|
|
63498
63438
|
};
|
|
63499
|
-
RTCQualityJS.prototype.
|
|
63500
|
-
return this.
|
|
63439
|
+
RTCQualityJS.prototype.b3l = function () {
|
|
63440
|
+
return this.s3k_1;
|
|
63501
63441
|
};
|
|
63502
|
-
RTCQualityJS.prototype.
|
|
63503
|
-
return this.
|
|
63442
|
+
RTCQualityJS.prototype.c3l = function () {
|
|
63443
|
+
return this.t3k_1;
|
|
63504
63444
|
};
|
|
63505
|
-
RTCQualityJS.prototype.
|
|
63506
|
-
return this.
|
|
63445
|
+
RTCQualityJS.prototype.d3l = function () {
|
|
63446
|
+
return this.u3k_1;
|
|
63507
63447
|
};
|
|
63508
|
-
RTCQualityJS.prototype.
|
|
63509
|
-
return this.
|
|
63448
|
+
RTCQualityJS.prototype.e3l = function () {
|
|
63449
|
+
return this.v3k_1;
|
|
63510
63450
|
};
|
|
63511
|
-
RTCQualityJS.prototype.
|
|
63512
|
-
return this.
|
|
63451
|
+
RTCQualityJS.prototype.f3l = function () {
|
|
63452
|
+
return this.w3k_1;
|
|
63513
63453
|
};
|
|
63514
|
-
RTCQualityJS.prototype.
|
|
63515
|
-
return this.
|
|
63454
|
+
RTCQualityJS.prototype.g3l = function () {
|
|
63455
|
+
return this.x3k_1;
|
|
63516
63456
|
};
|
|
63517
63457
|
RTCQualityJS.prototype.copy = function (callQuality) {
|
|
63518
|
-
return this.
|
|
63458
|
+
return this.h3l(callQuality === void 1 ? this.o3k_1 : callQuality);
|
|
63519
63459
|
};
|
|
63520
|
-
RTCQualityJS.prototype.
|
|
63460
|
+
RTCQualityJS.prototype.h3l = function (callQuality) {
|
|
63521
63461
|
return new RTCQualityJS(callQuality);
|
|
63522
63462
|
};
|
|
63523
|
-
RTCQualityJS.prototype.
|
|
63463
|
+
RTCQualityJS.prototype.i3l = function (callQuality, $mask0, $handler) {
|
|
63524
63464
|
if (!(($mask0 & 1) === 0))
|
|
63525
|
-
callQuality = this.
|
|
63526
|
-
return this.
|
|
63465
|
+
callQuality = this.o3k_1;
|
|
63466
|
+
return this.h3l(callQuality);
|
|
63527
63467
|
};
|
|
63528
63468
|
RTCQualityJS.prototype.toString = function () {
|
|
63529
|
-
return 'RTCQualityJS(callQuality=' + this.
|
|
63469
|
+
return 'RTCQualityJS(callQuality=' + this.o3k_1 + ')';
|
|
63530
63470
|
};
|
|
63531
63471
|
RTCQualityJS.prototype.hashCode = function () {
|
|
63532
|
-
return this.
|
|
63472
|
+
return this.o3k_1.hashCode();
|
|
63533
63473
|
};
|
|
63534
63474
|
RTCQualityJS.prototype.equals = function (other) {
|
|
63535
63475
|
if (this === other)
|
|
@@ -63537,162 +63477,162 @@ function requireClientsdkClientcore () {
|
|
|
63537
63477
|
if (!(other instanceof RTCQualityJS))
|
|
63538
63478
|
return false;
|
|
63539
63479
|
var tmp0_other_with_cast = other instanceof RTCQualityJS ? other : THROW_CCE();
|
|
63540
|
-
if (!this.
|
|
63480
|
+
if (!this.o3k_1.equals(tmp0_other_with_cast.o3k_1))
|
|
63541
63481
|
return false;
|
|
63542
63482
|
return true;
|
|
63543
63483
|
};
|
|
63544
63484
|
RTCQualityJS.$metadata$ = classMeta('RTCQualityJS');
|
|
63545
63485
|
Object.defineProperty(RTCQualityJS.prototype, 'mos_score', {
|
|
63546
63486
|
configurable: true,
|
|
63547
|
-
get: RTCQualityJS.prototype.
|
|
63487
|
+
get: RTCQualityJS.prototype.y3k
|
|
63548
63488
|
});
|
|
63549
63489
|
Object.defineProperty(RTCQualityJS.prototype, 'quality_percentage', {
|
|
63550
63490
|
configurable: true,
|
|
63551
|
-
get: RTCQualityJS.prototype.
|
|
63491
|
+
get: RTCQualityJS.prototype.z3k
|
|
63552
63492
|
});
|
|
63553
63493
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_min_var', {
|
|
63554
63494
|
configurable: true,
|
|
63555
|
-
get: RTCQualityJS.prototype.
|
|
63495
|
+
get: RTCQualityJS.prototype.a3l
|
|
63556
63496
|
});
|
|
63557
63497
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_max_var', {
|
|
63558
63498
|
configurable: true,
|
|
63559
|
-
get: RTCQualityJS.prototype.
|
|
63499
|
+
get: RTCQualityJS.prototype.b3l
|
|
63560
63500
|
});
|
|
63561
63501
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_loss_rate', {
|
|
63562
63502
|
configurable: true,
|
|
63563
|
-
get: RTCQualityJS.prototype.
|
|
63503
|
+
get: RTCQualityJS.prototype.c3l
|
|
63564
63504
|
});
|
|
63565
63505
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_burst_rate', {
|
|
63566
63506
|
configurable: true,
|
|
63567
|
-
get: RTCQualityJS.prototype.
|
|
63507
|
+
get: RTCQualityJS.prototype.d3l
|
|
63568
63508
|
});
|
|
63569
63509
|
Object.defineProperty(RTCQualityJS.prototype, 'flaw_total', {
|
|
63570
63510
|
configurable: true,
|
|
63571
|
-
get: RTCQualityJS.prototype.
|
|
63511
|
+
get: RTCQualityJS.prototype.e3l
|
|
63572
63512
|
});
|
|
63573
63513
|
Object.defineProperty(RTCQualityJS.prototype, 'packet_cnt', {
|
|
63574
63514
|
configurable: true,
|
|
63575
|
-
get: RTCQualityJS.prototype.
|
|
63515
|
+
get: RTCQualityJS.prototype.f3l
|
|
63576
63516
|
});
|
|
63577
63517
|
Object.defineProperty(RTCQualityJS.prototype, 'packet_loss_perc', {
|
|
63578
63518
|
configurable: true,
|
|
63579
|
-
get: RTCQualityJS.prototype.
|
|
63519
|
+
get: RTCQualityJS.prototype.g3l
|
|
63580
63520
|
});
|
|
63581
63521
|
function RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
63582
|
-
this.
|
|
63583
|
-
this.
|
|
63584
|
-
this.
|
|
63585
|
-
this.
|
|
63586
|
-
this.
|
|
63587
|
-
this.
|
|
63588
|
-
this.
|
|
63589
|
-
this.
|
|
63590
|
-
this.
|
|
63591
|
-
this.
|
|
63522
|
+
this.j3l_1 = audioRecvPackets;
|
|
63523
|
+
this.k3l_1 = audioRecvPacketsLost;
|
|
63524
|
+
this.l3l_1 = audioRecvBytes;
|
|
63525
|
+
this.m3l_1 = audioRecvJitter;
|
|
63526
|
+
this.n3l_1 = audioSentPackets;
|
|
63527
|
+
this.o3l_1 = audioSentBytes;
|
|
63528
|
+
this.p3l_1 = audioSentPacketsLost;
|
|
63529
|
+
this.q3l_1 = audioRtt;
|
|
63530
|
+
this.r3l_1 = audioSentJitter;
|
|
63531
|
+
this.s3l_1 = legId;
|
|
63592
63532
|
}
|
|
63593
|
-
RTCStatsJS.prototype.
|
|
63594
|
-
return this.
|
|
63533
|
+
RTCStatsJS.prototype.t3l = function () {
|
|
63534
|
+
return this.j3l_1;
|
|
63595
63535
|
};
|
|
63596
|
-
RTCStatsJS.prototype.
|
|
63597
|
-
return this.
|
|
63536
|
+
RTCStatsJS.prototype.u3l = function () {
|
|
63537
|
+
return this.k3l_1;
|
|
63598
63538
|
};
|
|
63599
|
-
RTCStatsJS.prototype.
|
|
63600
|
-
return this.
|
|
63539
|
+
RTCStatsJS.prototype.v3l = function () {
|
|
63540
|
+
return this.l3l_1;
|
|
63601
63541
|
};
|
|
63602
|
-
RTCStatsJS.prototype.
|
|
63603
|
-
return this.
|
|
63542
|
+
RTCStatsJS.prototype.w3l = function () {
|
|
63543
|
+
return this.m3l_1;
|
|
63604
63544
|
};
|
|
63605
|
-
RTCStatsJS.prototype.
|
|
63606
|
-
return this.
|
|
63545
|
+
RTCStatsJS.prototype.x3l = function () {
|
|
63546
|
+
return this.n3l_1;
|
|
63607
63547
|
};
|
|
63608
|
-
RTCStatsJS.prototype.
|
|
63609
|
-
return this.
|
|
63548
|
+
RTCStatsJS.prototype.y3l = function () {
|
|
63549
|
+
return this.o3l_1;
|
|
63610
63550
|
};
|
|
63611
|
-
RTCStatsJS.prototype.
|
|
63612
|
-
return this.
|
|
63551
|
+
RTCStatsJS.prototype.z3l = function () {
|
|
63552
|
+
return this.p3l_1;
|
|
63613
63553
|
};
|
|
63614
|
-
RTCStatsJS.prototype.
|
|
63615
|
-
return this.
|
|
63554
|
+
RTCStatsJS.prototype.a3m = function () {
|
|
63555
|
+
return this.q3l_1;
|
|
63616
63556
|
};
|
|
63617
|
-
RTCStatsJS.prototype.
|
|
63618
|
-
return this.
|
|
63557
|
+
RTCStatsJS.prototype.b3m = function () {
|
|
63558
|
+
return this.r3l_1;
|
|
63619
63559
|
};
|
|
63620
63560
|
RTCStatsJS.prototype.e1h = function () {
|
|
63621
|
-
return this.
|
|
63561
|
+
return this.s3l_1;
|
|
63622
63562
|
};
|
|
63623
63563
|
RTCStatsJS.prototype.component1 = function () {
|
|
63624
|
-
return this.
|
|
63564
|
+
return this.j3l_1;
|
|
63625
63565
|
};
|
|
63626
63566
|
RTCStatsJS.prototype.component2 = function () {
|
|
63627
|
-
return this.
|
|
63567
|
+
return this.k3l_1;
|
|
63628
63568
|
};
|
|
63629
63569
|
RTCStatsJS.prototype.component3 = function () {
|
|
63630
|
-
return this.
|
|
63570
|
+
return this.l3l_1;
|
|
63631
63571
|
};
|
|
63632
63572
|
RTCStatsJS.prototype.component4 = function () {
|
|
63633
|
-
return this.
|
|
63573
|
+
return this.m3l_1;
|
|
63634
63574
|
};
|
|
63635
63575
|
RTCStatsJS.prototype.component5 = function () {
|
|
63636
|
-
return this.
|
|
63576
|
+
return this.n3l_1;
|
|
63637
63577
|
};
|
|
63638
63578
|
RTCStatsJS.prototype.component6 = function () {
|
|
63639
|
-
return this.
|
|
63579
|
+
return this.o3l_1;
|
|
63640
63580
|
};
|
|
63641
63581
|
RTCStatsJS.prototype.component7 = function () {
|
|
63642
|
-
return this.
|
|
63582
|
+
return this.p3l_1;
|
|
63643
63583
|
};
|
|
63644
63584
|
RTCStatsJS.prototype.component8 = function () {
|
|
63645
|
-
return this.
|
|
63585
|
+
return this.q3l_1;
|
|
63646
63586
|
};
|
|
63647
63587
|
RTCStatsJS.prototype.component9 = function () {
|
|
63648
|
-
return this.
|
|
63588
|
+
return this.r3l_1;
|
|
63649
63589
|
};
|
|
63650
63590
|
RTCStatsJS.prototype.component10 = function () {
|
|
63651
|
-
return this.
|
|
63591
|
+
return this.s3l_1;
|
|
63652
63592
|
};
|
|
63653
63593
|
RTCStatsJS.prototype.copy = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
63654
|
-
return this.
|
|
63594
|
+
return this.c3m(audioRecvPackets === void 1 ? this.j3l_1 : audioRecvPackets, audioRecvPacketsLost === void 1 ? this.k3l_1 : audioRecvPacketsLost, audioRecvBytes === void 1 ? this.l3l_1 : audioRecvBytes, audioRecvJitter === void 1 ? this.m3l_1 : audioRecvJitter, audioSentPackets === void 1 ? this.n3l_1 : audioSentPackets, audioSentBytes === void 1 ? this.o3l_1 : audioSentBytes, audioSentPacketsLost === void 1 ? this.p3l_1 : audioSentPacketsLost, audioRtt === void 1 ? this.q3l_1 : audioRtt, audioSentJitter === void 1 ? this.r3l_1 : audioSentJitter, legId === void 1 ? this.s3l_1 : legId);
|
|
63655
63595
|
};
|
|
63656
|
-
RTCStatsJS.prototype.
|
|
63596
|
+
RTCStatsJS.prototype.c3m = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
63657
63597
|
return new RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
|
|
63658
63598
|
};
|
|
63659
|
-
RTCStatsJS.prototype.
|
|
63599
|
+
RTCStatsJS.prototype.d3m = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId, $mask0, $handler) {
|
|
63660
63600
|
if (!(($mask0 & 1) === 0))
|
|
63661
|
-
audioRecvPackets = this.
|
|
63601
|
+
audioRecvPackets = this.j3l_1;
|
|
63662
63602
|
if (!(($mask0 & 2) === 0))
|
|
63663
|
-
audioRecvPacketsLost = this.
|
|
63603
|
+
audioRecvPacketsLost = this.k3l_1;
|
|
63664
63604
|
if (!(($mask0 & 4) === 0))
|
|
63665
|
-
audioRecvBytes = this.
|
|
63605
|
+
audioRecvBytes = this.l3l_1;
|
|
63666
63606
|
if (!(($mask0 & 8) === 0))
|
|
63667
|
-
audioRecvJitter = this.
|
|
63607
|
+
audioRecvJitter = this.m3l_1;
|
|
63668
63608
|
if (!(($mask0 & 16) === 0))
|
|
63669
|
-
audioSentPackets = this.
|
|
63609
|
+
audioSentPackets = this.n3l_1;
|
|
63670
63610
|
if (!(($mask0 & 32) === 0))
|
|
63671
|
-
audioSentBytes = this.
|
|
63611
|
+
audioSentBytes = this.o3l_1;
|
|
63672
63612
|
if (!(($mask0 & 64) === 0))
|
|
63673
|
-
audioSentPacketsLost = this.
|
|
63613
|
+
audioSentPacketsLost = this.p3l_1;
|
|
63674
63614
|
if (!(($mask0 & 128) === 0))
|
|
63675
|
-
audioRtt = this.
|
|
63615
|
+
audioRtt = this.q3l_1;
|
|
63676
63616
|
if (!(($mask0 & 256) === 0))
|
|
63677
|
-
audioSentJitter = this.
|
|
63617
|
+
audioSentJitter = this.r3l_1;
|
|
63678
63618
|
if (!(($mask0 & 512) === 0))
|
|
63679
|
-
legId = this.
|
|
63680
|
-
return this.
|
|
63619
|
+
legId = this.s3l_1;
|
|
63620
|
+
return this.c3m(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
|
|
63681
63621
|
};
|
|
63682
63622
|
RTCStatsJS.prototype.toString = function () {
|
|
63683
|
-
return 'RTCStatsJS(audioRecvPackets=' + toString(this.
|
|
63623
|
+
return 'RTCStatsJS(audioRecvPackets=' + toString(this.j3l_1) + ', audioRecvPacketsLost=' + toString(this.k3l_1) + ', audioRecvBytes=' + toString(this.l3l_1) + ', audioRecvJitter=' + toString(this.m3l_1) + ', audioSentPackets=' + toString(this.n3l_1) + ', audioSentBytes=' + toString(this.o3l_1) + ', audioSentPacketsLost=' + toString(this.p3l_1) + ', audioRtt=' + toString(this.q3l_1) + ', audioSentJitter=' + toString(this.r3l_1) + ', legId=' + this.s3l_1 + ')';
|
|
63684
63624
|
};
|
|
63685
63625
|
RTCStatsJS.prototype.hashCode = function () {
|
|
63686
|
-
var result = this.
|
|
63687
|
-
result = imul(result, 31) + (this.
|
|
63688
|
-
result = imul(result, 31) + (this.
|
|
63689
|
-
result = imul(result, 31) + (this.
|
|
63690
|
-
result = imul(result, 31) + (this.
|
|
63691
|
-
result = imul(result, 31) + (this.
|
|
63692
|
-
result = imul(result, 31) + (this.
|
|
63693
|
-
result = imul(result, 31) + (this.
|
|
63694
|
-
result = imul(result, 31) + (this.
|
|
63695
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
63626
|
+
var result = this.j3l_1 == null ? 0 : hashCode(this.j3l_1);
|
|
63627
|
+
result = imul(result, 31) + (this.k3l_1 == null ? 0 : hashCode(this.k3l_1)) | 0;
|
|
63628
|
+
result = imul(result, 31) + (this.l3l_1 == null ? 0 : hashCode(this.l3l_1)) | 0;
|
|
63629
|
+
result = imul(result, 31) + (this.m3l_1 == null ? 0 : hashCode(this.m3l_1)) | 0;
|
|
63630
|
+
result = imul(result, 31) + (this.n3l_1 == null ? 0 : hashCode(this.n3l_1)) | 0;
|
|
63631
|
+
result = imul(result, 31) + (this.o3l_1 == null ? 0 : hashCode(this.o3l_1)) | 0;
|
|
63632
|
+
result = imul(result, 31) + (this.p3l_1 == null ? 0 : hashCode(this.p3l_1)) | 0;
|
|
63633
|
+
result = imul(result, 31) + (this.q3l_1 == null ? 0 : hashCode(this.q3l_1)) | 0;
|
|
63634
|
+
result = imul(result, 31) + (this.r3l_1 == null ? 0 : hashCode(this.r3l_1)) | 0;
|
|
63635
|
+
result = imul(result, 31) + getStringHashCode(this.s3l_1) | 0;
|
|
63696
63636
|
return result;
|
|
63697
63637
|
};
|
|
63698
63638
|
RTCStatsJS.prototype.equals = function (other) {
|
|
@@ -63701,64 +63641,64 @@ function requireClientsdkClientcore () {
|
|
|
63701
63641
|
if (!(other instanceof RTCStatsJS))
|
|
63702
63642
|
return false;
|
|
63703
63643
|
var tmp0_other_with_cast = other instanceof RTCStatsJS ? other : THROW_CCE();
|
|
63704
|
-
if (!equals(this.
|
|
63644
|
+
if (!equals(this.j3l_1, tmp0_other_with_cast.j3l_1))
|
|
63705
63645
|
return false;
|
|
63706
|
-
if (!equals(this.
|
|
63646
|
+
if (!equals(this.k3l_1, tmp0_other_with_cast.k3l_1))
|
|
63707
63647
|
return false;
|
|
63708
|
-
if (!equals(this.
|
|
63648
|
+
if (!equals(this.l3l_1, tmp0_other_with_cast.l3l_1))
|
|
63709
63649
|
return false;
|
|
63710
|
-
if (!equals(this.
|
|
63650
|
+
if (!equals(this.m3l_1, tmp0_other_with_cast.m3l_1))
|
|
63711
63651
|
return false;
|
|
63712
|
-
if (!equals(this.
|
|
63652
|
+
if (!equals(this.n3l_1, tmp0_other_with_cast.n3l_1))
|
|
63713
63653
|
return false;
|
|
63714
|
-
if (!equals(this.
|
|
63654
|
+
if (!equals(this.o3l_1, tmp0_other_with_cast.o3l_1))
|
|
63715
63655
|
return false;
|
|
63716
|
-
if (!equals(this.
|
|
63656
|
+
if (!equals(this.p3l_1, tmp0_other_with_cast.p3l_1))
|
|
63717
63657
|
return false;
|
|
63718
|
-
if (!equals(this.
|
|
63658
|
+
if (!equals(this.q3l_1, tmp0_other_with_cast.q3l_1))
|
|
63719
63659
|
return false;
|
|
63720
|
-
if (!equals(this.
|
|
63660
|
+
if (!equals(this.r3l_1, tmp0_other_with_cast.r3l_1))
|
|
63721
63661
|
return false;
|
|
63722
|
-
if (!(this.
|
|
63662
|
+
if (!(this.s3l_1 === tmp0_other_with_cast.s3l_1))
|
|
63723
63663
|
return false;
|
|
63724
63664
|
return true;
|
|
63725
63665
|
};
|
|
63726
63666
|
RTCStatsJS.$metadata$ = classMeta('RTCStatsJS');
|
|
63727
63667
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvPackets', {
|
|
63728
63668
|
configurable: true,
|
|
63729
|
-
get: RTCStatsJS.prototype.
|
|
63669
|
+
get: RTCStatsJS.prototype.t3l
|
|
63730
63670
|
});
|
|
63731
63671
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvPacketsLost', {
|
|
63732
63672
|
configurable: true,
|
|
63733
|
-
get: RTCStatsJS.prototype.
|
|
63673
|
+
get: RTCStatsJS.prototype.u3l
|
|
63734
63674
|
});
|
|
63735
63675
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvBytes', {
|
|
63736
63676
|
configurable: true,
|
|
63737
|
-
get: RTCStatsJS.prototype.
|
|
63677
|
+
get: RTCStatsJS.prototype.v3l
|
|
63738
63678
|
});
|
|
63739
63679
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvJitter', {
|
|
63740
63680
|
configurable: true,
|
|
63741
|
-
get: RTCStatsJS.prototype.
|
|
63681
|
+
get: RTCStatsJS.prototype.w3l
|
|
63742
63682
|
});
|
|
63743
63683
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentPackets', {
|
|
63744
63684
|
configurable: true,
|
|
63745
|
-
get: RTCStatsJS.prototype.
|
|
63685
|
+
get: RTCStatsJS.prototype.x3l
|
|
63746
63686
|
});
|
|
63747
63687
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentBytes', {
|
|
63748
63688
|
configurable: true,
|
|
63749
|
-
get: RTCStatsJS.prototype.
|
|
63689
|
+
get: RTCStatsJS.prototype.y3l
|
|
63750
63690
|
});
|
|
63751
63691
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentPacketsLost', {
|
|
63752
63692
|
configurable: true,
|
|
63753
|
-
get: RTCStatsJS.prototype.
|
|
63693
|
+
get: RTCStatsJS.prototype.z3l
|
|
63754
63694
|
});
|
|
63755
63695
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRtt', {
|
|
63756
63696
|
configurable: true,
|
|
63757
|
-
get: RTCStatsJS.prototype.
|
|
63697
|
+
get: RTCStatsJS.prototype.a3m
|
|
63758
63698
|
});
|
|
63759
63699
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentJitter', {
|
|
63760
63700
|
configurable: true,
|
|
63761
|
-
get: RTCStatsJS.prototype.
|
|
63701
|
+
get: RTCStatsJS.prototype.b3m
|
|
63762
63702
|
});
|
|
63763
63703
|
Object.defineProperty(RTCStatsJS.prototype, 'legId', {
|
|
63764
63704
|
configurable: true,
|
|
@@ -63799,7 +63739,7 @@ function requireClientsdkClientcore () {
|
|
|
63799
63739
|
// Inline function 'kotlin.contracts.contract' call
|
|
63800
63740
|
var tmp$ret$0;
|
|
63801
63741
|
// Inline function 'vonage.<no name provided>.request.<anonymous>.<anonymous>' call
|
|
63802
|
-
tmp$ret$0 = new HTTPClientResponse(response.
|
|
63742
|
+
tmp$ret$0 = new HTTPClientResponse(response.g3k_1, response.h3k_1);
|
|
63803
63743
|
tmp$ret$1 = tmp$ret$0;
|
|
63804
63744
|
tmp_0 = tmp$ret$1;
|
|
63805
63745
|
}
|
|
@@ -63811,7 +63751,7 @@ function requireClientsdkClientcore () {
|
|
|
63811
63751
|
};
|
|
63812
63752
|
}
|
|
63813
63753
|
function HttpClientJSAdapter$1($js) {
|
|
63814
|
-
this.
|
|
63754
|
+
this.e3m_1 = $js;
|
|
63815
63755
|
}
|
|
63816
63756
|
HttpClientJSAdapter$1.prototype.c2z = function (verb, url, headers, body, callback) {
|
|
63817
63757
|
var tmp = verb.toString();
|
|
@@ -63823,7 +63763,7 @@ function requireClientsdkClientcore () {
|
|
|
63823
63763
|
tmp$ret$0 = fromMap(JSON, headers);
|
|
63824
63764
|
tmp$ret$1 = tmp$ret$0;
|
|
63825
63765
|
var tmp_0 = tmp$ret$1;
|
|
63826
|
-
this.
|
|
63766
|
+
this.e3m_1.request(tmp, url, tmp_0, body, HttpClientJSAdapter$o$request$lambda(callback));
|
|
63827
63767
|
};
|
|
63828
63768
|
HttpClientJSAdapter$1.$metadata$ = classMeta(undefined, [HTTPClient]);
|
|
63829
63769
|
function SocketClientJSAdapter$o$emit$lambda($callback) {
|
|
@@ -63847,14 +63787,14 @@ function requireClientsdkClientcore () {
|
|
|
63847
63787
|
};
|
|
63848
63788
|
}
|
|
63849
63789
|
function SocketClientJSAdapter$adapter$1($js) {
|
|
63850
|
-
this.
|
|
63851
|
-
this.
|
|
63790
|
+
this.g3m_1 = $js;
|
|
63791
|
+
this.f3m_1 = null;
|
|
63852
63792
|
}
|
|
63853
63793
|
SocketClientJSAdapter$adapter$1.prototype.f2z = function (_set____db54di) {
|
|
63854
|
-
this.
|
|
63794
|
+
this.f3m_1 = _set____db54di;
|
|
63855
63795
|
};
|
|
63856
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
63857
|
-
return this.
|
|
63796
|
+
SocketClientJSAdapter$adapter$1.prototype.h3m = function () {
|
|
63797
|
+
return this.f3m_1;
|
|
63858
63798
|
};
|
|
63859
63799
|
SocketClientJSAdapter$adapter$1.prototype.g2z = function (type, msg, callback) {
|
|
63860
63800
|
var tmp0_safe_receiver = msg;
|
|
@@ -63872,26 +63812,26 @@ function requireClientsdkClientcore () {
|
|
|
63872
63812
|
tmp = tmp$ret$1;
|
|
63873
63813
|
}
|
|
63874
63814
|
var tmp_0 = tmp;
|
|
63875
|
-
this.
|
|
63815
|
+
this.g3m_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
|
|
63876
63816
|
};
|
|
63877
63817
|
SocketClientJSAdapter$adapter$1.prototype.h2z = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query) {
|
|
63878
|
-
this.
|
|
63818
|
+
this.g3m_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, query);
|
|
63879
63819
|
};
|
|
63880
63820
|
SocketClientJSAdapter$adapter$1.prototype.i2z = function () {
|
|
63881
|
-
this.
|
|
63821
|
+
this.g3m_1.disconnect();
|
|
63882
63822
|
};
|
|
63883
63823
|
SocketClientJSAdapter$adapter$1.prototype.j2z = function (token) {
|
|
63884
|
-
this.
|
|
63824
|
+
this.g3m_1.setConnectParamsSocketConfig(token);
|
|
63885
63825
|
};
|
|
63886
63826
|
SocketClientJSAdapter$adapter$1.prototype.k2z = function (milliseconds, callback) {
|
|
63887
|
-
this.
|
|
63827
|
+
this.g3m_1.startVerifyResponseTimer(milliseconds, callback);
|
|
63888
63828
|
};
|
|
63889
63829
|
SocketClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [SocketClient]);
|
|
63890
63830
|
function SocketClientJSAdapter$1($adapter) {
|
|
63891
|
-
this.
|
|
63831
|
+
this.i3m_1 = $adapter;
|
|
63892
63832
|
}
|
|
63893
63833
|
SocketClientJSAdapter$1.prototype.didReceiveNewSocketEvent = function (type, body) {
|
|
63894
|
-
var tmp0_safe_receiver = this.
|
|
63834
|
+
var tmp0_safe_receiver = this.i3m_1.f3m_1;
|
|
63895
63835
|
if (tmp0_safe_receiver == null)
|
|
63896
63836
|
;
|
|
63897
63837
|
else {
|
|
@@ -63924,35 +63864,35 @@ function requireClientsdkClientcore () {
|
|
|
63924
63864
|
var tmp0_subject_0 = reason;
|
|
63925
63865
|
switch (tmp0_subject_0) {
|
|
63926
63866
|
case 'NXMCORE_REASON_SERVER_DISCONNECTED':
|
|
63927
|
-
var tmp1_safe_receiver_0 = this.
|
|
63867
|
+
var tmp1_safe_receiver_0 = this.i3m_1.f3m_1;
|
|
63928
63868
|
if (tmp1_safe_receiver_0 == null) ; else {
|
|
63929
63869
|
tmp1_safe_receiver_0.h32(tmp1_safe_receiver, SocketConnectionFailedReason_ServerDisconnected_getInstance(), timestamp, retryNumber);
|
|
63930
63870
|
Unit_getInstance();
|
|
63931
63871
|
}
|
|
63932
63872
|
break;
|
|
63933
63873
|
case 'NXMCORE_REASON_CLIENT_DISCONNECTED':
|
|
63934
|
-
var tmp2_safe_receiver = this.
|
|
63874
|
+
var tmp2_safe_receiver = this.i3m_1.f3m_1;
|
|
63935
63875
|
if (tmp2_safe_receiver == null) ; else {
|
|
63936
63876
|
tmp2_safe_receiver.h32(tmp1_safe_receiver, SocketConnectionFailedReason_ClientDisconnected_getInstance(), timestamp, retryNumber);
|
|
63937
63877
|
Unit_getInstance();
|
|
63938
63878
|
}
|
|
63939
63879
|
break;
|
|
63940
63880
|
case 'NXMCORE_CLIENT_NETWORK_ERROR':
|
|
63941
|
-
var tmp3_safe_receiver = this.
|
|
63881
|
+
var tmp3_safe_receiver = this.i3m_1.f3m_1;
|
|
63942
63882
|
if (tmp3_safe_receiver == null) ; else {
|
|
63943
63883
|
tmp3_safe_receiver.h32(tmp1_safe_receiver, SocketConnectionFailedReason_ClientNetworkError_getInstance(), timestamp, retryNumber);
|
|
63944
63884
|
Unit_getInstance();
|
|
63945
63885
|
}
|
|
63946
63886
|
break;
|
|
63947
63887
|
case 'NXMCORE_REASON_PING_TIMEOUT':
|
|
63948
|
-
var tmp4_safe_receiver = this.
|
|
63888
|
+
var tmp4_safe_receiver = this.i3m_1.f3m_1;
|
|
63949
63889
|
if (tmp4_safe_receiver == null) ; else {
|
|
63950
63890
|
tmp4_safe_receiver.h32(tmp1_safe_receiver, SocketConnectionFailedReason_PingTimeout_getInstance(), timestamp, retryNumber);
|
|
63951
63891
|
Unit_getInstance();
|
|
63952
63892
|
}
|
|
63953
63893
|
break;
|
|
63954
63894
|
default:
|
|
63955
|
-
var tmp5_safe_receiver = this.
|
|
63895
|
+
var tmp5_safe_receiver = this.i3m_1.f3m_1;
|
|
63956
63896
|
if (tmp5_safe_receiver == null) ; else {
|
|
63957
63897
|
tmp5_safe_receiver.h32(tmp1_safe_receiver, null, timestamp, retryNumber);
|
|
63958
63898
|
Unit_getInstance();
|
|
@@ -63963,43 +63903,43 @@ function requireClientsdkClientcore () {
|
|
|
63963
63903
|
};
|
|
63964
63904
|
SocketClientJSAdapter$1.$metadata$ = classMeta();
|
|
63965
63905
|
function MediaClientJSAdapter$adapter$1($js) {
|
|
63966
|
-
this.
|
|
63967
|
-
this.
|
|
63906
|
+
this.k3m_1 = $js;
|
|
63907
|
+
this.j3m_1 = null;
|
|
63968
63908
|
}
|
|
63969
63909
|
MediaClientJSAdapter$adapter$1.prototype.n2z = function (_set____db54di) {
|
|
63970
|
-
this.
|
|
63910
|
+
this.j3m_1 = _set____db54di;
|
|
63971
63911
|
};
|
|
63972
63912
|
MediaClientJSAdapter$adapter$1.prototype.o2z = function (closure) {
|
|
63973
|
-
this.
|
|
63913
|
+
this.k3m_1.enableMediaOutbound(closure);
|
|
63974
63914
|
};
|
|
63975
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
63976
|
-
this.
|
|
63915
|
+
MediaClientJSAdapter$adapter$1.prototype.l3m = function (closure, offerSDP, rtcId) {
|
|
63916
|
+
this.k3m_1.enableMediaInbound(closure, offerSDP, rtcId);
|
|
63977
63917
|
};
|
|
63978
63918
|
MediaClientJSAdapter$adapter$1.prototype.p2z = function (closure, offerSDP, rtcId) {
|
|
63979
|
-
return this.
|
|
63919
|
+
return this.l3m(closure, offerSDP, rtcId);
|
|
63980
63920
|
};
|
|
63981
63921
|
MediaClientJSAdapter$adapter$1.prototype.q2z = function (id, sdp) {
|
|
63982
|
-
this.
|
|
63922
|
+
this.k3m_1.processAnswer(id, sdp);
|
|
63983
63923
|
};
|
|
63984
63924
|
MediaClientJSAdapter$adapter$1.prototype.r2z = function (id) {
|
|
63985
|
-
this.
|
|
63925
|
+
this.k3m_1.disableMedia(id);
|
|
63986
63926
|
};
|
|
63987
63927
|
MediaClientJSAdapter$adapter$1.prototype.s2z = function (id) {
|
|
63988
|
-
this.
|
|
63928
|
+
this.k3m_1.mute(id);
|
|
63989
63929
|
};
|
|
63990
63930
|
MediaClientJSAdapter$adapter$1.prototype.t2z = function (id) {
|
|
63991
|
-
this.
|
|
63931
|
+
this.k3m_1.unmute(id);
|
|
63992
63932
|
};
|
|
63993
63933
|
MediaClientJSAdapter$adapter$1.prototype.u2z = function (interval, mediaId) {
|
|
63994
|
-
this.
|
|
63934
|
+
this.k3m_1.enableRtcStatsCollection(interval, mediaId);
|
|
63995
63935
|
};
|
|
63996
63936
|
MediaClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [MediaClient]);
|
|
63997
63937
|
function MediaClientJSAdapter$1($adapter) {
|
|
63998
|
-
this.
|
|
63938
|
+
this.m3m_1 = $adapter;
|
|
63999
63939
|
}
|
|
64000
63940
|
MediaClientJSAdapter$1.prototype.onRtcStats = function (rtcStats) {
|
|
64001
|
-
var stats = new RTCStats(rtcStats.
|
|
64002
|
-
var tmp0_safe_receiver = this.
|
|
63941
|
+
var stats = new RTCStats(rtcStats.j3l_1, rtcStats.k3l_1, rtcStats.l3l_1, rtcStats.m3l_1, rtcStats.n3l_1, rtcStats.o3l_1, rtcStats.p3l_1, rtcStats.q3l_1, rtcStats.r3l_1, rtcStats.s3l_1);
|
|
63942
|
+
var tmp0_safe_receiver = this.m3m_1.j3m_1;
|
|
64003
63943
|
if (tmp0_safe_receiver == null)
|
|
64004
63944
|
;
|
|
64005
63945
|
else {
|
|
@@ -64011,7 +63951,7 @@ function requireClientsdkClientcore () {
|
|
|
64011
63951
|
switch (tmp0_subject) {
|
|
64012
63952
|
case 'new':
|
|
64013
63953
|
case 'checking':
|
|
64014
|
-
var tmp1_safe_receiver = this.
|
|
63954
|
+
var tmp1_safe_receiver = this.m3m_1.j3m_1;
|
|
64015
63955
|
if (tmp1_safe_receiver == null)
|
|
64016
63956
|
;
|
|
64017
63957
|
else {
|
|
@@ -64019,7 +63959,7 @@ function requireClientsdkClientcore () {
|
|
|
64019
63959
|
}
|
|
64020
63960
|
break;
|
|
64021
63961
|
case 'connecting':
|
|
64022
|
-
var tmp2_safe_receiver = this.
|
|
63962
|
+
var tmp2_safe_receiver = this.m3m_1.j3m_1;
|
|
64023
63963
|
if (tmp2_safe_receiver == null)
|
|
64024
63964
|
;
|
|
64025
63965
|
else {
|
|
@@ -64027,7 +63967,7 @@ function requireClientsdkClientcore () {
|
|
|
64027
63967
|
}
|
|
64028
63968
|
break;
|
|
64029
63969
|
case 'connected':
|
|
64030
|
-
var tmp3_safe_receiver = this.
|
|
63970
|
+
var tmp3_safe_receiver = this.m3m_1.j3m_1;
|
|
64031
63971
|
if (tmp3_safe_receiver == null)
|
|
64032
63972
|
;
|
|
64033
63973
|
else {
|
|
@@ -64035,7 +63975,7 @@ function requireClientsdkClientcore () {
|
|
|
64035
63975
|
}
|
|
64036
63976
|
break;
|
|
64037
63977
|
case 'disconnected':
|
|
64038
|
-
var tmp4_safe_receiver = this.
|
|
63978
|
+
var tmp4_safe_receiver = this.m3m_1.j3m_1;
|
|
64039
63979
|
if (tmp4_safe_receiver == null)
|
|
64040
63980
|
;
|
|
64041
63981
|
else {
|
|
@@ -64043,7 +63983,7 @@ function requireClientsdkClientcore () {
|
|
|
64043
63983
|
}
|
|
64044
63984
|
break;
|
|
64045
63985
|
case 'closed':
|
|
64046
|
-
var tmp5_safe_receiver = this.
|
|
63986
|
+
var tmp5_safe_receiver = this.m3m_1.j3m_1;
|
|
64047
63987
|
if (tmp5_safe_receiver == null)
|
|
64048
63988
|
;
|
|
64049
63989
|
else {
|
|
@@ -64051,7 +63991,7 @@ function requireClientsdkClientcore () {
|
|
|
64051
63991
|
}
|
|
64052
63992
|
break;
|
|
64053
63993
|
case 'failed':
|
|
64054
|
-
var tmp6_safe_receiver = this.
|
|
63994
|
+
var tmp6_safe_receiver = this.m3m_1.j3m_1;
|
|
64055
63995
|
if (tmp6_safe_receiver == null)
|
|
64056
63996
|
;
|
|
64057
63997
|
else {
|
|
@@ -64059,7 +63999,7 @@ function requireClientsdkClientcore () {
|
|
|
64059
63999
|
}
|
|
64060
64000
|
break;
|
|
64061
64001
|
default:
|
|
64062
|
-
var tmp7_safe_receiver = this.
|
|
64002
|
+
var tmp7_safe_receiver = this.m3m_1.j3m_1;
|
|
64063
64003
|
if (tmp7_safe_receiver == null)
|
|
64064
64004
|
;
|
|
64065
64005
|
else {
|
|
@@ -64265,7 +64205,6 @@ function requireClientsdkClientcore () {
|
|
|
64265
64205
|
$vonage.MemberInvitedEventJS = MemberInvitedEventJS;
|
|
64266
64206
|
$vonage.MemberJoinedEventJS = MemberJoinedEventJS;
|
|
64267
64207
|
$vonage.MemberLeftEventJS = MemberLeftEventJS;
|
|
64268
|
-
$vonage.UnknownEventJS = UnknownEventJS;
|
|
64269
64208
|
var $vonage = _.vonage || (_.vonage = {});
|
|
64270
64209
|
$vonage.TextMessageEventJS = TextMessageEventJS;
|
|
64271
64210
|
$vonage.TextMessageEventJS.Body = Body;
|
|
@@ -79988,9 +79927,6 @@ function createConversationEvent(event) {
|
|
|
79988
79927
|
if (event instanceof clientsdkClientcore_jsExports.vonage.MemberLeftEventJS) {
|
|
79989
79928
|
return Object.assign(event, { kind: 'member:left' });
|
|
79990
79929
|
}
|
|
79991
|
-
if (event instanceof clientsdkClientcore_jsExports.vonage.UnknownEventJS) {
|
|
79992
|
-
return Object.assign(event, { kind: 'unknown' });
|
|
79993
|
-
}
|
|
79994
79930
|
if (event instanceof clientsdkClientcore_jsExports.vonage.TextMessageEventJS) {
|
|
79995
79931
|
return Object.assign(event, { kind: 'message:text' });
|
|
79996
79932
|
}
|
|
@@ -80311,7 +80247,6 @@ class VonageClient extends clientsdkClientcore_jsExports.vonage.CombinedClientJS
|
|
|
80311
80247
|
const eventsPage = yield _super.getConversationEvents.call(this, id, order || null, pageSize || null, cursor || null, eventFilter);
|
|
80312
80248
|
// Convert the events to the correct type,
|
|
80313
80249
|
// ? Maybe a better way to do this with KSP
|
|
80314
|
-
// TODO: Decide how to handle UnknownEventJS events
|
|
80315
80250
|
const events = eventsPage.events.map(createConversationEvent);
|
|
80316
80251
|
return {
|
|
80317
80252
|
events,
|