@vonage/client-sdk 1.2.0-alpha.4 → 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/client/index.cjs
CHANGED
|
@@ -49666,9 +49666,6 @@ function requireClientsdkClientcore () {
|
|
|
49666
49666
|
return true;
|
|
49667
49667
|
};
|
|
49668
49668
|
MemberLeftConversationEvent.$metadata$ = classMeta('MemberLeftConversationEvent', [MemberEvent]);
|
|
49669
|
-
function UnknownConversationEvent() {
|
|
49670
|
-
}
|
|
49671
|
-
UnknownConversationEvent.$metadata$ = classMeta('UnknownConversationEvent', [ConversationEvent]);
|
|
49672
49669
|
function System() {
|
|
49673
49670
|
System_instance = this;
|
|
49674
49671
|
}
|
|
@@ -62057,46 +62054,45 @@ function requireClientsdkClientcore () {
|
|
|
62057
62054
|
_.$_$.k = MemberLeftConversationEvent;
|
|
62058
62055
|
_.$_$.l = TemplateMessageEvent;
|
|
62059
62056
|
_.$_$.m = TextMessageEvent;
|
|
62060
|
-
_.$_$.n =
|
|
62061
|
-
_.$_$.o =
|
|
62062
|
-
_.$_$.p =
|
|
62063
|
-
_.$_$.q =
|
|
62064
|
-
_.$_$.r =
|
|
62065
|
-
_.$_$.s =
|
|
62066
|
-
_.$_$.t =
|
|
62067
|
-
_.$_$.u =
|
|
62068
|
-
_.$_$.v =
|
|
62069
|
-
_.$_$.w =
|
|
62070
|
-
_.$_$.x =
|
|
62071
|
-
_.$_$.y =
|
|
62072
|
-
_.$_$.z =
|
|
62073
|
-
_.$_$.a1 =
|
|
62074
|
-
_.$_$.b1 =
|
|
62075
|
-
_.$_$.c1 =
|
|
62076
|
-
_.$_$.d1 =
|
|
62077
|
-
_.$_$.e1 =
|
|
62078
|
-
_.$_$.f1 =
|
|
62079
|
-
_.$_$.g1 =
|
|
62080
|
-
_.$_$.h1 =
|
|
62081
|
-
_.$_$.i1 =
|
|
62082
|
-
_.$_$.j1 =
|
|
62083
|
-
_.$_$.k1 =
|
|
62084
|
-
_.$_$.l1 =
|
|
62085
|
-
_.$_$.m1 =
|
|
62086
|
-
_.$_$.n1 =
|
|
62087
|
-
_.$_$.o1 =
|
|
62088
|
-
_.$_$.p1 =
|
|
62089
|
-
_.$_$.q1 =
|
|
62090
|
-
_.$_$.r1 =
|
|
62091
|
-
_.$_$.s1 =
|
|
62092
|
-
_.$_$.t1 =
|
|
62093
|
-
_.$_$.u1 =
|
|
62094
|
-
_.$_$.v1 =
|
|
62095
|
-
_.$_$.w1 =
|
|
62096
|
-
_.$_$.x1 =
|
|
62097
|
-
_.$_$.y1 =
|
|
62098
|
-
_.$_$.z1 =
|
|
62099
|
-
_.$_$.a2 = Companion_getInstance_109;
|
|
62057
|
+
_.$_$.n = VCardMessageEvent;
|
|
62058
|
+
_.$_$.o = VideoMessageEvent;
|
|
62059
|
+
_.$_$.p = ChatClientListener;
|
|
62060
|
+
_.$_$.q = ILoggingLevel;
|
|
62061
|
+
_.$_$.r = SessionListener;
|
|
62062
|
+
_.$_$.s = VoiceClientListener;
|
|
62063
|
+
_.$_$.t = setDefaultLoggingLevel;
|
|
62064
|
+
_.$_$.u = HTTPClientError;
|
|
62065
|
+
_.$_$.v = HTTPClientResponse;
|
|
62066
|
+
_.$_$.w = HTTPClient;
|
|
62067
|
+
_.$_$.x = MediaClient;
|
|
62068
|
+
_.$_$.y = RTCStats_0;
|
|
62069
|
+
_.$_$.z = SocketClient;
|
|
62070
|
+
_.$_$.a1 = SetConfig;
|
|
62071
|
+
_.$_$.b1 = Builder;
|
|
62072
|
+
_.$_$.c1 = SocketConnectionFailedReason_ClientDisconnected_getInstance;
|
|
62073
|
+
_.$_$.d1 = SocketConnectionFailedReason_ClientNetworkError_getInstance;
|
|
62074
|
+
_.$_$.e1 = SocketConnectionFailedReason_PingTimeout_getInstance;
|
|
62075
|
+
_.$_$.f1 = SocketConnectionFailedReason_ServerDisconnected_getInstance;
|
|
62076
|
+
_.$_$.g1 = SocketConnectionStatus_Connected_getInstance;
|
|
62077
|
+
_.$_$.h1 = SocketConnectionStatus_Disconnected_getInstance;
|
|
62078
|
+
_.$_$.i1 = SocketConnectionStatus_Reconnecting_getInstance;
|
|
62079
|
+
_.$_$.j1 = PresentingOrder_ASC_getInstance;
|
|
62080
|
+
_.$_$.k1 = PresentingOrder_DESC_getInstance;
|
|
62081
|
+
_.$_$.l1 = ClientConfigRegion_AP_getInstance;
|
|
62082
|
+
_.$_$.m1 = ClientConfigRegion_EU_getInstance;
|
|
62083
|
+
_.$_$.n1 = ClientConfigRegion_US_getInstance;
|
|
62084
|
+
_.$_$.o1 = SessionErrorReason_PingTimeout_getInstance;
|
|
62085
|
+
_.$_$.p1 = SessionErrorReason_TokenExpired_getInstance;
|
|
62086
|
+
_.$_$.q1 = SessionErrorReason_TransportClosed_getInstance;
|
|
62087
|
+
_.$_$.r1 = MediaConnectionStatus_Closed_getInstance;
|
|
62088
|
+
_.$_$.s1 = MediaConnectionStatus_Connected_getInstance;
|
|
62089
|
+
_.$_$.t1 = MediaConnectionStatus_Connecting_getInstance;
|
|
62090
|
+
_.$_$.u1 = MediaConnectionStatus_Disconnected_getInstance;
|
|
62091
|
+
_.$_$.v1 = MediaConnectionStatus_Failed_getInstance;
|
|
62092
|
+
_.$_$.w1 = MediaConnectionStatus_New_getInstance;
|
|
62093
|
+
_.$_$.x1 = MediaConnectionStatus_Unknown_getInstance;
|
|
62094
|
+
_.$_$.y1 = System_getInstance;
|
|
62095
|
+
_.$_$.z1 = Companion_getInstance_109;
|
|
62100
62096
|
//endregion
|
|
62101
62097
|
return _;
|
|
62102
62098
|
}));
|
|
@@ -62126,27 +62122,26 @@ function requireClientsdkClientcore () {
|
|
|
62126
62122
|
//region block: imports
|
|
62127
62123
|
var imul = Math.imul;
|
|
62128
62124
|
var Unit_getInstance = kotlin_kotlin.$_$.t2;
|
|
62129
|
-
var SessionListener = kotlin_com_vonage_clientcore.$_$.
|
|
62125
|
+
var SessionListener = kotlin_com_vonage_clientcore.$_$.r;
|
|
62130
62126
|
var classMeta = kotlin_kotlin.$_$.o5;
|
|
62131
|
-
var VoiceClientListener = kotlin_com_vonage_clientcore.$_$.
|
|
62132
|
-
var ChatClientListener = kotlin_com_vonage_clientcore.$_$.
|
|
62133
|
-
var Builder = kotlin_com_vonage_clientcore.$_$.
|
|
62127
|
+
var VoiceClientListener = kotlin_com_vonage_clientcore.$_$.s;
|
|
62128
|
+
var ChatClientListener = kotlin_com_vonage_clientcore.$_$.p;
|
|
62129
|
+
var Builder = kotlin_com_vonage_clientcore.$_$.b1;
|
|
62134
62130
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.l3;
|
|
62135
62131
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
62136
62132
|
var copyToArray = kotlin_kotlin.$_$.x3;
|
|
62137
62133
|
var interfaceMeta = kotlin_kotlin.$_$.w5;
|
|
62138
62134
|
var objectMeta = kotlin_kotlin.$_$.r6;
|
|
62139
62135
|
var noWhenBranchMatchedException = kotlin_kotlin.$_$.x8;
|
|
62140
|
-
var System_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62136
|
+
var System_getInstance = kotlin_com_vonage_clientcore.$_$.y1;
|
|
62141
62137
|
var equals = kotlin_kotlin.$_$.p5;
|
|
62142
62138
|
var EmbeddedInfo = kotlin_com_vonage_clientcore.$_$.e;
|
|
62143
|
-
var UnknownConversationEvent = kotlin_com_vonage_clientcore.$_$.n;
|
|
62144
62139
|
var LocationMessageEvent = kotlin_com_vonage_clientcore.$_$.h;
|
|
62145
62140
|
var TemplateMessageEvent = kotlin_com_vonage_clientcore.$_$.l;
|
|
62146
|
-
var VCardMessageEvent = kotlin_com_vonage_clientcore.$_$.
|
|
62141
|
+
var VCardMessageEvent = kotlin_com_vonage_clientcore.$_$.n;
|
|
62147
62142
|
var FileMessageEvent = kotlin_com_vonage_clientcore.$_$.f;
|
|
62148
62143
|
var AudioMessageEvent = kotlin_com_vonage_clientcore.$_$.c;
|
|
62149
|
-
var VideoMessageEvent = kotlin_com_vonage_clientcore.$_$.
|
|
62144
|
+
var VideoMessageEvent = kotlin_com_vonage_clientcore.$_$.o;
|
|
62150
62145
|
var ImageMessageEvent = kotlin_com_vonage_clientcore.$_$.g;
|
|
62151
62146
|
var CustomMessageEvent = kotlin_com_vonage_clientcore.$_$.d;
|
|
62152
62147
|
var TextMessageEvent = kotlin_com_vonage_clientcore.$_$.m;
|
|
@@ -62155,51 +62150,51 @@ function requireClientsdkClientcore () {
|
|
|
62155
62150
|
var MemberInvitedConversationEvent = kotlin_com_vonage_clientcore.$_$.i;
|
|
62156
62151
|
var THROW_CCE = kotlin_kotlin.$_$.h8;
|
|
62157
62152
|
var THROW_ISE = kotlin_kotlin.$_$.i8;
|
|
62158
|
-
var PresentingOrder_ASC_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62159
|
-
var PresentingOrder_DESC_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62153
|
+
var PresentingOrder_ASC_getInstance = kotlin_com_vonage_clientcore.$_$.j1;
|
|
62154
|
+
var PresentingOrder_DESC_getInstance = kotlin_com_vonage_clientcore.$_$.k1;
|
|
62160
62155
|
var Enum = kotlin_kotlin.$_$.b8;
|
|
62161
62156
|
var extendThrowable = kotlin_kotlin.$_$.q5;
|
|
62162
62157
|
var captureStack = kotlin_kotlin.$_$.j5;
|
|
62163
62158
|
var VonageError = kotlin_com_vonage_clientcore.$_$.b;
|
|
62164
62159
|
var newThrowable = kotlin_kotlin.$_$.m6;
|
|
62165
62160
|
var joinToString$default = kotlin_kotlin.$_$.g;
|
|
62166
|
-
var ClientConfigRegion_AP_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62167
|
-
var ClientConfigRegion_EU_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62168
|
-
var ClientConfigRegion_US_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62169
|
-
var Companion_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62170
|
-
var ILoggingLevel = kotlin_com_vonage_clientcore.$_$.
|
|
62171
|
-
var SessionErrorReason_TokenExpired_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62172
|
-
var SessionErrorReason_TransportClosed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62173
|
-
var SessionErrorReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62174
|
-
var setDefaultLoggingLevel = kotlin_com_vonage_clientcore.$_$.
|
|
62175
|
-
var SetConfig = kotlin_com_vonage_clientcore.$_$.
|
|
62161
|
+
var ClientConfigRegion_AP_getInstance = kotlin_com_vonage_clientcore.$_$.l1;
|
|
62162
|
+
var ClientConfigRegion_EU_getInstance = kotlin_com_vonage_clientcore.$_$.m1;
|
|
62163
|
+
var ClientConfigRegion_US_getInstance = kotlin_com_vonage_clientcore.$_$.n1;
|
|
62164
|
+
var Companion_getInstance = kotlin_com_vonage_clientcore.$_$.z1;
|
|
62165
|
+
var ILoggingLevel = kotlin_com_vonage_clientcore.$_$.q;
|
|
62166
|
+
var SessionErrorReason_TokenExpired_getInstance = kotlin_com_vonage_clientcore.$_$.p1;
|
|
62167
|
+
var SessionErrorReason_TransportClosed_getInstance = kotlin_com_vonage_clientcore.$_$.q1;
|
|
62168
|
+
var SessionErrorReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.o1;
|
|
62169
|
+
var setDefaultLoggingLevel = kotlin_com_vonage_clientcore.$_$.t;
|
|
62170
|
+
var SetConfig = kotlin_com_vonage_clientcore.$_$.a1;
|
|
62176
62171
|
var emptyMap = kotlin_kotlin.$_$.z3;
|
|
62177
62172
|
var getStringHashCode = kotlin_kotlin.$_$.u5;
|
|
62178
62173
|
var Exception = kotlin_kotlin.$_$.c8;
|
|
62179
|
-
var HTTPClientError = kotlin_com_vonage_clientcore.$_$.
|
|
62174
|
+
var HTTPClientError = kotlin_com_vonage_clientcore.$_$.u;
|
|
62180
62175
|
var hashCode = kotlin_kotlin.$_$.v5;
|
|
62181
62176
|
var toString = kotlin_kotlin.$_$.a9;
|
|
62182
|
-
var HTTPClientResponse = kotlin_com_vonage_clientcore.$_$.
|
|
62183
|
-
var HTTPClient = kotlin_com_vonage_clientcore.$_$.
|
|
62177
|
+
var HTTPClientResponse = kotlin_com_vonage_clientcore.$_$.v;
|
|
62178
|
+
var HTTPClient = kotlin_com_vonage_clientcore.$_$.w;
|
|
62184
62179
|
var Exception_init_$Create$ = kotlin_kotlin.$_$.d1;
|
|
62185
|
-
var SocketClient = kotlin_com_vonage_clientcore.$_$.
|
|
62180
|
+
var SocketClient = kotlin_com_vonage_clientcore.$_$.z;
|
|
62186
62181
|
var UnknownSocketEvent = kotlin_com_vonage_clientcore.$_$.a;
|
|
62187
|
-
var SocketConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62188
|
-
var SocketConnectionStatus_Reconnecting_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62189
|
-
var SocketConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62190
|
-
var SocketConnectionFailedReason_ServerDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62191
|
-
var SocketConnectionFailedReason_ClientDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62192
|
-
var SocketConnectionFailedReason_ClientNetworkError_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62193
|
-
var SocketConnectionFailedReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62194
|
-
var MediaClient = kotlin_com_vonage_clientcore.$_$.
|
|
62195
|
-
var RTCStats = kotlin_com_vonage_clientcore.$_$.
|
|
62196
|
-
var MediaConnectionStatus_New_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62197
|
-
var MediaConnectionStatus_Connecting_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62198
|
-
var MediaConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62199
|
-
var MediaConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62200
|
-
var MediaConnectionStatus_Closed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62201
|
-
var MediaConnectionStatus_Failed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62202
|
-
var MediaConnectionStatus_Unknown_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62182
|
+
var SocketConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.g1;
|
|
62183
|
+
var SocketConnectionStatus_Reconnecting_getInstance = kotlin_com_vonage_clientcore.$_$.i1;
|
|
62184
|
+
var SocketConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.h1;
|
|
62185
|
+
var SocketConnectionFailedReason_ServerDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.f1;
|
|
62186
|
+
var SocketConnectionFailedReason_ClientDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.c1;
|
|
62187
|
+
var SocketConnectionFailedReason_ClientNetworkError_getInstance = kotlin_com_vonage_clientcore.$_$.d1;
|
|
62188
|
+
var SocketConnectionFailedReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.e1;
|
|
62189
|
+
var MediaClient = kotlin_com_vonage_clientcore.$_$.x;
|
|
62190
|
+
var RTCStats = kotlin_com_vonage_clientcore.$_$.y;
|
|
62191
|
+
var MediaConnectionStatus_New_getInstance = kotlin_com_vonage_clientcore.$_$.w1;
|
|
62192
|
+
var MediaConnectionStatus_Connecting_getInstance = kotlin_com_vonage_clientcore.$_$.t1;
|
|
62193
|
+
var MediaConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.s1;
|
|
62194
|
+
var MediaConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.u1;
|
|
62195
|
+
var MediaConnectionStatus_Closed_getInstance = kotlin_com_vonage_clientcore.$_$.r1;
|
|
62196
|
+
var MediaConnectionStatus_Failed_getInstance = kotlin_com_vonage_clientcore.$_$.v1;
|
|
62197
|
+
var MediaConnectionStatus_Unknown_getInstance = kotlin_com_vonage_clientcore.$_$.x1;
|
|
62203
62198
|
var to = kotlin_kotlin.$_$.b9;
|
|
62204
62199
|
var toMap = kotlin_kotlin.$_$.z4;
|
|
62205
62200
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.x;
|
|
@@ -62210,7 +62205,7 @@ function requireClientsdkClientcore () {
|
|
|
62210
62205
|
//endregion
|
|
62211
62206
|
//region block: pre-declaration
|
|
62212
62207
|
function setConfig(config) {
|
|
62213
|
-
this.core.a1c(new SetConfig(config.
|
|
62208
|
+
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));
|
|
62214
62209
|
}
|
|
62215
62210
|
function createSession(token, sessionId) {
|
|
62216
62211
|
return new Promise(ICoreClientJS$createSession$lambda(this, token, sessionId));
|
|
@@ -62778,57 +62773,6 @@ function requireClientsdkClientcore () {
|
|
|
62778
62773
|
return this.j20();
|
|
62779
62774
|
}
|
|
62780
62775
|
});
|
|
62781
|
-
function UnknownEventJS(event) {
|
|
62782
|
-
this.x39_1 = event.c3a_1;
|
|
62783
|
-
this.y39_1 = event.d3a_1;
|
|
62784
|
-
this.z39_1 = event.e3a_1;
|
|
62785
|
-
this.a3a_1 = event.f3a_1;
|
|
62786
|
-
this.b3a_1 = map(event.g3a_1);
|
|
62787
|
-
}
|
|
62788
|
-
UnknownEventJS.prototype.o2u = function () {
|
|
62789
|
-
return this.x39_1;
|
|
62790
|
-
};
|
|
62791
|
-
UnknownEventJS.prototype.v1m = function () {
|
|
62792
|
-
return this.y39_1;
|
|
62793
|
-
};
|
|
62794
|
-
UnknownEventJS.prototype.k1q = function () {
|
|
62795
|
-
return this.z39_1;
|
|
62796
|
-
};
|
|
62797
|
-
UnknownEventJS.prototype.l2v = function () {
|
|
62798
|
-
return this.a3a_1;
|
|
62799
|
-
};
|
|
62800
|
-
UnknownEventJS.prototype.c1h = function () {
|
|
62801
|
-
return this.b3a_1;
|
|
62802
|
-
};
|
|
62803
|
-
UnknownEventJS.$metadata$ = classMeta('UnknownEventJS', [ConversationEventJS]);
|
|
62804
|
-
Object.defineProperty(UnknownEventJS.prototype, 'type', {
|
|
62805
|
-
configurable: true,
|
|
62806
|
-
get: UnknownEventJS.prototype.o2u
|
|
62807
|
-
});
|
|
62808
|
-
Object.defineProperty(UnknownEventJS.prototype, 'id', {
|
|
62809
|
-
configurable: true,
|
|
62810
|
-
get: function () {
|
|
62811
|
-
return this.v1m();
|
|
62812
|
-
}
|
|
62813
|
-
});
|
|
62814
|
-
Object.defineProperty(UnknownEventJS.prototype, 'timestamp', {
|
|
62815
|
-
configurable: true,
|
|
62816
|
-
get: function () {
|
|
62817
|
-
return this.k1q();
|
|
62818
|
-
}
|
|
62819
|
-
});
|
|
62820
|
-
Object.defineProperty(UnknownEventJS.prototype, 'conversationId', {
|
|
62821
|
-
configurable: true,
|
|
62822
|
-
get: function () {
|
|
62823
|
-
return this.l2v();
|
|
62824
|
-
}
|
|
62825
|
-
});
|
|
62826
|
-
Object.defineProperty(UnknownEventJS.prototype, 'from', {
|
|
62827
|
-
configurable: true,
|
|
62828
|
-
get: function () {
|
|
62829
|
-
return this.c1h();
|
|
62830
|
-
}
|
|
62831
|
-
});
|
|
62832
62776
|
function map(from) {
|
|
62833
62777
|
var tmp0_subject = from;
|
|
62834
62778
|
var tmp;
|
|
@@ -62882,11 +62826,7 @@ function requireClientsdkClientcore () {
|
|
|
62882
62826
|
if (tmp0_subject instanceof LocationMessageEvent) {
|
|
62883
62827
|
tmp = new LocationMessageEventJS(event);
|
|
62884
62828
|
} else {
|
|
62885
|
-
|
|
62886
|
-
tmp = new UnknownEventJS(event);
|
|
62887
|
-
} else {
|
|
62888
|
-
noWhenBranchMatchedException();
|
|
62889
|
-
}
|
|
62829
|
+
noWhenBranchMatchedException();
|
|
62890
62830
|
}
|
|
62891
62831
|
}
|
|
62892
62832
|
}
|
|
@@ -62905,37 +62845,37 @@ function requireClientsdkClientcore () {
|
|
|
62905
62845
|
}
|
|
62906
62846
|
MessageEventJS.$metadata$ = interfaceMeta('MessageEventJS', [ConversationEventJS]);
|
|
62907
62847
|
function Body(body) {
|
|
62908
|
-
this.
|
|
62848
|
+
this.x39_1 = body.l2p_1;
|
|
62909
62849
|
}
|
|
62910
|
-
Body.prototype.
|
|
62911
|
-
return this.
|
|
62850
|
+
Body.prototype.y39 = function () {
|
|
62851
|
+
return this.x39_1;
|
|
62912
62852
|
};
|
|
62913
62853
|
Body.$metadata$ = classMeta('Body');
|
|
62914
62854
|
Object.defineProperty(Body.prototype, 'text', {
|
|
62915
62855
|
configurable: true,
|
|
62916
|
-
get: Body.prototype.
|
|
62856
|
+
get: Body.prototype.y39
|
|
62917
62857
|
});
|
|
62918
62858
|
function TextMessageEventJS(event) {
|
|
62919
|
-
this.
|
|
62920
|
-
this.
|
|
62921
|
-
this.
|
|
62922
|
-
this.
|
|
62923
|
-
this.
|
|
62859
|
+
this.z39_1 = event.o2p_1;
|
|
62860
|
+
this.a3a_1 = event.m2p_1;
|
|
62861
|
+
this.b3a_1 = event.n2p_1;
|
|
62862
|
+
this.c3a_1 = map(event.p2p_1);
|
|
62863
|
+
this.d3a_1 = new Body(event.q2p_1);
|
|
62924
62864
|
}
|
|
62925
62865
|
TextMessageEventJS.prototype.v1m = function () {
|
|
62926
|
-
return this.
|
|
62866
|
+
return this.z39_1;
|
|
62927
62867
|
};
|
|
62928
62868
|
TextMessageEventJS.prototype.k1q = function () {
|
|
62929
|
-
return this.
|
|
62869
|
+
return this.a3a_1;
|
|
62930
62870
|
};
|
|
62931
62871
|
TextMessageEventJS.prototype.l2v = function () {
|
|
62932
|
-
return this.
|
|
62872
|
+
return this.b3a_1;
|
|
62933
62873
|
};
|
|
62934
62874
|
TextMessageEventJS.prototype.c1h = function () {
|
|
62935
|
-
return this.
|
|
62875
|
+
return this.c3a_1;
|
|
62936
62876
|
};
|
|
62937
62877
|
TextMessageEventJS.prototype.j20 = function () {
|
|
62938
|
-
return this.
|
|
62878
|
+
return this.d3a_1;
|
|
62939
62879
|
};
|
|
62940
62880
|
TextMessageEventJS.$metadata$ = classMeta('TextMessageEventJS', [MessageEventJS]);
|
|
62941
62881
|
Object.defineProperty(TextMessageEventJS.prototype, 'id', {
|
|
@@ -62967,37 +62907,37 @@ function requireClientsdkClientcore () {
|
|
|
62967
62907
|
get: TextMessageEventJS.prototype.j20
|
|
62968
62908
|
});
|
|
62969
62909
|
function Body_0(body) {
|
|
62970
|
-
this.
|
|
62910
|
+
this.e3a_1 = body.r2p_1;
|
|
62971
62911
|
}
|
|
62972
|
-
Body_0.prototype.
|
|
62973
|
-
return this.
|
|
62912
|
+
Body_0.prototype.f3a = function () {
|
|
62913
|
+
return this.e3a_1;
|
|
62974
62914
|
};
|
|
62975
62915
|
Body_0.$metadata$ = classMeta('Body');
|
|
62976
62916
|
Object.defineProperty(Body_0.prototype, 'customData', {
|
|
62977
62917
|
configurable: true,
|
|
62978
|
-
get: Body_0.prototype.
|
|
62918
|
+
get: Body_0.prototype.f3a
|
|
62979
62919
|
});
|
|
62980
62920
|
function CustomMessageEventJS(event) {
|
|
62981
|
-
this.
|
|
62982
|
-
this.
|
|
62983
|
-
this.
|
|
62984
|
-
this.
|
|
62985
|
-
this.
|
|
62921
|
+
this.g3a_1 = event.u2p_1;
|
|
62922
|
+
this.h3a_1 = event.s2p_1;
|
|
62923
|
+
this.i3a_1 = event.t2p_1;
|
|
62924
|
+
this.j3a_1 = map(event.v2p_1);
|
|
62925
|
+
this.k3a_1 = new Body_0(event.w2p_1);
|
|
62986
62926
|
}
|
|
62987
62927
|
CustomMessageEventJS.prototype.v1m = function () {
|
|
62988
|
-
return this.
|
|
62928
|
+
return this.g3a_1;
|
|
62989
62929
|
};
|
|
62990
62930
|
CustomMessageEventJS.prototype.k1q = function () {
|
|
62991
|
-
return this.
|
|
62931
|
+
return this.h3a_1;
|
|
62992
62932
|
};
|
|
62993
62933
|
CustomMessageEventJS.prototype.l2v = function () {
|
|
62994
|
-
return this.
|
|
62934
|
+
return this.i3a_1;
|
|
62995
62935
|
};
|
|
62996
62936
|
CustomMessageEventJS.prototype.c1h = function () {
|
|
62997
|
-
return this.
|
|
62937
|
+
return this.j3a_1;
|
|
62998
62938
|
};
|
|
62999
62939
|
CustomMessageEventJS.prototype.j20 = function () {
|
|
63000
|
-
return this.
|
|
62940
|
+
return this.k3a_1;
|
|
63001
62941
|
};
|
|
63002
62942
|
CustomMessageEventJS.$metadata$ = classMeta('CustomMessageEventJS', [MessageEventJS]);
|
|
63003
62943
|
Object.defineProperty(CustomMessageEventJS.prototype, 'id', {
|
|
@@ -63029,37 +62969,37 @@ function requireClientsdkClientcore () {
|
|
|
63029
62969
|
get: CustomMessageEventJS.prototype.j20
|
|
63030
62970
|
});
|
|
63031
62971
|
function Body_1(body) {
|
|
63032
|
-
this.
|
|
62972
|
+
this.l3a_1 = body.j2q_1;
|
|
63033
62973
|
}
|
|
63034
|
-
Body_1.prototype.
|
|
63035
|
-
return this.
|
|
62974
|
+
Body_1.prototype.m3a = function () {
|
|
62975
|
+
return this.l3a_1;
|
|
63036
62976
|
};
|
|
63037
62977
|
Body_1.$metadata$ = classMeta('Body');
|
|
63038
62978
|
Object.defineProperty(Body_1.prototype, 'audioUrl', {
|
|
63039
62979
|
configurable: true,
|
|
63040
|
-
get: Body_1.prototype.
|
|
62980
|
+
get: Body_1.prototype.m3a
|
|
63041
62981
|
});
|
|
63042
62982
|
function AudioMessageEventJS(event) {
|
|
63043
|
-
this.
|
|
63044
|
-
this.
|
|
63045
|
-
this.
|
|
63046
|
-
this.
|
|
63047
|
-
this.
|
|
62983
|
+
this.n3a_1 = event.m2q_1;
|
|
62984
|
+
this.o3a_1 = event.k2q_1;
|
|
62985
|
+
this.p3a_1 = event.l2q_1;
|
|
62986
|
+
this.q3a_1 = map(event.n2q_1);
|
|
62987
|
+
this.r3a_1 = new Body_1(event.o2q_1);
|
|
63048
62988
|
}
|
|
63049
62989
|
AudioMessageEventJS.prototype.v1m = function () {
|
|
63050
|
-
return this.
|
|
62990
|
+
return this.n3a_1;
|
|
63051
62991
|
};
|
|
63052
62992
|
AudioMessageEventJS.prototype.k1q = function () {
|
|
63053
|
-
return this.
|
|
62993
|
+
return this.o3a_1;
|
|
63054
62994
|
};
|
|
63055
62995
|
AudioMessageEventJS.prototype.l2v = function () {
|
|
63056
|
-
return this.
|
|
62996
|
+
return this.p3a_1;
|
|
63057
62997
|
};
|
|
63058
62998
|
AudioMessageEventJS.prototype.c1h = function () {
|
|
63059
|
-
return this.
|
|
62999
|
+
return this.q3a_1;
|
|
63060
63000
|
};
|
|
63061
63001
|
AudioMessageEventJS.prototype.j20 = function () {
|
|
63062
|
-
return this.
|
|
63002
|
+
return this.r3a_1;
|
|
63063
63003
|
};
|
|
63064
63004
|
AudioMessageEventJS.$metadata$ = classMeta('AudioMessageEventJS', [MessageEventJS]);
|
|
63065
63005
|
Object.defineProperty(AudioMessageEventJS.prototype, 'id', {
|
|
@@ -63091,37 +63031,37 @@ function requireClientsdkClientcore () {
|
|
|
63091
63031
|
get: AudioMessageEventJS.prototype.j20
|
|
63092
63032
|
});
|
|
63093
63033
|
function Body_2(body) {
|
|
63094
|
-
this.
|
|
63034
|
+
this.s3a_1 = body.d2q_1;
|
|
63095
63035
|
}
|
|
63096
|
-
Body_2.prototype.
|
|
63097
|
-
return this.
|
|
63036
|
+
Body_2.prototype.t3a = function () {
|
|
63037
|
+
return this.s3a_1;
|
|
63098
63038
|
};
|
|
63099
63039
|
Body_2.$metadata$ = classMeta('Body');
|
|
63100
63040
|
Object.defineProperty(Body_2.prototype, 'videoUrl', {
|
|
63101
63041
|
configurable: true,
|
|
63102
|
-
get: Body_2.prototype.
|
|
63042
|
+
get: Body_2.prototype.t3a
|
|
63103
63043
|
});
|
|
63104
63044
|
function VideoMessageEventJS(event) {
|
|
63105
|
-
this.
|
|
63106
|
-
this.
|
|
63107
|
-
this.
|
|
63108
|
-
this.
|
|
63109
|
-
this.
|
|
63045
|
+
this.u3a_1 = event.g2q_1;
|
|
63046
|
+
this.v3a_1 = event.e2q_1;
|
|
63047
|
+
this.w3a_1 = event.f2q_1;
|
|
63048
|
+
this.x3a_1 = map(event.h2q_1);
|
|
63049
|
+
this.y3a_1 = new Body_2(event.i2q_1);
|
|
63110
63050
|
}
|
|
63111
63051
|
VideoMessageEventJS.prototype.v1m = function () {
|
|
63112
|
-
return this.
|
|
63052
|
+
return this.u3a_1;
|
|
63113
63053
|
};
|
|
63114
63054
|
VideoMessageEventJS.prototype.k1q = function () {
|
|
63115
|
-
return this.
|
|
63055
|
+
return this.v3a_1;
|
|
63116
63056
|
};
|
|
63117
63057
|
VideoMessageEventJS.prototype.l2v = function () {
|
|
63118
|
-
return this.
|
|
63058
|
+
return this.w3a_1;
|
|
63119
63059
|
};
|
|
63120
63060
|
VideoMessageEventJS.prototype.c1h = function () {
|
|
63121
|
-
return this.
|
|
63061
|
+
return this.x3a_1;
|
|
63122
63062
|
};
|
|
63123
63063
|
VideoMessageEventJS.prototype.j20 = function () {
|
|
63124
|
-
return this.
|
|
63064
|
+
return this.y3a_1;
|
|
63125
63065
|
};
|
|
63126
63066
|
VideoMessageEventJS.$metadata$ = classMeta('VideoMessageEventJS', [MessageEventJS]);
|
|
63127
63067
|
Object.defineProperty(VideoMessageEventJS.prototype, 'id', {
|
|
@@ -63153,37 +63093,37 @@ function requireClientsdkClientcore () {
|
|
|
63153
63093
|
get: VideoMessageEventJS.prototype.j20
|
|
63154
63094
|
});
|
|
63155
63095
|
function Body_3(body) {
|
|
63156
|
-
this.
|
|
63096
|
+
this.z3a_1 = body.x2p_1;
|
|
63157
63097
|
}
|
|
63158
|
-
Body_3.prototype.
|
|
63159
|
-
return this.
|
|
63098
|
+
Body_3.prototype.a3b = function () {
|
|
63099
|
+
return this.z3a_1;
|
|
63160
63100
|
};
|
|
63161
63101
|
Body_3.$metadata$ = classMeta('Body');
|
|
63162
63102
|
Object.defineProperty(Body_3.prototype, 'imageUrl', {
|
|
63163
63103
|
configurable: true,
|
|
63164
|
-
get: Body_3.prototype.
|
|
63104
|
+
get: Body_3.prototype.a3b
|
|
63165
63105
|
});
|
|
63166
63106
|
function ImageMessageEventJS(event) {
|
|
63167
|
-
this.
|
|
63168
|
-
this.
|
|
63169
|
-
this.
|
|
63170
|
-
this.
|
|
63171
|
-
this.
|
|
63107
|
+
this.b3b_1 = event.a2q_1;
|
|
63108
|
+
this.c3b_1 = event.y2p_1;
|
|
63109
|
+
this.d3b_1 = event.z2p_1;
|
|
63110
|
+
this.e3b_1 = map(event.b2q_1);
|
|
63111
|
+
this.f3b_1 = new Body_3(event.c2q_1);
|
|
63172
63112
|
}
|
|
63173
63113
|
ImageMessageEventJS.prototype.v1m = function () {
|
|
63174
|
-
return this.
|
|
63114
|
+
return this.b3b_1;
|
|
63175
63115
|
};
|
|
63176
63116
|
ImageMessageEventJS.prototype.k1q = function () {
|
|
63177
|
-
return this.
|
|
63117
|
+
return this.c3b_1;
|
|
63178
63118
|
};
|
|
63179
63119
|
ImageMessageEventJS.prototype.l2v = function () {
|
|
63180
|
-
return this.
|
|
63120
|
+
return this.d3b_1;
|
|
63181
63121
|
};
|
|
63182
63122
|
ImageMessageEventJS.prototype.c1h = function () {
|
|
63183
|
-
return this.
|
|
63123
|
+
return this.e3b_1;
|
|
63184
63124
|
};
|
|
63185
63125
|
ImageMessageEventJS.prototype.j20 = function () {
|
|
63186
|
-
return this.
|
|
63126
|
+
return this.f3b_1;
|
|
63187
63127
|
};
|
|
63188
63128
|
ImageMessageEventJS.$metadata$ = classMeta('ImageMessageEventJS', [MessageEventJS]);
|
|
63189
63129
|
Object.defineProperty(ImageMessageEventJS.prototype, 'id', {
|
|
@@ -63215,37 +63155,37 @@ function requireClientsdkClientcore () {
|
|
|
63215
63155
|
get: ImageMessageEventJS.prototype.j20
|
|
63216
63156
|
});
|
|
63217
63157
|
function Body_4(body) {
|
|
63218
|
-
this.
|
|
63158
|
+
this.g3b_1 = body.p2q_1;
|
|
63219
63159
|
}
|
|
63220
|
-
Body_4.prototype.
|
|
63221
|
-
return this.
|
|
63160
|
+
Body_4.prototype.h3b = function () {
|
|
63161
|
+
return this.g3b_1;
|
|
63222
63162
|
};
|
|
63223
63163
|
Body_4.$metadata$ = classMeta('Body');
|
|
63224
63164
|
Object.defineProperty(Body_4.prototype, 'fileUrl', {
|
|
63225
63165
|
configurable: true,
|
|
63226
|
-
get: Body_4.prototype.
|
|
63166
|
+
get: Body_4.prototype.h3b
|
|
63227
63167
|
});
|
|
63228
63168
|
function FileMessageEventJS(event) {
|
|
63229
|
-
this.
|
|
63230
|
-
this.
|
|
63231
|
-
this.
|
|
63232
|
-
this.
|
|
63233
|
-
this.
|
|
63169
|
+
this.i3b_1 = event.s2q_1;
|
|
63170
|
+
this.j3b_1 = event.q2q_1;
|
|
63171
|
+
this.k3b_1 = event.r2q_1;
|
|
63172
|
+
this.l3b_1 = map(event.t2q_1);
|
|
63173
|
+
this.m3b_1 = new Body_4(event.u2q_1);
|
|
63234
63174
|
}
|
|
63235
63175
|
FileMessageEventJS.prototype.v1m = function () {
|
|
63236
|
-
return this.
|
|
63176
|
+
return this.i3b_1;
|
|
63237
63177
|
};
|
|
63238
63178
|
FileMessageEventJS.prototype.k1q = function () {
|
|
63239
|
-
return this.
|
|
63179
|
+
return this.j3b_1;
|
|
63240
63180
|
};
|
|
63241
63181
|
FileMessageEventJS.prototype.l2v = function () {
|
|
63242
|
-
return this.
|
|
63182
|
+
return this.k3b_1;
|
|
63243
63183
|
};
|
|
63244
63184
|
FileMessageEventJS.prototype.c1h = function () {
|
|
63245
|
-
return this.
|
|
63185
|
+
return this.l3b_1;
|
|
63246
63186
|
};
|
|
63247
63187
|
FileMessageEventJS.prototype.j20 = function () {
|
|
63248
|
-
return this.
|
|
63188
|
+
return this.m3b_1;
|
|
63249
63189
|
};
|
|
63250
63190
|
FileMessageEventJS.$metadata$ = classMeta('FileMessageEventJS', [MessageEventJS]);
|
|
63251
63191
|
Object.defineProperty(FileMessageEventJS.prototype, 'id', {
|
|
@@ -63277,37 +63217,37 @@ function requireClientsdkClientcore () {
|
|
|
63277
63217
|
get: FileMessageEventJS.prototype.j20
|
|
63278
63218
|
});
|
|
63279
63219
|
function Body_5(body) {
|
|
63280
|
-
this.
|
|
63220
|
+
this.n3b_1 = body.v2q_1;
|
|
63281
63221
|
}
|
|
63282
|
-
Body_5.prototype.
|
|
63283
|
-
return this.
|
|
63222
|
+
Body_5.prototype.o3b = function () {
|
|
63223
|
+
return this.n3b_1;
|
|
63284
63224
|
};
|
|
63285
63225
|
Body_5.$metadata$ = classMeta('Body');
|
|
63286
63226
|
Object.defineProperty(Body_5.prototype, 'vcardUrl', {
|
|
63287
63227
|
configurable: true,
|
|
63288
|
-
get: Body_5.prototype.
|
|
63228
|
+
get: Body_5.prototype.o3b
|
|
63289
63229
|
});
|
|
63290
63230
|
function VCardMessageEventJS(event) {
|
|
63291
|
-
this.
|
|
63292
|
-
this.
|
|
63293
|
-
this.
|
|
63294
|
-
this.
|
|
63295
|
-
this.
|
|
63231
|
+
this.p3b_1 = event.y2q_1;
|
|
63232
|
+
this.q3b_1 = event.w2q_1;
|
|
63233
|
+
this.r3b_1 = event.x2q_1;
|
|
63234
|
+
this.s3b_1 = map(event.z2q_1);
|
|
63235
|
+
this.t3b_1 = new Body_5(event.a2r_1);
|
|
63296
63236
|
}
|
|
63297
63237
|
VCardMessageEventJS.prototype.v1m = function () {
|
|
63298
|
-
return this.
|
|
63238
|
+
return this.p3b_1;
|
|
63299
63239
|
};
|
|
63300
63240
|
VCardMessageEventJS.prototype.k1q = function () {
|
|
63301
|
-
return this.
|
|
63241
|
+
return this.q3b_1;
|
|
63302
63242
|
};
|
|
63303
63243
|
VCardMessageEventJS.prototype.l2v = function () {
|
|
63304
|
-
return this.
|
|
63244
|
+
return this.r3b_1;
|
|
63305
63245
|
};
|
|
63306
63246
|
VCardMessageEventJS.prototype.c1h = function () {
|
|
63307
|
-
return this.
|
|
63247
|
+
return this.s3b_1;
|
|
63308
63248
|
};
|
|
63309
63249
|
VCardMessageEventJS.prototype.j20 = function () {
|
|
63310
|
-
return this.
|
|
63250
|
+
return this.t3b_1;
|
|
63311
63251
|
};
|
|
63312
63252
|
VCardMessageEventJS.$metadata$ = classMeta('VCardMessageEventJS', [MessageEventJS]);
|
|
63313
63253
|
Object.defineProperty(VCardMessageEventJS.prototype, 'id', {
|
|
@@ -63339,42 +63279,42 @@ function requireClientsdkClientcore () {
|
|
|
63339
63279
|
get: VCardMessageEventJS.prototype.j20
|
|
63340
63280
|
});
|
|
63341
63281
|
function Body_6(body) {
|
|
63342
|
-
this.
|
|
63282
|
+
this.u3b_1 = new Location(body.j2r_1);
|
|
63343
63283
|
}
|
|
63344
|
-
Body_6.prototype.
|
|
63345
|
-
return this.
|
|
63284
|
+
Body_6.prototype.v3b = function () {
|
|
63285
|
+
return this.u3b_1;
|
|
63346
63286
|
};
|
|
63347
63287
|
Body_6.$metadata$ = classMeta('Body');
|
|
63348
63288
|
Object.defineProperty(Body_6.prototype, 'location', {
|
|
63349
63289
|
configurable: true,
|
|
63350
|
-
get: Body_6.prototype.
|
|
63290
|
+
get: Body_6.prototype.v3b
|
|
63351
63291
|
});
|
|
63352
63292
|
function Location(location) {
|
|
63353
|
-
this.
|
|
63354
|
-
this.
|
|
63355
|
-
this.
|
|
63356
|
-
this.
|
|
63293
|
+
this.w3b_1 = location.k2r_1;
|
|
63294
|
+
this.x3b_1 = location.l2r_1;
|
|
63295
|
+
this.y3b_1 = location.m2r_1;
|
|
63296
|
+
this.z3b_1 = location.n2r_1;
|
|
63357
63297
|
}
|
|
63358
|
-
Location.prototype.
|
|
63359
|
-
return this.
|
|
63298
|
+
Location.prototype.a3c = function () {
|
|
63299
|
+
return this.w3b_1;
|
|
63360
63300
|
};
|
|
63361
|
-
Location.prototype.
|
|
63362
|
-
return this.
|
|
63301
|
+
Location.prototype.b3c = function () {
|
|
63302
|
+
return this.x3b_1;
|
|
63363
63303
|
};
|
|
63364
63304
|
Location.prototype.f4 = function () {
|
|
63365
|
-
return this.
|
|
63305
|
+
return this.y3b_1;
|
|
63366
63306
|
};
|
|
63367
|
-
Location.prototype.
|
|
63368
|
-
return this.
|
|
63307
|
+
Location.prototype.c3c = function () {
|
|
63308
|
+
return this.z3b_1;
|
|
63369
63309
|
};
|
|
63370
63310
|
Location.$metadata$ = classMeta('Location');
|
|
63371
63311
|
Object.defineProperty(Location.prototype, 'longitude', {
|
|
63372
63312
|
configurable: true,
|
|
63373
|
-
get: Location.prototype.
|
|
63313
|
+
get: Location.prototype.a3c
|
|
63374
63314
|
});
|
|
63375
63315
|
Object.defineProperty(Location.prototype, 'latitude', {
|
|
63376
63316
|
configurable: true,
|
|
63377
|
-
get: Location.prototype.
|
|
63317
|
+
get: Location.prototype.b3c
|
|
63378
63318
|
});
|
|
63379
63319
|
Object.defineProperty(Location.prototype, 'name', {
|
|
63380
63320
|
configurable: true,
|
|
@@ -63382,29 +63322,29 @@ function requireClientsdkClientcore () {
|
|
|
63382
63322
|
});
|
|
63383
63323
|
Object.defineProperty(Location.prototype, 'address', {
|
|
63384
63324
|
configurable: true,
|
|
63385
|
-
get: Location.prototype.
|
|
63325
|
+
get: Location.prototype.c3c
|
|
63386
63326
|
});
|
|
63387
63327
|
function LocationMessageEventJS(event) {
|
|
63388
|
-
this.
|
|
63389
|
-
this.
|
|
63390
|
-
this.
|
|
63391
|
-
this.
|
|
63392
|
-
this.
|
|
63328
|
+
this.d3c_1 = event.q2r_1;
|
|
63329
|
+
this.e3c_1 = event.o2r_1;
|
|
63330
|
+
this.f3c_1 = event.p2r_1;
|
|
63331
|
+
this.g3c_1 = map(event.r2r_1);
|
|
63332
|
+
this.h3c_1 = new Body_6(event.s2r_1);
|
|
63393
63333
|
}
|
|
63394
63334
|
LocationMessageEventJS.prototype.v1m = function () {
|
|
63395
|
-
return this.
|
|
63335
|
+
return this.d3c_1;
|
|
63396
63336
|
};
|
|
63397
63337
|
LocationMessageEventJS.prototype.k1q = function () {
|
|
63398
|
-
return this.
|
|
63338
|
+
return this.e3c_1;
|
|
63399
63339
|
};
|
|
63400
63340
|
LocationMessageEventJS.prototype.l2v = function () {
|
|
63401
|
-
return this.
|
|
63341
|
+
return this.f3c_1;
|
|
63402
63342
|
};
|
|
63403
63343
|
LocationMessageEventJS.prototype.c1h = function () {
|
|
63404
|
-
return this.
|
|
63344
|
+
return this.g3c_1;
|
|
63405
63345
|
};
|
|
63406
63346
|
LocationMessageEventJS.prototype.j20 = function () {
|
|
63407
|
-
return this.
|
|
63347
|
+
return this.h3c_1;
|
|
63408
63348
|
};
|
|
63409
63349
|
LocationMessageEventJS.$metadata$ = classMeta('LocationMessageEventJS', [MessageEventJS]);
|
|
63410
63350
|
Object.defineProperty(LocationMessageEventJS.prototype, 'id', {
|
|
@@ -63436,34 +63376,34 @@ function requireClientsdkClientcore () {
|
|
|
63436
63376
|
get: LocationMessageEventJS.prototype.j20
|
|
63437
63377
|
});
|
|
63438
63378
|
function Body_7(body) {
|
|
63439
|
-
this.
|
|
63440
|
-
this.
|
|
63379
|
+
this.i3c_1 = body;
|
|
63380
|
+
this.j3c_1 = new TemplateObject(this.i3c_1.b2r_1);
|
|
63441
63381
|
}
|
|
63442
63382
|
Body_7.prototype.j20 = function () {
|
|
63443
|
-
return this.
|
|
63383
|
+
return this.i3c_1;
|
|
63444
63384
|
};
|
|
63445
|
-
Body_7.prototype.
|
|
63446
|
-
return this.
|
|
63385
|
+
Body_7.prototype.k3c = function () {
|
|
63386
|
+
return this.j3c_1;
|
|
63447
63387
|
};
|
|
63448
63388
|
Body_7.prototype.component1 = function () {
|
|
63449
|
-
return this.
|
|
63389
|
+
return this.i3c_1;
|
|
63450
63390
|
};
|
|
63451
63391
|
Body_7.prototype.copy = function (body) {
|
|
63452
|
-
return this.
|
|
63392
|
+
return this.l3c(body === void 1 ? this.i3c_1 : body);
|
|
63453
63393
|
};
|
|
63454
|
-
Body_7.prototype.
|
|
63394
|
+
Body_7.prototype.l3c = function (body) {
|
|
63455
63395
|
return new Body_7(body);
|
|
63456
63396
|
};
|
|
63457
|
-
Body_7.prototype.
|
|
63397
|
+
Body_7.prototype.m3c = function (body, $mask0, $handler) {
|
|
63458
63398
|
if (!(($mask0 & 1) === 0))
|
|
63459
|
-
body = this.
|
|
63460
|
-
return this.
|
|
63399
|
+
body = this.i3c_1;
|
|
63400
|
+
return this.l3c(body);
|
|
63461
63401
|
};
|
|
63462
63402
|
Body_7.prototype.toString = function () {
|
|
63463
|
-
return 'Body(body=' + this.
|
|
63403
|
+
return 'Body(body=' + this.i3c_1 + ')';
|
|
63464
63404
|
};
|
|
63465
63405
|
Body_7.prototype.hashCode = function () {
|
|
63466
|
-
return this.
|
|
63406
|
+
return this.i3c_1.hashCode();
|
|
63467
63407
|
};
|
|
63468
63408
|
Body_7.prototype.equals = function (other) {
|
|
63469
63409
|
if (this === other)
|
|
@@ -63471,7 +63411,7 @@ function requireClientsdkClientcore () {
|
|
|
63471
63411
|
if (!(other instanceof Body_7))
|
|
63472
63412
|
return false;
|
|
63473
63413
|
var tmp0_other_with_cast = other instanceof Body_7 ? other : THROW_CCE();
|
|
63474
|
-
if (!this.
|
|
63414
|
+
if (!this.i3c_1.equals(tmp0_other_with_cast.i3c_1))
|
|
63475
63415
|
return false;
|
|
63476
63416
|
return true;
|
|
63477
63417
|
};
|
|
@@ -63482,10 +63422,10 @@ function requireClientsdkClientcore () {
|
|
|
63482
63422
|
});
|
|
63483
63423
|
Object.defineProperty(Body_7.prototype, 'template', {
|
|
63484
63424
|
configurable: true,
|
|
63485
|
-
get: Body_7.prototype.
|
|
63425
|
+
get: Body_7.prototype.k3c
|
|
63486
63426
|
});
|
|
63487
63427
|
function TemplateObject(template) {
|
|
63488
|
-
this.
|
|
63428
|
+
this.n3c_1 = template.c2r_1;
|
|
63489
63429
|
var tmp = this;
|
|
63490
63430
|
var tmp0_safe_receiver = template.d2r_1;
|
|
63491
63431
|
var tmp_0;
|
|
@@ -63497,13 +63437,13 @@ function requireClientsdkClientcore () {
|
|
|
63497
63437
|
tmp$ret$0 = copyToArray(tmp0_safe_receiver);
|
|
63498
63438
|
tmp_0 = tmp$ret$0;
|
|
63499
63439
|
}
|
|
63500
|
-
tmp.
|
|
63440
|
+
tmp.o3c_1 = tmp_0;
|
|
63501
63441
|
}
|
|
63502
63442
|
TemplateObject.prototype.f4 = function () {
|
|
63503
|
-
return this.
|
|
63443
|
+
return this.n3c_1;
|
|
63504
63444
|
};
|
|
63505
|
-
TemplateObject.prototype.
|
|
63506
|
-
return this.
|
|
63445
|
+
TemplateObject.prototype.p3c = function () {
|
|
63446
|
+
return this.o3c_1;
|
|
63507
63447
|
};
|
|
63508
63448
|
TemplateObject.$metadata$ = classMeta('TemplateObject');
|
|
63509
63449
|
Object.defineProperty(TemplateObject.prototype, 'name', {
|
|
@@ -63512,29 +63452,29 @@ function requireClientsdkClientcore () {
|
|
|
63512
63452
|
});
|
|
63513
63453
|
Object.defineProperty(TemplateObject.prototype, 'parameters', {
|
|
63514
63454
|
configurable: true,
|
|
63515
|
-
get: TemplateObject.prototype.
|
|
63455
|
+
get: TemplateObject.prototype.p3c
|
|
63516
63456
|
});
|
|
63517
63457
|
function TemplateMessageEventJS(event) {
|
|
63518
|
-
this.
|
|
63519
|
-
this.
|
|
63520
|
-
this.
|
|
63521
|
-
this.
|
|
63522
|
-
this.
|
|
63458
|
+
this.q3c_1 = event.g2r_1;
|
|
63459
|
+
this.r3c_1 = event.e2r_1;
|
|
63460
|
+
this.s3c_1 = event.f2r_1;
|
|
63461
|
+
this.t3c_1 = map(event.h2r_1);
|
|
63462
|
+
this.u3c_1 = new Body_7(event.i2r_1);
|
|
63523
63463
|
}
|
|
63524
63464
|
TemplateMessageEventJS.prototype.v1m = function () {
|
|
63525
|
-
return this.
|
|
63465
|
+
return this.q3c_1;
|
|
63526
63466
|
};
|
|
63527
63467
|
TemplateMessageEventJS.prototype.k1q = function () {
|
|
63528
|
-
return this.
|
|
63468
|
+
return this.r3c_1;
|
|
63529
63469
|
};
|
|
63530
63470
|
TemplateMessageEventJS.prototype.l2v = function () {
|
|
63531
|
-
return this.
|
|
63471
|
+
return this.s3c_1;
|
|
63532
63472
|
};
|
|
63533
63473
|
TemplateMessageEventJS.prototype.c1h = function () {
|
|
63534
|
-
return this.
|
|
63474
|
+
return this.t3c_1;
|
|
63535
63475
|
};
|
|
63536
63476
|
TemplateMessageEventJS.prototype.j20 = function () {
|
|
63537
|
-
return this.
|
|
63477
|
+
return this.u3c_1;
|
|
63538
63478
|
};
|
|
63539
63479
|
TemplateMessageEventJS.$metadata$ = classMeta('TemplateMessageEventJS', [MessageEventJS]);
|
|
63540
63480
|
Object.defineProperty(TemplateMessageEventJS.prototype, 'id', {
|
|
@@ -63592,15 +63532,15 @@ function requireClientsdkClientcore () {
|
|
|
63592
63532
|
}
|
|
63593
63533
|
function PresentingOrderJS(name, ordinal, corePresentingOrder) {
|
|
63594
63534
|
Enum.call(this, name, ordinal);
|
|
63595
|
-
this.
|
|
63535
|
+
this.x3c_1 = corePresentingOrder;
|
|
63596
63536
|
}
|
|
63597
|
-
PresentingOrderJS.prototype.
|
|
63598
|
-
return this.
|
|
63537
|
+
PresentingOrderJS.prototype.y3c = function () {
|
|
63538
|
+
return this.x3c_1;
|
|
63599
63539
|
};
|
|
63600
63540
|
PresentingOrderJS.$metadata$ = classMeta('PresentingOrderJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
63601
63541
|
Object.defineProperty(PresentingOrderJS.prototype, 'corePresentingOrder', {
|
|
63602
63542
|
configurable: true,
|
|
63603
|
-
get: PresentingOrderJS.prototype.
|
|
63543
|
+
get: PresentingOrderJS.prototype.y3c
|
|
63604
63544
|
});
|
|
63605
63545
|
Object.defineProperty(PresentingOrderJS.prototype, 'name', {
|
|
63606
63546
|
configurable: true,
|
|
@@ -63611,10 +63551,10 @@ function requireClientsdkClientcore () {
|
|
|
63611
63551
|
get: PresentingOrderJS.prototype.we
|
|
63612
63552
|
});
|
|
63613
63553
|
function ConversationJS(conversation) {
|
|
63614
|
-
this.
|
|
63615
|
-
this.
|
|
63616
|
-
this.
|
|
63617
|
-
this.
|
|
63554
|
+
this.z3c_1 = conversation.c2n_1;
|
|
63555
|
+
this.a3d_1 = conversation.d2n_1;
|
|
63556
|
+
this.b3d_1 = new ConversationTimestampJS(conversation.e2n_1);
|
|
63557
|
+
this.c3d_1 = conversation.f2n_1;
|
|
63618
63558
|
var tmp = this;
|
|
63619
63559
|
var tmp0_safe_receiver = conversation.g2n_1;
|
|
63620
63560
|
var tmp_0;
|
|
@@ -63630,9 +63570,9 @@ function requireClientsdkClientcore () {
|
|
|
63630
63570
|
tmp$ret$1 = tmp$ret$0;
|
|
63631
63571
|
tmp_0 = tmp$ret$1;
|
|
63632
63572
|
}
|
|
63633
|
-
tmp.
|
|
63634
|
-
this.
|
|
63635
|
-
this.
|
|
63573
|
+
tmp.d3d_1 = tmp_0;
|
|
63574
|
+
this.e3d_1 = conversation.h2n_1;
|
|
63575
|
+
this.f3d_1 = conversation.i2n_1;
|
|
63636
63576
|
var tmp_1 = this;
|
|
63637
63577
|
var tmp0_safe_receiver_0 = conversation.j2n_1;
|
|
63638
63578
|
var tmp_2;
|
|
@@ -63648,35 +63588,35 @@ function requireClientsdkClientcore () {
|
|
|
63648
63588
|
tmp$ret$3 = tmp$ret$2;
|
|
63649
63589
|
tmp_2 = tmp$ret$3;
|
|
63650
63590
|
}
|
|
63651
|
-
tmp_1.
|
|
63652
|
-
this.
|
|
63591
|
+
tmp_1.g3d_1 = tmp_2;
|
|
63592
|
+
this.h3d_1 = conversation.k2n_1;
|
|
63653
63593
|
}
|
|
63654
63594
|
ConversationJS.prototype.v1m = function () {
|
|
63655
|
-
return this.
|
|
63595
|
+
return this.z3c_1;
|
|
63656
63596
|
};
|
|
63657
63597
|
ConversationJS.prototype.f4 = function () {
|
|
63658
|
-
return this.
|
|
63598
|
+
return this.a3d_1;
|
|
63659
63599
|
};
|
|
63660
63600
|
ConversationJS.prototype.k1q = function () {
|
|
63661
|
-
return this.
|
|
63601
|
+
return this.b3d_1;
|
|
63662
63602
|
};
|
|
63663
63603
|
ConversationJS.prototype.t2v = function () {
|
|
63664
|
-
return this.
|
|
63604
|
+
return this.c3d_1;
|
|
63665
63605
|
};
|
|
63666
63606
|
ConversationJS.prototype.y35 = function () {
|
|
63667
|
-
return this.
|
|
63607
|
+
return this.d3d_1;
|
|
63668
63608
|
};
|
|
63669
|
-
ConversationJS.prototype.
|
|
63670
|
-
return this.
|
|
63609
|
+
ConversationJS.prototype.i3d = function () {
|
|
63610
|
+
return this.e3d_1;
|
|
63671
63611
|
};
|
|
63672
|
-
ConversationJS.prototype.
|
|
63673
|
-
return this.
|
|
63612
|
+
ConversationJS.prototype.a3b = function () {
|
|
63613
|
+
return this.f3d_1;
|
|
63674
63614
|
};
|
|
63675
63615
|
ConversationJS.prototype.u1c = function () {
|
|
63676
|
-
return this.
|
|
63616
|
+
return this.g3d_1;
|
|
63677
63617
|
};
|
|
63678
|
-
ConversationJS.prototype.
|
|
63679
|
-
return this.
|
|
63618
|
+
ConversationJS.prototype.f3a = function () {
|
|
63619
|
+
return this.h3d_1;
|
|
63680
63620
|
};
|
|
63681
63621
|
ConversationJS.$metadata$ = classMeta('ConversationJS');
|
|
63682
63622
|
Object.defineProperty(ConversationJS.prototype, 'id', {
|
|
@@ -63701,11 +63641,11 @@ function requireClientsdkClientcore () {
|
|
|
63701
63641
|
});
|
|
63702
63642
|
Object.defineProperty(ConversationJS.prototype, 'displayName', {
|
|
63703
63643
|
configurable: true,
|
|
63704
|
-
get: ConversationJS.prototype.
|
|
63644
|
+
get: ConversationJS.prototype.i3d
|
|
63705
63645
|
});
|
|
63706
63646
|
Object.defineProperty(ConversationJS.prototype, 'imageUrl', {
|
|
63707
63647
|
configurable: true,
|
|
63708
|
-
get: ConversationJS.prototype.
|
|
63648
|
+
get: ConversationJS.prototype.a3b
|
|
63709
63649
|
});
|
|
63710
63650
|
Object.defineProperty(ConversationJS.prototype, 'state', {
|
|
63711
63651
|
configurable: true,
|
|
@@ -63713,7 +63653,7 @@ function requireClientsdkClientcore () {
|
|
|
63713
63653
|
});
|
|
63714
63654
|
Object.defineProperty(ConversationJS.prototype, 'customData', {
|
|
63715
63655
|
configurable: true,
|
|
63716
|
-
get: ConversationJS.prototype.
|
|
63656
|
+
get: ConversationJS.prototype.f3a
|
|
63717
63657
|
});
|
|
63718
63658
|
var ConversationStateJS_ACTIVE_instance;
|
|
63719
63659
|
var ConversationStateJS_INACTIVE_instance;
|
|
@@ -63757,31 +63697,31 @@ function requireClientsdkClientcore () {
|
|
|
63757
63697
|
get: ConversationStateJS.prototype.we
|
|
63758
63698
|
});
|
|
63759
63699
|
function ConversationTimestampJS(conversationTimestamp) {
|
|
63760
|
-
this.
|
|
63761
|
-
this.
|
|
63762
|
-
this.
|
|
63700
|
+
this.l3d_1 = conversationTimestamp.n2n_1;
|
|
63701
|
+
this.m3d_1 = conversationTimestamp.o2n_1;
|
|
63702
|
+
this.n3d_1 = conversationTimestamp.p2n_1;
|
|
63763
63703
|
}
|
|
63764
|
-
ConversationTimestampJS.prototype.
|
|
63765
|
-
return this.
|
|
63704
|
+
ConversationTimestampJS.prototype.o3d = function () {
|
|
63705
|
+
return this.l3d_1;
|
|
63766
63706
|
};
|
|
63767
|
-
ConversationTimestampJS.prototype.
|
|
63768
|
-
return this.
|
|
63707
|
+
ConversationTimestampJS.prototype.p3d = function () {
|
|
63708
|
+
return this.m3d_1;
|
|
63769
63709
|
};
|
|
63770
|
-
ConversationTimestampJS.prototype.
|
|
63771
|
-
return this.
|
|
63710
|
+
ConversationTimestampJS.prototype.q3d = function () {
|
|
63711
|
+
return this.n3d_1;
|
|
63772
63712
|
};
|
|
63773
63713
|
ConversationTimestampJS.$metadata$ = classMeta('ConversationTimestampJS');
|
|
63774
63714
|
Object.defineProperty(ConversationTimestampJS.prototype, 'created', {
|
|
63775
63715
|
configurable: true,
|
|
63776
|
-
get: ConversationTimestampJS.prototype.
|
|
63716
|
+
get: ConversationTimestampJS.prototype.o3d
|
|
63777
63717
|
});
|
|
63778
63718
|
Object.defineProperty(ConversationTimestampJS.prototype, 'updated', {
|
|
63779
63719
|
configurable: true,
|
|
63780
|
-
get: ConversationTimestampJS.prototype.
|
|
63720
|
+
get: ConversationTimestampJS.prototype.p3d
|
|
63781
63721
|
});
|
|
63782
63722
|
Object.defineProperty(ConversationTimestampJS.prototype, 'destroyed', {
|
|
63783
63723
|
configurable: true,
|
|
63784
|
-
get: ConversationTimestampJS.prototype.
|
|
63724
|
+
get: ConversationTimestampJS.prototype.q3d
|
|
63785
63725
|
});
|
|
63786
63726
|
function ConversationsPageJS(conversationsPage) {
|
|
63787
63727
|
var tmp = this;
|
|
@@ -63805,23 +63745,23 @@ function requireClientsdkClientcore () {
|
|
|
63805
63745
|
tmp$ret$2 = tmp$ret$1;
|
|
63806
63746
|
var tmp1_toTypedArray = tmp$ret$2;
|
|
63807
63747
|
tmp$ret$3 = copyToArray(tmp1_toTypedArray);
|
|
63808
|
-
tmp.
|
|
63809
|
-
this.
|
|
63810
|
-
this.
|
|
63748
|
+
tmp.r3d_1 = tmp$ret$3;
|
|
63749
|
+
this.s3d_1 = conversationsPage.r2n_1;
|
|
63750
|
+
this.t3d_1 = conversationsPage.s2n_1;
|
|
63811
63751
|
}
|
|
63812
|
-
ConversationsPageJS.prototype.
|
|
63813
|
-
return this.
|
|
63752
|
+
ConversationsPageJS.prototype.u3d = function () {
|
|
63753
|
+
return this.r3d_1;
|
|
63814
63754
|
};
|
|
63815
63755
|
ConversationsPageJS.prototype.a39 = function () {
|
|
63816
|
-
return this.
|
|
63756
|
+
return this.s3d_1;
|
|
63817
63757
|
};
|
|
63818
63758
|
ConversationsPageJS.prototype.b39 = function () {
|
|
63819
|
-
return this.
|
|
63759
|
+
return this.t3d_1;
|
|
63820
63760
|
};
|
|
63821
63761
|
ConversationsPageJS.$metadata$ = classMeta('ConversationsPageJS');
|
|
63822
63762
|
Object.defineProperty(ConversationsPageJS.prototype, 'conversations', {
|
|
63823
63763
|
configurable: true,
|
|
63824
|
-
get: ConversationsPageJS.prototype.
|
|
63764
|
+
get: ConversationsPageJS.prototype.u3d
|
|
63825
63765
|
});
|
|
63826
63766
|
Object.defineProperty(ConversationsPageJS.prototype, 'previousCursor', {
|
|
63827
63767
|
configurable: true,
|
|
@@ -63832,8 +63772,8 @@ function requireClientsdkClientcore () {
|
|
|
63832
63772
|
get: ConversationsPageJS.prototype.b39
|
|
63833
63773
|
});
|
|
63834
63774
|
function MemberJS(member) {
|
|
63835
|
-
this.
|
|
63836
|
-
this.
|
|
63775
|
+
this.v3d_1 = member.y2o_1;
|
|
63776
|
+
this.w3d_1 = valueOf_1(member.z2o_1.d4_1);
|
|
63837
63777
|
var tmp = this;
|
|
63838
63778
|
var tmp0_safe_receiver = member.a2p_1;
|
|
63839
63779
|
var tmp_0;
|
|
@@ -63849,7 +63789,7 @@ function requireClientsdkClientcore () {
|
|
|
63849
63789
|
tmp$ret$1 = tmp$ret$0;
|
|
63850
63790
|
tmp_0 = tmp$ret$1;
|
|
63851
63791
|
}
|
|
63852
|
-
tmp.
|
|
63792
|
+
tmp.x3d_1 = tmp_0;
|
|
63853
63793
|
var tmp_1 = this;
|
|
63854
63794
|
var tmp0_safe_receiver_0 = member.b2p_1;
|
|
63855
63795
|
var tmp_2;
|
|
@@ -63865,7 +63805,7 @@ function requireClientsdkClientcore () {
|
|
|
63865
63805
|
tmp$ret$3 = tmp$ret$2;
|
|
63866
63806
|
tmp_2 = tmp$ret$3;
|
|
63867
63807
|
}
|
|
63868
|
-
tmp_1.
|
|
63808
|
+
tmp_1.y3d_1 = tmp_2;
|
|
63869
63809
|
var tmp_3 = this;
|
|
63870
63810
|
var tmp0_safe_receiver_1 = member.c2p_1;
|
|
63871
63811
|
var tmp_4;
|
|
@@ -63881,22 +63821,22 @@ function requireClientsdkClientcore () {
|
|
|
63881
63821
|
tmp$ret$5 = tmp$ret$4;
|
|
63882
63822
|
tmp_4 = tmp$ret$5;
|
|
63883
63823
|
}
|
|
63884
|
-
tmp_3.
|
|
63824
|
+
tmp_3.z3d_1 = tmp_4;
|
|
63885
63825
|
}
|
|
63886
63826
|
MemberJS.prototype.v1m = function () {
|
|
63887
|
-
return this.
|
|
63827
|
+
return this.v3d_1;
|
|
63888
63828
|
};
|
|
63889
63829
|
MemberJS.prototype.u1c = function () {
|
|
63890
|
-
return this.
|
|
63830
|
+
return this.w3d_1;
|
|
63891
63831
|
};
|
|
63892
63832
|
MemberJS.prototype.n1m = function () {
|
|
63893
|
-
return this.
|
|
63833
|
+
return this.x3d_1;
|
|
63894
63834
|
};
|
|
63895
63835
|
MemberJS.prototype.z1z = function () {
|
|
63896
|
-
return this.
|
|
63836
|
+
return this.y3d_1;
|
|
63897
63837
|
};
|
|
63898
63838
|
MemberJS.prototype.k1q = function () {
|
|
63899
|
-
return this.
|
|
63839
|
+
return this.z3d_1;
|
|
63900
63840
|
};
|
|
63901
63841
|
MemberJS.$metadata$ = classMeta('MemberJS');
|
|
63902
63842
|
Object.defineProperty(MemberJS.prototype, 'id', {
|
|
@@ -63965,31 +63905,31 @@ function requireClientsdkClientcore () {
|
|
|
63965
63905
|
get: MemberStateJS.prototype.we
|
|
63966
63906
|
});
|
|
63967
63907
|
function MemberTimestampJS(memberTimestamp) {
|
|
63968
|
-
this.
|
|
63969
|
-
this.
|
|
63970
|
-
this.
|
|
63908
|
+
this.c3e_1 = memberTimestamp.f2p_1;
|
|
63909
|
+
this.d3e_1 = memberTimestamp.g2p_1;
|
|
63910
|
+
this.e3e_1 = memberTimestamp.h2p_1;
|
|
63971
63911
|
}
|
|
63972
|
-
MemberTimestampJS.prototype.
|
|
63973
|
-
return this.
|
|
63912
|
+
MemberTimestampJS.prototype.f3e = function () {
|
|
63913
|
+
return this.c3e_1;
|
|
63974
63914
|
};
|
|
63975
|
-
MemberTimestampJS.prototype.
|
|
63976
|
-
return this.
|
|
63915
|
+
MemberTimestampJS.prototype.g3e = function () {
|
|
63916
|
+
return this.d3e_1;
|
|
63977
63917
|
};
|
|
63978
|
-
MemberTimestampJS.prototype.
|
|
63979
|
-
return this.
|
|
63918
|
+
MemberTimestampJS.prototype.h3e = function () {
|
|
63919
|
+
return this.e3e_1;
|
|
63980
63920
|
};
|
|
63981
63921
|
MemberTimestampJS.$metadata$ = classMeta('MemberTimestampJS');
|
|
63982
63922
|
Object.defineProperty(MemberTimestampJS.prototype, 'invited', {
|
|
63983
63923
|
configurable: true,
|
|
63984
|
-
get: MemberTimestampJS.prototype.
|
|
63924
|
+
get: MemberTimestampJS.prototype.f3e
|
|
63985
63925
|
});
|
|
63986
63926
|
Object.defineProperty(MemberTimestampJS.prototype, 'joined', {
|
|
63987
63927
|
configurable: true,
|
|
63988
|
-
get: MemberTimestampJS.prototype.
|
|
63928
|
+
get: MemberTimestampJS.prototype.g3e
|
|
63989
63929
|
});
|
|
63990
63930
|
Object.defineProperty(MemberTimestampJS.prototype, 'left', {
|
|
63991
63931
|
configurable: true,
|
|
63992
|
-
get: MemberTimestampJS.prototype.
|
|
63932
|
+
get: MemberTimestampJS.prototype.h3e
|
|
63993
63933
|
});
|
|
63994
63934
|
function MembersPageJS(membersPage) {
|
|
63995
63935
|
var tmp = this;
|
|
@@ -64013,23 +63953,23 @@ function requireClientsdkClientcore () {
|
|
|
64013
63953
|
tmp$ret$2 = tmp$ret$1;
|
|
64014
63954
|
var tmp1_toTypedArray = tmp$ret$2;
|
|
64015
63955
|
tmp$ret$3 = copyToArray(tmp1_toTypedArray);
|
|
64016
|
-
tmp.
|
|
64017
|
-
this.
|
|
64018
|
-
this.
|
|
63956
|
+
tmp.i3e_1 = tmp$ret$3;
|
|
63957
|
+
this.j3e_1 = membersPage.j2p_1;
|
|
63958
|
+
this.k3e_1 = membersPage.k2p_1;
|
|
64019
63959
|
}
|
|
64020
|
-
MembersPageJS.prototype.
|
|
64021
|
-
return this.
|
|
63960
|
+
MembersPageJS.prototype.l3e = function () {
|
|
63961
|
+
return this.i3e_1;
|
|
64022
63962
|
};
|
|
64023
63963
|
MembersPageJS.prototype.a39 = function () {
|
|
64024
|
-
return this.
|
|
63964
|
+
return this.j3e_1;
|
|
64025
63965
|
};
|
|
64026
63966
|
MembersPageJS.prototype.b39 = function () {
|
|
64027
|
-
return this.
|
|
63967
|
+
return this.k3e_1;
|
|
64028
63968
|
};
|
|
64029
63969
|
MembersPageJS.$metadata$ = classMeta('MembersPageJS');
|
|
64030
63970
|
Object.defineProperty(MembersPageJS.prototype, 'members', {
|
|
64031
63971
|
configurable: true,
|
|
64032
|
-
get: MembersPageJS.prototype.
|
|
63972
|
+
get: MembersPageJS.prototype.l3e
|
|
64033
63973
|
});
|
|
64034
63974
|
Object.defineProperty(MembersPageJS.prototype, 'previousCursor', {
|
|
64035
63975
|
configurable: true,
|
|
@@ -64040,9 +63980,9 @@ function requireClientsdkClientcore () {
|
|
|
64040
63980
|
get: MembersPageJS.prototype.b39
|
|
64041
63981
|
});
|
|
64042
63982
|
function UserJS(user) {
|
|
64043
|
-
this.
|
|
64044
|
-
this.
|
|
64045
|
-
this.
|
|
63983
|
+
this.m3e_1 = user.t2r_1;
|
|
63984
|
+
this.n3e_1 = user.u2r_1;
|
|
63985
|
+
this.o3e_1 = user.v2r_1;
|
|
64046
63986
|
var tmp = this;
|
|
64047
63987
|
var tmp0_safe_receiver = user.w2r_1;
|
|
64048
63988
|
var tmp_0;
|
|
@@ -64058,7 +63998,7 @@ function requireClientsdkClientcore () {
|
|
|
64058
63998
|
tmp$ret$1 = tmp$ret$0;
|
|
64059
63999
|
tmp_0 = tmp$ret$1;
|
|
64060
64000
|
}
|
|
64061
|
-
tmp.
|
|
64001
|
+
tmp.p3e_1 = tmp_0;
|
|
64062
64002
|
var tmp_1 = this;
|
|
64063
64003
|
var tmp0_safe_receiver_0 = user.x2r_1;
|
|
64064
64004
|
var tmp_2;
|
|
@@ -64074,30 +64014,30 @@ function requireClientsdkClientcore () {
|
|
|
64074
64014
|
tmp$ret$3 = tmp$ret$2;
|
|
64075
64015
|
tmp_2 = tmp$ret$3;
|
|
64076
64016
|
}
|
|
64077
|
-
tmp_1.
|
|
64078
|
-
this.
|
|
64079
|
-
this.
|
|
64017
|
+
tmp_1.q3e_1 = tmp_2;
|
|
64018
|
+
this.r3e_1 = user.y2r_1;
|
|
64019
|
+
this.s3e_1 = user.z2r_1;
|
|
64080
64020
|
}
|
|
64081
64021
|
UserJS.prototype.v1m = function () {
|
|
64082
|
-
return this.
|
|
64022
|
+
return this.m3e_1;
|
|
64083
64023
|
};
|
|
64084
64024
|
UserJS.prototype.f4 = function () {
|
|
64085
|
-
return this.
|
|
64025
|
+
return this.n3e_1;
|
|
64086
64026
|
};
|
|
64087
|
-
UserJS.prototype.
|
|
64088
|
-
return this.
|
|
64027
|
+
UserJS.prototype.i3d = function () {
|
|
64028
|
+
return this.o3e_1;
|
|
64089
64029
|
};
|
|
64090
|
-
UserJS.prototype.
|
|
64091
|
-
return this.
|
|
64030
|
+
UserJS.prototype.t3e = function () {
|
|
64031
|
+
return this.p3e_1;
|
|
64092
64032
|
};
|
|
64093
64033
|
UserJS.prototype.k1q = function () {
|
|
64094
|
-
return this.
|
|
64034
|
+
return this.q3e_1;
|
|
64095
64035
|
};
|
|
64096
|
-
UserJS.prototype.
|
|
64097
|
-
return this.
|
|
64036
|
+
UserJS.prototype.a3b = function () {
|
|
64037
|
+
return this.r3e_1;
|
|
64098
64038
|
};
|
|
64099
|
-
UserJS.prototype.
|
|
64100
|
-
return this.
|
|
64039
|
+
UserJS.prototype.f3a = function () {
|
|
64040
|
+
return this.s3e_1;
|
|
64101
64041
|
};
|
|
64102
64042
|
UserJS.$metadata$ = classMeta('UserJS');
|
|
64103
64043
|
Object.defineProperty(UserJS.prototype, 'id', {
|
|
@@ -64110,11 +64050,11 @@ function requireClientsdkClientcore () {
|
|
|
64110
64050
|
});
|
|
64111
64051
|
Object.defineProperty(UserJS.prototype, 'displayName', {
|
|
64112
64052
|
configurable: true,
|
|
64113
|
-
get: UserJS.prototype.
|
|
64053
|
+
get: UserJS.prototype.i3d
|
|
64114
64054
|
});
|
|
64115
64055
|
Object.defineProperty(UserJS.prototype, 'channels', {
|
|
64116
64056
|
configurable: true,
|
|
64117
|
-
get: UserJS.prototype.
|
|
64057
|
+
get: UserJS.prototype.t3e
|
|
64118
64058
|
});
|
|
64119
64059
|
Object.defineProperty(UserJS.prototype, 'timestamp', {
|
|
64120
64060
|
configurable: true,
|
|
@@ -64122,38 +64062,38 @@ function requireClientsdkClientcore () {
|
|
|
64122
64062
|
});
|
|
64123
64063
|
Object.defineProperty(UserJS.prototype, 'imageUrl', {
|
|
64124
64064
|
configurable: true,
|
|
64125
|
-
get: UserJS.prototype.
|
|
64065
|
+
get: UserJS.prototype.a3b
|
|
64126
64066
|
});
|
|
64127
64067
|
Object.defineProperty(UserJS.prototype, 'customData', {
|
|
64128
64068
|
configurable: true,
|
|
64129
|
-
get: UserJS.prototype.
|
|
64069
|
+
get: UserJS.prototype.f3a
|
|
64130
64070
|
});
|
|
64131
64071
|
function UserTimestampJS(userTimestamp) {
|
|
64132
|
-
this.
|
|
64133
|
-
this.
|
|
64134
|
-
this.
|
|
64072
|
+
this.u3e_1 = userTimestamp.c2s_1;
|
|
64073
|
+
this.v3e_1 = userTimestamp.d2s_1;
|
|
64074
|
+
this.w3e_1 = userTimestamp.e2s_1;
|
|
64135
64075
|
}
|
|
64136
|
-
UserTimestampJS.prototype.
|
|
64137
|
-
return this.
|
|
64076
|
+
UserTimestampJS.prototype.o3d = function () {
|
|
64077
|
+
return this.u3e_1;
|
|
64138
64078
|
};
|
|
64139
|
-
UserTimestampJS.prototype.
|
|
64140
|
-
return this.
|
|
64079
|
+
UserTimestampJS.prototype.p3d = function () {
|
|
64080
|
+
return this.v3e_1;
|
|
64141
64081
|
};
|
|
64142
|
-
UserTimestampJS.prototype.
|
|
64143
|
-
return this.
|
|
64082
|
+
UserTimestampJS.prototype.q3d = function () {
|
|
64083
|
+
return this.w3e_1;
|
|
64144
64084
|
};
|
|
64145
64085
|
UserTimestampJS.$metadata$ = classMeta('UserTimestampJS');
|
|
64146
64086
|
Object.defineProperty(UserTimestampJS.prototype, 'created', {
|
|
64147
64087
|
configurable: true,
|
|
64148
|
-
get: UserTimestampJS.prototype.
|
|
64088
|
+
get: UserTimestampJS.prototype.o3d
|
|
64149
64089
|
});
|
|
64150
64090
|
Object.defineProperty(UserTimestampJS.prototype, 'updated', {
|
|
64151
64091
|
configurable: true,
|
|
64152
|
-
get: UserTimestampJS.prototype.
|
|
64092
|
+
get: UserTimestampJS.prototype.p3d
|
|
64153
64093
|
});
|
|
64154
64094
|
Object.defineProperty(UserTimestampJS.prototype, 'destroyed', {
|
|
64155
64095
|
configurable: true,
|
|
64156
|
-
get: UserTimestampJS.prototype.
|
|
64096
|
+
get: UserTimestampJS.prototype.q3d
|
|
64157
64097
|
});
|
|
64158
64098
|
function UserChannelsJS(userChannels) {
|
|
64159
64099
|
var tmp = this;
|
|
@@ -64189,7 +64129,7 @@ function requireClientsdkClientcore () {
|
|
|
64189
64129
|
tmp$ret$3 = copyToArray(tmp1_safe_receiver);
|
|
64190
64130
|
tmp_1 = tmp$ret$3;
|
|
64191
64131
|
}
|
|
64192
|
-
tmp.
|
|
64132
|
+
tmp.x3e_1 = tmp_1;
|
|
64193
64133
|
var tmp_2 = this;
|
|
64194
64134
|
var tmp0_safe_receiver_0 = userChannels.h2j_1;
|
|
64195
64135
|
var tmp_3;
|
|
@@ -64223,7 +64163,7 @@ function requireClientsdkClientcore () {
|
|
|
64223
64163
|
tmp$ret$7 = copyToArray(tmp1_safe_receiver_0);
|
|
64224
64164
|
tmp_4 = tmp$ret$7;
|
|
64225
64165
|
}
|
|
64226
|
-
tmp_2.
|
|
64166
|
+
tmp_2.y3e_1 = tmp_4;
|
|
64227
64167
|
var tmp_5 = this;
|
|
64228
64168
|
var tmp0_safe_receiver_1 = userChannels.i2j_1;
|
|
64229
64169
|
var tmp_6;
|
|
@@ -64257,7 +64197,7 @@ function requireClientsdkClientcore () {
|
|
|
64257
64197
|
tmp$ret$11 = copyToArray(tmp1_safe_receiver_1);
|
|
64258
64198
|
tmp_7 = tmp$ret$11;
|
|
64259
64199
|
}
|
|
64260
|
-
tmp_5.
|
|
64200
|
+
tmp_5.z3e_1 = tmp_7;
|
|
64261
64201
|
var tmp_8 = this;
|
|
64262
64202
|
var tmp0_safe_receiver_2 = userChannels.j2j_1;
|
|
64263
64203
|
var tmp_9;
|
|
@@ -64291,7 +64231,7 @@ function requireClientsdkClientcore () {
|
|
|
64291
64231
|
tmp$ret$15 = copyToArray(tmp1_safe_receiver_2);
|
|
64292
64232
|
tmp_10 = tmp$ret$15;
|
|
64293
64233
|
}
|
|
64294
|
-
tmp_8.
|
|
64234
|
+
tmp_8.a3f_1 = tmp_10;
|
|
64295
64235
|
var tmp_11 = this;
|
|
64296
64236
|
var tmp0_safe_receiver_3 = userChannels.k2j_1;
|
|
64297
64237
|
var tmp_12;
|
|
@@ -64325,7 +64265,7 @@ function requireClientsdkClientcore () {
|
|
|
64325
64265
|
tmp$ret$19 = copyToArray(tmp1_safe_receiver_3);
|
|
64326
64266
|
tmp_13 = tmp$ret$19;
|
|
64327
64267
|
}
|
|
64328
|
-
tmp_11.
|
|
64268
|
+
tmp_11.b3f_1 = tmp_13;
|
|
64329
64269
|
var tmp_14 = this;
|
|
64330
64270
|
var tmp0_safe_receiver_4 = userChannels.l2j_1;
|
|
64331
64271
|
var tmp_15;
|
|
@@ -64359,7 +64299,7 @@ function requireClientsdkClientcore () {
|
|
|
64359
64299
|
tmp$ret$23 = copyToArray(tmp1_safe_receiver_4);
|
|
64360
64300
|
tmp_16 = tmp$ret$23;
|
|
64361
64301
|
}
|
|
64362
|
-
tmp_14.
|
|
64302
|
+
tmp_14.c3f_1 = tmp_16;
|
|
64363
64303
|
var tmp_17 = this;
|
|
64364
64304
|
var tmp0_safe_receiver_5 = userChannels.m2j_1;
|
|
64365
64305
|
var tmp_18;
|
|
@@ -64393,7 +64333,7 @@ function requireClientsdkClientcore () {
|
|
|
64393
64333
|
tmp$ret$27 = copyToArray(tmp1_safe_receiver_5);
|
|
64394
64334
|
tmp_19 = tmp$ret$27;
|
|
64395
64335
|
}
|
|
64396
|
-
tmp_17.
|
|
64336
|
+
tmp_17.d3f_1 = tmp_19;
|
|
64397
64337
|
var tmp_20 = this;
|
|
64398
64338
|
var tmp0_safe_receiver_6 = userChannels.n2j_1;
|
|
64399
64339
|
var tmp_21;
|
|
@@ -64427,7 +64367,7 @@ function requireClientsdkClientcore () {
|
|
|
64427
64367
|
tmp$ret$31 = copyToArray(tmp1_safe_receiver_6);
|
|
64428
64368
|
tmp_22 = tmp$ret$31;
|
|
64429
64369
|
}
|
|
64430
|
-
tmp_20.
|
|
64370
|
+
tmp_20.e3f_1 = tmp_22;
|
|
64431
64371
|
var tmp_23 = this;
|
|
64432
64372
|
var tmp0_safe_receiver_7 = userChannels.o2j_1;
|
|
64433
64373
|
var tmp_24;
|
|
@@ -64461,7 +64401,7 @@ function requireClientsdkClientcore () {
|
|
|
64461
64401
|
tmp$ret$35 = copyToArray(tmp1_safe_receiver_7);
|
|
64462
64402
|
tmp_25 = tmp$ret$35;
|
|
64463
64403
|
}
|
|
64464
|
-
tmp_23.
|
|
64404
|
+
tmp_23.f3f_1 = tmp_25;
|
|
64465
64405
|
var tmp_26 = this;
|
|
64466
64406
|
var tmp0_safe_receiver_8 = userChannels.p2j_1;
|
|
64467
64407
|
var tmp_27;
|
|
@@ -64495,7 +64435,7 @@ function requireClientsdkClientcore () {
|
|
|
64495
64435
|
tmp$ret$39 = copyToArray(tmp1_safe_receiver_8);
|
|
64496
64436
|
tmp_28 = tmp$ret$39;
|
|
64497
64437
|
}
|
|
64498
|
-
tmp_26.
|
|
64438
|
+
tmp_26.g3f_1 = tmp_28;
|
|
64499
64439
|
var tmp_29 = this;
|
|
64500
64440
|
var tmp0_safe_receiver_9 = userChannels.q2j_1;
|
|
64501
64441
|
var tmp_30;
|
|
@@ -64529,88 +64469,88 @@ function requireClientsdkClientcore () {
|
|
|
64529
64469
|
tmp$ret$43 = copyToArray(tmp1_safe_receiver_9);
|
|
64530
64470
|
tmp_31 = tmp$ret$43;
|
|
64531
64471
|
}
|
|
64532
|
-
tmp_29.
|
|
64472
|
+
tmp_29.h3f_1 = tmp_31;
|
|
64533
64473
|
}
|
|
64534
|
-
UserChannelsJS.prototype.
|
|
64535
|
-
return this.
|
|
64474
|
+
UserChannelsJS.prototype.i3f = function () {
|
|
64475
|
+
return this.x3e_1;
|
|
64536
64476
|
};
|
|
64537
|
-
UserChannelsJS.prototype.
|
|
64538
|
-
return this.
|
|
64477
|
+
UserChannelsJS.prototype.j3f = function () {
|
|
64478
|
+
return this.y3e_1;
|
|
64539
64479
|
};
|
|
64540
|
-
UserChannelsJS.prototype.
|
|
64541
|
-
return this.
|
|
64480
|
+
UserChannelsJS.prototype.k3f = function () {
|
|
64481
|
+
return this.z3e_1;
|
|
64542
64482
|
};
|
|
64543
|
-
UserChannelsJS.prototype.
|
|
64544
|
-
return this.
|
|
64483
|
+
UserChannelsJS.prototype.l3f = function () {
|
|
64484
|
+
return this.a3f_1;
|
|
64545
64485
|
};
|
|
64546
|
-
UserChannelsJS.prototype.
|
|
64547
|
-
return this.
|
|
64486
|
+
UserChannelsJS.prototype.m3f = function () {
|
|
64487
|
+
return this.b3f_1;
|
|
64548
64488
|
};
|
|
64549
|
-
UserChannelsJS.prototype.
|
|
64550
|
-
return this.
|
|
64489
|
+
UserChannelsJS.prototype.n3f = function () {
|
|
64490
|
+
return this.c3f_1;
|
|
64551
64491
|
};
|
|
64552
|
-
UserChannelsJS.prototype.
|
|
64553
|
-
return this.
|
|
64492
|
+
UserChannelsJS.prototype.o3f = function () {
|
|
64493
|
+
return this.d3f_1;
|
|
64554
64494
|
};
|
|
64555
|
-
UserChannelsJS.prototype.
|
|
64556
|
-
return this.
|
|
64495
|
+
UserChannelsJS.prototype.p3f = function () {
|
|
64496
|
+
return this.e3f_1;
|
|
64557
64497
|
};
|
|
64558
|
-
UserChannelsJS.prototype.
|
|
64559
|
-
return this.
|
|
64498
|
+
UserChannelsJS.prototype.q3f = function () {
|
|
64499
|
+
return this.f3f_1;
|
|
64560
64500
|
};
|
|
64561
|
-
UserChannelsJS.prototype.
|
|
64562
|
-
return this.
|
|
64501
|
+
UserChannelsJS.prototype.r3f = function () {
|
|
64502
|
+
return this.g3f_1;
|
|
64563
64503
|
};
|
|
64564
|
-
UserChannelsJS.prototype.
|
|
64565
|
-
return this.
|
|
64504
|
+
UserChannelsJS.prototype.s3f = function () {
|
|
64505
|
+
return this.h3f_1;
|
|
64566
64506
|
};
|
|
64567
64507
|
UserChannelsJS.$metadata$ = classMeta('UserChannelsJS');
|
|
64568
64508
|
Object.defineProperty(UserChannelsJS.prototype, 'app', {
|
|
64569
64509
|
configurable: true,
|
|
64570
|
-
get: UserChannelsJS.prototype.
|
|
64510
|
+
get: UserChannelsJS.prototype.i3f
|
|
64571
64511
|
});
|
|
64572
64512
|
Object.defineProperty(UserChannelsJS.prototype, 'phone', {
|
|
64573
64513
|
configurable: true,
|
|
64574
|
-
get: UserChannelsJS.prototype.
|
|
64514
|
+
get: UserChannelsJS.prototype.j3f
|
|
64575
64515
|
});
|
|
64576
64516
|
Object.defineProperty(UserChannelsJS.prototype, 'pstn', {
|
|
64577
64517
|
configurable: true,
|
|
64578
|
-
get: UserChannelsJS.prototype.
|
|
64518
|
+
get: UserChannelsJS.prototype.k3f
|
|
64579
64519
|
});
|
|
64580
64520
|
Object.defineProperty(UserChannelsJS.prototype, 'sip', {
|
|
64581
64521
|
configurable: true,
|
|
64582
|
-
get: UserChannelsJS.prototype.
|
|
64522
|
+
get: UserChannelsJS.prototype.l3f
|
|
64583
64523
|
});
|
|
64584
64524
|
Object.defineProperty(UserChannelsJS.prototype, 'vbc', {
|
|
64585
64525
|
configurable: true,
|
|
64586
|
-
get: UserChannelsJS.prototype.
|
|
64526
|
+
get: UserChannelsJS.prototype.m3f
|
|
64587
64527
|
});
|
|
64588
64528
|
Object.defineProperty(UserChannelsJS.prototype, 'websocket', {
|
|
64589
64529
|
configurable: true,
|
|
64590
|
-
get: UserChannelsJS.prototype.
|
|
64530
|
+
get: UserChannelsJS.prototype.n3f
|
|
64591
64531
|
});
|
|
64592
64532
|
Object.defineProperty(UserChannelsJS.prototype, 'sms', {
|
|
64593
64533
|
configurable: true,
|
|
64594
|
-
get: UserChannelsJS.prototype.
|
|
64534
|
+
get: UserChannelsJS.prototype.o3f
|
|
64595
64535
|
});
|
|
64596
64536
|
Object.defineProperty(UserChannelsJS.prototype, 'mms', {
|
|
64597
64537
|
configurable: true,
|
|
64598
|
-
get: UserChannelsJS.prototype.
|
|
64538
|
+
get: UserChannelsJS.prototype.p3f
|
|
64599
64539
|
});
|
|
64600
64540
|
Object.defineProperty(UserChannelsJS.prototype, 'whatsapp', {
|
|
64601
64541
|
configurable: true,
|
|
64602
|
-
get: UserChannelsJS.prototype.
|
|
64542
|
+
get: UserChannelsJS.prototype.q3f
|
|
64603
64543
|
});
|
|
64604
64544
|
Object.defineProperty(UserChannelsJS.prototype, 'viber', {
|
|
64605
64545
|
configurable: true,
|
|
64606
|
-
get: UserChannelsJS.prototype.
|
|
64546
|
+
get: UserChannelsJS.prototype.r3f
|
|
64607
64547
|
});
|
|
64608
64548
|
Object.defineProperty(UserChannelsJS.prototype, 'messenger', {
|
|
64609
64549
|
configurable: true,
|
|
64610
|
-
get: UserChannelsJS.prototype.
|
|
64550
|
+
get: UserChannelsJS.prototype.s3f
|
|
64611
64551
|
});
|
|
64612
64552
|
function MemberChannelJS(memberChannel) {
|
|
64613
|
-
this.
|
|
64553
|
+
this.t3f_1 = valueOf_2(memberChannel.l2m_1.d4_1);
|
|
64614
64554
|
var tmp = this;
|
|
64615
64555
|
var tmp0_safe_receiver = memberChannel.m2m_1;
|
|
64616
64556
|
var tmp_0;
|
|
@@ -64626,7 +64566,7 @@ function requireClientsdkClientcore () {
|
|
|
64626
64566
|
tmp$ret$1 = tmp$ret$0;
|
|
64627
64567
|
tmp_0 = tmp$ret$1;
|
|
64628
64568
|
}
|
|
64629
|
-
tmp.
|
|
64569
|
+
tmp.u3f_1 = tmp_0;
|
|
64630
64570
|
var tmp_1 = this;
|
|
64631
64571
|
var tmp0_safe_receiver_0 = memberChannel.n2m_1;
|
|
64632
64572
|
var tmp_2;
|
|
@@ -64642,16 +64582,16 @@ function requireClientsdkClientcore () {
|
|
|
64642
64582
|
tmp$ret$3 = tmp$ret$2;
|
|
64643
64583
|
tmp_2 = tmp$ret$3;
|
|
64644
64584
|
}
|
|
64645
|
-
tmp_1.
|
|
64585
|
+
tmp_1.v3f_1 = tmp_2;
|
|
64646
64586
|
}
|
|
64647
64587
|
MemberChannelJS.prototype.o2u = function () {
|
|
64648
|
-
return this.
|
|
64588
|
+
return this.t3f_1;
|
|
64649
64589
|
};
|
|
64650
64590
|
MemberChannelJS.prototype.c1h = function () {
|
|
64651
|
-
return this.
|
|
64591
|
+
return this.u3f_1;
|
|
64652
64592
|
};
|
|
64653
64593
|
MemberChannelJS.prototype.d1h = function () {
|
|
64654
|
-
return this.
|
|
64594
|
+
return this.v3f_1;
|
|
64655
64595
|
};
|
|
64656
64596
|
MemberChannelJS.$metadata$ = classMeta('MemberChannelJS');
|
|
64657
64597
|
Object.defineProperty(MemberChannelJS.prototype, 'type', {
|
|
@@ -64667,14 +64607,14 @@ function requireClientsdkClientcore () {
|
|
|
64667
64607
|
get: MemberChannelJS.prototype.d1h
|
|
64668
64608
|
});
|
|
64669
64609
|
function ChannelJS(channel) {
|
|
64670
|
-
this.
|
|
64671
|
-
this.
|
|
64610
|
+
this.w3f_1 = channel.s2m_1;
|
|
64611
|
+
this.x3f_1 = channel.t2m_1;
|
|
64672
64612
|
}
|
|
64673
64613
|
ChannelJS.prototype.v1m = function () {
|
|
64674
|
-
return this.
|
|
64614
|
+
return this.w3f_1;
|
|
64675
64615
|
};
|
|
64676
64616
|
ChannelJS.prototype.l2w = function () {
|
|
64677
|
-
return this.
|
|
64617
|
+
return this.x3f_1;
|
|
64678
64618
|
};
|
|
64679
64619
|
ChannelJS.$metadata$ = classMeta('ChannelJS');
|
|
64680
64620
|
Object.defineProperty(ChannelJS.prototype, 'id', {
|
|
@@ -64686,18 +64626,18 @@ function requireClientsdkClientcore () {
|
|
|
64686
64626
|
get: ChannelJS.prototype.l2w
|
|
64687
64627
|
});
|
|
64688
64628
|
function LegChannelJS(channel) {
|
|
64689
|
-
this.
|
|
64690
|
-
this.
|
|
64691
|
-
this.
|
|
64629
|
+
this.y3f_1 = channel.z2m_1;
|
|
64630
|
+
this.z3f_1 = channel.b2n_1;
|
|
64631
|
+
this.a3g_1 = channel.a2n_1;
|
|
64692
64632
|
}
|
|
64693
64633
|
LegChannelJS.prototype.o2u = function () {
|
|
64694
|
-
return this.
|
|
64634
|
+
return this.y3f_1;
|
|
64695
64635
|
};
|
|
64696
64636
|
LegChannelJS.prototype.n1m = function () {
|
|
64697
|
-
return this.
|
|
64637
|
+
return this.z3f_1;
|
|
64698
64638
|
};
|
|
64699
64639
|
LegChannelJS.prototype.l2w = function () {
|
|
64700
|
-
return this.
|
|
64640
|
+
return this.a3g_1;
|
|
64701
64641
|
};
|
|
64702
64642
|
LegChannelJS.$metadata$ = classMeta('LegChannelJS');
|
|
64703
64643
|
Object.defineProperty(LegChannelJS.prototype, 'type', {
|
|
@@ -64713,42 +64653,42 @@ function requireClientsdkClientcore () {
|
|
|
64713
64653
|
get: LegChannelJS.prototype.l2w
|
|
64714
64654
|
});
|
|
64715
64655
|
function LegJS(leg) {
|
|
64716
|
-
this.
|
|
64717
|
-
this.
|
|
64718
|
-
this.
|
|
64719
|
-
this.
|
|
64720
|
-
this.
|
|
64721
|
-
this.
|
|
64722
|
-
this.
|
|
64723
|
-
this.
|
|
64724
|
-
this.
|
|
64656
|
+
this.b3g_1 = leg.p2o_1;
|
|
64657
|
+
this.c3g_1 = leg.q2o_1;
|
|
64658
|
+
this.d3g_1 = leg.r2o_1;
|
|
64659
|
+
this.e3g_1 = leg.s2o_1;
|
|
64660
|
+
this.f3g_1 = leg.t2o_1;
|
|
64661
|
+
this.g3g_1 = leg.u2o_1;
|
|
64662
|
+
this.h3g_1 = leg.v2o_1;
|
|
64663
|
+
this.i3g_1 = new LegChannelJS(leg.w2o_1);
|
|
64664
|
+
this.j3g_1 = new LegChannelJS(leg.x2o_1);
|
|
64725
64665
|
}
|
|
64726
64666
|
LegJS.prototype.v1m = function () {
|
|
64727
|
-
return this.
|
|
64667
|
+
return this.b3g_1;
|
|
64728
64668
|
};
|
|
64729
64669
|
LegJS.prototype.o2u = function () {
|
|
64730
|
-
return this.
|
|
64670
|
+
return this.c3g_1;
|
|
64731
64671
|
};
|
|
64732
64672
|
LegJS.prototype.c2w = function () {
|
|
64733
|
-
return this.
|
|
64673
|
+
return this.d3g_1;
|
|
64734
64674
|
};
|
|
64735
64675
|
LegJS.prototype.l2v = function () {
|
|
64736
|
-
return this.
|
|
64676
|
+
return this.e3g_1;
|
|
64737
64677
|
};
|
|
64738
64678
|
LegJS.prototype.l2h = function () {
|
|
64739
|
-
return this.
|
|
64679
|
+
return this.f3g_1;
|
|
64740
64680
|
};
|
|
64741
|
-
LegJS.prototype.
|
|
64742
|
-
return this.
|
|
64681
|
+
LegJS.prototype.k3g = function () {
|
|
64682
|
+
return this.g3g_1;
|
|
64743
64683
|
};
|
|
64744
|
-
LegJS.prototype.
|
|
64745
|
-
return this.
|
|
64684
|
+
LegJS.prototype.l3g = function () {
|
|
64685
|
+
return this.h3g_1;
|
|
64746
64686
|
};
|
|
64747
64687
|
LegJS.prototype.c1h = function () {
|
|
64748
|
-
return this.
|
|
64688
|
+
return this.i3g_1;
|
|
64749
64689
|
};
|
|
64750
64690
|
LegJS.prototype.d1h = function () {
|
|
64751
|
-
return this.
|
|
64691
|
+
return this.j3g_1;
|
|
64752
64692
|
};
|
|
64753
64693
|
LegJS.$metadata$ = classMeta('LegJS');
|
|
64754
64694
|
Object.defineProperty(LegJS.prototype, 'id', {
|
|
@@ -64773,11 +64713,11 @@ function requireClientsdkClientcore () {
|
|
|
64773
64713
|
});
|
|
64774
64714
|
Object.defineProperty(LegJS.prototype, 'startTime', {
|
|
64775
64715
|
configurable: true,
|
|
64776
|
-
get: LegJS.prototype.
|
|
64716
|
+
get: LegJS.prototype.k3g
|
|
64777
64717
|
});
|
|
64778
64718
|
Object.defineProperty(LegJS.prototype, 'endTime', {
|
|
64779
64719
|
configurable: true,
|
|
64780
|
-
get: LegJS.prototype.
|
|
64720
|
+
get: LegJS.prototype.l3g
|
|
64781
64721
|
});
|
|
64782
64722
|
Object.defineProperty(LegJS.prototype, 'from', {
|
|
64783
64723
|
configurable: true,
|
|
@@ -64942,79 +64882,79 @@ function requireClientsdkClientcore () {
|
|
|
64942
64882
|
}
|
|
64943
64883
|
function CSErrorCodesJS() {
|
|
64944
64884
|
CSErrorCodesJS_instance = this;
|
|
64945
|
-
this.
|
|
64946
|
-
this.
|
|
64947
|
-
this.
|
|
64948
|
-
this.
|
|
64949
|
-
this.
|
|
64950
|
-
this.
|
|
64951
|
-
this.
|
|
64952
|
-
this.
|
|
64953
|
-
this.
|
|
64885
|
+
this.o3g_1 = 'conversation:error:duplicate-name';
|
|
64886
|
+
this.p3g_1 = 'conversation:error:member-already-joined';
|
|
64887
|
+
this.q3g_1 = 'conversation:error:member-already-invited';
|
|
64888
|
+
this.r3g_1 = 'conversation:error:not-found';
|
|
64889
|
+
this.s3g_1 = 'conversation:error:member-not-found';
|
|
64890
|
+
this.t3g_1 = 'user:error:not-found';
|
|
64891
|
+
this.u3g_1 = 'paginator-builder:error:invalid-cursor';
|
|
64892
|
+
this.v3g_1 = 'http:error:validation-fail';
|
|
64893
|
+
this.w3g_1 = 'conversation:error:maximum-number-of-members';
|
|
64954
64894
|
}
|
|
64955
|
-
CSErrorCodesJS.prototype.
|
|
64956
|
-
return this.
|
|
64895
|
+
CSErrorCodesJS.prototype.x3g = function () {
|
|
64896
|
+
return this.o3g_1;
|
|
64957
64897
|
};
|
|
64958
|
-
CSErrorCodesJS.prototype.
|
|
64959
|
-
return this.
|
|
64898
|
+
CSErrorCodesJS.prototype.y3g = function () {
|
|
64899
|
+
return this.p3g_1;
|
|
64960
64900
|
};
|
|
64961
|
-
CSErrorCodesJS.prototype.
|
|
64962
|
-
return this.
|
|
64901
|
+
CSErrorCodesJS.prototype.z3g = function () {
|
|
64902
|
+
return this.q3g_1;
|
|
64963
64903
|
};
|
|
64964
|
-
CSErrorCodesJS.prototype.
|
|
64965
|
-
return this.
|
|
64904
|
+
CSErrorCodesJS.prototype.a3h = function () {
|
|
64905
|
+
return this.r3g_1;
|
|
64966
64906
|
};
|
|
64967
|
-
CSErrorCodesJS.prototype.
|
|
64968
|
-
return this.
|
|
64907
|
+
CSErrorCodesJS.prototype.b3h = function () {
|
|
64908
|
+
return this.s3g_1;
|
|
64969
64909
|
};
|
|
64970
|
-
CSErrorCodesJS.prototype.
|
|
64971
|
-
return this.
|
|
64910
|
+
CSErrorCodesJS.prototype.c3h = function () {
|
|
64911
|
+
return this.t3g_1;
|
|
64972
64912
|
};
|
|
64973
|
-
CSErrorCodesJS.prototype.
|
|
64974
|
-
return this.
|
|
64913
|
+
CSErrorCodesJS.prototype.d3h = function () {
|
|
64914
|
+
return this.u3g_1;
|
|
64975
64915
|
};
|
|
64976
|
-
CSErrorCodesJS.prototype.
|
|
64977
|
-
return this.
|
|
64916
|
+
CSErrorCodesJS.prototype.e3h = function () {
|
|
64917
|
+
return this.v3g_1;
|
|
64978
64918
|
};
|
|
64979
|
-
CSErrorCodesJS.prototype.
|
|
64980
|
-
return this.
|
|
64919
|
+
CSErrorCodesJS.prototype.f3h = function () {
|
|
64920
|
+
return this.w3g_1;
|
|
64981
64921
|
};
|
|
64982
64922
|
CSErrorCodesJS.$metadata$ = objectMeta('CSErrorCodesJS');
|
|
64983
64923
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_DUPLICATE_NAME', {
|
|
64984
64924
|
configurable: true,
|
|
64985
|
-
get: CSErrorCodesJS.prototype.
|
|
64925
|
+
get: CSErrorCodesJS.prototype.x3g
|
|
64986
64926
|
});
|
|
64987
64927
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_ALREADY_JOINED', {
|
|
64988
64928
|
configurable: true,
|
|
64989
|
-
get: CSErrorCodesJS.prototype.
|
|
64929
|
+
get: CSErrorCodesJS.prototype.y3g
|
|
64990
64930
|
});
|
|
64991
64931
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_ALREADY_INVITED', {
|
|
64992
64932
|
configurable: true,
|
|
64993
|
-
get: CSErrorCodesJS.prototype.
|
|
64933
|
+
get: CSErrorCodesJS.prototype.z3g
|
|
64994
64934
|
});
|
|
64995
64935
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_NOT_FOUND', {
|
|
64996
64936
|
configurable: true,
|
|
64997
|
-
get: CSErrorCodesJS.prototype.
|
|
64937
|
+
get: CSErrorCodesJS.prototype.a3h
|
|
64998
64938
|
});
|
|
64999
64939
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_NOT_FOUND', {
|
|
65000
64940
|
configurable: true,
|
|
65001
|
-
get: CSErrorCodesJS.prototype.
|
|
64941
|
+
get: CSErrorCodesJS.prototype.b3h
|
|
65002
64942
|
});
|
|
65003
64943
|
Object.defineProperty(CSErrorCodesJS.prototype, 'USER_NOT_FOUND', {
|
|
65004
64944
|
configurable: true,
|
|
65005
|
-
get: CSErrorCodesJS.prototype.
|
|
64945
|
+
get: CSErrorCodesJS.prototype.c3h
|
|
65006
64946
|
});
|
|
65007
64947
|
Object.defineProperty(CSErrorCodesJS.prototype, 'INVALID_CURSOR', {
|
|
65008
64948
|
configurable: true,
|
|
65009
|
-
get: CSErrorCodesJS.prototype.
|
|
64949
|
+
get: CSErrorCodesJS.prototype.d3h
|
|
65010
64950
|
});
|
|
65011
64951
|
Object.defineProperty(CSErrorCodesJS.prototype, 'VALIDATION_FAIL', {
|
|
65012
64952
|
configurable: true,
|
|
65013
|
-
get: CSErrorCodesJS.prototype.
|
|
64953
|
+
get: CSErrorCodesJS.prototype.e3h
|
|
65014
64954
|
});
|
|
65015
64955
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_MAX_NUMBER_OF_MEMBERS', {
|
|
65016
64956
|
configurable: true,
|
|
65017
|
-
get: CSErrorCodesJS.prototype.
|
|
64957
|
+
get: CSErrorCodesJS.prototype.f3h
|
|
65018
64958
|
});
|
|
65019
64959
|
var CSErrorCodesJS_instance;
|
|
65020
64960
|
function CSErrorCodesJS_getInstance() {
|
|
@@ -65024,23 +64964,53 @@ function requireClientsdkClientcore () {
|
|
|
65024
64964
|
}
|
|
65025
64965
|
function SessionErrorCodesJS() {
|
|
65026
64966
|
SessionErrorCodesJS_instance = this;
|
|
65027
|
-
this.
|
|
65028
|
-
this.
|
|
65029
|
-
this.
|
|
65030
|
-
this.
|
|
65031
|
-
this.
|
|
65032
|
-
this.
|
|
65033
|
-
this.
|
|
65034
|
-
this.
|
|
65035
|
-
this.
|
|
65036
|
-
this.
|
|
65037
|
-
this.
|
|
65038
|
-
this.
|
|
65039
|
-
this.
|
|
65040
|
-
this.
|
|
65041
|
-
this.
|
|
65042
|
-
this.
|
|
64967
|
+
this.g3h_1 = 'session:error:empty-token';
|
|
64968
|
+
this.h3h_1 = 'session:error:server-forced-disconnect';
|
|
64969
|
+
this.i3h_1 = 'session:error:timeout';
|
|
64970
|
+
this.j3h_1 = 'session:error:internal-failure';
|
|
64971
|
+
this.k3h_1 = 'session:error:no-active-session';
|
|
64972
|
+
this.l3h_1 = 'session:error:already-active-session';
|
|
64973
|
+
this.m3h_1 = 'session:error:invalid-token';
|
|
64974
|
+
this.n3h_1 = 'session:error:expired-token';
|
|
64975
|
+
this.o3h_1 = 'user:error:invalid-user';
|
|
64976
|
+
this.p3h_1 = 'system:error:permission';
|
|
64977
|
+
this.q3h_1 = 'session:error:invalid-session';
|
|
64978
|
+
this.r3h_1 = 'session:error:max-open-sessions-permitted';
|
|
64979
|
+
this.s3h_1 = 'session:error:websocket-transport-invalid';
|
|
64980
|
+
this.t3h_1 = 'session:disconnect:client-disconnect';
|
|
64981
|
+
this.u3h_1 = 'session:disconnect:ping-timeout';
|
|
64982
|
+
this.v3h_1 = 'session:disconnect:websocket-transport-closed';
|
|
65043
64983
|
}
|
|
64984
|
+
SessionErrorCodesJS.prototype.w3h = function () {
|
|
64985
|
+
return this.g3h_1;
|
|
64986
|
+
};
|
|
64987
|
+
SessionErrorCodesJS.prototype.x3h = function () {
|
|
64988
|
+
return this.h3h_1;
|
|
64989
|
+
};
|
|
64990
|
+
SessionErrorCodesJS.prototype.y3h = function () {
|
|
64991
|
+
return this.i3h_1;
|
|
64992
|
+
};
|
|
64993
|
+
SessionErrorCodesJS.prototype.z3h = function () {
|
|
64994
|
+
return this.j3h_1;
|
|
64995
|
+
};
|
|
64996
|
+
SessionErrorCodesJS.prototype.a3i = function () {
|
|
64997
|
+
return this.k3h_1;
|
|
64998
|
+
};
|
|
64999
|
+
SessionErrorCodesJS.prototype.b3i = function () {
|
|
65000
|
+
return this.l3h_1;
|
|
65001
|
+
};
|
|
65002
|
+
SessionErrorCodesJS.prototype.c3i = function () {
|
|
65003
|
+
return this.m3h_1;
|
|
65004
|
+
};
|
|
65005
|
+
SessionErrorCodesJS.prototype.d3i = function () {
|
|
65006
|
+
return this.n3h_1;
|
|
65007
|
+
};
|
|
65008
|
+
SessionErrorCodesJS.prototype.e3i = function () {
|
|
65009
|
+
return this.o3h_1;
|
|
65010
|
+
};
|
|
65011
|
+
SessionErrorCodesJS.prototype.f3i = function () {
|
|
65012
|
+
return this.p3h_1;
|
|
65013
|
+
};
|
|
65044
65014
|
SessionErrorCodesJS.prototype.g3i = function () {
|
|
65045
65015
|
return this.q3h_1;
|
|
65046
65016
|
};
|
|
@@ -65059,100 +65029,70 @@ function requireClientsdkClientcore () {
|
|
|
65059
65029
|
SessionErrorCodesJS.prototype.l3i = function () {
|
|
65060
65030
|
return this.v3h_1;
|
|
65061
65031
|
};
|
|
65062
|
-
SessionErrorCodesJS.prototype.m3i = function () {
|
|
65063
|
-
return this.w3h_1;
|
|
65064
|
-
};
|
|
65065
|
-
SessionErrorCodesJS.prototype.n3i = function () {
|
|
65066
|
-
return this.x3h_1;
|
|
65067
|
-
};
|
|
65068
|
-
SessionErrorCodesJS.prototype.o3i = function () {
|
|
65069
|
-
return this.y3h_1;
|
|
65070
|
-
};
|
|
65071
|
-
SessionErrorCodesJS.prototype.p3i = function () {
|
|
65072
|
-
return this.z3h_1;
|
|
65073
|
-
};
|
|
65074
|
-
SessionErrorCodesJS.prototype.q3i = function () {
|
|
65075
|
-
return this.a3i_1;
|
|
65076
|
-
};
|
|
65077
|
-
SessionErrorCodesJS.prototype.r3i = function () {
|
|
65078
|
-
return this.b3i_1;
|
|
65079
|
-
};
|
|
65080
|
-
SessionErrorCodesJS.prototype.s3i = function () {
|
|
65081
|
-
return this.c3i_1;
|
|
65082
|
-
};
|
|
65083
|
-
SessionErrorCodesJS.prototype.t3i = function () {
|
|
65084
|
-
return this.d3i_1;
|
|
65085
|
-
};
|
|
65086
|
-
SessionErrorCodesJS.prototype.u3i = function () {
|
|
65087
|
-
return this.e3i_1;
|
|
65088
|
-
};
|
|
65089
|
-
SessionErrorCodesJS.prototype.v3i = function () {
|
|
65090
|
-
return this.f3i_1;
|
|
65091
|
-
};
|
|
65092
65032
|
SessionErrorCodesJS.$metadata$ = objectMeta('SessionErrorCodesJS');
|
|
65093
65033
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'EMPTY_TOKEN', {
|
|
65094
65034
|
configurable: true,
|
|
65095
|
-
get: SessionErrorCodesJS.prototype.
|
|
65035
|
+
get: SessionErrorCodesJS.prototype.w3h
|
|
65096
65036
|
});
|
|
65097
65037
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'FORCED_DISCONNECT', {
|
|
65098
65038
|
configurable: true,
|
|
65099
|
-
get: SessionErrorCodesJS.prototype.
|
|
65039
|
+
get: SessionErrorCodesJS.prototype.x3h
|
|
65100
65040
|
});
|
|
65101
65041
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'TIMEOUT', {
|
|
65102
65042
|
configurable: true,
|
|
65103
|
-
get: SessionErrorCodesJS.prototype.
|
|
65043
|
+
get: SessionErrorCodesJS.prototype.y3h
|
|
65104
65044
|
});
|
|
65105
65045
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INTERNAL_FAILURE', {
|
|
65106
65046
|
configurable: true,
|
|
65107
|
-
get: SessionErrorCodesJS.prototype.
|
|
65047
|
+
get: SessionErrorCodesJS.prototype.z3h
|
|
65108
65048
|
});
|
|
65109
65049
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'NO_ACTIVE_SESSION', {
|
|
65110
65050
|
configurable: true,
|
|
65111
|
-
get: SessionErrorCodesJS.prototype.
|
|
65051
|
+
get: SessionErrorCodesJS.prototype.a3i
|
|
65112
65052
|
});
|
|
65113
65053
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'ALREADY_ACTIVE_SESSION', {
|
|
65114
65054
|
configurable: true,
|
|
65115
|
-
get: SessionErrorCodesJS.prototype.
|
|
65055
|
+
get: SessionErrorCodesJS.prototype.b3i
|
|
65116
65056
|
});
|
|
65117
65057
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_TOKEN', {
|
|
65118
65058
|
configurable: true,
|
|
65119
|
-
get: SessionErrorCodesJS.prototype.
|
|
65059
|
+
get: SessionErrorCodesJS.prototype.c3i
|
|
65120
65060
|
});
|
|
65121
65061
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'EXPIRED_TOKEN', {
|
|
65122
65062
|
configurable: true,
|
|
65123
|
-
get: SessionErrorCodesJS.prototype.
|
|
65063
|
+
get: SessionErrorCodesJS.prototype.d3i
|
|
65124
65064
|
});
|
|
65125
65065
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_USER', {
|
|
65126
65066
|
configurable: true,
|
|
65127
|
-
get: SessionErrorCodesJS.prototype.
|
|
65067
|
+
get: SessionErrorCodesJS.prototype.e3i
|
|
65128
65068
|
});
|
|
65129
65069
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'AUTHORIZATION_ERROR', {
|
|
65130
65070
|
configurable: true,
|
|
65131
|
-
get: SessionErrorCodesJS.prototype.
|
|
65071
|
+
get: SessionErrorCodesJS.prototype.f3i
|
|
65132
65072
|
});
|
|
65133
65073
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_SESSION', {
|
|
65134
65074
|
configurable: true,
|
|
65135
|
-
get: SessionErrorCodesJS.prototype.
|
|
65075
|
+
get: SessionErrorCodesJS.prototype.g3i
|
|
65136
65076
|
});
|
|
65137
65077
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'MAX_OPEN_SESSIONS', {
|
|
65138
65078
|
configurable: true,
|
|
65139
|
-
get: SessionErrorCodesJS.prototype.
|
|
65079
|
+
get: SessionErrorCodesJS.prototype.h3i
|
|
65140
65080
|
});
|
|
65141
65081
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_SOCKET_TRANSPORT', {
|
|
65142
65082
|
configurable: true,
|
|
65143
|
-
get: SessionErrorCodesJS.prototype.
|
|
65083
|
+
get: SessionErrorCodesJS.prototype.i3i
|
|
65144
65084
|
});
|
|
65145
65085
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'CLIENT_DISCONNECT', {
|
|
65146
65086
|
configurable: true,
|
|
65147
|
-
get: SessionErrorCodesJS.prototype.
|
|
65087
|
+
get: SessionErrorCodesJS.prototype.j3i
|
|
65148
65088
|
});
|
|
65149
65089
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'PING_TIMEOUT_DISCONNECT', {
|
|
65150
65090
|
configurable: true,
|
|
65151
|
-
get: SessionErrorCodesJS.prototype.
|
|
65091
|
+
get: SessionErrorCodesJS.prototype.k3i
|
|
65152
65092
|
});
|
|
65153
65093
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'TRANSPORT_CLOSED_DISCONNECT', {
|
|
65154
65094
|
configurable: true,
|
|
65155
|
-
get: SessionErrorCodesJS.prototype.
|
|
65095
|
+
get: SessionErrorCodesJS.prototype.l3i
|
|
65156
65096
|
});
|
|
65157
65097
|
var SessionErrorCodesJS_instance;
|
|
65158
65098
|
function SessionErrorCodesJS_getInstance() {
|
|
@@ -65162,19 +65102,19 @@ function requireClientsdkClientcore () {
|
|
|
65162
65102
|
}
|
|
65163
65103
|
function VonageErrorJS(vonageError) {
|
|
65164
65104
|
extendThrowable(this, vonageError.message, void 1);
|
|
65165
|
-
this.
|
|
65166
|
-
this.
|
|
65167
|
-
this.
|
|
65105
|
+
this.m3i_1 = valueOf_3(vonageError.r2l_1.d4_1);
|
|
65106
|
+
this.n3i_1 = vonageError.s2l_1;
|
|
65107
|
+
this.o3i_1 = vonageError.cause;
|
|
65168
65108
|
captureStack(this, VonageErrorJS);
|
|
65169
65109
|
}
|
|
65170
65110
|
VonageErrorJS.prototype.o2u = function () {
|
|
65171
|
-
return this.
|
|
65111
|
+
return this.m3i_1;
|
|
65172
65112
|
};
|
|
65173
65113
|
VonageErrorJS.prototype.p2b = function () {
|
|
65174
|
-
return this.
|
|
65114
|
+
return this.n3i_1;
|
|
65175
65115
|
};
|
|
65176
|
-
VonageErrorJS.prototype.
|
|
65177
|
-
return this.
|
|
65116
|
+
VonageErrorJS.prototype.p3i = function () {
|
|
65117
|
+
return this.o3i_1;
|
|
65178
65118
|
};
|
|
65179
65119
|
VonageErrorJS.$metadata$ = classMeta('VonageErrorJS', undefined, undefined, undefined, undefined, Error.prototype);
|
|
65180
65120
|
Object.defineProperty(VonageErrorJS.prototype, 'type', {
|
|
@@ -65187,7 +65127,7 @@ function requireClientsdkClientcore () {
|
|
|
65187
65127
|
});
|
|
65188
65128
|
Object.defineProperty(VonageErrorJS.prototype, 'kmpCause', {
|
|
65189
65129
|
configurable: true,
|
|
65190
|
-
get: VonageErrorJS.prototype.
|
|
65130
|
+
get: VonageErrorJS.prototype.p3i
|
|
65191
65131
|
});
|
|
65192
65132
|
var VonageErrorTypeJS_CS_ERROR_instance;
|
|
65193
65133
|
var VonageErrorTypeJS_HTTP_CLIENT_ERROR_instance;
|
|
@@ -65547,7 +65487,7 @@ function requireClientsdkClientcore () {
|
|
|
65547
65487
|
return function (resolve, reject) {
|
|
65548
65488
|
var tmp = this$0.core;
|
|
65549
65489
|
var tmp0_safe_receiver = $order;
|
|
65550
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
65490
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
65551
65491
|
tmp.l1c(tmp_0, $pageSize, $cursor, IChatClientJS$getConversations$lambda$lambda(resolve, reject));
|
|
65552
65492
|
return Unit_getInstance();
|
|
65553
65493
|
};
|
|
@@ -65598,7 +65538,7 @@ function requireClientsdkClientcore () {
|
|
|
65598
65538
|
return function (resolve, reject) {
|
|
65599
65539
|
var tmp = this$0.core;
|
|
65600
65540
|
var tmp0_safe_receiver = $order;
|
|
65601
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
65541
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
65602
65542
|
tmp.m1c($cid, tmp_0, $pageSize, $cursor, IChatClientJS$getConversationMembers$lambda$lambda(resolve, reject));
|
|
65603
65543
|
return Unit_getInstance();
|
|
65604
65544
|
};
|
|
@@ -65649,7 +65589,7 @@ function requireClientsdkClientcore () {
|
|
|
65649
65589
|
return function (resolve, reject) {
|
|
65650
65590
|
var tmp = this$0.core;
|
|
65651
65591
|
var tmp0_safe_receiver = $order;
|
|
65652
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
65592
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
65653
65593
|
Companion_getInstance_3();
|
|
65654
65594
|
Companion_getInstance_3();
|
|
65655
65595
|
var tmp1_safe_receiver = $eventFilter;
|
|
@@ -65845,15 +65785,15 @@ function requireClientsdkClientcore () {
|
|
|
65845
65785
|
}
|
|
65846
65786
|
function CoreClientConfigRegionJS(name, ordinal, coreRegion) {
|
|
65847
65787
|
Enum.call(this, name, ordinal);
|
|
65848
|
-
this.
|
|
65788
|
+
this.u3i_1 = coreRegion;
|
|
65849
65789
|
}
|
|
65850
|
-
CoreClientConfigRegionJS.prototype.
|
|
65851
|
-
return this.
|
|
65790
|
+
CoreClientConfigRegionJS.prototype.v3i = function () {
|
|
65791
|
+
return this.u3i_1;
|
|
65852
65792
|
};
|
|
65853
65793
|
CoreClientConfigRegionJS.$metadata$ = classMeta('CoreClientConfigRegionJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
65854
65794
|
Object.defineProperty(CoreClientConfigRegionJS.prototype, 'coreRegion', {
|
|
65855
65795
|
configurable: true,
|
|
65856
|
-
get: CoreClientConfigRegionJS.prototype.
|
|
65796
|
+
get: CoreClientConfigRegionJS.prototype.v3i
|
|
65857
65797
|
});
|
|
65858
65798
|
Object.defineProperty(CoreClientConfigRegionJS.prototype, 'name', {
|
|
65859
65799
|
configurable: true,
|
|
@@ -65864,71 +65804,71 @@ function requireClientsdkClientcore () {
|
|
|
65864
65804
|
get: CoreClientConfigRegionJS.prototype.we
|
|
65865
65805
|
});
|
|
65866
65806
|
function CoreClientConfigJS(region) {
|
|
65867
|
-
this.
|
|
65868
|
-
this.
|
|
65869
|
-
this.
|
|
65870
|
-
this.
|
|
65871
|
-
this.
|
|
65872
|
-
this.
|
|
65807
|
+
this.w3i_1 = Companion_getInstance().u2i(region.u3i_1, 'js', 'Generic JS Navigator', 'VonageClientCombined', true);
|
|
65808
|
+
this.x3i_1 = this.w3i_1.v2i_1;
|
|
65809
|
+
this.y3i_1 = this.w3i_1.w2i_1;
|
|
65810
|
+
this.z3i_1 = this.w3i_1.x2i_1;
|
|
65811
|
+
this.a3j_1 = this.w3i_1.y2i_1;
|
|
65812
|
+
this.b3j_1 = this.w3i_1.a2j_1;
|
|
65873
65813
|
}
|
|
65874
|
-
CoreClientConfigJS.prototype.
|
|
65875
|
-
return this.
|
|
65814
|
+
CoreClientConfigJS.prototype.c3j = function () {
|
|
65815
|
+
return this.w3i_1;
|
|
65876
65816
|
};
|
|
65877
|
-
CoreClientConfigJS.prototype.
|
|
65878
|
-
this.
|
|
65817
|
+
CoreClientConfigJS.prototype.d3j = function (_set____db54di) {
|
|
65818
|
+
this.x3i_1 = _set____db54di;
|
|
65879
65819
|
};
|
|
65880
|
-
CoreClientConfigJS.prototype.
|
|
65881
|
-
return this.
|
|
65820
|
+
CoreClientConfigJS.prototype.e3j = function () {
|
|
65821
|
+
return this.x3i_1;
|
|
65882
65822
|
};
|
|
65883
|
-
CoreClientConfigJS.prototype.
|
|
65884
|
-
this.
|
|
65823
|
+
CoreClientConfigJS.prototype.f3j = function (_set____db54di) {
|
|
65824
|
+
this.y3i_1 = _set____db54di;
|
|
65885
65825
|
};
|
|
65886
|
-
CoreClientConfigJS.prototype.
|
|
65887
|
-
return this.
|
|
65826
|
+
CoreClientConfigJS.prototype.g3j = function () {
|
|
65827
|
+
return this.y3i_1;
|
|
65888
65828
|
};
|
|
65889
|
-
CoreClientConfigJS.prototype.
|
|
65890
|
-
this.
|
|
65829
|
+
CoreClientConfigJS.prototype.h3j = function (_set____db54di) {
|
|
65830
|
+
this.z3i_1 = _set____db54di;
|
|
65891
65831
|
};
|
|
65892
|
-
CoreClientConfigJS.prototype.
|
|
65893
|
-
return this.
|
|
65832
|
+
CoreClientConfigJS.prototype.i3j = function () {
|
|
65833
|
+
return this.z3i_1;
|
|
65894
65834
|
};
|
|
65895
|
-
CoreClientConfigJS.prototype.
|
|
65896
|
-
this.
|
|
65835
|
+
CoreClientConfigJS.prototype.j3j = function (_set____db54di) {
|
|
65836
|
+
this.a3j_1 = _set____db54di;
|
|
65897
65837
|
};
|
|
65898
|
-
CoreClientConfigJS.prototype.
|
|
65899
|
-
return this.
|
|
65838
|
+
CoreClientConfigJS.prototype.k3j = function () {
|
|
65839
|
+
return this.a3j_1;
|
|
65900
65840
|
};
|
|
65901
|
-
CoreClientConfigJS.prototype.
|
|
65902
|
-
this.
|
|
65841
|
+
CoreClientConfigJS.prototype.l3j = function (_set____db54di) {
|
|
65842
|
+
this.b3j_1 = _set____db54di;
|
|
65903
65843
|
};
|
|
65904
|
-
CoreClientConfigJS.prototype.
|
|
65905
|
-
return this.
|
|
65844
|
+
CoreClientConfigJS.prototype.m3j = function () {
|
|
65845
|
+
return this.b3j_1;
|
|
65906
65846
|
};
|
|
65907
65847
|
CoreClientConfigJS.$metadata$ = classMeta('CoreClientConfigJS');
|
|
65908
65848
|
Object.defineProperty(CoreClientConfigJS.prototype, 'apiUrl', {
|
|
65909
65849
|
configurable: true,
|
|
65910
|
-
get: CoreClientConfigJS.prototype.
|
|
65911
|
-
set: CoreClientConfigJS.prototype.
|
|
65850
|
+
get: CoreClientConfigJS.prototype.e3j,
|
|
65851
|
+
set: CoreClientConfigJS.prototype.d3j
|
|
65912
65852
|
});
|
|
65913
65853
|
Object.defineProperty(CoreClientConfigJS.prototype, 'websocketUrl', {
|
|
65914
65854
|
configurable: true,
|
|
65915
|
-
get: CoreClientConfigJS.prototype.
|
|
65916
|
-
set: CoreClientConfigJS.prototype.
|
|
65855
|
+
get: CoreClientConfigJS.prototype.g3j,
|
|
65856
|
+
set: CoreClientConfigJS.prototype.f3j
|
|
65917
65857
|
});
|
|
65918
65858
|
Object.defineProperty(CoreClientConfigJS.prototype, 'websocketPath', {
|
|
65919
65859
|
configurable: true,
|
|
65920
|
-
get: CoreClientConfigJS.prototype.
|
|
65921
|
-
set: CoreClientConfigJS.prototype.
|
|
65860
|
+
get: CoreClientConfigJS.prototype.i3j,
|
|
65861
|
+
set: CoreClientConfigJS.prototype.h3j
|
|
65922
65862
|
});
|
|
65923
65863
|
Object.defineProperty(CoreClientConfigJS.prototype, 'autoMediaReoffer', {
|
|
65924
65864
|
configurable: true,
|
|
65925
|
-
get: CoreClientConfigJS.prototype.
|
|
65926
|
-
set: CoreClientConfigJS.prototype.
|
|
65865
|
+
get: CoreClientConfigJS.prototype.k3j,
|
|
65866
|
+
set: CoreClientConfigJS.prototype.j3j
|
|
65927
65867
|
});
|
|
65928
65868
|
Object.defineProperty(CoreClientConfigJS.prototype, 'enableWebsocketInvites', {
|
|
65929
65869
|
configurable: true,
|
|
65930
|
-
get: CoreClientConfigJS.prototype.
|
|
65931
|
-
set: CoreClientConfigJS.prototype.
|
|
65870
|
+
get: CoreClientConfigJS.prototype.m3j,
|
|
65871
|
+
set: CoreClientConfigJS.prototype.l3j
|
|
65932
65872
|
});
|
|
65933
65873
|
var LoggingLevelJS_Verbose_instance;
|
|
65934
65874
|
var LoggingLevelJS_Debug_instance;
|
|
@@ -65973,10 +65913,10 @@ function requireClientsdkClientcore () {
|
|
|
65973
65913
|
}
|
|
65974
65914
|
function LoggingLevelJS(name, ordinal, sev) {
|
|
65975
65915
|
Enum.call(this, name, ordinal);
|
|
65976
|
-
this.
|
|
65916
|
+
this.p3j_1 = sev;
|
|
65977
65917
|
}
|
|
65978
65918
|
LoggingLevelJS.prototype.j2i = function () {
|
|
65979
|
-
return this.
|
|
65919
|
+
return this.p3j_1;
|
|
65980
65920
|
};
|
|
65981
65921
|
LoggingLevelJS.$metadata$ = classMeta('LoggingLevelJS', [ILoggingLevel], undefined, undefined, undefined, Enum.prototype);
|
|
65982
65922
|
Object.defineProperty(LoggingLevelJS.prototype, 'name', {
|
|
@@ -66008,7 +65948,7 @@ function requireClientsdkClientcore () {
|
|
|
66008
65948
|
inductionVariable = inductionVariable + 1 | 0;
|
|
66009
65949
|
var tmp$ret$0;
|
|
66010
65950
|
// Inline function 'vonage.Companion.getSessionErrorReason.<anonymous>' call
|
|
66011
|
-
tmp$ret$0 = element.
|
|
65951
|
+
tmp$ret$0 = element.s3j_1.equals(reason);
|
|
66012
65952
|
if (tmp$ret$0) {
|
|
66013
65953
|
tmp$ret$1 = element;
|
|
66014
65954
|
break $l$block;
|
|
@@ -66056,10 +65996,10 @@ function requireClientsdkClientcore () {
|
|
|
66056
65996
|
}
|
|
66057
65997
|
function SessionErrorReasonJS(name, ordinal, reason) {
|
|
66058
65998
|
Enum.call(this, name, ordinal);
|
|
66059
|
-
this.
|
|
65999
|
+
this.s3j_1 = reason;
|
|
66060
66000
|
}
|
|
66061
66001
|
SessionErrorReasonJS.prototype.x2b = function () {
|
|
66062
|
-
return this.
|
|
66002
|
+
return this.s3j_1;
|
|
66063
66003
|
};
|
|
66064
66004
|
SessionErrorReasonJS.$metadata$ = classMeta('SessionErrorReasonJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
66065
66005
|
Object.defineProperty(SessionErrorReasonJS.prototype, 'reason', {
|
|
@@ -66630,40 +66570,40 @@ function requireClientsdkClientcore () {
|
|
|
66630
66570
|
}
|
|
66631
66571
|
IVoiceClientJS.$metadata$ = interfaceMeta('IVoiceClientJS', [ICoreClientJS]);
|
|
66632
66572
|
function VoiceInviteFromInfoJS(id, type) {
|
|
66633
|
-
this.
|
|
66634
|
-
this.
|
|
66573
|
+
this.x3j_1 = id;
|
|
66574
|
+
this.y3j_1 = type;
|
|
66635
66575
|
}
|
|
66636
66576
|
VoiceInviteFromInfoJS.prototype.v1m = function () {
|
|
66637
|
-
return this.
|
|
66577
|
+
return this.x3j_1;
|
|
66638
66578
|
};
|
|
66639
66579
|
VoiceInviteFromInfoJS.prototype.o2u = function () {
|
|
66640
|
-
return this.
|
|
66580
|
+
return this.y3j_1;
|
|
66641
66581
|
};
|
|
66642
66582
|
VoiceInviteFromInfoJS.prototype.component1 = function () {
|
|
66643
|
-
return this.
|
|
66583
|
+
return this.x3j_1;
|
|
66644
66584
|
};
|
|
66645
66585
|
VoiceInviteFromInfoJS.prototype.component2 = function () {
|
|
66646
|
-
return this.
|
|
66586
|
+
return this.y3j_1;
|
|
66647
66587
|
};
|
|
66648
66588
|
VoiceInviteFromInfoJS.prototype.copy = function (id, type) {
|
|
66649
|
-
return this.
|
|
66589
|
+
return this.z3j(id === void 1 ? this.x3j_1 : id, type === void 1 ? this.y3j_1 : type);
|
|
66650
66590
|
};
|
|
66651
|
-
VoiceInviteFromInfoJS.prototype.
|
|
66591
|
+
VoiceInviteFromInfoJS.prototype.z3j = function (id, type) {
|
|
66652
66592
|
return new VoiceInviteFromInfoJS(id, type);
|
|
66653
66593
|
};
|
|
66654
|
-
VoiceInviteFromInfoJS.prototype.
|
|
66594
|
+
VoiceInviteFromInfoJS.prototype.a3k = function (id, type, $mask0, $handler) {
|
|
66655
66595
|
if (!(($mask0 & 1) === 0))
|
|
66656
|
-
id = this.
|
|
66596
|
+
id = this.x3j_1;
|
|
66657
66597
|
if (!(($mask0 & 2) === 0))
|
|
66658
|
-
type = this.
|
|
66659
|
-
return this.
|
|
66598
|
+
type = this.y3j_1;
|
|
66599
|
+
return this.z3j(id, type);
|
|
66660
66600
|
};
|
|
66661
66601
|
VoiceInviteFromInfoJS.prototype.toString = function () {
|
|
66662
|
-
return 'VoiceInviteFromInfoJS(id=' + this.
|
|
66602
|
+
return 'VoiceInviteFromInfoJS(id=' + this.x3j_1 + ', type=' + this.y3j_1 + ')';
|
|
66663
66603
|
};
|
|
66664
66604
|
VoiceInviteFromInfoJS.prototype.hashCode = function () {
|
|
66665
|
-
var result = this.
|
|
66666
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
66605
|
+
var result = this.x3j_1 == null ? 0 : getStringHashCode(this.x3j_1);
|
|
66606
|
+
result = imul(result, 31) + getStringHashCode(this.y3j_1) | 0;
|
|
66667
66607
|
return result;
|
|
66668
66608
|
};
|
|
66669
66609
|
VoiceInviteFromInfoJS.prototype.equals = function (other) {
|
|
@@ -66672,9 +66612,9 @@ function requireClientsdkClientcore () {
|
|
|
66672
66612
|
if (!(other instanceof VoiceInviteFromInfoJS))
|
|
66673
66613
|
return false;
|
|
66674
66614
|
var tmp0_other_with_cast = other instanceof VoiceInviteFromInfoJS ? other : THROW_CCE();
|
|
66675
|
-
if (!(this.
|
|
66615
|
+
if (!(this.x3j_1 == tmp0_other_with_cast.x3j_1))
|
|
66676
66616
|
return false;
|
|
66677
|
-
if (!(this.
|
|
66617
|
+
if (!(this.y3j_1 === tmp0_other_with_cast.y3j_1))
|
|
66678
66618
|
return false;
|
|
66679
66619
|
return true;
|
|
66680
66620
|
};
|
|
@@ -66736,47 +66676,47 @@ function requireClientsdkClientcore () {
|
|
|
66736
66676
|
var message_0 = message === void 1 ? null : message;
|
|
66737
66677
|
var cause_0 = cause === void 1 ? null : cause;
|
|
66738
66678
|
extendThrowable(this, void 1, void 1);
|
|
66739
|
-
this.
|
|
66740
|
-
this.
|
|
66679
|
+
this.b3k_1 = message_0;
|
|
66680
|
+
this.c3k_1 = cause_0;
|
|
66741
66681
|
captureStack(this, HttpClientErrorJS);
|
|
66742
66682
|
}
|
|
66743
66683
|
HttpClientErrorJS.prototype.g1 = function () {
|
|
66744
|
-
return this.
|
|
66684
|
+
return this.b3k_1;
|
|
66745
66685
|
};
|
|
66746
66686
|
HttpClientErrorJS.prototype.h1 = function () {
|
|
66747
|
-
return this.
|
|
66687
|
+
return this.c3k_1;
|
|
66748
66688
|
};
|
|
66749
|
-
HttpClientErrorJS.prototype.
|
|
66750
|
-
var tmp0_elvis_lhs = this.
|
|
66689
|
+
HttpClientErrorJS.prototype.d3k = function () {
|
|
66690
|
+
var tmp0_elvis_lhs = this.b3k_1;
|
|
66751
66691
|
var tmp = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
66752
|
-
var tmp_0 = this.
|
|
66692
|
+
var tmp_0 = this.c3k_1;
|
|
66753
66693
|
return new HTTPClientError(tmp, tmp_0 instanceof Exception ? tmp_0 : null);
|
|
66754
66694
|
};
|
|
66755
66695
|
HttpClientErrorJS.prototype.component1 = function () {
|
|
66756
|
-
return this.
|
|
66696
|
+
return this.b3k_1;
|
|
66757
66697
|
};
|
|
66758
66698
|
HttpClientErrorJS.prototype.component2 = function () {
|
|
66759
|
-
return this.
|
|
66699
|
+
return this.c3k_1;
|
|
66760
66700
|
};
|
|
66761
66701
|
HttpClientErrorJS.prototype.copy = function (message, cause) {
|
|
66762
|
-
return this.
|
|
66702
|
+
return this.e3k(message === void 1 ? this.b3k_1 : message, cause === void 1 ? this.c3k_1 : cause);
|
|
66763
66703
|
};
|
|
66764
|
-
HttpClientErrorJS.prototype.
|
|
66704
|
+
HttpClientErrorJS.prototype.e3k = function (message, cause) {
|
|
66765
66705
|
return new HttpClientErrorJS(message, cause);
|
|
66766
66706
|
};
|
|
66767
|
-
HttpClientErrorJS.prototype.
|
|
66707
|
+
HttpClientErrorJS.prototype.f3k = function (message, cause, $mask0, $handler) {
|
|
66768
66708
|
if (!(($mask0 & 1) === 0))
|
|
66769
|
-
message = this.
|
|
66709
|
+
message = this.b3k_1;
|
|
66770
66710
|
if (!(($mask0 & 2) === 0))
|
|
66771
|
-
cause = this.
|
|
66772
|
-
return this.
|
|
66711
|
+
cause = this.c3k_1;
|
|
66712
|
+
return this.e3k(message, cause);
|
|
66773
66713
|
};
|
|
66774
66714
|
HttpClientErrorJS.prototype.toString = function () {
|
|
66775
|
-
return 'HttpClientErrorJS(message=' + this.
|
|
66715
|
+
return 'HttpClientErrorJS(message=' + this.b3k_1 + ', cause=' + this.c3k_1 + ')';
|
|
66776
66716
|
};
|
|
66777
66717
|
HttpClientErrorJS.prototype.hashCode = function () {
|
|
66778
|
-
var result = this.
|
|
66779
|
-
result = imul(result, 31) + (this.
|
|
66718
|
+
var result = this.b3k_1 == null ? 0 : getStringHashCode(this.b3k_1);
|
|
66719
|
+
result = imul(result, 31) + (this.c3k_1 == null ? 0 : hashCode(this.c3k_1)) | 0;
|
|
66780
66720
|
return result;
|
|
66781
66721
|
};
|
|
66782
66722
|
HttpClientErrorJS.prototype.equals = function (other) {
|
|
@@ -66785,9 +66725,9 @@ function requireClientsdkClientcore () {
|
|
|
66785
66725
|
if (!(other instanceof HttpClientErrorJS))
|
|
66786
66726
|
return false;
|
|
66787
66727
|
var tmp0_other_with_cast = other instanceof HttpClientErrorJS ? other : THROW_CCE();
|
|
66788
|
-
if (!(this.
|
|
66728
|
+
if (!(this.b3k_1 == tmp0_other_with_cast.b3k_1))
|
|
66789
66729
|
return false;
|
|
66790
|
-
if (!equals(this.
|
|
66730
|
+
if (!equals(this.c3k_1, tmp0_other_with_cast.c3k_1))
|
|
66791
66731
|
return false;
|
|
66792
66732
|
return true;
|
|
66793
66733
|
};
|
|
@@ -66806,7 +66746,7 @@ function requireClientsdkClientcore () {
|
|
|
66806
66746
|
});
|
|
66807
66747
|
Object.defineProperty(HttpClientErrorJS.prototype, 'coreError', {
|
|
66808
66748
|
configurable: true,
|
|
66809
|
-
get: HttpClientErrorJS.prototype.
|
|
66749
|
+
get: HttpClientErrorJS.prototype.d3k
|
|
66810
66750
|
});
|
|
66811
66751
|
function HttpClientResponseJS_init_$Init$(statusCode, body, $mask0, $marker, $this) {
|
|
66812
66752
|
if (!(($mask0 & 2) === 0))
|
|
@@ -66819,40 +66759,40 @@ function requireClientsdkClientcore () {
|
|
|
66819
66759
|
}
|
|
66820
66760
|
function HttpClientResponseJS(statusCode, body) {
|
|
66821
66761
|
var body_0 = body === void 1 ? null : body;
|
|
66822
|
-
this.
|
|
66823
|
-
this.
|
|
66762
|
+
this.g3k_1 = statusCode;
|
|
66763
|
+
this.h3k_1 = body_0;
|
|
66824
66764
|
}
|
|
66825
|
-
HttpClientResponseJS.prototype.
|
|
66826
|
-
return this.
|
|
66765
|
+
HttpClientResponseJS.prototype.i3k = function () {
|
|
66766
|
+
return this.g3k_1;
|
|
66827
66767
|
};
|
|
66828
66768
|
HttpClientResponseJS.prototype.j20 = function () {
|
|
66829
|
-
return this.
|
|
66769
|
+
return this.h3k_1;
|
|
66830
66770
|
};
|
|
66831
66771
|
HttpClientResponseJS.prototype.component1 = function () {
|
|
66832
|
-
return this.
|
|
66772
|
+
return this.g3k_1;
|
|
66833
66773
|
};
|
|
66834
66774
|
HttpClientResponseJS.prototype.component2 = function () {
|
|
66835
|
-
return this.
|
|
66775
|
+
return this.h3k_1;
|
|
66836
66776
|
};
|
|
66837
66777
|
HttpClientResponseJS.prototype.copy = function (statusCode, body) {
|
|
66838
|
-
return this.
|
|
66778
|
+
return this.j3k(statusCode === void 1 ? this.g3k_1 : statusCode, body === void 1 ? this.h3k_1 : body);
|
|
66839
66779
|
};
|
|
66840
|
-
HttpClientResponseJS.prototype.
|
|
66780
|
+
HttpClientResponseJS.prototype.j3k = function (statusCode, body) {
|
|
66841
66781
|
return new HttpClientResponseJS(statusCode, body);
|
|
66842
66782
|
};
|
|
66843
|
-
HttpClientResponseJS.prototype.
|
|
66783
|
+
HttpClientResponseJS.prototype.k3k = function (statusCode, body, $mask0, $handler) {
|
|
66844
66784
|
if (!(($mask0 & 1) === 0))
|
|
66845
|
-
statusCode = this.
|
|
66785
|
+
statusCode = this.g3k_1;
|
|
66846
66786
|
if (!(($mask0 & 2) === 0))
|
|
66847
|
-
body = this.
|
|
66848
|
-
return this.
|
|
66787
|
+
body = this.h3k_1;
|
|
66788
|
+
return this.j3k(statusCode, body);
|
|
66849
66789
|
};
|
|
66850
66790
|
HttpClientResponseJS.prototype.toString = function () {
|
|
66851
|
-
return 'HttpClientResponseJS(statusCode=' + this.
|
|
66791
|
+
return 'HttpClientResponseJS(statusCode=' + this.g3k_1 + ', body=' + this.h3k_1 + ')';
|
|
66852
66792
|
};
|
|
66853
66793
|
HttpClientResponseJS.prototype.hashCode = function () {
|
|
66854
|
-
var result = this.
|
|
66855
|
-
result = imul(result, 31) + (this.
|
|
66794
|
+
var result = this.g3k_1;
|
|
66795
|
+
result = imul(result, 31) + (this.h3k_1 == null ? 0 : getStringHashCode(this.h3k_1)) | 0;
|
|
66856
66796
|
return result;
|
|
66857
66797
|
};
|
|
66858
66798
|
HttpClientResponseJS.prototype.equals = function (other) {
|
|
@@ -66861,16 +66801,16 @@ function requireClientsdkClientcore () {
|
|
|
66861
66801
|
if (!(other instanceof HttpClientResponseJS))
|
|
66862
66802
|
return false;
|
|
66863
66803
|
var tmp0_other_with_cast = other instanceof HttpClientResponseJS ? other : THROW_CCE();
|
|
66864
|
-
if (!(this.
|
|
66804
|
+
if (!(this.g3k_1 === tmp0_other_with_cast.g3k_1))
|
|
66865
66805
|
return false;
|
|
66866
|
-
if (!(this.
|
|
66806
|
+
if (!(this.h3k_1 == tmp0_other_with_cast.h3k_1))
|
|
66867
66807
|
return false;
|
|
66868
66808
|
return true;
|
|
66869
66809
|
};
|
|
66870
66810
|
HttpClientResponseJS.$metadata$ = classMeta('HttpClientResponseJS');
|
|
66871
66811
|
Object.defineProperty(HttpClientResponseJS.prototype, 'statusCode', {
|
|
66872
66812
|
configurable: true,
|
|
66873
|
-
get: HttpClientResponseJS.prototype.
|
|
66813
|
+
get: HttpClientResponseJS.prototype.i3k
|
|
66874
66814
|
});
|
|
66875
66815
|
Object.defineProperty(HttpClientResponseJS.prototype, 'body', {
|
|
66876
66816
|
configurable: true,
|
|
@@ -66939,10 +66879,10 @@ function requireClientsdkClientcore () {
|
|
|
66939
66879
|
}
|
|
66940
66880
|
function CancelReasonJS(name, ordinal, reason) {
|
|
66941
66881
|
Enum.call(this, name, ordinal);
|
|
66942
|
-
this.
|
|
66882
|
+
this.n3k_1 = reason;
|
|
66943
66883
|
}
|
|
66944
66884
|
CancelReasonJS.prototype.x2b = function () {
|
|
66945
|
-
return this.
|
|
66885
|
+
return this.n3k_1;
|
|
66946
66886
|
};
|
|
66947
66887
|
CancelReasonJS.$metadata$ = classMeta('CancelReasonJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
66948
66888
|
Object.defineProperty(CancelReasonJS.prototype, 'reason', {
|
|
@@ -66958,60 +66898,60 @@ function requireClientsdkClientcore () {
|
|
|
66958
66898
|
get: CancelReasonJS.prototype.we
|
|
66959
66899
|
});
|
|
66960
66900
|
function RTCQualityJS(callQuality) {
|
|
66961
|
-
this.
|
|
66962
|
-
this.
|
|
66963
|
-
this.
|
|
66964
|
-
this.
|
|
66965
|
-
this.
|
|
66966
|
-
this.
|
|
66967
|
-
this.
|
|
66968
|
-
this.
|
|
66969
|
-
this.
|
|
66970
|
-
this.
|
|
66901
|
+
this.o3k_1 = callQuality;
|
|
66902
|
+
this.p3k_1 = this.o3k_1.a2y_1;
|
|
66903
|
+
this.q3k_1 = this.o3k_1.b2y_1;
|
|
66904
|
+
this.r3k_1 = this.o3k_1.c2y_1;
|
|
66905
|
+
this.s3k_1 = this.o3k_1.d2y_1;
|
|
66906
|
+
this.t3k_1 = this.o3k_1.e2y_1;
|
|
66907
|
+
this.u3k_1 = this.o3k_1.f2y_1;
|
|
66908
|
+
this.v3k_1 = this.o3k_1.g2y_1;
|
|
66909
|
+
this.w3k_1 = this.o3k_1.h2y_1;
|
|
66910
|
+
this.x3k_1 = this.o3k_1.i2y_1;
|
|
66971
66911
|
}
|
|
66972
|
-
RTCQualityJS.prototype.
|
|
66973
|
-
return this.
|
|
66912
|
+
RTCQualityJS.prototype.y3k = function () {
|
|
66913
|
+
return this.p3k_1;
|
|
66974
66914
|
};
|
|
66975
|
-
RTCQualityJS.prototype.
|
|
66976
|
-
return this.
|
|
66915
|
+
RTCQualityJS.prototype.z3k = function () {
|
|
66916
|
+
return this.q3k_1;
|
|
66977
66917
|
};
|
|
66978
|
-
RTCQualityJS.prototype.
|
|
66979
|
-
return this.
|
|
66918
|
+
RTCQualityJS.prototype.a3l = function () {
|
|
66919
|
+
return this.r3k_1;
|
|
66980
66920
|
};
|
|
66981
|
-
RTCQualityJS.prototype.
|
|
66982
|
-
return this.
|
|
66921
|
+
RTCQualityJS.prototype.b3l = function () {
|
|
66922
|
+
return this.s3k_1;
|
|
66983
66923
|
};
|
|
66984
|
-
RTCQualityJS.prototype.
|
|
66985
|
-
return this.
|
|
66924
|
+
RTCQualityJS.prototype.c3l = function () {
|
|
66925
|
+
return this.t3k_1;
|
|
66986
66926
|
};
|
|
66987
|
-
RTCQualityJS.prototype.
|
|
66988
|
-
return this.
|
|
66927
|
+
RTCQualityJS.prototype.d3l = function () {
|
|
66928
|
+
return this.u3k_1;
|
|
66989
66929
|
};
|
|
66990
|
-
RTCQualityJS.prototype.
|
|
66991
|
-
return this.
|
|
66930
|
+
RTCQualityJS.prototype.e3l = function () {
|
|
66931
|
+
return this.v3k_1;
|
|
66992
66932
|
};
|
|
66993
|
-
RTCQualityJS.prototype.
|
|
66994
|
-
return this.
|
|
66933
|
+
RTCQualityJS.prototype.f3l = function () {
|
|
66934
|
+
return this.w3k_1;
|
|
66995
66935
|
};
|
|
66996
|
-
RTCQualityJS.prototype.
|
|
66997
|
-
return this.
|
|
66936
|
+
RTCQualityJS.prototype.g3l = function () {
|
|
66937
|
+
return this.x3k_1;
|
|
66998
66938
|
};
|
|
66999
66939
|
RTCQualityJS.prototype.copy = function (callQuality) {
|
|
67000
|
-
return this.
|
|
66940
|
+
return this.h3l(callQuality === void 1 ? this.o3k_1 : callQuality);
|
|
67001
66941
|
};
|
|
67002
|
-
RTCQualityJS.prototype.
|
|
66942
|
+
RTCQualityJS.prototype.h3l = function (callQuality) {
|
|
67003
66943
|
return new RTCQualityJS(callQuality);
|
|
67004
66944
|
};
|
|
67005
|
-
RTCQualityJS.prototype.
|
|
66945
|
+
RTCQualityJS.prototype.i3l = function (callQuality, $mask0, $handler) {
|
|
67006
66946
|
if (!(($mask0 & 1) === 0))
|
|
67007
|
-
callQuality = this.
|
|
67008
|
-
return this.
|
|
66947
|
+
callQuality = this.o3k_1;
|
|
66948
|
+
return this.h3l(callQuality);
|
|
67009
66949
|
};
|
|
67010
66950
|
RTCQualityJS.prototype.toString = function () {
|
|
67011
|
-
return 'RTCQualityJS(callQuality=' + this.
|
|
66951
|
+
return 'RTCQualityJS(callQuality=' + this.o3k_1 + ')';
|
|
67012
66952
|
};
|
|
67013
66953
|
RTCQualityJS.prototype.hashCode = function () {
|
|
67014
|
-
return this.
|
|
66954
|
+
return this.o3k_1.hashCode();
|
|
67015
66955
|
};
|
|
67016
66956
|
RTCQualityJS.prototype.equals = function (other) {
|
|
67017
66957
|
if (this === other)
|
|
@@ -67019,162 +66959,162 @@ function requireClientsdkClientcore () {
|
|
|
67019
66959
|
if (!(other instanceof RTCQualityJS))
|
|
67020
66960
|
return false;
|
|
67021
66961
|
var tmp0_other_with_cast = other instanceof RTCQualityJS ? other : THROW_CCE();
|
|
67022
|
-
if (!this.
|
|
66962
|
+
if (!this.o3k_1.equals(tmp0_other_with_cast.o3k_1))
|
|
67023
66963
|
return false;
|
|
67024
66964
|
return true;
|
|
67025
66965
|
};
|
|
67026
66966
|
RTCQualityJS.$metadata$ = classMeta('RTCQualityJS');
|
|
67027
66967
|
Object.defineProperty(RTCQualityJS.prototype, 'mos_score', {
|
|
67028
66968
|
configurable: true,
|
|
67029
|
-
get: RTCQualityJS.prototype.
|
|
66969
|
+
get: RTCQualityJS.prototype.y3k
|
|
67030
66970
|
});
|
|
67031
66971
|
Object.defineProperty(RTCQualityJS.prototype, 'quality_percentage', {
|
|
67032
66972
|
configurable: true,
|
|
67033
|
-
get: RTCQualityJS.prototype.
|
|
66973
|
+
get: RTCQualityJS.prototype.z3k
|
|
67034
66974
|
});
|
|
67035
66975
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_min_var', {
|
|
67036
66976
|
configurable: true,
|
|
67037
|
-
get: RTCQualityJS.prototype.
|
|
66977
|
+
get: RTCQualityJS.prototype.a3l
|
|
67038
66978
|
});
|
|
67039
66979
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_max_var', {
|
|
67040
66980
|
configurable: true,
|
|
67041
|
-
get: RTCQualityJS.prototype.
|
|
66981
|
+
get: RTCQualityJS.prototype.b3l
|
|
67042
66982
|
});
|
|
67043
66983
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_loss_rate', {
|
|
67044
66984
|
configurable: true,
|
|
67045
|
-
get: RTCQualityJS.prototype.
|
|
66985
|
+
get: RTCQualityJS.prototype.c3l
|
|
67046
66986
|
});
|
|
67047
66987
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_burst_rate', {
|
|
67048
66988
|
configurable: true,
|
|
67049
|
-
get: RTCQualityJS.prototype.
|
|
66989
|
+
get: RTCQualityJS.prototype.d3l
|
|
67050
66990
|
});
|
|
67051
66991
|
Object.defineProperty(RTCQualityJS.prototype, 'flaw_total', {
|
|
67052
66992
|
configurable: true,
|
|
67053
|
-
get: RTCQualityJS.prototype.
|
|
66993
|
+
get: RTCQualityJS.prototype.e3l
|
|
67054
66994
|
});
|
|
67055
66995
|
Object.defineProperty(RTCQualityJS.prototype, 'packet_cnt', {
|
|
67056
66996
|
configurable: true,
|
|
67057
|
-
get: RTCQualityJS.prototype.
|
|
66997
|
+
get: RTCQualityJS.prototype.f3l
|
|
67058
66998
|
});
|
|
67059
66999
|
Object.defineProperty(RTCQualityJS.prototype, 'packet_loss_perc', {
|
|
67060
67000
|
configurable: true,
|
|
67061
|
-
get: RTCQualityJS.prototype.
|
|
67001
|
+
get: RTCQualityJS.prototype.g3l
|
|
67062
67002
|
});
|
|
67063
67003
|
function RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
67064
|
-
this.
|
|
67065
|
-
this.
|
|
67066
|
-
this.
|
|
67067
|
-
this.
|
|
67068
|
-
this.
|
|
67069
|
-
this.
|
|
67070
|
-
this.
|
|
67071
|
-
this.
|
|
67072
|
-
this.
|
|
67073
|
-
this.
|
|
67004
|
+
this.j3l_1 = audioRecvPackets;
|
|
67005
|
+
this.k3l_1 = audioRecvPacketsLost;
|
|
67006
|
+
this.l3l_1 = audioRecvBytes;
|
|
67007
|
+
this.m3l_1 = audioRecvJitter;
|
|
67008
|
+
this.n3l_1 = audioSentPackets;
|
|
67009
|
+
this.o3l_1 = audioSentBytes;
|
|
67010
|
+
this.p3l_1 = audioSentPacketsLost;
|
|
67011
|
+
this.q3l_1 = audioRtt;
|
|
67012
|
+
this.r3l_1 = audioSentJitter;
|
|
67013
|
+
this.s3l_1 = legId;
|
|
67074
67014
|
}
|
|
67075
|
-
RTCStatsJS.prototype.
|
|
67076
|
-
return this.
|
|
67015
|
+
RTCStatsJS.prototype.t3l = function () {
|
|
67016
|
+
return this.j3l_1;
|
|
67077
67017
|
};
|
|
67078
|
-
RTCStatsJS.prototype.
|
|
67079
|
-
return this.
|
|
67018
|
+
RTCStatsJS.prototype.u3l = function () {
|
|
67019
|
+
return this.k3l_1;
|
|
67080
67020
|
};
|
|
67081
|
-
RTCStatsJS.prototype.
|
|
67082
|
-
return this.
|
|
67021
|
+
RTCStatsJS.prototype.v3l = function () {
|
|
67022
|
+
return this.l3l_1;
|
|
67083
67023
|
};
|
|
67084
|
-
RTCStatsJS.prototype.
|
|
67085
|
-
return this.
|
|
67024
|
+
RTCStatsJS.prototype.w3l = function () {
|
|
67025
|
+
return this.m3l_1;
|
|
67086
67026
|
};
|
|
67087
|
-
RTCStatsJS.prototype.
|
|
67088
|
-
return this.
|
|
67027
|
+
RTCStatsJS.prototype.x3l = function () {
|
|
67028
|
+
return this.n3l_1;
|
|
67089
67029
|
};
|
|
67090
|
-
RTCStatsJS.prototype.
|
|
67091
|
-
return this.
|
|
67030
|
+
RTCStatsJS.prototype.y3l = function () {
|
|
67031
|
+
return this.o3l_1;
|
|
67092
67032
|
};
|
|
67093
|
-
RTCStatsJS.prototype.
|
|
67094
|
-
return this.
|
|
67033
|
+
RTCStatsJS.prototype.z3l = function () {
|
|
67034
|
+
return this.p3l_1;
|
|
67095
67035
|
};
|
|
67096
|
-
RTCStatsJS.prototype.
|
|
67097
|
-
return this.
|
|
67036
|
+
RTCStatsJS.prototype.a3m = function () {
|
|
67037
|
+
return this.q3l_1;
|
|
67098
67038
|
};
|
|
67099
|
-
RTCStatsJS.prototype.
|
|
67100
|
-
return this.
|
|
67039
|
+
RTCStatsJS.prototype.b3m = function () {
|
|
67040
|
+
return this.r3l_1;
|
|
67101
67041
|
};
|
|
67102
67042
|
RTCStatsJS.prototype.e1h = function () {
|
|
67103
|
-
return this.
|
|
67043
|
+
return this.s3l_1;
|
|
67104
67044
|
};
|
|
67105
67045
|
RTCStatsJS.prototype.component1 = function () {
|
|
67106
|
-
return this.
|
|
67046
|
+
return this.j3l_1;
|
|
67107
67047
|
};
|
|
67108
67048
|
RTCStatsJS.prototype.component2 = function () {
|
|
67109
|
-
return this.
|
|
67049
|
+
return this.k3l_1;
|
|
67110
67050
|
};
|
|
67111
67051
|
RTCStatsJS.prototype.component3 = function () {
|
|
67112
|
-
return this.
|
|
67052
|
+
return this.l3l_1;
|
|
67113
67053
|
};
|
|
67114
67054
|
RTCStatsJS.prototype.component4 = function () {
|
|
67115
|
-
return this.
|
|
67055
|
+
return this.m3l_1;
|
|
67116
67056
|
};
|
|
67117
67057
|
RTCStatsJS.prototype.component5 = function () {
|
|
67118
|
-
return this.
|
|
67058
|
+
return this.n3l_1;
|
|
67119
67059
|
};
|
|
67120
67060
|
RTCStatsJS.prototype.component6 = function () {
|
|
67121
|
-
return this.
|
|
67061
|
+
return this.o3l_1;
|
|
67122
67062
|
};
|
|
67123
67063
|
RTCStatsJS.prototype.component7 = function () {
|
|
67124
|
-
return this.
|
|
67064
|
+
return this.p3l_1;
|
|
67125
67065
|
};
|
|
67126
67066
|
RTCStatsJS.prototype.component8 = function () {
|
|
67127
|
-
return this.
|
|
67067
|
+
return this.q3l_1;
|
|
67128
67068
|
};
|
|
67129
67069
|
RTCStatsJS.prototype.component9 = function () {
|
|
67130
|
-
return this.
|
|
67070
|
+
return this.r3l_1;
|
|
67131
67071
|
};
|
|
67132
67072
|
RTCStatsJS.prototype.component10 = function () {
|
|
67133
|
-
return this.
|
|
67073
|
+
return this.s3l_1;
|
|
67134
67074
|
};
|
|
67135
67075
|
RTCStatsJS.prototype.copy = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
67136
|
-
return this.
|
|
67076
|
+
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);
|
|
67137
67077
|
};
|
|
67138
|
-
RTCStatsJS.prototype.
|
|
67078
|
+
RTCStatsJS.prototype.c3m = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
67139
67079
|
return new RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
|
|
67140
67080
|
};
|
|
67141
|
-
RTCStatsJS.prototype.
|
|
67081
|
+
RTCStatsJS.prototype.d3m = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId, $mask0, $handler) {
|
|
67142
67082
|
if (!(($mask0 & 1) === 0))
|
|
67143
|
-
audioRecvPackets = this.
|
|
67083
|
+
audioRecvPackets = this.j3l_1;
|
|
67144
67084
|
if (!(($mask0 & 2) === 0))
|
|
67145
|
-
audioRecvPacketsLost = this.
|
|
67085
|
+
audioRecvPacketsLost = this.k3l_1;
|
|
67146
67086
|
if (!(($mask0 & 4) === 0))
|
|
67147
|
-
audioRecvBytes = this.
|
|
67087
|
+
audioRecvBytes = this.l3l_1;
|
|
67148
67088
|
if (!(($mask0 & 8) === 0))
|
|
67149
|
-
audioRecvJitter = this.
|
|
67089
|
+
audioRecvJitter = this.m3l_1;
|
|
67150
67090
|
if (!(($mask0 & 16) === 0))
|
|
67151
|
-
audioSentPackets = this.
|
|
67091
|
+
audioSentPackets = this.n3l_1;
|
|
67152
67092
|
if (!(($mask0 & 32) === 0))
|
|
67153
|
-
audioSentBytes = this.
|
|
67093
|
+
audioSentBytes = this.o3l_1;
|
|
67154
67094
|
if (!(($mask0 & 64) === 0))
|
|
67155
|
-
audioSentPacketsLost = this.
|
|
67095
|
+
audioSentPacketsLost = this.p3l_1;
|
|
67156
67096
|
if (!(($mask0 & 128) === 0))
|
|
67157
|
-
audioRtt = this.
|
|
67097
|
+
audioRtt = this.q3l_1;
|
|
67158
67098
|
if (!(($mask0 & 256) === 0))
|
|
67159
|
-
audioSentJitter = this.
|
|
67099
|
+
audioSentJitter = this.r3l_1;
|
|
67160
67100
|
if (!(($mask0 & 512) === 0))
|
|
67161
|
-
legId = this.
|
|
67162
|
-
return this.
|
|
67101
|
+
legId = this.s3l_1;
|
|
67102
|
+
return this.c3m(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
|
|
67163
67103
|
};
|
|
67164
67104
|
RTCStatsJS.prototype.toString = function () {
|
|
67165
|
-
return 'RTCStatsJS(audioRecvPackets=' + toString(this.
|
|
67105
|
+
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 + ')';
|
|
67166
67106
|
};
|
|
67167
67107
|
RTCStatsJS.prototype.hashCode = function () {
|
|
67168
|
-
var result = this.
|
|
67169
|
-
result = imul(result, 31) + (this.
|
|
67170
|
-
result = imul(result, 31) + (this.
|
|
67171
|
-
result = imul(result, 31) + (this.
|
|
67172
|
-
result = imul(result, 31) + (this.
|
|
67173
|
-
result = imul(result, 31) + (this.
|
|
67174
|
-
result = imul(result, 31) + (this.
|
|
67175
|
-
result = imul(result, 31) + (this.
|
|
67176
|
-
result = imul(result, 31) + (this.
|
|
67177
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
67108
|
+
var result = this.j3l_1 == null ? 0 : hashCode(this.j3l_1);
|
|
67109
|
+
result = imul(result, 31) + (this.k3l_1 == null ? 0 : hashCode(this.k3l_1)) | 0;
|
|
67110
|
+
result = imul(result, 31) + (this.l3l_1 == null ? 0 : hashCode(this.l3l_1)) | 0;
|
|
67111
|
+
result = imul(result, 31) + (this.m3l_1 == null ? 0 : hashCode(this.m3l_1)) | 0;
|
|
67112
|
+
result = imul(result, 31) + (this.n3l_1 == null ? 0 : hashCode(this.n3l_1)) | 0;
|
|
67113
|
+
result = imul(result, 31) + (this.o3l_1 == null ? 0 : hashCode(this.o3l_1)) | 0;
|
|
67114
|
+
result = imul(result, 31) + (this.p3l_1 == null ? 0 : hashCode(this.p3l_1)) | 0;
|
|
67115
|
+
result = imul(result, 31) + (this.q3l_1 == null ? 0 : hashCode(this.q3l_1)) | 0;
|
|
67116
|
+
result = imul(result, 31) + (this.r3l_1 == null ? 0 : hashCode(this.r3l_1)) | 0;
|
|
67117
|
+
result = imul(result, 31) + getStringHashCode(this.s3l_1) | 0;
|
|
67178
67118
|
return result;
|
|
67179
67119
|
};
|
|
67180
67120
|
RTCStatsJS.prototype.equals = function (other) {
|
|
@@ -67183,64 +67123,64 @@ function requireClientsdkClientcore () {
|
|
|
67183
67123
|
if (!(other instanceof RTCStatsJS))
|
|
67184
67124
|
return false;
|
|
67185
67125
|
var tmp0_other_with_cast = other instanceof RTCStatsJS ? other : THROW_CCE();
|
|
67186
|
-
if (!equals(this.
|
|
67126
|
+
if (!equals(this.j3l_1, tmp0_other_with_cast.j3l_1))
|
|
67187
67127
|
return false;
|
|
67188
|
-
if (!equals(this.
|
|
67128
|
+
if (!equals(this.k3l_1, tmp0_other_with_cast.k3l_1))
|
|
67189
67129
|
return false;
|
|
67190
|
-
if (!equals(this.
|
|
67130
|
+
if (!equals(this.l3l_1, tmp0_other_with_cast.l3l_1))
|
|
67191
67131
|
return false;
|
|
67192
|
-
if (!equals(this.
|
|
67132
|
+
if (!equals(this.m3l_1, tmp0_other_with_cast.m3l_1))
|
|
67193
67133
|
return false;
|
|
67194
|
-
if (!equals(this.
|
|
67134
|
+
if (!equals(this.n3l_1, tmp0_other_with_cast.n3l_1))
|
|
67195
67135
|
return false;
|
|
67196
|
-
if (!equals(this.
|
|
67136
|
+
if (!equals(this.o3l_1, tmp0_other_with_cast.o3l_1))
|
|
67197
67137
|
return false;
|
|
67198
|
-
if (!equals(this.
|
|
67138
|
+
if (!equals(this.p3l_1, tmp0_other_with_cast.p3l_1))
|
|
67199
67139
|
return false;
|
|
67200
|
-
if (!equals(this.
|
|
67140
|
+
if (!equals(this.q3l_1, tmp0_other_with_cast.q3l_1))
|
|
67201
67141
|
return false;
|
|
67202
|
-
if (!equals(this.
|
|
67142
|
+
if (!equals(this.r3l_1, tmp0_other_with_cast.r3l_1))
|
|
67203
67143
|
return false;
|
|
67204
|
-
if (!(this.
|
|
67144
|
+
if (!(this.s3l_1 === tmp0_other_with_cast.s3l_1))
|
|
67205
67145
|
return false;
|
|
67206
67146
|
return true;
|
|
67207
67147
|
};
|
|
67208
67148
|
RTCStatsJS.$metadata$ = classMeta('RTCStatsJS');
|
|
67209
67149
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvPackets', {
|
|
67210
67150
|
configurable: true,
|
|
67211
|
-
get: RTCStatsJS.prototype.
|
|
67151
|
+
get: RTCStatsJS.prototype.t3l
|
|
67212
67152
|
});
|
|
67213
67153
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvPacketsLost', {
|
|
67214
67154
|
configurable: true,
|
|
67215
|
-
get: RTCStatsJS.prototype.
|
|
67155
|
+
get: RTCStatsJS.prototype.u3l
|
|
67216
67156
|
});
|
|
67217
67157
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvBytes', {
|
|
67218
67158
|
configurable: true,
|
|
67219
|
-
get: RTCStatsJS.prototype.
|
|
67159
|
+
get: RTCStatsJS.prototype.v3l
|
|
67220
67160
|
});
|
|
67221
67161
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvJitter', {
|
|
67222
67162
|
configurable: true,
|
|
67223
|
-
get: RTCStatsJS.prototype.
|
|
67163
|
+
get: RTCStatsJS.prototype.w3l
|
|
67224
67164
|
});
|
|
67225
67165
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentPackets', {
|
|
67226
67166
|
configurable: true,
|
|
67227
|
-
get: RTCStatsJS.prototype.
|
|
67167
|
+
get: RTCStatsJS.prototype.x3l
|
|
67228
67168
|
});
|
|
67229
67169
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentBytes', {
|
|
67230
67170
|
configurable: true,
|
|
67231
|
-
get: RTCStatsJS.prototype.
|
|
67171
|
+
get: RTCStatsJS.prototype.y3l
|
|
67232
67172
|
});
|
|
67233
67173
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentPacketsLost', {
|
|
67234
67174
|
configurable: true,
|
|
67235
|
-
get: RTCStatsJS.prototype.
|
|
67175
|
+
get: RTCStatsJS.prototype.z3l
|
|
67236
67176
|
});
|
|
67237
67177
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRtt', {
|
|
67238
67178
|
configurable: true,
|
|
67239
|
-
get: RTCStatsJS.prototype.
|
|
67179
|
+
get: RTCStatsJS.prototype.a3m
|
|
67240
67180
|
});
|
|
67241
67181
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentJitter', {
|
|
67242
67182
|
configurable: true,
|
|
67243
|
-
get: RTCStatsJS.prototype.
|
|
67183
|
+
get: RTCStatsJS.prototype.b3m
|
|
67244
67184
|
});
|
|
67245
67185
|
Object.defineProperty(RTCStatsJS.prototype, 'legId', {
|
|
67246
67186
|
configurable: true,
|
|
@@ -67282,7 +67222,7 @@ function requireClientsdkClientcore () {
|
|
|
67282
67222
|
// Inline function 'kotlin.contracts.contract' call
|
|
67283
67223
|
var tmp$ret$0;
|
|
67284
67224
|
// Inline function 'vonage.<no name provided>.request.<anonymous>.<anonymous>' call
|
|
67285
|
-
tmp$ret$0 = new HTTPClientResponse(response.
|
|
67225
|
+
tmp$ret$0 = new HTTPClientResponse(response.g3k_1, response.h3k_1);
|
|
67286
67226
|
tmp$ret$1 = tmp$ret$0;
|
|
67287
67227
|
tmp_0 = tmp$ret$1;
|
|
67288
67228
|
}
|
|
@@ -67294,7 +67234,7 @@ function requireClientsdkClientcore () {
|
|
|
67294
67234
|
};
|
|
67295
67235
|
}
|
|
67296
67236
|
function HttpClientJSAdapter$1($js) {
|
|
67297
|
-
this.
|
|
67237
|
+
this.e3m_1 = $js;
|
|
67298
67238
|
}
|
|
67299
67239
|
HttpClientJSAdapter$1.prototype.c2z = function (verb, url, headers, body, callback) {
|
|
67300
67240
|
var tmp = verb.toString();
|
|
@@ -67306,7 +67246,7 @@ function requireClientsdkClientcore () {
|
|
|
67306
67246
|
tmp$ret$0 = fromMap(JSON, headers);
|
|
67307
67247
|
tmp$ret$1 = tmp$ret$0;
|
|
67308
67248
|
var tmp_0 = tmp$ret$1;
|
|
67309
|
-
this.
|
|
67249
|
+
this.e3m_1.request(tmp, url, tmp_0, body, HttpClientJSAdapter$o$request$lambda(callback));
|
|
67310
67250
|
};
|
|
67311
67251
|
HttpClientJSAdapter$1.$metadata$ = classMeta(undefined, [HTTPClient]);
|
|
67312
67252
|
function SocketClientJSAdapter$o$emit$lambda($callback) {
|
|
@@ -67330,14 +67270,14 @@ function requireClientsdkClientcore () {
|
|
|
67330
67270
|
};
|
|
67331
67271
|
}
|
|
67332
67272
|
function SocketClientJSAdapter$adapter$1($js) {
|
|
67333
|
-
this.
|
|
67334
|
-
this.
|
|
67273
|
+
this.g3m_1 = $js;
|
|
67274
|
+
this.f3m_1 = null;
|
|
67335
67275
|
}
|
|
67336
67276
|
SocketClientJSAdapter$adapter$1.prototype.f2z = function (_set____db54di) {
|
|
67337
|
-
this.
|
|
67277
|
+
this.f3m_1 = _set____db54di;
|
|
67338
67278
|
};
|
|
67339
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
67340
|
-
return this.
|
|
67279
|
+
SocketClientJSAdapter$adapter$1.prototype.h3m = function () {
|
|
67280
|
+
return this.f3m_1;
|
|
67341
67281
|
};
|
|
67342
67282
|
SocketClientJSAdapter$adapter$1.prototype.g2z = function (type, msg, callback) {
|
|
67343
67283
|
var tmp0_safe_receiver = msg;
|
|
@@ -67355,26 +67295,26 @@ function requireClientsdkClientcore () {
|
|
|
67355
67295
|
tmp = tmp$ret$1;
|
|
67356
67296
|
}
|
|
67357
67297
|
var tmp_0 = tmp;
|
|
67358
|
-
this.
|
|
67298
|
+
this.g3m_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
|
|
67359
67299
|
};
|
|
67360
67300
|
SocketClientJSAdapter$adapter$1.prototype.h2z = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query) {
|
|
67361
|
-
this.
|
|
67301
|
+
this.g3m_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, query);
|
|
67362
67302
|
};
|
|
67363
67303
|
SocketClientJSAdapter$adapter$1.prototype.i2z = function () {
|
|
67364
|
-
this.
|
|
67304
|
+
this.g3m_1.disconnect();
|
|
67365
67305
|
};
|
|
67366
67306
|
SocketClientJSAdapter$adapter$1.prototype.j2z = function (token) {
|
|
67367
|
-
this.
|
|
67307
|
+
this.g3m_1.setConnectParamsSocketConfig(token);
|
|
67368
67308
|
};
|
|
67369
67309
|
SocketClientJSAdapter$adapter$1.prototype.k2z = function (milliseconds, callback) {
|
|
67370
|
-
this.
|
|
67310
|
+
this.g3m_1.startVerifyResponseTimer(milliseconds, callback);
|
|
67371
67311
|
};
|
|
67372
67312
|
SocketClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [SocketClient]);
|
|
67373
67313
|
function SocketClientJSAdapter$1($adapter) {
|
|
67374
|
-
this.
|
|
67314
|
+
this.i3m_1 = $adapter;
|
|
67375
67315
|
}
|
|
67376
67316
|
SocketClientJSAdapter$1.prototype.didReceiveNewSocketEvent = function (type, body) {
|
|
67377
|
-
var tmp0_safe_receiver = this.
|
|
67317
|
+
var tmp0_safe_receiver = this.i3m_1.f3m_1;
|
|
67378
67318
|
if (tmp0_safe_receiver == null)
|
|
67379
67319
|
null;
|
|
67380
67320
|
else {
|
|
@@ -67412,7 +67352,7 @@ function requireClientsdkClientcore () {
|
|
|
67412
67352
|
var tmp;
|
|
67413
67353
|
switch (tmp0_subject_0) {
|
|
67414
67354
|
case 'NXMCORE_REASON_SERVER_DISCONNECTED':
|
|
67415
|
-
var tmp1_safe_receiver_0 = this.
|
|
67355
|
+
var tmp1_safe_receiver_0 = this.i3m_1.f3m_1;
|
|
67416
67356
|
var tmp_0;
|
|
67417
67357
|
if (tmp1_safe_receiver_0 == null) {
|
|
67418
67358
|
tmp_0 = null;
|
|
@@ -67424,7 +67364,7 @@ function requireClientsdkClientcore () {
|
|
|
67424
67364
|
tmp = tmp_0;
|
|
67425
67365
|
break;
|
|
67426
67366
|
case 'NXMCORE_REASON_CLIENT_DISCONNECTED':
|
|
67427
|
-
var tmp2_safe_receiver = this.
|
|
67367
|
+
var tmp2_safe_receiver = this.i3m_1.f3m_1;
|
|
67428
67368
|
var tmp_1;
|
|
67429
67369
|
if (tmp2_safe_receiver == null) {
|
|
67430
67370
|
tmp_1 = null;
|
|
@@ -67436,7 +67376,7 @@ function requireClientsdkClientcore () {
|
|
|
67436
67376
|
tmp = tmp_1;
|
|
67437
67377
|
break;
|
|
67438
67378
|
case 'NXMCORE_CLIENT_NETWORK_ERROR':
|
|
67439
|
-
var tmp3_safe_receiver = this.
|
|
67379
|
+
var tmp3_safe_receiver = this.i3m_1.f3m_1;
|
|
67440
67380
|
var tmp_2;
|
|
67441
67381
|
if (tmp3_safe_receiver == null) {
|
|
67442
67382
|
tmp_2 = null;
|
|
@@ -67448,7 +67388,7 @@ function requireClientsdkClientcore () {
|
|
|
67448
67388
|
tmp = tmp_2;
|
|
67449
67389
|
break;
|
|
67450
67390
|
case 'NXMCORE_REASON_PING_TIMEOUT':
|
|
67451
|
-
var tmp4_safe_receiver = this.
|
|
67391
|
+
var tmp4_safe_receiver = this.i3m_1.f3m_1;
|
|
67452
67392
|
var tmp_3;
|
|
67453
67393
|
if (tmp4_safe_receiver == null) {
|
|
67454
67394
|
tmp_3 = null;
|
|
@@ -67460,7 +67400,7 @@ function requireClientsdkClientcore () {
|
|
|
67460
67400
|
tmp = tmp_3;
|
|
67461
67401
|
break;
|
|
67462
67402
|
default:
|
|
67463
|
-
var tmp5_safe_receiver = this.
|
|
67403
|
+
var tmp5_safe_receiver = this.i3m_1.f3m_1;
|
|
67464
67404
|
var tmp_4;
|
|
67465
67405
|
if (tmp5_safe_receiver == null) {
|
|
67466
67406
|
tmp_4 = null;
|
|
@@ -67478,43 +67418,43 @@ function requireClientsdkClientcore () {
|
|
|
67478
67418
|
};
|
|
67479
67419
|
SocketClientJSAdapter$1.$metadata$ = classMeta();
|
|
67480
67420
|
function MediaClientJSAdapter$adapter$1($js) {
|
|
67481
|
-
this.
|
|
67482
|
-
this.
|
|
67421
|
+
this.k3m_1 = $js;
|
|
67422
|
+
this.j3m_1 = null;
|
|
67483
67423
|
}
|
|
67484
67424
|
MediaClientJSAdapter$adapter$1.prototype.n2z = function (_set____db54di) {
|
|
67485
|
-
this.
|
|
67425
|
+
this.j3m_1 = _set____db54di;
|
|
67486
67426
|
};
|
|
67487
67427
|
MediaClientJSAdapter$adapter$1.prototype.o2z = function (closure) {
|
|
67488
|
-
this.
|
|
67428
|
+
this.k3m_1.enableMediaOutbound(closure);
|
|
67489
67429
|
};
|
|
67490
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
67491
|
-
this.
|
|
67430
|
+
MediaClientJSAdapter$adapter$1.prototype.l3m = function (closure, offerSDP, rtcId) {
|
|
67431
|
+
this.k3m_1.enableMediaInbound(closure, offerSDP, rtcId);
|
|
67492
67432
|
};
|
|
67493
67433
|
MediaClientJSAdapter$adapter$1.prototype.p2z = function (closure, offerSDP, rtcId) {
|
|
67494
|
-
return this.
|
|
67434
|
+
return this.l3m(closure, offerSDP, rtcId);
|
|
67495
67435
|
};
|
|
67496
67436
|
MediaClientJSAdapter$adapter$1.prototype.q2z = function (id, sdp) {
|
|
67497
|
-
this.
|
|
67437
|
+
this.k3m_1.processAnswer(id, sdp);
|
|
67498
67438
|
};
|
|
67499
67439
|
MediaClientJSAdapter$adapter$1.prototype.r2z = function (id) {
|
|
67500
|
-
this.
|
|
67440
|
+
this.k3m_1.disableMedia(id);
|
|
67501
67441
|
};
|
|
67502
67442
|
MediaClientJSAdapter$adapter$1.prototype.s2z = function (id) {
|
|
67503
|
-
this.
|
|
67443
|
+
this.k3m_1.mute(id);
|
|
67504
67444
|
};
|
|
67505
67445
|
MediaClientJSAdapter$adapter$1.prototype.t2z = function (id) {
|
|
67506
|
-
this.
|
|
67446
|
+
this.k3m_1.unmute(id);
|
|
67507
67447
|
};
|
|
67508
67448
|
MediaClientJSAdapter$adapter$1.prototype.u2z = function (interval, mediaId) {
|
|
67509
|
-
this.
|
|
67449
|
+
this.k3m_1.enableRtcStatsCollection(interval, mediaId);
|
|
67510
67450
|
};
|
|
67511
67451
|
MediaClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [MediaClient]);
|
|
67512
67452
|
function MediaClientJSAdapter$1($adapter) {
|
|
67513
|
-
this.
|
|
67453
|
+
this.m3m_1 = $adapter;
|
|
67514
67454
|
}
|
|
67515
67455
|
MediaClientJSAdapter$1.prototype.onRtcStats = function (rtcStats) {
|
|
67516
|
-
var stats = new RTCStats(rtcStats.
|
|
67517
|
-
var tmp0_safe_receiver = this.
|
|
67456
|
+
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);
|
|
67457
|
+
var tmp0_safe_receiver = this.m3m_1.j3m_1;
|
|
67518
67458
|
if (tmp0_safe_receiver == null)
|
|
67519
67459
|
null;
|
|
67520
67460
|
else {
|
|
@@ -67526,7 +67466,7 @@ function requireClientsdkClientcore () {
|
|
|
67526
67466
|
switch (tmp0_subject) {
|
|
67527
67467
|
case 'new':
|
|
67528
67468
|
case 'checking':
|
|
67529
|
-
var tmp1_safe_receiver = this.
|
|
67469
|
+
var tmp1_safe_receiver = this.m3m_1.j3m_1;
|
|
67530
67470
|
if (tmp1_safe_receiver == null)
|
|
67531
67471
|
null;
|
|
67532
67472
|
else {
|
|
@@ -67536,7 +67476,7 @@ function requireClientsdkClientcore () {
|
|
|
67536
67476
|
;
|
|
67537
67477
|
break;
|
|
67538
67478
|
case 'connecting':
|
|
67539
|
-
var tmp2_safe_receiver = this.
|
|
67479
|
+
var tmp2_safe_receiver = this.m3m_1.j3m_1;
|
|
67540
67480
|
if (tmp2_safe_receiver == null)
|
|
67541
67481
|
null;
|
|
67542
67482
|
else {
|
|
@@ -67546,7 +67486,7 @@ function requireClientsdkClientcore () {
|
|
|
67546
67486
|
;
|
|
67547
67487
|
break;
|
|
67548
67488
|
case 'connected':
|
|
67549
|
-
var tmp3_safe_receiver = this.
|
|
67489
|
+
var tmp3_safe_receiver = this.m3m_1.j3m_1;
|
|
67550
67490
|
if (tmp3_safe_receiver == null)
|
|
67551
67491
|
null;
|
|
67552
67492
|
else {
|
|
@@ -67556,7 +67496,7 @@ function requireClientsdkClientcore () {
|
|
|
67556
67496
|
;
|
|
67557
67497
|
break;
|
|
67558
67498
|
case 'disconnected':
|
|
67559
|
-
var tmp4_safe_receiver = this.
|
|
67499
|
+
var tmp4_safe_receiver = this.m3m_1.j3m_1;
|
|
67560
67500
|
if (tmp4_safe_receiver == null)
|
|
67561
67501
|
null;
|
|
67562
67502
|
else {
|
|
@@ -67566,7 +67506,7 @@ function requireClientsdkClientcore () {
|
|
|
67566
67506
|
;
|
|
67567
67507
|
break;
|
|
67568
67508
|
case 'closed':
|
|
67569
|
-
var tmp5_safe_receiver = this.
|
|
67509
|
+
var tmp5_safe_receiver = this.m3m_1.j3m_1;
|
|
67570
67510
|
if (tmp5_safe_receiver == null)
|
|
67571
67511
|
null;
|
|
67572
67512
|
else {
|
|
@@ -67576,7 +67516,7 @@ function requireClientsdkClientcore () {
|
|
|
67576
67516
|
;
|
|
67577
67517
|
break;
|
|
67578
67518
|
case 'failed':
|
|
67579
|
-
var tmp6_safe_receiver = this.
|
|
67519
|
+
var tmp6_safe_receiver = this.m3m_1.j3m_1;
|
|
67580
67520
|
if (tmp6_safe_receiver == null)
|
|
67581
67521
|
null;
|
|
67582
67522
|
else {
|
|
@@ -67586,7 +67526,7 @@ function requireClientsdkClientcore () {
|
|
|
67586
67526
|
;
|
|
67587
67527
|
break;
|
|
67588
67528
|
default:
|
|
67589
|
-
var tmp7_safe_receiver = this.
|
|
67529
|
+
var tmp7_safe_receiver = this.m3m_1.j3m_1;
|
|
67590
67530
|
if (tmp7_safe_receiver == null)
|
|
67591
67531
|
null;
|
|
67592
67532
|
else {
|
|
@@ -67740,8 +67680,8 @@ function requireClientsdkClientcore () {
|
|
|
67740
67680
|
}
|
|
67741
67681
|
function Companion_2() {
|
|
67742
67682
|
Companion_instance_2 = this;
|
|
67743
|
-
this.
|
|
67744
|
-
this.
|
|
67683
|
+
this.n3m_1 = 'ChatEvents';
|
|
67684
|
+
this.o3m_1 = 1;
|
|
67745
67685
|
}
|
|
67746
67686
|
Companion_2.$metadata$ = objectMeta('Companion');
|
|
67747
67687
|
var Companion_instance_2;
|
|
@@ -67806,7 +67746,6 @@ function requireClientsdkClientcore () {
|
|
|
67806
67746
|
$vonage.MemberInvitedEventJS = MemberInvitedEventJS;
|
|
67807
67747
|
$vonage.MemberJoinedEventJS = MemberJoinedEventJS;
|
|
67808
67748
|
$vonage.MemberLeftEventJS = MemberLeftEventJS;
|
|
67809
|
-
$vonage.UnknownEventJS = UnknownEventJS;
|
|
67810
67749
|
var $vonage = _.vonage || (_.vonage = {});
|
|
67811
67750
|
$vonage.TextMessageEventJS = TextMessageEventJS;
|
|
67812
67751
|
$vonage.TextMessageEventJS.Body = Body;
|
|
@@ -68676,9 +68615,6 @@ function createConversationEvent(event) {
|
|
|
68676
68615
|
if (event instanceof clientsdkClientcore_jsExports.vonage.MemberLeftEventJS) {
|
|
68677
68616
|
return Object.assign(event, { kind: 'member:left' });
|
|
68678
68617
|
}
|
|
68679
|
-
if (event instanceof clientsdkClientcore_jsExports.vonage.UnknownEventJS) {
|
|
68680
|
-
return Object.assign(event, { kind: 'unknown' });
|
|
68681
|
-
}
|
|
68682
68618
|
if (event instanceof clientsdkClientcore_jsExports.vonage.TextMessageEventJS) {
|
|
68683
68619
|
return Object.assign(event, { kind: 'message:text' });
|
|
68684
68620
|
}
|
|
@@ -68999,7 +68935,6 @@ class VonageClient extends clientsdkClientcore_jsExports.vonage.CombinedClientJS
|
|
|
68999
68935
|
const eventsPage = yield _super.getConversationEvents.call(this, id, order || null, pageSize || null, cursor || null, eventFilter);
|
|
69000
68936
|
// Convert the events to the correct type,
|
|
69001
68937
|
// ? Maybe a better way to do this with KSP
|
|
69002
|
-
// TODO: Decide how to handle UnknownEventJS events
|
|
69003
68938
|
const events = eventsPage.events.map(createConversationEvent);
|
|
69004
68939
|
return {
|
|
69005
68940
|
events,
|