@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.mjs
CHANGED
|
@@ -49642,9 +49642,6 @@ function requireClientsdkClientcore () {
|
|
|
49642
49642
|
return true;
|
|
49643
49643
|
};
|
|
49644
49644
|
MemberLeftConversationEvent.$metadata$ = classMeta('MemberLeftConversationEvent', [MemberEvent]);
|
|
49645
|
-
function UnknownConversationEvent() {
|
|
49646
|
-
}
|
|
49647
|
-
UnknownConversationEvent.$metadata$ = classMeta('UnknownConversationEvent', [ConversationEvent]);
|
|
49648
49645
|
function System() {
|
|
49649
49646
|
System_instance = this;
|
|
49650
49647
|
}
|
|
@@ -62033,46 +62030,45 @@ function requireClientsdkClientcore () {
|
|
|
62033
62030
|
_.$_$.k = MemberLeftConversationEvent;
|
|
62034
62031
|
_.$_$.l = TemplateMessageEvent;
|
|
62035
62032
|
_.$_$.m = TextMessageEvent;
|
|
62036
|
-
_.$_$.n =
|
|
62037
|
-
_.$_$.o =
|
|
62038
|
-
_.$_$.p =
|
|
62039
|
-
_.$_$.q =
|
|
62040
|
-
_.$_$.r =
|
|
62041
|
-
_.$_$.s =
|
|
62042
|
-
_.$_$.t =
|
|
62043
|
-
_.$_$.u =
|
|
62044
|
-
_.$_$.v =
|
|
62045
|
-
_.$_$.w =
|
|
62046
|
-
_.$_$.x =
|
|
62047
|
-
_.$_$.y =
|
|
62048
|
-
_.$_$.z =
|
|
62049
|
-
_.$_$.a1 =
|
|
62050
|
-
_.$_$.b1 =
|
|
62051
|
-
_.$_$.c1 =
|
|
62052
|
-
_.$_$.d1 =
|
|
62053
|
-
_.$_$.e1 =
|
|
62054
|
-
_.$_$.f1 =
|
|
62055
|
-
_.$_$.g1 =
|
|
62056
|
-
_.$_$.h1 =
|
|
62057
|
-
_.$_$.i1 =
|
|
62058
|
-
_.$_$.j1 =
|
|
62059
|
-
_.$_$.k1 =
|
|
62060
|
-
_.$_$.l1 =
|
|
62061
|
-
_.$_$.m1 =
|
|
62062
|
-
_.$_$.n1 =
|
|
62063
|
-
_.$_$.o1 =
|
|
62064
|
-
_.$_$.p1 =
|
|
62065
|
-
_.$_$.q1 =
|
|
62066
|
-
_.$_$.r1 =
|
|
62067
|
-
_.$_$.s1 =
|
|
62068
|
-
_.$_$.t1 =
|
|
62069
|
-
_.$_$.u1 =
|
|
62070
|
-
_.$_$.v1 =
|
|
62071
|
-
_.$_$.w1 =
|
|
62072
|
-
_.$_$.x1 =
|
|
62073
|
-
_.$_$.y1 =
|
|
62074
|
-
_.$_$.z1 =
|
|
62075
|
-
_.$_$.a2 = Companion_getInstance_109;
|
|
62033
|
+
_.$_$.n = VCardMessageEvent;
|
|
62034
|
+
_.$_$.o = VideoMessageEvent;
|
|
62035
|
+
_.$_$.p = ChatClientListener;
|
|
62036
|
+
_.$_$.q = ILoggingLevel;
|
|
62037
|
+
_.$_$.r = SessionListener;
|
|
62038
|
+
_.$_$.s = VoiceClientListener;
|
|
62039
|
+
_.$_$.t = setDefaultLoggingLevel;
|
|
62040
|
+
_.$_$.u = HTTPClientError;
|
|
62041
|
+
_.$_$.v = HTTPClientResponse;
|
|
62042
|
+
_.$_$.w = HTTPClient;
|
|
62043
|
+
_.$_$.x = MediaClient;
|
|
62044
|
+
_.$_$.y = RTCStats_0;
|
|
62045
|
+
_.$_$.z = SocketClient;
|
|
62046
|
+
_.$_$.a1 = SetConfig;
|
|
62047
|
+
_.$_$.b1 = Builder;
|
|
62048
|
+
_.$_$.c1 = SocketConnectionFailedReason_ClientDisconnected_getInstance;
|
|
62049
|
+
_.$_$.d1 = SocketConnectionFailedReason_ClientNetworkError_getInstance;
|
|
62050
|
+
_.$_$.e1 = SocketConnectionFailedReason_PingTimeout_getInstance;
|
|
62051
|
+
_.$_$.f1 = SocketConnectionFailedReason_ServerDisconnected_getInstance;
|
|
62052
|
+
_.$_$.g1 = SocketConnectionStatus_Connected_getInstance;
|
|
62053
|
+
_.$_$.h1 = SocketConnectionStatus_Disconnected_getInstance;
|
|
62054
|
+
_.$_$.i1 = SocketConnectionStatus_Reconnecting_getInstance;
|
|
62055
|
+
_.$_$.j1 = PresentingOrder_ASC_getInstance;
|
|
62056
|
+
_.$_$.k1 = PresentingOrder_DESC_getInstance;
|
|
62057
|
+
_.$_$.l1 = ClientConfigRegion_AP_getInstance;
|
|
62058
|
+
_.$_$.m1 = ClientConfigRegion_EU_getInstance;
|
|
62059
|
+
_.$_$.n1 = ClientConfigRegion_US_getInstance;
|
|
62060
|
+
_.$_$.o1 = SessionErrorReason_PingTimeout_getInstance;
|
|
62061
|
+
_.$_$.p1 = SessionErrorReason_TokenExpired_getInstance;
|
|
62062
|
+
_.$_$.q1 = SessionErrorReason_TransportClosed_getInstance;
|
|
62063
|
+
_.$_$.r1 = MediaConnectionStatus_Closed_getInstance;
|
|
62064
|
+
_.$_$.s1 = MediaConnectionStatus_Connected_getInstance;
|
|
62065
|
+
_.$_$.t1 = MediaConnectionStatus_Connecting_getInstance;
|
|
62066
|
+
_.$_$.u1 = MediaConnectionStatus_Disconnected_getInstance;
|
|
62067
|
+
_.$_$.v1 = MediaConnectionStatus_Failed_getInstance;
|
|
62068
|
+
_.$_$.w1 = MediaConnectionStatus_New_getInstance;
|
|
62069
|
+
_.$_$.x1 = MediaConnectionStatus_Unknown_getInstance;
|
|
62070
|
+
_.$_$.y1 = System_getInstance;
|
|
62071
|
+
_.$_$.z1 = Companion_getInstance_109;
|
|
62076
62072
|
//endregion
|
|
62077
62073
|
return _;
|
|
62078
62074
|
}));
|
|
@@ -62102,27 +62098,26 @@ function requireClientsdkClientcore () {
|
|
|
62102
62098
|
//region block: imports
|
|
62103
62099
|
var imul = Math.imul;
|
|
62104
62100
|
var Unit_getInstance = kotlin_kotlin.$_$.t2;
|
|
62105
|
-
var SessionListener = kotlin_com_vonage_clientcore.$_$.
|
|
62101
|
+
var SessionListener = kotlin_com_vonage_clientcore.$_$.r;
|
|
62106
62102
|
var classMeta = kotlin_kotlin.$_$.o5;
|
|
62107
|
-
var VoiceClientListener = kotlin_com_vonage_clientcore.$_$.
|
|
62108
|
-
var ChatClientListener = kotlin_com_vonage_clientcore.$_$.
|
|
62109
|
-
var Builder = kotlin_com_vonage_clientcore.$_$.
|
|
62103
|
+
var VoiceClientListener = kotlin_com_vonage_clientcore.$_$.s;
|
|
62104
|
+
var ChatClientListener = kotlin_com_vonage_clientcore.$_$.p;
|
|
62105
|
+
var Builder = kotlin_com_vonage_clientcore.$_$.b1;
|
|
62110
62106
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.l3;
|
|
62111
62107
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
62112
62108
|
var copyToArray = kotlin_kotlin.$_$.x3;
|
|
62113
62109
|
var interfaceMeta = kotlin_kotlin.$_$.w5;
|
|
62114
62110
|
var objectMeta = kotlin_kotlin.$_$.r6;
|
|
62115
62111
|
var noWhenBranchMatchedException = kotlin_kotlin.$_$.x8;
|
|
62116
|
-
var System_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62112
|
+
var System_getInstance = kotlin_com_vonage_clientcore.$_$.y1;
|
|
62117
62113
|
var equals = kotlin_kotlin.$_$.p5;
|
|
62118
62114
|
var EmbeddedInfo = kotlin_com_vonage_clientcore.$_$.e;
|
|
62119
|
-
var UnknownConversationEvent = kotlin_com_vonage_clientcore.$_$.n;
|
|
62120
62115
|
var LocationMessageEvent = kotlin_com_vonage_clientcore.$_$.h;
|
|
62121
62116
|
var TemplateMessageEvent = kotlin_com_vonage_clientcore.$_$.l;
|
|
62122
|
-
var VCardMessageEvent = kotlin_com_vonage_clientcore.$_$.
|
|
62117
|
+
var VCardMessageEvent = kotlin_com_vonage_clientcore.$_$.n;
|
|
62123
62118
|
var FileMessageEvent = kotlin_com_vonage_clientcore.$_$.f;
|
|
62124
62119
|
var AudioMessageEvent = kotlin_com_vonage_clientcore.$_$.c;
|
|
62125
|
-
var VideoMessageEvent = kotlin_com_vonage_clientcore.$_$.
|
|
62120
|
+
var VideoMessageEvent = kotlin_com_vonage_clientcore.$_$.o;
|
|
62126
62121
|
var ImageMessageEvent = kotlin_com_vonage_clientcore.$_$.g;
|
|
62127
62122
|
var CustomMessageEvent = kotlin_com_vonage_clientcore.$_$.d;
|
|
62128
62123
|
var TextMessageEvent = kotlin_com_vonage_clientcore.$_$.m;
|
|
@@ -62131,51 +62126,51 @@ function requireClientsdkClientcore () {
|
|
|
62131
62126
|
var MemberInvitedConversationEvent = kotlin_com_vonage_clientcore.$_$.i;
|
|
62132
62127
|
var THROW_CCE = kotlin_kotlin.$_$.h8;
|
|
62133
62128
|
var THROW_ISE = kotlin_kotlin.$_$.i8;
|
|
62134
|
-
var PresentingOrder_ASC_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62135
|
-
var PresentingOrder_DESC_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62129
|
+
var PresentingOrder_ASC_getInstance = kotlin_com_vonage_clientcore.$_$.j1;
|
|
62130
|
+
var PresentingOrder_DESC_getInstance = kotlin_com_vonage_clientcore.$_$.k1;
|
|
62136
62131
|
var Enum = kotlin_kotlin.$_$.b8;
|
|
62137
62132
|
var extendThrowable = kotlin_kotlin.$_$.q5;
|
|
62138
62133
|
var captureStack = kotlin_kotlin.$_$.j5;
|
|
62139
62134
|
var VonageError = kotlin_com_vonage_clientcore.$_$.b;
|
|
62140
62135
|
var newThrowable = kotlin_kotlin.$_$.m6;
|
|
62141
62136
|
var joinToString$default = kotlin_kotlin.$_$.g;
|
|
62142
|
-
var ClientConfigRegion_AP_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62143
|
-
var ClientConfigRegion_EU_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62144
|
-
var ClientConfigRegion_US_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62145
|
-
var Companion_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62146
|
-
var ILoggingLevel = kotlin_com_vonage_clientcore.$_$.
|
|
62147
|
-
var SessionErrorReason_TokenExpired_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62148
|
-
var SessionErrorReason_TransportClosed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62149
|
-
var SessionErrorReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62150
|
-
var setDefaultLoggingLevel = kotlin_com_vonage_clientcore.$_$.
|
|
62151
|
-
var SetConfig = kotlin_com_vonage_clientcore.$_$.
|
|
62137
|
+
var ClientConfigRegion_AP_getInstance = kotlin_com_vonage_clientcore.$_$.l1;
|
|
62138
|
+
var ClientConfigRegion_EU_getInstance = kotlin_com_vonage_clientcore.$_$.m1;
|
|
62139
|
+
var ClientConfigRegion_US_getInstance = kotlin_com_vonage_clientcore.$_$.n1;
|
|
62140
|
+
var Companion_getInstance = kotlin_com_vonage_clientcore.$_$.z1;
|
|
62141
|
+
var ILoggingLevel = kotlin_com_vonage_clientcore.$_$.q;
|
|
62142
|
+
var SessionErrorReason_TokenExpired_getInstance = kotlin_com_vonage_clientcore.$_$.p1;
|
|
62143
|
+
var SessionErrorReason_TransportClosed_getInstance = kotlin_com_vonage_clientcore.$_$.q1;
|
|
62144
|
+
var SessionErrorReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.o1;
|
|
62145
|
+
var setDefaultLoggingLevel = kotlin_com_vonage_clientcore.$_$.t;
|
|
62146
|
+
var SetConfig = kotlin_com_vonage_clientcore.$_$.a1;
|
|
62152
62147
|
var emptyMap = kotlin_kotlin.$_$.z3;
|
|
62153
62148
|
var getStringHashCode = kotlin_kotlin.$_$.u5;
|
|
62154
62149
|
var Exception = kotlin_kotlin.$_$.c8;
|
|
62155
|
-
var HTTPClientError = kotlin_com_vonage_clientcore.$_$.
|
|
62150
|
+
var HTTPClientError = kotlin_com_vonage_clientcore.$_$.u;
|
|
62156
62151
|
var hashCode = kotlin_kotlin.$_$.v5;
|
|
62157
62152
|
var toString = kotlin_kotlin.$_$.a9;
|
|
62158
|
-
var HTTPClientResponse = kotlin_com_vonage_clientcore.$_$.
|
|
62159
|
-
var HTTPClient = kotlin_com_vonage_clientcore.$_$.
|
|
62153
|
+
var HTTPClientResponse = kotlin_com_vonage_clientcore.$_$.v;
|
|
62154
|
+
var HTTPClient = kotlin_com_vonage_clientcore.$_$.w;
|
|
62160
62155
|
var Exception_init_$Create$ = kotlin_kotlin.$_$.d1;
|
|
62161
|
-
var SocketClient = kotlin_com_vonage_clientcore.$_$.
|
|
62156
|
+
var SocketClient = kotlin_com_vonage_clientcore.$_$.z;
|
|
62162
62157
|
var UnknownSocketEvent = kotlin_com_vonage_clientcore.$_$.a;
|
|
62163
|
-
var SocketConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62164
|
-
var SocketConnectionStatus_Reconnecting_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62165
|
-
var SocketConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62166
|
-
var SocketConnectionFailedReason_ServerDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62167
|
-
var SocketConnectionFailedReason_ClientDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62168
|
-
var SocketConnectionFailedReason_ClientNetworkError_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62169
|
-
var SocketConnectionFailedReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62170
|
-
var MediaClient = kotlin_com_vonage_clientcore.$_$.
|
|
62171
|
-
var RTCStats = kotlin_com_vonage_clientcore.$_$.
|
|
62172
|
-
var MediaConnectionStatus_New_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62173
|
-
var MediaConnectionStatus_Connecting_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62174
|
-
var MediaConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62175
|
-
var MediaConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62176
|
-
var MediaConnectionStatus_Closed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62177
|
-
var MediaConnectionStatus_Failed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62178
|
-
var MediaConnectionStatus_Unknown_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
62158
|
+
var SocketConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.g1;
|
|
62159
|
+
var SocketConnectionStatus_Reconnecting_getInstance = kotlin_com_vonage_clientcore.$_$.i1;
|
|
62160
|
+
var SocketConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.h1;
|
|
62161
|
+
var SocketConnectionFailedReason_ServerDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.f1;
|
|
62162
|
+
var SocketConnectionFailedReason_ClientDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.c1;
|
|
62163
|
+
var SocketConnectionFailedReason_ClientNetworkError_getInstance = kotlin_com_vonage_clientcore.$_$.d1;
|
|
62164
|
+
var SocketConnectionFailedReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.e1;
|
|
62165
|
+
var MediaClient = kotlin_com_vonage_clientcore.$_$.x;
|
|
62166
|
+
var RTCStats = kotlin_com_vonage_clientcore.$_$.y;
|
|
62167
|
+
var MediaConnectionStatus_New_getInstance = kotlin_com_vonage_clientcore.$_$.w1;
|
|
62168
|
+
var MediaConnectionStatus_Connecting_getInstance = kotlin_com_vonage_clientcore.$_$.t1;
|
|
62169
|
+
var MediaConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.s1;
|
|
62170
|
+
var MediaConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.u1;
|
|
62171
|
+
var MediaConnectionStatus_Closed_getInstance = kotlin_com_vonage_clientcore.$_$.r1;
|
|
62172
|
+
var MediaConnectionStatus_Failed_getInstance = kotlin_com_vonage_clientcore.$_$.v1;
|
|
62173
|
+
var MediaConnectionStatus_Unknown_getInstance = kotlin_com_vonage_clientcore.$_$.x1;
|
|
62179
62174
|
var to = kotlin_kotlin.$_$.b9;
|
|
62180
62175
|
var toMap = kotlin_kotlin.$_$.z4;
|
|
62181
62176
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.x;
|
|
@@ -62186,7 +62181,7 @@ function requireClientsdkClientcore () {
|
|
|
62186
62181
|
//endregion
|
|
62187
62182
|
//region block: pre-declaration
|
|
62188
62183
|
function setConfig(config) {
|
|
62189
|
-
this.core.a1c(new SetConfig(config.
|
|
62184
|
+
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));
|
|
62190
62185
|
}
|
|
62191
62186
|
function createSession(token, sessionId) {
|
|
62192
62187
|
return new Promise(ICoreClientJS$createSession$lambda(this, token, sessionId));
|
|
@@ -62754,57 +62749,6 @@ function requireClientsdkClientcore () {
|
|
|
62754
62749
|
return this.j20();
|
|
62755
62750
|
}
|
|
62756
62751
|
});
|
|
62757
|
-
function UnknownEventJS(event) {
|
|
62758
|
-
this.x39_1 = event.c3a_1;
|
|
62759
|
-
this.y39_1 = event.d3a_1;
|
|
62760
|
-
this.z39_1 = event.e3a_1;
|
|
62761
|
-
this.a3a_1 = event.f3a_1;
|
|
62762
|
-
this.b3a_1 = map(event.g3a_1);
|
|
62763
|
-
}
|
|
62764
|
-
UnknownEventJS.prototype.o2u = function () {
|
|
62765
|
-
return this.x39_1;
|
|
62766
|
-
};
|
|
62767
|
-
UnknownEventJS.prototype.v1m = function () {
|
|
62768
|
-
return this.y39_1;
|
|
62769
|
-
};
|
|
62770
|
-
UnknownEventJS.prototype.k1q = function () {
|
|
62771
|
-
return this.z39_1;
|
|
62772
|
-
};
|
|
62773
|
-
UnknownEventJS.prototype.l2v = function () {
|
|
62774
|
-
return this.a3a_1;
|
|
62775
|
-
};
|
|
62776
|
-
UnknownEventJS.prototype.c1h = function () {
|
|
62777
|
-
return this.b3a_1;
|
|
62778
|
-
};
|
|
62779
|
-
UnknownEventJS.$metadata$ = classMeta('UnknownEventJS', [ConversationEventJS]);
|
|
62780
|
-
Object.defineProperty(UnknownEventJS.prototype, 'type', {
|
|
62781
|
-
configurable: true,
|
|
62782
|
-
get: UnknownEventJS.prototype.o2u
|
|
62783
|
-
});
|
|
62784
|
-
Object.defineProperty(UnknownEventJS.prototype, 'id', {
|
|
62785
|
-
configurable: true,
|
|
62786
|
-
get: function () {
|
|
62787
|
-
return this.v1m();
|
|
62788
|
-
}
|
|
62789
|
-
});
|
|
62790
|
-
Object.defineProperty(UnknownEventJS.prototype, 'timestamp', {
|
|
62791
|
-
configurable: true,
|
|
62792
|
-
get: function () {
|
|
62793
|
-
return this.k1q();
|
|
62794
|
-
}
|
|
62795
|
-
});
|
|
62796
|
-
Object.defineProperty(UnknownEventJS.prototype, 'conversationId', {
|
|
62797
|
-
configurable: true,
|
|
62798
|
-
get: function () {
|
|
62799
|
-
return this.l2v();
|
|
62800
|
-
}
|
|
62801
|
-
});
|
|
62802
|
-
Object.defineProperty(UnknownEventJS.prototype, 'from', {
|
|
62803
|
-
configurable: true,
|
|
62804
|
-
get: function () {
|
|
62805
|
-
return this.c1h();
|
|
62806
|
-
}
|
|
62807
|
-
});
|
|
62808
62752
|
function map(from) {
|
|
62809
62753
|
var tmp0_subject = from;
|
|
62810
62754
|
var tmp;
|
|
@@ -62858,11 +62802,7 @@ function requireClientsdkClientcore () {
|
|
|
62858
62802
|
if (tmp0_subject instanceof LocationMessageEvent) {
|
|
62859
62803
|
tmp = new LocationMessageEventJS(event);
|
|
62860
62804
|
} else {
|
|
62861
|
-
|
|
62862
|
-
tmp = new UnknownEventJS(event);
|
|
62863
|
-
} else {
|
|
62864
|
-
noWhenBranchMatchedException();
|
|
62865
|
-
}
|
|
62805
|
+
noWhenBranchMatchedException();
|
|
62866
62806
|
}
|
|
62867
62807
|
}
|
|
62868
62808
|
}
|
|
@@ -62881,37 +62821,37 @@ function requireClientsdkClientcore () {
|
|
|
62881
62821
|
}
|
|
62882
62822
|
MessageEventJS.$metadata$ = interfaceMeta('MessageEventJS', [ConversationEventJS]);
|
|
62883
62823
|
function Body(body) {
|
|
62884
|
-
this.
|
|
62824
|
+
this.x39_1 = body.l2p_1;
|
|
62885
62825
|
}
|
|
62886
|
-
Body.prototype.
|
|
62887
|
-
return this.
|
|
62826
|
+
Body.prototype.y39 = function () {
|
|
62827
|
+
return this.x39_1;
|
|
62888
62828
|
};
|
|
62889
62829
|
Body.$metadata$ = classMeta('Body');
|
|
62890
62830
|
Object.defineProperty(Body.prototype, 'text', {
|
|
62891
62831
|
configurable: true,
|
|
62892
|
-
get: Body.prototype.
|
|
62832
|
+
get: Body.prototype.y39
|
|
62893
62833
|
});
|
|
62894
62834
|
function TextMessageEventJS(event) {
|
|
62895
|
-
this.
|
|
62896
|
-
this.
|
|
62897
|
-
this.
|
|
62898
|
-
this.
|
|
62899
|
-
this.
|
|
62835
|
+
this.z39_1 = event.o2p_1;
|
|
62836
|
+
this.a3a_1 = event.m2p_1;
|
|
62837
|
+
this.b3a_1 = event.n2p_1;
|
|
62838
|
+
this.c3a_1 = map(event.p2p_1);
|
|
62839
|
+
this.d3a_1 = new Body(event.q2p_1);
|
|
62900
62840
|
}
|
|
62901
62841
|
TextMessageEventJS.prototype.v1m = function () {
|
|
62902
|
-
return this.
|
|
62842
|
+
return this.z39_1;
|
|
62903
62843
|
};
|
|
62904
62844
|
TextMessageEventJS.prototype.k1q = function () {
|
|
62905
|
-
return this.
|
|
62845
|
+
return this.a3a_1;
|
|
62906
62846
|
};
|
|
62907
62847
|
TextMessageEventJS.prototype.l2v = function () {
|
|
62908
|
-
return this.
|
|
62848
|
+
return this.b3a_1;
|
|
62909
62849
|
};
|
|
62910
62850
|
TextMessageEventJS.prototype.c1h = function () {
|
|
62911
|
-
return this.
|
|
62851
|
+
return this.c3a_1;
|
|
62912
62852
|
};
|
|
62913
62853
|
TextMessageEventJS.prototype.j20 = function () {
|
|
62914
|
-
return this.
|
|
62854
|
+
return this.d3a_1;
|
|
62915
62855
|
};
|
|
62916
62856
|
TextMessageEventJS.$metadata$ = classMeta('TextMessageEventJS', [MessageEventJS]);
|
|
62917
62857
|
Object.defineProperty(TextMessageEventJS.prototype, 'id', {
|
|
@@ -62943,37 +62883,37 @@ function requireClientsdkClientcore () {
|
|
|
62943
62883
|
get: TextMessageEventJS.prototype.j20
|
|
62944
62884
|
});
|
|
62945
62885
|
function Body_0(body) {
|
|
62946
|
-
this.
|
|
62886
|
+
this.e3a_1 = body.r2p_1;
|
|
62947
62887
|
}
|
|
62948
|
-
Body_0.prototype.
|
|
62949
|
-
return this.
|
|
62888
|
+
Body_0.prototype.f3a = function () {
|
|
62889
|
+
return this.e3a_1;
|
|
62950
62890
|
};
|
|
62951
62891
|
Body_0.$metadata$ = classMeta('Body');
|
|
62952
62892
|
Object.defineProperty(Body_0.prototype, 'customData', {
|
|
62953
62893
|
configurable: true,
|
|
62954
|
-
get: Body_0.prototype.
|
|
62894
|
+
get: Body_0.prototype.f3a
|
|
62955
62895
|
});
|
|
62956
62896
|
function CustomMessageEventJS(event) {
|
|
62957
|
-
this.
|
|
62958
|
-
this.
|
|
62959
|
-
this.
|
|
62960
|
-
this.
|
|
62961
|
-
this.
|
|
62897
|
+
this.g3a_1 = event.u2p_1;
|
|
62898
|
+
this.h3a_1 = event.s2p_1;
|
|
62899
|
+
this.i3a_1 = event.t2p_1;
|
|
62900
|
+
this.j3a_1 = map(event.v2p_1);
|
|
62901
|
+
this.k3a_1 = new Body_0(event.w2p_1);
|
|
62962
62902
|
}
|
|
62963
62903
|
CustomMessageEventJS.prototype.v1m = function () {
|
|
62964
|
-
return this.
|
|
62904
|
+
return this.g3a_1;
|
|
62965
62905
|
};
|
|
62966
62906
|
CustomMessageEventJS.prototype.k1q = function () {
|
|
62967
|
-
return this.
|
|
62907
|
+
return this.h3a_1;
|
|
62968
62908
|
};
|
|
62969
62909
|
CustomMessageEventJS.prototype.l2v = function () {
|
|
62970
|
-
return this.
|
|
62910
|
+
return this.i3a_1;
|
|
62971
62911
|
};
|
|
62972
62912
|
CustomMessageEventJS.prototype.c1h = function () {
|
|
62973
|
-
return this.
|
|
62913
|
+
return this.j3a_1;
|
|
62974
62914
|
};
|
|
62975
62915
|
CustomMessageEventJS.prototype.j20 = function () {
|
|
62976
|
-
return this.
|
|
62916
|
+
return this.k3a_1;
|
|
62977
62917
|
};
|
|
62978
62918
|
CustomMessageEventJS.$metadata$ = classMeta('CustomMessageEventJS', [MessageEventJS]);
|
|
62979
62919
|
Object.defineProperty(CustomMessageEventJS.prototype, 'id', {
|
|
@@ -63005,37 +62945,37 @@ function requireClientsdkClientcore () {
|
|
|
63005
62945
|
get: CustomMessageEventJS.prototype.j20
|
|
63006
62946
|
});
|
|
63007
62947
|
function Body_1(body) {
|
|
63008
|
-
this.
|
|
62948
|
+
this.l3a_1 = body.j2q_1;
|
|
63009
62949
|
}
|
|
63010
|
-
Body_1.prototype.
|
|
63011
|
-
return this.
|
|
62950
|
+
Body_1.prototype.m3a = function () {
|
|
62951
|
+
return this.l3a_1;
|
|
63012
62952
|
};
|
|
63013
62953
|
Body_1.$metadata$ = classMeta('Body');
|
|
63014
62954
|
Object.defineProperty(Body_1.prototype, 'audioUrl', {
|
|
63015
62955
|
configurable: true,
|
|
63016
|
-
get: Body_1.prototype.
|
|
62956
|
+
get: Body_1.prototype.m3a
|
|
63017
62957
|
});
|
|
63018
62958
|
function AudioMessageEventJS(event) {
|
|
63019
|
-
this.
|
|
63020
|
-
this.
|
|
63021
|
-
this.
|
|
63022
|
-
this.
|
|
63023
|
-
this.
|
|
62959
|
+
this.n3a_1 = event.m2q_1;
|
|
62960
|
+
this.o3a_1 = event.k2q_1;
|
|
62961
|
+
this.p3a_1 = event.l2q_1;
|
|
62962
|
+
this.q3a_1 = map(event.n2q_1);
|
|
62963
|
+
this.r3a_1 = new Body_1(event.o2q_1);
|
|
63024
62964
|
}
|
|
63025
62965
|
AudioMessageEventJS.prototype.v1m = function () {
|
|
63026
|
-
return this.
|
|
62966
|
+
return this.n3a_1;
|
|
63027
62967
|
};
|
|
63028
62968
|
AudioMessageEventJS.prototype.k1q = function () {
|
|
63029
|
-
return this.
|
|
62969
|
+
return this.o3a_1;
|
|
63030
62970
|
};
|
|
63031
62971
|
AudioMessageEventJS.prototype.l2v = function () {
|
|
63032
|
-
return this.
|
|
62972
|
+
return this.p3a_1;
|
|
63033
62973
|
};
|
|
63034
62974
|
AudioMessageEventJS.prototype.c1h = function () {
|
|
63035
|
-
return this.
|
|
62975
|
+
return this.q3a_1;
|
|
63036
62976
|
};
|
|
63037
62977
|
AudioMessageEventJS.prototype.j20 = function () {
|
|
63038
|
-
return this.
|
|
62978
|
+
return this.r3a_1;
|
|
63039
62979
|
};
|
|
63040
62980
|
AudioMessageEventJS.$metadata$ = classMeta('AudioMessageEventJS', [MessageEventJS]);
|
|
63041
62981
|
Object.defineProperty(AudioMessageEventJS.prototype, 'id', {
|
|
@@ -63067,37 +63007,37 @@ function requireClientsdkClientcore () {
|
|
|
63067
63007
|
get: AudioMessageEventJS.prototype.j20
|
|
63068
63008
|
});
|
|
63069
63009
|
function Body_2(body) {
|
|
63070
|
-
this.
|
|
63010
|
+
this.s3a_1 = body.d2q_1;
|
|
63071
63011
|
}
|
|
63072
|
-
Body_2.prototype.
|
|
63073
|
-
return this.
|
|
63012
|
+
Body_2.prototype.t3a = function () {
|
|
63013
|
+
return this.s3a_1;
|
|
63074
63014
|
};
|
|
63075
63015
|
Body_2.$metadata$ = classMeta('Body');
|
|
63076
63016
|
Object.defineProperty(Body_2.prototype, 'videoUrl', {
|
|
63077
63017
|
configurable: true,
|
|
63078
|
-
get: Body_2.prototype.
|
|
63018
|
+
get: Body_2.prototype.t3a
|
|
63079
63019
|
});
|
|
63080
63020
|
function VideoMessageEventJS(event) {
|
|
63081
|
-
this.
|
|
63082
|
-
this.
|
|
63083
|
-
this.
|
|
63084
|
-
this.
|
|
63085
|
-
this.
|
|
63021
|
+
this.u3a_1 = event.g2q_1;
|
|
63022
|
+
this.v3a_1 = event.e2q_1;
|
|
63023
|
+
this.w3a_1 = event.f2q_1;
|
|
63024
|
+
this.x3a_1 = map(event.h2q_1);
|
|
63025
|
+
this.y3a_1 = new Body_2(event.i2q_1);
|
|
63086
63026
|
}
|
|
63087
63027
|
VideoMessageEventJS.prototype.v1m = function () {
|
|
63088
|
-
return this.
|
|
63028
|
+
return this.u3a_1;
|
|
63089
63029
|
};
|
|
63090
63030
|
VideoMessageEventJS.prototype.k1q = function () {
|
|
63091
|
-
return this.
|
|
63031
|
+
return this.v3a_1;
|
|
63092
63032
|
};
|
|
63093
63033
|
VideoMessageEventJS.prototype.l2v = function () {
|
|
63094
|
-
return this.
|
|
63034
|
+
return this.w3a_1;
|
|
63095
63035
|
};
|
|
63096
63036
|
VideoMessageEventJS.prototype.c1h = function () {
|
|
63097
|
-
return this.
|
|
63037
|
+
return this.x3a_1;
|
|
63098
63038
|
};
|
|
63099
63039
|
VideoMessageEventJS.prototype.j20 = function () {
|
|
63100
|
-
return this.
|
|
63040
|
+
return this.y3a_1;
|
|
63101
63041
|
};
|
|
63102
63042
|
VideoMessageEventJS.$metadata$ = classMeta('VideoMessageEventJS', [MessageEventJS]);
|
|
63103
63043
|
Object.defineProperty(VideoMessageEventJS.prototype, 'id', {
|
|
@@ -63129,37 +63069,37 @@ function requireClientsdkClientcore () {
|
|
|
63129
63069
|
get: VideoMessageEventJS.prototype.j20
|
|
63130
63070
|
});
|
|
63131
63071
|
function Body_3(body) {
|
|
63132
|
-
this.
|
|
63072
|
+
this.z3a_1 = body.x2p_1;
|
|
63133
63073
|
}
|
|
63134
|
-
Body_3.prototype.
|
|
63135
|
-
return this.
|
|
63074
|
+
Body_3.prototype.a3b = function () {
|
|
63075
|
+
return this.z3a_1;
|
|
63136
63076
|
};
|
|
63137
63077
|
Body_3.$metadata$ = classMeta('Body');
|
|
63138
63078
|
Object.defineProperty(Body_3.prototype, 'imageUrl', {
|
|
63139
63079
|
configurable: true,
|
|
63140
|
-
get: Body_3.prototype.
|
|
63080
|
+
get: Body_3.prototype.a3b
|
|
63141
63081
|
});
|
|
63142
63082
|
function ImageMessageEventJS(event) {
|
|
63143
|
-
this.
|
|
63144
|
-
this.
|
|
63145
|
-
this.
|
|
63146
|
-
this.
|
|
63147
|
-
this.
|
|
63083
|
+
this.b3b_1 = event.a2q_1;
|
|
63084
|
+
this.c3b_1 = event.y2p_1;
|
|
63085
|
+
this.d3b_1 = event.z2p_1;
|
|
63086
|
+
this.e3b_1 = map(event.b2q_1);
|
|
63087
|
+
this.f3b_1 = new Body_3(event.c2q_1);
|
|
63148
63088
|
}
|
|
63149
63089
|
ImageMessageEventJS.prototype.v1m = function () {
|
|
63150
|
-
return this.
|
|
63090
|
+
return this.b3b_1;
|
|
63151
63091
|
};
|
|
63152
63092
|
ImageMessageEventJS.prototype.k1q = function () {
|
|
63153
|
-
return this.
|
|
63093
|
+
return this.c3b_1;
|
|
63154
63094
|
};
|
|
63155
63095
|
ImageMessageEventJS.prototype.l2v = function () {
|
|
63156
|
-
return this.
|
|
63096
|
+
return this.d3b_1;
|
|
63157
63097
|
};
|
|
63158
63098
|
ImageMessageEventJS.prototype.c1h = function () {
|
|
63159
|
-
return this.
|
|
63099
|
+
return this.e3b_1;
|
|
63160
63100
|
};
|
|
63161
63101
|
ImageMessageEventJS.prototype.j20 = function () {
|
|
63162
|
-
return this.
|
|
63102
|
+
return this.f3b_1;
|
|
63163
63103
|
};
|
|
63164
63104
|
ImageMessageEventJS.$metadata$ = classMeta('ImageMessageEventJS', [MessageEventJS]);
|
|
63165
63105
|
Object.defineProperty(ImageMessageEventJS.prototype, 'id', {
|
|
@@ -63191,37 +63131,37 @@ function requireClientsdkClientcore () {
|
|
|
63191
63131
|
get: ImageMessageEventJS.prototype.j20
|
|
63192
63132
|
});
|
|
63193
63133
|
function Body_4(body) {
|
|
63194
|
-
this.
|
|
63134
|
+
this.g3b_1 = body.p2q_1;
|
|
63195
63135
|
}
|
|
63196
|
-
Body_4.prototype.
|
|
63197
|
-
return this.
|
|
63136
|
+
Body_4.prototype.h3b = function () {
|
|
63137
|
+
return this.g3b_1;
|
|
63198
63138
|
};
|
|
63199
63139
|
Body_4.$metadata$ = classMeta('Body');
|
|
63200
63140
|
Object.defineProperty(Body_4.prototype, 'fileUrl', {
|
|
63201
63141
|
configurable: true,
|
|
63202
|
-
get: Body_4.prototype.
|
|
63142
|
+
get: Body_4.prototype.h3b
|
|
63203
63143
|
});
|
|
63204
63144
|
function FileMessageEventJS(event) {
|
|
63205
|
-
this.
|
|
63206
|
-
this.
|
|
63207
|
-
this.
|
|
63208
|
-
this.
|
|
63209
|
-
this.
|
|
63145
|
+
this.i3b_1 = event.s2q_1;
|
|
63146
|
+
this.j3b_1 = event.q2q_1;
|
|
63147
|
+
this.k3b_1 = event.r2q_1;
|
|
63148
|
+
this.l3b_1 = map(event.t2q_1);
|
|
63149
|
+
this.m3b_1 = new Body_4(event.u2q_1);
|
|
63210
63150
|
}
|
|
63211
63151
|
FileMessageEventJS.prototype.v1m = function () {
|
|
63212
|
-
return this.
|
|
63152
|
+
return this.i3b_1;
|
|
63213
63153
|
};
|
|
63214
63154
|
FileMessageEventJS.prototype.k1q = function () {
|
|
63215
|
-
return this.
|
|
63155
|
+
return this.j3b_1;
|
|
63216
63156
|
};
|
|
63217
63157
|
FileMessageEventJS.prototype.l2v = function () {
|
|
63218
|
-
return this.
|
|
63158
|
+
return this.k3b_1;
|
|
63219
63159
|
};
|
|
63220
63160
|
FileMessageEventJS.prototype.c1h = function () {
|
|
63221
|
-
return this.
|
|
63161
|
+
return this.l3b_1;
|
|
63222
63162
|
};
|
|
63223
63163
|
FileMessageEventJS.prototype.j20 = function () {
|
|
63224
|
-
return this.
|
|
63164
|
+
return this.m3b_1;
|
|
63225
63165
|
};
|
|
63226
63166
|
FileMessageEventJS.$metadata$ = classMeta('FileMessageEventJS', [MessageEventJS]);
|
|
63227
63167
|
Object.defineProperty(FileMessageEventJS.prototype, 'id', {
|
|
@@ -63253,37 +63193,37 @@ function requireClientsdkClientcore () {
|
|
|
63253
63193
|
get: FileMessageEventJS.prototype.j20
|
|
63254
63194
|
});
|
|
63255
63195
|
function Body_5(body) {
|
|
63256
|
-
this.
|
|
63196
|
+
this.n3b_1 = body.v2q_1;
|
|
63257
63197
|
}
|
|
63258
|
-
Body_5.prototype.
|
|
63259
|
-
return this.
|
|
63198
|
+
Body_5.prototype.o3b = function () {
|
|
63199
|
+
return this.n3b_1;
|
|
63260
63200
|
};
|
|
63261
63201
|
Body_5.$metadata$ = classMeta('Body');
|
|
63262
63202
|
Object.defineProperty(Body_5.prototype, 'vcardUrl', {
|
|
63263
63203
|
configurable: true,
|
|
63264
|
-
get: Body_5.prototype.
|
|
63204
|
+
get: Body_5.prototype.o3b
|
|
63265
63205
|
});
|
|
63266
63206
|
function VCardMessageEventJS(event) {
|
|
63267
|
-
this.
|
|
63268
|
-
this.
|
|
63269
|
-
this.
|
|
63270
|
-
this.
|
|
63271
|
-
this.
|
|
63207
|
+
this.p3b_1 = event.y2q_1;
|
|
63208
|
+
this.q3b_1 = event.w2q_1;
|
|
63209
|
+
this.r3b_1 = event.x2q_1;
|
|
63210
|
+
this.s3b_1 = map(event.z2q_1);
|
|
63211
|
+
this.t3b_1 = new Body_5(event.a2r_1);
|
|
63272
63212
|
}
|
|
63273
63213
|
VCardMessageEventJS.prototype.v1m = function () {
|
|
63274
|
-
return this.
|
|
63214
|
+
return this.p3b_1;
|
|
63275
63215
|
};
|
|
63276
63216
|
VCardMessageEventJS.prototype.k1q = function () {
|
|
63277
|
-
return this.
|
|
63217
|
+
return this.q3b_1;
|
|
63278
63218
|
};
|
|
63279
63219
|
VCardMessageEventJS.prototype.l2v = function () {
|
|
63280
|
-
return this.
|
|
63220
|
+
return this.r3b_1;
|
|
63281
63221
|
};
|
|
63282
63222
|
VCardMessageEventJS.prototype.c1h = function () {
|
|
63283
|
-
return this.
|
|
63223
|
+
return this.s3b_1;
|
|
63284
63224
|
};
|
|
63285
63225
|
VCardMessageEventJS.prototype.j20 = function () {
|
|
63286
|
-
return this.
|
|
63226
|
+
return this.t3b_1;
|
|
63287
63227
|
};
|
|
63288
63228
|
VCardMessageEventJS.$metadata$ = classMeta('VCardMessageEventJS', [MessageEventJS]);
|
|
63289
63229
|
Object.defineProperty(VCardMessageEventJS.prototype, 'id', {
|
|
@@ -63315,42 +63255,42 @@ function requireClientsdkClientcore () {
|
|
|
63315
63255
|
get: VCardMessageEventJS.prototype.j20
|
|
63316
63256
|
});
|
|
63317
63257
|
function Body_6(body) {
|
|
63318
|
-
this.
|
|
63258
|
+
this.u3b_1 = new Location(body.j2r_1);
|
|
63319
63259
|
}
|
|
63320
|
-
Body_6.prototype.
|
|
63321
|
-
return this.
|
|
63260
|
+
Body_6.prototype.v3b = function () {
|
|
63261
|
+
return this.u3b_1;
|
|
63322
63262
|
};
|
|
63323
63263
|
Body_6.$metadata$ = classMeta('Body');
|
|
63324
63264
|
Object.defineProperty(Body_6.prototype, 'location', {
|
|
63325
63265
|
configurable: true,
|
|
63326
|
-
get: Body_6.prototype.
|
|
63266
|
+
get: Body_6.prototype.v3b
|
|
63327
63267
|
});
|
|
63328
63268
|
function Location(location) {
|
|
63329
|
-
this.
|
|
63330
|
-
this.
|
|
63331
|
-
this.
|
|
63332
|
-
this.
|
|
63269
|
+
this.w3b_1 = location.k2r_1;
|
|
63270
|
+
this.x3b_1 = location.l2r_1;
|
|
63271
|
+
this.y3b_1 = location.m2r_1;
|
|
63272
|
+
this.z3b_1 = location.n2r_1;
|
|
63333
63273
|
}
|
|
63334
|
-
Location.prototype.
|
|
63335
|
-
return this.
|
|
63274
|
+
Location.prototype.a3c = function () {
|
|
63275
|
+
return this.w3b_1;
|
|
63336
63276
|
};
|
|
63337
|
-
Location.prototype.
|
|
63338
|
-
return this.
|
|
63277
|
+
Location.prototype.b3c = function () {
|
|
63278
|
+
return this.x3b_1;
|
|
63339
63279
|
};
|
|
63340
63280
|
Location.prototype.f4 = function () {
|
|
63341
|
-
return this.
|
|
63281
|
+
return this.y3b_1;
|
|
63342
63282
|
};
|
|
63343
|
-
Location.prototype.
|
|
63344
|
-
return this.
|
|
63283
|
+
Location.prototype.c3c = function () {
|
|
63284
|
+
return this.z3b_1;
|
|
63345
63285
|
};
|
|
63346
63286
|
Location.$metadata$ = classMeta('Location');
|
|
63347
63287
|
Object.defineProperty(Location.prototype, 'longitude', {
|
|
63348
63288
|
configurable: true,
|
|
63349
|
-
get: Location.prototype.
|
|
63289
|
+
get: Location.prototype.a3c
|
|
63350
63290
|
});
|
|
63351
63291
|
Object.defineProperty(Location.prototype, 'latitude', {
|
|
63352
63292
|
configurable: true,
|
|
63353
|
-
get: Location.prototype.
|
|
63293
|
+
get: Location.prototype.b3c
|
|
63354
63294
|
});
|
|
63355
63295
|
Object.defineProperty(Location.prototype, 'name', {
|
|
63356
63296
|
configurable: true,
|
|
@@ -63358,29 +63298,29 @@ function requireClientsdkClientcore () {
|
|
|
63358
63298
|
});
|
|
63359
63299
|
Object.defineProperty(Location.prototype, 'address', {
|
|
63360
63300
|
configurable: true,
|
|
63361
|
-
get: Location.prototype.
|
|
63301
|
+
get: Location.prototype.c3c
|
|
63362
63302
|
});
|
|
63363
63303
|
function LocationMessageEventJS(event) {
|
|
63364
|
-
this.
|
|
63365
|
-
this.
|
|
63366
|
-
this.
|
|
63367
|
-
this.
|
|
63368
|
-
this.
|
|
63304
|
+
this.d3c_1 = event.q2r_1;
|
|
63305
|
+
this.e3c_1 = event.o2r_1;
|
|
63306
|
+
this.f3c_1 = event.p2r_1;
|
|
63307
|
+
this.g3c_1 = map(event.r2r_1);
|
|
63308
|
+
this.h3c_1 = new Body_6(event.s2r_1);
|
|
63369
63309
|
}
|
|
63370
63310
|
LocationMessageEventJS.prototype.v1m = function () {
|
|
63371
|
-
return this.
|
|
63311
|
+
return this.d3c_1;
|
|
63372
63312
|
};
|
|
63373
63313
|
LocationMessageEventJS.prototype.k1q = function () {
|
|
63374
|
-
return this.
|
|
63314
|
+
return this.e3c_1;
|
|
63375
63315
|
};
|
|
63376
63316
|
LocationMessageEventJS.prototype.l2v = function () {
|
|
63377
|
-
return this.
|
|
63317
|
+
return this.f3c_1;
|
|
63378
63318
|
};
|
|
63379
63319
|
LocationMessageEventJS.prototype.c1h = function () {
|
|
63380
|
-
return this.
|
|
63320
|
+
return this.g3c_1;
|
|
63381
63321
|
};
|
|
63382
63322
|
LocationMessageEventJS.prototype.j20 = function () {
|
|
63383
|
-
return this.
|
|
63323
|
+
return this.h3c_1;
|
|
63384
63324
|
};
|
|
63385
63325
|
LocationMessageEventJS.$metadata$ = classMeta('LocationMessageEventJS', [MessageEventJS]);
|
|
63386
63326
|
Object.defineProperty(LocationMessageEventJS.prototype, 'id', {
|
|
@@ -63412,34 +63352,34 @@ function requireClientsdkClientcore () {
|
|
|
63412
63352
|
get: LocationMessageEventJS.prototype.j20
|
|
63413
63353
|
});
|
|
63414
63354
|
function Body_7(body) {
|
|
63415
|
-
this.
|
|
63416
|
-
this.
|
|
63355
|
+
this.i3c_1 = body;
|
|
63356
|
+
this.j3c_1 = new TemplateObject(this.i3c_1.b2r_1);
|
|
63417
63357
|
}
|
|
63418
63358
|
Body_7.prototype.j20 = function () {
|
|
63419
|
-
return this.
|
|
63359
|
+
return this.i3c_1;
|
|
63420
63360
|
};
|
|
63421
|
-
Body_7.prototype.
|
|
63422
|
-
return this.
|
|
63361
|
+
Body_7.prototype.k3c = function () {
|
|
63362
|
+
return this.j3c_1;
|
|
63423
63363
|
};
|
|
63424
63364
|
Body_7.prototype.component1 = function () {
|
|
63425
|
-
return this.
|
|
63365
|
+
return this.i3c_1;
|
|
63426
63366
|
};
|
|
63427
63367
|
Body_7.prototype.copy = function (body) {
|
|
63428
|
-
return this.
|
|
63368
|
+
return this.l3c(body === void 1 ? this.i3c_1 : body);
|
|
63429
63369
|
};
|
|
63430
|
-
Body_7.prototype.
|
|
63370
|
+
Body_7.prototype.l3c = function (body) {
|
|
63431
63371
|
return new Body_7(body);
|
|
63432
63372
|
};
|
|
63433
|
-
Body_7.prototype.
|
|
63373
|
+
Body_7.prototype.m3c = function (body, $mask0, $handler) {
|
|
63434
63374
|
if (!(($mask0 & 1) === 0))
|
|
63435
|
-
body = this.
|
|
63436
|
-
return this.
|
|
63375
|
+
body = this.i3c_1;
|
|
63376
|
+
return this.l3c(body);
|
|
63437
63377
|
};
|
|
63438
63378
|
Body_7.prototype.toString = function () {
|
|
63439
|
-
return 'Body(body=' + this.
|
|
63379
|
+
return 'Body(body=' + this.i3c_1 + ')';
|
|
63440
63380
|
};
|
|
63441
63381
|
Body_7.prototype.hashCode = function () {
|
|
63442
|
-
return this.
|
|
63382
|
+
return this.i3c_1.hashCode();
|
|
63443
63383
|
};
|
|
63444
63384
|
Body_7.prototype.equals = function (other) {
|
|
63445
63385
|
if (this === other)
|
|
@@ -63447,7 +63387,7 @@ function requireClientsdkClientcore () {
|
|
|
63447
63387
|
if (!(other instanceof Body_7))
|
|
63448
63388
|
return false;
|
|
63449
63389
|
var tmp0_other_with_cast = other instanceof Body_7 ? other : THROW_CCE();
|
|
63450
|
-
if (!this.
|
|
63390
|
+
if (!this.i3c_1.equals(tmp0_other_with_cast.i3c_1))
|
|
63451
63391
|
return false;
|
|
63452
63392
|
return true;
|
|
63453
63393
|
};
|
|
@@ -63458,10 +63398,10 @@ function requireClientsdkClientcore () {
|
|
|
63458
63398
|
});
|
|
63459
63399
|
Object.defineProperty(Body_7.prototype, 'template', {
|
|
63460
63400
|
configurable: true,
|
|
63461
|
-
get: Body_7.prototype.
|
|
63401
|
+
get: Body_7.prototype.k3c
|
|
63462
63402
|
});
|
|
63463
63403
|
function TemplateObject(template) {
|
|
63464
|
-
this.
|
|
63404
|
+
this.n3c_1 = template.c2r_1;
|
|
63465
63405
|
var tmp = this;
|
|
63466
63406
|
var tmp0_safe_receiver = template.d2r_1;
|
|
63467
63407
|
var tmp_0;
|
|
@@ -63473,13 +63413,13 @@ function requireClientsdkClientcore () {
|
|
|
63473
63413
|
tmp$ret$0 = copyToArray(tmp0_safe_receiver);
|
|
63474
63414
|
tmp_0 = tmp$ret$0;
|
|
63475
63415
|
}
|
|
63476
|
-
tmp.
|
|
63416
|
+
tmp.o3c_1 = tmp_0;
|
|
63477
63417
|
}
|
|
63478
63418
|
TemplateObject.prototype.f4 = function () {
|
|
63479
|
-
return this.
|
|
63419
|
+
return this.n3c_1;
|
|
63480
63420
|
};
|
|
63481
|
-
TemplateObject.prototype.
|
|
63482
|
-
return this.
|
|
63421
|
+
TemplateObject.prototype.p3c = function () {
|
|
63422
|
+
return this.o3c_1;
|
|
63483
63423
|
};
|
|
63484
63424
|
TemplateObject.$metadata$ = classMeta('TemplateObject');
|
|
63485
63425
|
Object.defineProperty(TemplateObject.prototype, 'name', {
|
|
@@ -63488,29 +63428,29 @@ function requireClientsdkClientcore () {
|
|
|
63488
63428
|
});
|
|
63489
63429
|
Object.defineProperty(TemplateObject.prototype, 'parameters', {
|
|
63490
63430
|
configurable: true,
|
|
63491
|
-
get: TemplateObject.prototype.
|
|
63431
|
+
get: TemplateObject.prototype.p3c
|
|
63492
63432
|
});
|
|
63493
63433
|
function TemplateMessageEventJS(event) {
|
|
63494
|
-
this.
|
|
63495
|
-
this.
|
|
63496
|
-
this.
|
|
63497
|
-
this.
|
|
63498
|
-
this.
|
|
63434
|
+
this.q3c_1 = event.g2r_1;
|
|
63435
|
+
this.r3c_1 = event.e2r_1;
|
|
63436
|
+
this.s3c_1 = event.f2r_1;
|
|
63437
|
+
this.t3c_1 = map(event.h2r_1);
|
|
63438
|
+
this.u3c_1 = new Body_7(event.i2r_1);
|
|
63499
63439
|
}
|
|
63500
63440
|
TemplateMessageEventJS.prototype.v1m = function () {
|
|
63501
|
-
return this.
|
|
63441
|
+
return this.q3c_1;
|
|
63502
63442
|
};
|
|
63503
63443
|
TemplateMessageEventJS.prototype.k1q = function () {
|
|
63504
|
-
return this.
|
|
63444
|
+
return this.r3c_1;
|
|
63505
63445
|
};
|
|
63506
63446
|
TemplateMessageEventJS.prototype.l2v = function () {
|
|
63507
|
-
return this.
|
|
63447
|
+
return this.s3c_1;
|
|
63508
63448
|
};
|
|
63509
63449
|
TemplateMessageEventJS.prototype.c1h = function () {
|
|
63510
|
-
return this.
|
|
63450
|
+
return this.t3c_1;
|
|
63511
63451
|
};
|
|
63512
63452
|
TemplateMessageEventJS.prototype.j20 = function () {
|
|
63513
|
-
return this.
|
|
63453
|
+
return this.u3c_1;
|
|
63514
63454
|
};
|
|
63515
63455
|
TemplateMessageEventJS.$metadata$ = classMeta('TemplateMessageEventJS', [MessageEventJS]);
|
|
63516
63456
|
Object.defineProperty(TemplateMessageEventJS.prototype, 'id', {
|
|
@@ -63568,15 +63508,15 @@ function requireClientsdkClientcore () {
|
|
|
63568
63508
|
}
|
|
63569
63509
|
function PresentingOrderJS(name, ordinal, corePresentingOrder) {
|
|
63570
63510
|
Enum.call(this, name, ordinal);
|
|
63571
|
-
this.
|
|
63511
|
+
this.x3c_1 = corePresentingOrder;
|
|
63572
63512
|
}
|
|
63573
|
-
PresentingOrderJS.prototype.
|
|
63574
|
-
return this.
|
|
63513
|
+
PresentingOrderJS.prototype.y3c = function () {
|
|
63514
|
+
return this.x3c_1;
|
|
63575
63515
|
};
|
|
63576
63516
|
PresentingOrderJS.$metadata$ = classMeta('PresentingOrderJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
63577
63517
|
Object.defineProperty(PresentingOrderJS.prototype, 'corePresentingOrder', {
|
|
63578
63518
|
configurable: true,
|
|
63579
|
-
get: PresentingOrderJS.prototype.
|
|
63519
|
+
get: PresentingOrderJS.prototype.y3c
|
|
63580
63520
|
});
|
|
63581
63521
|
Object.defineProperty(PresentingOrderJS.prototype, 'name', {
|
|
63582
63522
|
configurable: true,
|
|
@@ -63587,10 +63527,10 @@ function requireClientsdkClientcore () {
|
|
|
63587
63527
|
get: PresentingOrderJS.prototype.we
|
|
63588
63528
|
});
|
|
63589
63529
|
function ConversationJS(conversation) {
|
|
63590
|
-
this.
|
|
63591
|
-
this.
|
|
63592
|
-
this.
|
|
63593
|
-
this.
|
|
63530
|
+
this.z3c_1 = conversation.c2n_1;
|
|
63531
|
+
this.a3d_1 = conversation.d2n_1;
|
|
63532
|
+
this.b3d_1 = new ConversationTimestampJS(conversation.e2n_1);
|
|
63533
|
+
this.c3d_1 = conversation.f2n_1;
|
|
63594
63534
|
var tmp = this;
|
|
63595
63535
|
var tmp0_safe_receiver = conversation.g2n_1;
|
|
63596
63536
|
var tmp_0;
|
|
@@ -63606,9 +63546,9 @@ function requireClientsdkClientcore () {
|
|
|
63606
63546
|
tmp$ret$1 = tmp$ret$0;
|
|
63607
63547
|
tmp_0 = tmp$ret$1;
|
|
63608
63548
|
}
|
|
63609
|
-
tmp.
|
|
63610
|
-
this.
|
|
63611
|
-
this.
|
|
63549
|
+
tmp.d3d_1 = tmp_0;
|
|
63550
|
+
this.e3d_1 = conversation.h2n_1;
|
|
63551
|
+
this.f3d_1 = conversation.i2n_1;
|
|
63612
63552
|
var tmp_1 = this;
|
|
63613
63553
|
var tmp0_safe_receiver_0 = conversation.j2n_1;
|
|
63614
63554
|
var tmp_2;
|
|
@@ -63624,35 +63564,35 @@ function requireClientsdkClientcore () {
|
|
|
63624
63564
|
tmp$ret$3 = tmp$ret$2;
|
|
63625
63565
|
tmp_2 = tmp$ret$3;
|
|
63626
63566
|
}
|
|
63627
|
-
tmp_1.
|
|
63628
|
-
this.
|
|
63567
|
+
tmp_1.g3d_1 = tmp_2;
|
|
63568
|
+
this.h3d_1 = conversation.k2n_1;
|
|
63629
63569
|
}
|
|
63630
63570
|
ConversationJS.prototype.v1m = function () {
|
|
63631
|
-
return this.
|
|
63571
|
+
return this.z3c_1;
|
|
63632
63572
|
};
|
|
63633
63573
|
ConversationJS.prototype.f4 = function () {
|
|
63634
|
-
return this.
|
|
63574
|
+
return this.a3d_1;
|
|
63635
63575
|
};
|
|
63636
63576
|
ConversationJS.prototype.k1q = function () {
|
|
63637
|
-
return this.
|
|
63577
|
+
return this.b3d_1;
|
|
63638
63578
|
};
|
|
63639
63579
|
ConversationJS.prototype.t2v = function () {
|
|
63640
|
-
return this.
|
|
63580
|
+
return this.c3d_1;
|
|
63641
63581
|
};
|
|
63642
63582
|
ConversationJS.prototype.y35 = function () {
|
|
63643
|
-
return this.
|
|
63583
|
+
return this.d3d_1;
|
|
63644
63584
|
};
|
|
63645
|
-
ConversationJS.prototype.
|
|
63646
|
-
return this.
|
|
63585
|
+
ConversationJS.prototype.i3d = function () {
|
|
63586
|
+
return this.e3d_1;
|
|
63647
63587
|
};
|
|
63648
|
-
ConversationJS.prototype.
|
|
63649
|
-
return this.
|
|
63588
|
+
ConversationJS.prototype.a3b = function () {
|
|
63589
|
+
return this.f3d_1;
|
|
63650
63590
|
};
|
|
63651
63591
|
ConversationJS.prototype.u1c = function () {
|
|
63652
|
-
return this.
|
|
63592
|
+
return this.g3d_1;
|
|
63653
63593
|
};
|
|
63654
|
-
ConversationJS.prototype.
|
|
63655
|
-
return this.
|
|
63594
|
+
ConversationJS.prototype.f3a = function () {
|
|
63595
|
+
return this.h3d_1;
|
|
63656
63596
|
};
|
|
63657
63597
|
ConversationJS.$metadata$ = classMeta('ConversationJS');
|
|
63658
63598
|
Object.defineProperty(ConversationJS.prototype, 'id', {
|
|
@@ -63677,11 +63617,11 @@ function requireClientsdkClientcore () {
|
|
|
63677
63617
|
});
|
|
63678
63618
|
Object.defineProperty(ConversationJS.prototype, 'displayName', {
|
|
63679
63619
|
configurable: true,
|
|
63680
|
-
get: ConversationJS.prototype.
|
|
63620
|
+
get: ConversationJS.prototype.i3d
|
|
63681
63621
|
});
|
|
63682
63622
|
Object.defineProperty(ConversationJS.prototype, 'imageUrl', {
|
|
63683
63623
|
configurable: true,
|
|
63684
|
-
get: ConversationJS.prototype.
|
|
63624
|
+
get: ConversationJS.prototype.a3b
|
|
63685
63625
|
});
|
|
63686
63626
|
Object.defineProperty(ConversationJS.prototype, 'state', {
|
|
63687
63627
|
configurable: true,
|
|
@@ -63689,7 +63629,7 @@ function requireClientsdkClientcore () {
|
|
|
63689
63629
|
});
|
|
63690
63630
|
Object.defineProperty(ConversationJS.prototype, 'customData', {
|
|
63691
63631
|
configurable: true,
|
|
63692
|
-
get: ConversationJS.prototype.
|
|
63632
|
+
get: ConversationJS.prototype.f3a
|
|
63693
63633
|
});
|
|
63694
63634
|
var ConversationStateJS_ACTIVE_instance;
|
|
63695
63635
|
var ConversationStateJS_INACTIVE_instance;
|
|
@@ -63733,31 +63673,31 @@ function requireClientsdkClientcore () {
|
|
|
63733
63673
|
get: ConversationStateJS.prototype.we
|
|
63734
63674
|
});
|
|
63735
63675
|
function ConversationTimestampJS(conversationTimestamp) {
|
|
63736
|
-
this.
|
|
63737
|
-
this.
|
|
63738
|
-
this.
|
|
63676
|
+
this.l3d_1 = conversationTimestamp.n2n_1;
|
|
63677
|
+
this.m3d_1 = conversationTimestamp.o2n_1;
|
|
63678
|
+
this.n3d_1 = conversationTimestamp.p2n_1;
|
|
63739
63679
|
}
|
|
63740
|
-
ConversationTimestampJS.prototype.
|
|
63741
|
-
return this.
|
|
63680
|
+
ConversationTimestampJS.prototype.o3d = function () {
|
|
63681
|
+
return this.l3d_1;
|
|
63742
63682
|
};
|
|
63743
|
-
ConversationTimestampJS.prototype.
|
|
63744
|
-
return this.
|
|
63683
|
+
ConversationTimestampJS.prototype.p3d = function () {
|
|
63684
|
+
return this.m3d_1;
|
|
63745
63685
|
};
|
|
63746
|
-
ConversationTimestampJS.prototype.
|
|
63747
|
-
return this.
|
|
63686
|
+
ConversationTimestampJS.prototype.q3d = function () {
|
|
63687
|
+
return this.n3d_1;
|
|
63748
63688
|
};
|
|
63749
63689
|
ConversationTimestampJS.$metadata$ = classMeta('ConversationTimestampJS');
|
|
63750
63690
|
Object.defineProperty(ConversationTimestampJS.prototype, 'created', {
|
|
63751
63691
|
configurable: true,
|
|
63752
|
-
get: ConversationTimestampJS.prototype.
|
|
63692
|
+
get: ConversationTimestampJS.prototype.o3d
|
|
63753
63693
|
});
|
|
63754
63694
|
Object.defineProperty(ConversationTimestampJS.prototype, 'updated', {
|
|
63755
63695
|
configurable: true,
|
|
63756
|
-
get: ConversationTimestampJS.prototype.
|
|
63696
|
+
get: ConversationTimestampJS.prototype.p3d
|
|
63757
63697
|
});
|
|
63758
63698
|
Object.defineProperty(ConversationTimestampJS.prototype, 'destroyed', {
|
|
63759
63699
|
configurable: true,
|
|
63760
|
-
get: ConversationTimestampJS.prototype.
|
|
63700
|
+
get: ConversationTimestampJS.prototype.q3d
|
|
63761
63701
|
});
|
|
63762
63702
|
function ConversationsPageJS(conversationsPage) {
|
|
63763
63703
|
var tmp = this;
|
|
@@ -63781,23 +63721,23 @@ function requireClientsdkClientcore () {
|
|
|
63781
63721
|
tmp$ret$2 = tmp$ret$1;
|
|
63782
63722
|
var tmp1_toTypedArray = tmp$ret$2;
|
|
63783
63723
|
tmp$ret$3 = copyToArray(tmp1_toTypedArray);
|
|
63784
|
-
tmp.
|
|
63785
|
-
this.
|
|
63786
|
-
this.
|
|
63724
|
+
tmp.r3d_1 = tmp$ret$3;
|
|
63725
|
+
this.s3d_1 = conversationsPage.r2n_1;
|
|
63726
|
+
this.t3d_1 = conversationsPage.s2n_1;
|
|
63787
63727
|
}
|
|
63788
|
-
ConversationsPageJS.prototype.
|
|
63789
|
-
return this.
|
|
63728
|
+
ConversationsPageJS.prototype.u3d = function () {
|
|
63729
|
+
return this.r3d_1;
|
|
63790
63730
|
};
|
|
63791
63731
|
ConversationsPageJS.prototype.a39 = function () {
|
|
63792
|
-
return this.
|
|
63732
|
+
return this.s3d_1;
|
|
63793
63733
|
};
|
|
63794
63734
|
ConversationsPageJS.prototype.b39 = function () {
|
|
63795
|
-
return this.
|
|
63735
|
+
return this.t3d_1;
|
|
63796
63736
|
};
|
|
63797
63737
|
ConversationsPageJS.$metadata$ = classMeta('ConversationsPageJS');
|
|
63798
63738
|
Object.defineProperty(ConversationsPageJS.prototype, 'conversations', {
|
|
63799
63739
|
configurable: true,
|
|
63800
|
-
get: ConversationsPageJS.prototype.
|
|
63740
|
+
get: ConversationsPageJS.prototype.u3d
|
|
63801
63741
|
});
|
|
63802
63742
|
Object.defineProperty(ConversationsPageJS.prototype, 'previousCursor', {
|
|
63803
63743
|
configurable: true,
|
|
@@ -63808,8 +63748,8 @@ function requireClientsdkClientcore () {
|
|
|
63808
63748
|
get: ConversationsPageJS.prototype.b39
|
|
63809
63749
|
});
|
|
63810
63750
|
function MemberJS(member) {
|
|
63811
|
-
this.
|
|
63812
|
-
this.
|
|
63751
|
+
this.v3d_1 = member.y2o_1;
|
|
63752
|
+
this.w3d_1 = valueOf_1(member.z2o_1.d4_1);
|
|
63813
63753
|
var tmp = this;
|
|
63814
63754
|
var tmp0_safe_receiver = member.a2p_1;
|
|
63815
63755
|
var tmp_0;
|
|
@@ -63825,7 +63765,7 @@ function requireClientsdkClientcore () {
|
|
|
63825
63765
|
tmp$ret$1 = tmp$ret$0;
|
|
63826
63766
|
tmp_0 = tmp$ret$1;
|
|
63827
63767
|
}
|
|
63828
|
-
tmp.
|
|
63768
|
+
tmp.x3d_1 = tmp_0;
|
|
63829
63769
|
var tmp_1 = this;
|
|
63830
63770
|
var tmp0_safe_receiver_0 = member.b2p_1;
|
|
63831
63771
|
var tmp_2;
|
|
@@ -63841,7 +63781,7 @@ function requireClientsdkClientcore () {
|
|
|
63841
63781
|
tmp$ret$3 = tmp$ret$2;
|
|
63842
63782
|
tmp_2 = tmp$ret$3;
|
|
63843
63783
|
}
|
|
63844
|
-
tmp_1.
|
|
63784
|
+
tmp_1.y3d_1 = tmp_2;
|
|
63845
63785
|
var tmp_3 = this;
|
|
63846
63786
|
var tmp0_safe_receiver_1 = member.c2p_1;
|
|
63847
63787
|
var tmp_4;
|
|
@@ -63857,22 +63797,22 @@ function requireClientsdkClientcore () {
|
|
|
63857
63797
|
tmp$ret$5 = tmp$ret$4;
|
|
63858
63798
|
tmp_4 = tmp$ret$5;
|
|
63859
63799
|
}
|
|
63860
|
-
tmp_3.
|
|
63800
|
+
tmp_3.z3d_1 = tmp_4;
|
|
63861
63801
|
}
|
|
63862
63802
|
MemberJS.prototype.v1m = function () {
|
|
63863
|
-
return this.
|
|
63803
|
+
return this.v3d_1;
|
|
63864
63804
|
};
|
|
63865
63805
|
MemberJS.prototype.u1c = function () {
|
|
63866
|
-
return this.
|
|
63806
|
+
return this.w3d_1;
|
|
63867
63807
|
};
|
|
63868
63808
|
MemberJS.prototype.n1m = function () {
|
|
63869
|
-
return this.
|
|
63809
|
+
return this.x3d_1;
|
|
63870
63810
|
};
|
|
63871
63811
|
MemberJS.prototype.z1z = function () {
|
|
63872
|
-
return this.
|
|
63812
|
+
return this.y3d_1;
|
|
63873
63813
|
};
|
|
63874
63814
|
MemberJS.prototype.k1q = function () {
|
|
63875
|
-
return this.
|
|
63815
|
+
return this.z3d_1;
|
|
63876
63816
|
};
|
|
63877
63817
|
MemberJS.$metadata$ = classMeta('MemberJS');
|
|
63878
63818
|
Object.defineProperty(MemberJS.prototype, 'id', {
|
|
@@ -63941,31 +63881,31 @@ function requireClientsdkClientcore () {
|
|
|
63941
63881
|
get: MemberStateJS.prototype.we
|
|
63942
63882
|
});
|
|
63943
63883
|
function MemberTimestampJS(memberTimestamp) {
|
|
63944
|
-
this.
|
|
63945
|
-
this.
|
|
63946
|
-
this.
|
|
63884
|
+
this.c3e_1 = memberTimestamp.f2p_1;
|
|
63885
|
+
this.d3e_1 = memberTimestamp.g2p_1;
|
|
63886
|
+
this.e3e_1 = memberTimestamp.h2p_1;
|
|
63947
63887
|
}
|
|
63948
|
-
MemberTimestampJS.prototype.
|
|
63949
|
-
return this.
|
|
63888
|
+
MemberTimestampJS.prototype.f3e = function () {
|
|
63889
|
+
return this.c3e_1;
|
|
63950
63890
|
};
|
|
63951
|
-
MemberTimestampJS.prototype.
|
|
63952
|
-
return this.
|
|
63891
|
+
MemberTimestampJS.prototype.g3e = function () {
|
|
63892
|
+
return this.d3e_1;
|
|
63953
63893
|
};
|
|
63954
|
-
MemberTimestampJS.prototype.
|
|
63955
|
-
return this.
|
|
63894
|
+
MemberTimestampJS.prototype.h3e = function () {
|
|
63895
|
+
return this.e3e_1;
|
|
63956
63896
|
};
|
|
63957
63897
|
MemberTimestampJS.$metadata$ = classMeta('MemberTimestampJS');
|
|
63958
63898
|
Object.defineProperty(MemberTimestampJS.prototype, 'invited', {
|
|
63959
63899
|
configurable: true,
|
|
63960
|
-
get: MemberTimestampJS.prototype.
|
|
63900
|
+
get: MemberTimestampJS.prototype.f3e
|
|
63961
63901
|
});
|
|
63962
63902
|
Object.defineProperty(MemberTimestampJS.prototype, 'joined', {
|
|
63963
63903
|
configurable: true,
|
|
63964
|
-
get: MemberTimestampJS.prototype.
|
|
63904
|
+
get: MemberTimestampJS.prototype.g3e
|
|
63965
63905
|
});
|
|
63966
63906
|
Object.defineProperty(MemberTimestampJS.prototype, 'left', {
|
|
63967
63907
|
configurable: true,
|
|
63968
|
-
get: MemberTimestampJS.prototype.
|
|
63908
|
+
get: MemberTimestampJS.prototype.h3e
|
|
63969
63909
|
});
|
|
63970
63910
|
function MembersPageJS(membersPage) {
|
|
63971
63911
|
var tmp = this;
|
|
@@ -63989,23 +63929,23 @@ function requireClientsdkClientcore () {
|
|
|
63989
63929
|
tmp$ret$2 = tmp$ret$1;
|
|
63990
63930
|
var tmp1_toTypedArray = tmp$ret$2;
|
|
63991
63931
|
tmp$ret$3 = copyToArray(tmp1_toTypedArray);
|
|
63992
|
-
tmp.
|
|
63993
|
-
this.
|
|
63994
|
-
this.
|
|
63932
|
+
tmp.i3e_1 = tmp$ret$3;
|
|
63933
|
+
this.j3e_1 = membersPage.j2p_1;
|
|
63934
|
+
this.k3e_1 = membersPage.k2p_1;
|
|
63995
63935
|
}
|
|
63996
|
-
MembersPageJS.prototype.
|
|
63997
|
-
return this.
|
|
63936
|
+
MembersPageJS.prototype.l3e = function () {
|
|
63937
|
+
return this.i3e_1;
|
|
63998
63938
|
};
|
|
63999
63939
|
MembersPageJS.prototype.a39 = function () {
|
|
64000
|
-
return this.
|
|
63940
|
+
return this.j3e_1;
|
|
64001
63941
|
};
|
|
64002
63942
|
MembersPageJS.prototype.b39 = function () {
|
|
64003
|
-
return this.
|
|
63943
|
+
return this.k3e_1;
|
|
64004
63944
|
};
|
|
64005
63945
|
MembersPageJS.$metadata$ = classMeta('MembersPageJS');
|
|
64006
63946
|
Object.defineProperty(MembersPageJS.prototype, 'members', {
|
|
64007
63947
|
configurable: true,
|
|
64008
|
-
get: MembersPageJS.prototype.
|
|
63948
|
+
get: MembersPageJS.prototype.l3e
|
|
64009
63949
|
});
|
|
64010
63950
|
Object.defineProperty(MembersPageJS.prototype, 'previousCursor', {
|
|
64011
63951
|
configurable: true,
|
|
@@ -64016,9 +63956,9 @@ function requireClientsdkClientcore () {
|
|
|
64016
63956
|
get: MembersPageJS.prototype.b39
|
|
64017
63957
|
});
|
|
64018
63958
|
function UserJS(user) {
|
|
64019
|
-
this.
|
|
64020
|
-
this.
|
|
64021
|
-
this.
|
|
63959
|
+
this.m3e_1 = user.t2r_1;
|
|
63960
|
+
this.n3e_1 = user.u2r_1;
|
|
63961
|
+
this.o3e_1 = user.v2r_1;
|
|
64022
63962
|
var tmp = this;
|
|
64023
63963
|
var tmp0_safe_receiver = user.w2r_1;
|
|
64024
63964
|
var tmp_0;
|
|
@@ -64034,7 +63974,7 @@ function requireClientsdkClientcore () {
|
|
|
64034
63974
|
tmp$ret$1 = tmp$ret$0;
|
|
64035
63975
|
tmp_0 = tmp$ret$1;
|
|
64036
63976
|
}
|
|
64037
|
-
tmp.
|
|
63977
|
+
tmp.p3e_1 = tmp_0;
|
|
64038
63978
|
var tmp_1 = this;
|
|
64039
63979
|
var tmp0_safe_receiver_0 = user.x2r_1;
|
|
64040
63980
|
var tmp_2;
|
|
@@ -64050,30 +63990,30 @@ function requireClientsdkClientcore () {
|
|
|
64050
63990
|
tmp$ret$3 = tmp$ret$2;
|
|
64051
63991
|
tmp_2 = tmp$ret$3;
|
|
64052
63992
|
}
|
|
64053
|
-
tmp_1.
|
|
64054
|
-
this.
|
|
64055
|
-
this.
|
|
63993
|
+
tmp_1.q3e_1 = tmp_2;
|
|
63994
|
+
this.r3e_1 = user.y2r_1;
|
|
63995
|
+
this.s3e_1 = user.z2r_1;
|
|
64056
63996
|
}
|
|
64057
63997
|
UserJS.prototype.v1m = function () {
|
|
64058
|
-
return this.
|
|
63998
|
+
return this.m3e_1;
|
|
64059
63999
|
};
|
|
64060
64000
|
UserJS.prototype.f4 = function () {
|
|
64061
|
-
return this.
|
|
64001
|
+
return this.n3e_1;
|
|
64062
64002
|
};
|
|
64063
|
-
UserJS.prototype.
|
|
64064
|
-
return this.
|
|
64003
|
+
UserJS.prototype.i3d = function () {
|
|
64004
|
+
return this.o3e_1;
|
|
64065
64005
|
};
|
|
64066
|
-
UserJS.prototype.
|
|
64067
|
-
return this.
|
|
64006
|
+
UserJS.prototype.t3e = function () {
|
|
64007
|
+
return this.p3e_1;
|
|
64068
64008
|
};
|
|
64069
64009
|
UserJS.prototype.k1q = function () {
|
|
64070
|
-
return this.
|
|
64010
|
+
return this.q3e_1;
|
|
64071
64011
|
};
|
|
64072
|
-
UserJS.prototype.
|
|
64073
|
-
return this.
|
|
64012
|
+
UserJS.prototype.a3b = function () {
|
|
64013
|
+
return this.r3e_1;
|
|
64074
64014
|
};
|
|
64075
|
-
UserJS.prototype.
|
|
64076
|
-
return this.
|
|
64015
|
+
UserJS.prototype.f3a = function () {
|
|
64016
|
+
return this.s3e_1;
|
|
64077
64017
|
};
|
|
64078
64018
|
UserJS.$metadata$ = classMeta('UserJS');
|
|
64079
64019
|
Object.defineProperty(UserJS.prototype, 'id', {
|
|
@@ -64086,11 +64026,11 @@ function requireClientsdkClientcore () {
|
|
|
64086
64026
|
});
|
|
64087
64027
|
Object.defineProperty(UserJS.prototype, 'displayName', {
|
|
64088
64028
|
configurable: true,
|
|
64089
|
-
get: UserJS.prototype.
|
|
64029
|
+
get: UserJS.prototype.i3d
|
|
64090
64030
|
});
|
|
64091
64031
|
Object.defineProperty(UserJS.prototype, 'channels', {
|
|
64092
64032
|
configurable: true,
|
|
64093
|
-
get: UserJS.prototype.
|
|
64033
|
+
get: UserJS.prototype.t3e
|
|
64094
64034
|
});
|
|
64095
64035
|
Object.defineProperty(UserJS.prototype, 'timestamp', {
|
|
64096
64036
|
configurable: true,
|
|
@@ -64098,38 +64038,38 @@ function requireClientsdkClientcore () {
|
|
|
64098
64038
|
});
|
|
64099
64039
|
Object.defineProperty(UserJS.prototype, 'imageUrl', {
|
|
64100
64040
|
configurable: true,
|
|
64101
|
-
get: UserJS.prototype.
|
|
64041
|
+
get: UserJS.prototype.a3b
|
|
64102
64042
|
});
|
|
64103
64043
|
Object.defineProperty(UserJS.prototype, 'customData', {
|
|
64104
64044
|
configurable: true,
|
|
64105
|
-
get: UserJS.prototype.
|
|
64045
|
+
get: UserJS.prototype.f3a
|
|
64106
64046
|
});
|
|
64107
64047
|
function UserTimestampJS(userTimestamp) {
|
|
64108
|
-
this.
|
|
64109
|
-
this.
|
|
64110
|
-
this.
|
|
64048
|
+
this.u3e_1 = userTimestamp.c2s_1;
|
|
64049
|
+
this.v3e_1 = userTimestamp.d2s_1;
|
|
64050
|
+
this.w3e_1 = userTimestamp.e2s_1;
|
|
64111
64051
|
}
|
|
64112
|
-
UserTimestampJS.prototype.
|
|
64113
|
-
return this.
|
|
64052
|
+
UserTimestampJS.prototype.o3d = function () {
|
|
64053
|
+
return this.u3e_1;
|
|
64114
64054
|
};
|
|
64115
|
-
UserTimestampJS.prototype.
|
|
64116
|
-
return this.
|
|
64055
|
+
UserTimestampJS.prototype.p3d = function () {
|
|
64056
|
+
return this.v3e_1;
|
|
64117
64057
|
};
|
|
64118
|
-
UserTimestampJS.prototype.
|
|
64119
|
-
return this.
|
|
64058
|
+
UserTimestampJS.prototype.q3d = function () {
|
|
64059
|
+
return this.w3e_1;
|
|
64120
64060
|
};
|
|
64121
64061
|
UserTimestampJS.$metadata$ = classMeta('UserTimestampJS');
|
|
64122
64062
|
Object.defineProperty(UserTimestampJS.prototype, 'created', {
|
|
64123
64063
|
configurable: true,
|
|
64124
|
-
get: UserTimestampJS.prototype.
|
|
64064
|
+
get: UserTimestampJS.prototype.o3d
|
|
64125
64065
|
});
|
|
64126
64066
|
Object.defineProperty(UserTimestampJS.prototype, 'updated', {
|
|
64127
64067
|
configurable: true,
|
|
64128
|
-
get: UserTimestampJS.prototype.
|
|
64068
|
+
get: UserTimestampJS.prototype.p3d
|
|
64129
64069
|
});
|
|
64130
64070
|
Object.defineProperty(UserTimestampJS.prototype, 'destroyed', {
|
|
64131
64071
|
configurable: true,
|
|
64132
|
-
get: UserTimestampJS.prototype.
|
|
64072
|
+
get: UserTimestampJS.prototype.q3d
|
|
64133
64073
|
});
|
|
64134
64074
|
function UserChannelsJS(userChannels) {
|
|
64135
64075
|
var tmp = this;
|
|
@@ -64165,7 +64105,7 @@ function requireClientsdkClientcore () {
|
|
|
64165
64105
|
tmp$ret$3 = copyToArray(tmp1_safe_receiver);
|
|
64166
64106
|
tmp_1 = tmp$ret$3;
|
|
64167
64107
|
}
|
|
64168
|
-
tmp.
|
|
64108
|
+
tmp.x3e_1 = tmp_1;
|
|
64169
64109
|
var tmp_2 = this;
|
|
64170
64110
|
var tmp0_safe_receiver_0 = userChannels.h2j_1;
|
|
64171
64111
|
var tmp_3;
|
|
@@ -64199,7 +64139,7 @@ function requireClientsdkClientcore () {
|
|
|
64199
64139
|
tmp$ret$7 = copyToArray(tmp1_safe_receiver_0);
|
|
64200
64140
|
tmp_4 = tmp$ret$7;
|
|
64201
64141
|
}
|
|
64202
|
-
tmp_2.
|
|
64142
|
+
tmp_2.y3e_1 = tmp_4;
|
|
64203
64143
|
var tmp_5 = this;
|
|
64204
64144
|
var tmp0_safe_receiver_1 = userChannels.i2j_1;
|
|
64205
64145
|
var tmp_6;
|
|
@@ -64233,7 +64173,7 @@ function requireClientsdkClientcore () {
|
|
|
64233
64173
|
tmp$ret$11 = copyToArray(tmp1_safe_receiver_1);
|
|
64234
64174
|
tmp_7 = tmp$ret$11;
|
|
64235
64175
|
}
|
|
64236
|
-
tmp_5.
|
|
64176
|
+
tmp_5.z3e_1 = tmp_7;
|
|
64237
64177
|
var tmp_8 = this;
|
|
64238
64178
|
var tmp0_safe_receiver_2 = userChannels.j2j_1;
|
|
64239
64179
|
var tmp_9;
|
|
@@ -64267,7 +64207,7 @@ function requireClientsdkClientcore () {
|
|
|
64267
64207
|
tmp$ret$15 = copyToArray(tmp1_safe_receiver_2);
|
|
64268
64208
|
tmp_10 = tmp$ret$15;
|
|
64269
64209
|
}
|
|
64270
|
-
tmp_8.
|
|
64210
|
+
tmp_8.a3f_1 = tmp_10;
|
|
64271
64211
|
var tmp_11 = this;
|
|
64272
64212
|
var tmp0_safe_receiver_3 = userChannels.k2j_1;
|
|
64273
64213
|
var tmp_12;
|
|
@@ -64301,7 +64241,7 @@ function requireClientsdkClientcore () {
|
|
|
64301
64241
|
tmp$ret$19 = copyToArray(tmp1_safe_receiver_3);
|
|
64302
64242
|
tmp_13 = tmp$ret$19;
|
|
64303
64243
|
}
|
|
64304
|
-
tmp_11.
|
|
64244
|
+
tmp_11.b3f_1 = tmp_13;
|
|
64305
64245
|
var tmp_14 = this;
|
|
64306
64246
|
var tmp0_safe_receiver_4 = userChannels.l2j_1;
|
|
64307
64247
|
var tmp_15;
|
|
@@ -64335,7 +64275,7 @@ function requireClientsdkClientcore () {
|
|
|
64335
64275
|
tmp$ret$23 = copyToArray(tmp1_safe_receiver_4);
|
|
64336
64276
|
tmp_16 = tmp$ret$23;
|
|
64337
64277
|
}
|
|
64338
|
-
tmp_14.
|
|
64278
|
+
tmp_14.c3f_1 = tmp_16;
|
|
64339
64279
|
var tmp_17 = this;
|
|
64340
64280
|
var tmp0_safe_receiver_5 = userChannels.m2j_1;
|
|
64341
64281
|
var tmp_18;
|
|
@@ -64369,7 +64309,7 @@ function requireClientsdkClientcore () {
|
|
|
64369
64309
|
tmp$ret$27 = copyToArray(tmp1_safe_receiver_5);
|
|
64370
64310
|
tmp_19 = tmp$ret$27;
|
|
64371
64311
|
}
|
|
64372
|
-
tmp_17.
|
|
64312
|
+
tmp_17.d3f_1 = tmp_19;
|
|
64373
64313
|
var tmp_20 = this;
|
|
64374
64314
|
var tmp0_safe_receiver_6 = userChannels.n2j_1;
|
|
64375
64315
|
var tmp_21;
|
|
@@ -64403,7 +64343,7 @@ function requireClientsdkClientcore () {
|
|
|
64403
64343
|
tmp$ret$31 = copyToArray(tmp1_safe_receiver_6);
|
|
64404
64344
|
tmp_22 = tmp$ret$31;
|
|
64405
64345
|
}
|
|
64406
|
-
tmp_20.
|
|
64346
|
+
tmp_20.e3f_1 = tmp_22;
|
|
64407
64347
|
var tmp_23 = this;
|
|
64408
64348
|
var tmp0_safe_receiver_7 = userChannels.o2j_1;
|
|
64409
64349
|
var tmp_24;
|
|
@@ -64437,7 +64377,7 @@ function requireClientsdkClientcore () {
|
|
|
64437
64377
|
tmp$ret$35 = copyToArray(tmp1_safe_receiver_7);
|
|
64438
64378
|
tmp_25 = tmp$ret$35;
|
|
64439
64379
|
}
|
|
64440
|
-
tmp_23.
|
|
64380
|
+
tmp_23.f3f_1 = tmp_25;
|
|
64441
64381
|
var tmp_26 = this;
|
|
64442
64382
|
var tmp0_safe_receiver_8 = userChannels.p2j_1;
|
|
64443
64383
|
var tmp_27;
|
|
@@ -64471,7 +64411,7 @@ function requireClientsdkClientcore () {
|
|
|
64471
64411
|
tmp$ret$39 = copyToArray(tmp1_safe_receiver_8);
|
|
64472
64412
|
tmp_28 = tmp$ret$39;
|
|
64473
64413
|
}
|
|
64474
|
-
tmp_26.
|
|
64414
|
+
tmp_26.g3f_1 = tmp_28;
|
|
64475
64415
|
var tmp_29 = this;
|
|
64476
64416
|
var tmp0_safe_receiver_9 = userChannels.q2j_1;
|
|
64477
64417
|
var tmp_30;
|
|
@@ -64505,88 +64445,88 @@ function requireClientsdkClientcore () {
|
|
|
64505
64445
|
tmp$ret$43 = copyToArray(tmp1_safe_receiver_9);
|
|
64506
64446
|
tmp_31 = tmp$ret$43;
|
|
64507
64447
|
}
|
|
64508
|
-
tmp_29.
|
|
64448
|
+
tmp_29.h3f_1 = tmp_31;
|
|
64509
64449
|
}
|
|
64510
|
-
UserChannelsJS.prototype.
|
|
64511
|
-
return this.
|
|
64450
|
+
UserChannelsJS.prototype.i3f = function () {
|
|
64451
|
+
return this.x3e_1;
|
|
64512
64452
|
};
|
|
64513
|
-
UserChannelsJS.prototype.
|
|
64514
|
-
return this.
|
|
64453
|
+
UserChannelsJS.prototype.j3f = function () {
|
|
64454
|
+
return this.y3e_1;
|
|
64515
64455
|
};
|
|
64516
|
-
UserChannelsJS.prototype.
|
|
64517
|
-
return this.
|
|
64456
|
+
UserChannelsJS.prototype.k3f = function () {
|
|
64457
|
+
return this.z3e_1;
|
|
64518
64458
|
};
|
|
64519
|
-
UserChannelsJS.prototype.
|
|
64520
|
-
return this.
|
|
64459
|
+
UserChannelsJS.prototype.l3f = function () {
|
|
64460
|
+
return this.a3f_1;
|
|
64521
64461
|
};
|
|
64522
|
-
UserChannelsJS.prototype.
|
|
64523
|
-
return this.
|
|
64462
|
+
UserChannelsJS.prototype.m3f = function () {
|
|
64463
|
+
return this.b3f_1;
|
|
64524
64464
|
};
|
|
64525
|
-
UserChannelsJS.prototype.
|
|
64526
|
-
return this.
|
|
64465
|
+
UserChannelsJS.prototype.n3f = function () {
|
|
64466
|
+
return this.c3f_1;
|
|
64527
64467
|
};
|
|
64528
|
-
UserChannelsJS.prototype.
|
|
64529
|
-
return this.
|
|
64468
|
+
UserChannelsJS.prototype.o3f = function () {
|
|
64469
|
+
return this.d3f_1;
|
|
64530
64470
|
};
|
|
64531
|
-
UserChannelsJS.prototype.
|
|
64532
|
-
return this.
|
|
64471
|
+
UserChannelsJS.prototype.p3f = function () {
|
|
64472
|
+
return this.e3f_1;
|
|
64533
64473
|
};
|
|
64534
|
-
UserChannelsJS.prototype.
|
|
64535
|
-
return this.
|
|
64474
|
+
UserChannelsJS.prototype.q3f = function () {
|
|
64475
|
+
return this.f3f_1;
|
|
64536
64476
|
};
|
|
64537
|
-
UserChannelsJS.prototype.
|
|
64538
|
-
return this.
|
|
64477
|
+
UserChannelsJS.prototype.r3f = function () {
|
|
64478
|
+
return this.g3f_1;
|
|
64539
64479
|
};
|
|
64540
|
-
UserChannelsJS.prototype.
|
|
64541
|
-
return this.
|
|
64480
|
+
UserChannelsJS.prototype.s3f = function () {
|
|
64481
|
+
return this.h3f_1;
|
|
64542
64482
|
};
|
|
64543
64483
|
UserChannelsJS.$metadata$ = classMeta('UserChannelsJS');
|
|
64544
64484
|
Object.defineProperty(UserChannelsJS.prototype, 'app', {
|
|
64545
64485
|
configurable: true,
|
|
64546
|
-
get: UserChannelsJS.prototype.
|
|
64486
|
+
get: UserChannelsJS.prototype.i3f
|
|
64547
64487
|
});
|
|
64548
64488
|
Object.defineProperty(UserChannelsJS.prototype, 'phone', {
|
|
64549
64489
|
configurable: true,
|
|
64550
|
-
get: UserChannelsJS.prototype.
|
|
64490
|
+
get: UserChannelsJS.prototype.j3f
|
|
64551
64491
|
});
|
|
64552
64492
|
Object.defineProperty(UserChannelsJS.prototype, 'pstn', {
|
|
64553
64493
|
configurable: true,
|
|
64554
|
-
get: UserChannelsJS.prototype.
|
|
64494
|
+
get: UserChannelsJS.prototype.k3f
|
|
64555
64495
|
});
|
|
64556
64496
|
Object.defineProperty(UserChannelsJS.prototype, 'sip', {
|
|
64557
64497
|
configurable: true,
|
|
64558
|
-
get: UserChannelsJS.prototype.
|
|
64498
|
+
get: UserChannelsJS.prototype.l3f
|
|
64559
64499
|
});
|
|
64560
64500
|
Object.defineProperty(UserChannelsJS.prototype, 'vbc', {
|
|
64561
64501
|
configurable: true,
|
|
64562
|
-
get: UserChannelsJS.prototype.
|
|
64502
|
+
get: UserChannelsJS.prototype.m3f
|
|
64563
64503
|
});
|
|
64564
64504
|
Object.defineProperty(UserChannelsJS.prototype, 'websocket', {
|
|
64565
64505
|
configurable: true,
|
|
64566
|
-
get: UserChannelsJS.prototype.
|
|
64506
|
+
get: UserChannelsJS.prototype.n3f
|
|
64567
64507
|
});
|
|
64568
64508
|
Object.defineProperty(UserChannelsJS.prototype, 'sms', {
|
|
64569
64509
|
configurable: true,
|
|
64570
|
-
get: UserChannelsJS.prototype.
|
|
64510
|
+
get: UserChannelsJS.prototype.o3f
|
|
64571
64511
|
});
|
|
64572
64512
|
Object.defineProperty(UserChannelsJS.prototype, 'mms', {
|
|
64573
64513
|
configurable: true,
|
|
64574
|
-
get: UserChannelsJS.prototype.
|
|
64514
|
+
get: UserChannelsJS.prototype.p3f
|
|
64575
64515
|
});
|
|
64576
64516
|
Object.defineProperty(UserChannelsJS.prototype, 'whatsapp', {
|
|
64577
64517
|
configurable: true,
|
|
64578
|
-
get: UserChannelsJS.prototype.
|
|
64518
|
+
get: UserChannelsJS.prototype.q3f
|
|
64579
64519
|
});
|
|
64580
64520
|
Object.defineProperty(UserChannelsJS.prototype, 'viber', {
|
|
64581
64521
|
configurable: true,
|
|
64582
|
-
get: UserChannelsJS.prototype.
|
|
64522
|
+
get: UserChannelsJS.prototype.r3f
|
|
64583
64523
|
});
|
|
64584
64524
|
Object.defineProperty(UserChannelsJS.prototype, 'messenger', {
|
|
64585
64525
|
configurable: true,
|
|
64586
|
-
get: UserChannelsJS.prototype.
|
|
64526
|
+
get: UserChannelsJS.prototype.s3f
|
|
64587
64527
|
});
|
|
64588
64528
|
function MemberChannelJS(memberChannel) {
|
|
64589
|
-
this.
|
|
64529
|
+
this.t3f_1 = valueOf_2(memberChannel.l2m_1.d4_1);
|
|
64590
64530
|
var tmp = this;
|
|
64591
64531
|
var tmp0_safe_receiver = memberChannel.m2m_1;
|
|
64592
64532
|
var tmp_0;
|
|
@@ -64602,7 +64542,7 @@ function requireClientsdkClientcore () {
|
|
|
64602
64542
|
tmp$ret$1 = tmp$ret$0;
|
|
64603
64543
|
tmp_0 = tmp$ret$1;
|
|
64604
64544
|
}
|
|
64605
|
-
tmp.
|
|
64545
|
+
tmp.u3f_1 = tmp_0;
|
|
64606
64546
|
var tmp_1 = this;
|
|
64607
64547
|
var tmp0_safe_receiver_0 = memberChannel.n2m_1;
|
|
64608
64548
|
var tmp_2;
|
|
@@ -64618,16 +64558,16 @@ function requireClientsdkClientcore () {
|
|
|
64618
64558
|
tmp$ret$3 = tmp$ret$2;
|
|
64619
64559
|
tmp_2 = tmp$ret$3;
|
|
64620
64560
|
}
|
|
64621
|
-
tmp_1.
|
|
64561
|
+
tmp_1.v3f_1 = tmp_2;
|
|
64622
64562
|
}
|
|
64623
64563
|
MemberChannelJS.prototype.o2u = function () {
|
|
64624
|
-
return this.
|
|
64564
|
+
return this.t3f_1;
|
|
64625
64565
|
};
|
|
64626
64566
|
MemberChannelJS.prototype.c1h = function () {
|
|
64627
|
-
return this.
|
|
64567
|
+
return this.u3f_1;
|
|
64628
64568
|
};
|
|
64629
64569
|
MemberChannelJS.prototype.d1h = function () {
|
|
64630
|
-
return this.
|
|
64570
|
+
return this.v3f_1;
|
|
64631
64571
|
};
|
|
64632
64572
|
MemberChannelJS.$metadata$ = classMeta('MemberChannelJS');
|
|
64633
64573
|
Object.defineProperty(MemberChannelJS.prototype, 'type', {
|
|
@@ -64643,14 +64583,14 @@ function requireClientsdkClientcore () {
|
|
|
64643
64583
|
get: MemberChannelJS.prototype.d1h
|
|
64644
64584
|
});
|
|
64645
64585
|
function ChannelJS(channel) {
|
|
64646
|
-
this.
|
|
64647
|
-
this.
|
|
64586
|
+
this.w3f_1 = channel.s2m_1;
|
|
64587
|
+
this.x3f_1 = channel.t2m_1;
|
|
64648
64588
|
}
|
|
64649
64589
|
ChannelJS.prototype.v1m = function () {
|
|
64650
|
-
return this.
|
|
64590
|
+
return this.w3f_1;
|
|
64651
64591
|
};
|
|
64652
64592
|
ChannelJS.prototype.l2w = function () {
|
|
64653
|
-
return this.
|
|
64593
|
+
return this.x3f_1;
|
|
64654
64594
|
};
|
|
64655
64595
|
ChannelJS.$metadata$ = classMeta('ChannelJS');
|
|
64656
64596
|
Object.defineProperty(ChannelJS.prototype, 'id', {
|
|
@@ -64662,18 +64602,18 @@ function requireClientsdkClientcore () {
|
|
|
64662
64602
|
get: ChannelJS.prototype.l2w
|
|
64663
64603
|
});
|
|
64664
64604
|
function LegChannelJS(channel) {
|
|
64665
|
-
this.
|
|
64666
|
-
this.
|
|
64667
|
-
this.
|
|
64605
|
+
this.y3f_1 = channel.z2m_1;
|
|
64606
|
+
this.z3f_1 = channel.b2n_1;
|
|
64607
|
+
this.a3g_1 = channel.a2n_1;
|
|
64668
64608
|
}
|
|
64669
64609
|
LegChannelJS.prototype.o2u = function () {
|
|
64670
|
-
return this.
|
|
64610
|
+
return this.y3f_1;
|
|
64671
64611
|
};
|
|
64672
64612
|
LegChannelJS.prototype.n1m = function () {
|
|
64673
|
-
return this.
|
|
64613
|
+
return this.z3f_1;
|
|
64674
64614
|
};
|
|
64675
64615
|
LegChannelJS.prototype.l2w = function () {
|
|
64676
|
-
return this.
|
|
64616
|
+
return this.a3g_1;
|
|
64677
64617
|
};
|
|
64678
64618
|
LegChannelJS.$metadata$ = classMeta('LegChannelJS');
|
|
64679
64619
|
Object.defineProperty(LegChannelJS.prototype, 'type', {
|
|
@@ -64689,42 +64629,42 @@ function requireClientsdkClientcore () {
|
|
|
64689
64629
|
get: LegChannelJS.prototype.l2w
|
|
64690
64630
|
});
|
|
64691
64631
|
function LegJS(leg) {
|
|
64692
|
-
this.
|
|
64693
|
-
this.
|
|
64694
|
-
this.
|
|
64695
|
-
this.
|
|
64696
|
-
this.
|
|
64697
|
-
this.
|
|
64698
|
-
this.
|
|
64699
|
-
this.
|
|
64700
|
-
this.
|
|
64632
|
+
this.b3g_1 = leg.p2o_1;
|
|
64633
|
+
this.c3g_1 = leg.q2o_1;
|
|
64634
|
+
this.d3g_1 = leg.r2o_1;
|
|
64635
|
+
this.e3g_1 = leg.s2o_1;
|
|
64636
|
+
this.f3g_1 = leg.t2o_1;
|
|
64637
|
+
this.g3g_1 = leg.u2o_1;
|
|
64638
|
+
this.h3g_1 = leg.v2o_1;
|
|
64639
|
+
this.i3g_1 = new LegChannelJS(leg.w2o_1);
|
|
64640
|
+
this.j3g_1 = new LegChannelJS(leg.x2o_1);
|
|
64701
64641
|
}
|
|
64702
64642
|
LegJS.prototype.v1m = function () {
|
|
64703
|
-
return this.
|
|
64643
|
+
return this.b3g_1;
|
|
64704
64644
|
};
|
|
64705
64645
|
LegJS.prototype.o2u = function () {
|
|
64706
|
-
return this.
|
|
64646
|
+
return this.c3g_1;
|
|
64707
64647
|
};
|
|
64708
64648
|
LegJS.prototype.c2w = function () {
|
|
64709
|
-
return this.
|
|
64649
|
+
return this.d3g_1;
|
|
64710
64650
|
};
|
|
64711
64651
|
LegJS.prototype.l2v = function () {
|
|
64712
|
-
return this.
|
|
64652
|
+
return this.e3g_1;
|
|
64713
64653
|
};
|
|
64714
64654
|
LegJS.prototype.l2h = function () {
|
|
64715
|
-
return this.
|
|
64655
|
+
return this.f3g_1;
|
|
64716
64656
|
};
|
|
64717
|
-
LegJS.prototype.
|
|
64718
|
-
return this.
|
|
64657
|
+
LegJS.prototype.k3g = function () {
|
|
64658
|
+
return this.g3g_1;
|
|
64719
64659
|
};
|
|
64720
|
-
LegJS.prototype.
|
|
64721
|
-
return this.
|
|
64660
|
+
LegJS.prototype.l3g = function () {
|
|
64661
|
+
return this.h3g_1;
|
|
64722
64662
|
};
|
|
64723
64663
|
LegJS.prototype.c1h = function () {
|
|
64724
|
-
return this.
|
|
64664
|
+
return this.i3g_1;
|
|
64725
64665
|
};
|
|
64726
64666
|
LegJS.prototype.d1h = function () {
|
|
64727
|
-
return this.
|
|
64667
|
+
return this.j3g_1;
|
|
64728
64668
|
};
|
|
64729
64669
|
LegJS.$metadata$ = classMeta('LegJS');
|
|
64730
64670
|
Object.defineProperty(LegJS.prototype, 'id', {
|
|
@@ -64749,11 +64689,11 @@ function requireClientsdkClientcore () {
|
|
|
64749
64689
|
});
|
|
64750
64690
|
Object.defineProperty(LegJS.prototype, 'startTime', {
|
|
64751
64691
|
configurable: true,
|
|
64752
|
-
get: LegJS.prototype.
|
|
64692
|
+
get: LegJS.prototype.k3g
|
|
64753
64693
|
});
|
|
64754
64694
|
Object.defineProperty(LegJS.prototype, 'endTime', {
|
|
64755
64695
|
configurable: true,
|
|
64756
|
-
get: LegJS.prototype.
|
|
64696
|
+
get: LegJS.prototype.l3g
|
|
64757
64697
|
});
|
|
64758
64698
|
Object.defineProperty(LegJS.prototype, 'from', {
|
|
64759
64699
|
configurable: true,
|
|
@@ -64918,79 +64858,79 @@ function requireClientsdkClientcore () {
|
|
|
64918
64858
|
}
|
|
64919
64859
|
function CSErrorCodesJS() {
|
|
64920
64860
|
CSErrorCodesJS_instance = this;
|
|
64921
|
-
this.
|
|
64922
|
-
this.
|
|
64923
|
-
this.
|
|
64924
|
-
this.
|
|
64925
|
-
this.
|
|
64926
|
-
this.
|
|
64927
|
-
this.
|
|
64928
|
-
this.
|
|
64929
|
-
this.
|
|
64861
|
+
this.o3g_1 = 'conversation:error:duplicate-name';
|
|
64862
|
+
this.p3g_1 = 'conversation:error:member-already-joined';
|
|
64863
|
+
this.q3g_1 = 'conversation:error:member-already-invited';
|
|
64864
|
+
this.r3g_1 = 'conversation:error:not-found';
|
|
64865
|
+
this.s3g_1 = 'conversation:error:member-not-found';
|
|
64866
|
+
this.t3g_1 = 'user:error:not-found';
|
|
64867
|
+
this.u3g_1 = 'paginator-builder:error:invalid-cursor';
|
|
64868
|
+
this.v3g_1 = 'http:error:validation-fail';
|
|
64869
|
+
this.w3g_1 = 'conversation:error:maximum-number-of-members';
|
|
64930
64870
|
}
|
|
64931
|
-
CSErrorCodesJS.prototype.
|
|
64932
|
-
return this.
|
|
64871
|
+
CSErrorCodesJS.prototype.x3g = function () {
|
|
64872
|
+
return this.o3g_1;
|
|
64933
64873
|
};
|
|
64934
|
-
CSErrorCodesJS.prototype.
|
|
64935
|
-
return this.
|
|
64874
|
+
CSErrorCodesJS.prototype.y3g = function () {
|
|
64875
|
+
return this.p3g_1;
|
|
64936
64876
|
};
|
|
64937
|
-
CSErrorCodesJS.prototype.
|
|
64938
|
-
return this.
|
|
64877
|
+
CSErrorCodesJS.prototype.z3g = function () {
|
|
64878
|
+
return this.q3g_1;
|
|
64939
64879
|
};
|
|
64940
|
-
CSErrorCodesJS.prototype.
|
|
64941
|
-
return this.
|
|
64880
|
+
CSErrorCodesJS.prototype.a3h = function () {
|
|
64881
|
+
return this.r3g_1;
|
|
64942
64882
|
};
|
|
64943
|
-
CSErrorCodesJS.prototype.
|
|
64944
|
-
return this.
|
|
64883
|
+
CSErrorCodesJS.prototype.b3h = function () {
|
|
64884
|
+
return this.s3g_1;
|
|
64945
64885
|
};
|
|
64946
|
-
CSErrorCodesJS.prototype.
|
|
64947
|
-
return this.
|
|
64886
|
+
CSErrorCodesJS.prototype.c3h = function () {
|
|
64887
|
+
return this.t3g_1;
|
|
64948
64888
|
};
|
|
64949
|
-
CSErrorCodesJS.prototype.
|
|
64950
|
-
return this.
|
|
64889
|
+
CSErrorCodesJS.prototype.d3h = function () {
|
|
64890
|
+
return this.u3g_1;
|
|
64951
64891
|
};
|
|
64952
|
-
CSErrorCodesJS.prototype.
|
|
64953
|
-
return this.
|
|
64892
|
+
CSErrorCodesJS.prototype.e3h = function () {
|
|
64893
|
+
return this.v3g_1;
|
|
64954
64894
|
};
|
|
64955
|
-
CSErrorCodesJS.prototype.
|
|
64956
|
-
return this.
|
|
64895
|
+
CSErrorCodesJS.prototype.f3h = function () {
|
|
64896
|
+
return this.w3g_1;
|
|
64957
64897
|
};
|
|
64958
64898
|
CSErrorCodesJS.$metadata$ = objectMeta('CSErrorCodesJS');
|
|
64959
64899
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_DUPLICATE_NAME', {
|
|
64960
64900
|
configurable: true,
|
|
64961
|
-
get: CSErrorCodesJS.prototype.
|
|
64901
|
+
get: CSErrorCodesJS.prototype.x3g
|
|
64962
64902
|
});
|
|
64963
64903
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_ALREADY_JOINED', {
|
|
64964
64904
|
configurable: true,
|
|
64965
|
-
get: CSErrorCodesJS.prototype.
|
|
64905
|
+
get: CSErrorCodesJS.prototype.y3g
|
|
64966
64906
|
});
|
|
64967
64907
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_ALREADY_INVITED', {
|
|
64968
64908
|
configurable: true,
|
|
64969
|
-
get: CSErrorCodesJS.prototype.
|
|
64909
|
+
get: CSErrorCodesJS.prototype.z3g
|
|
64970
64910
|
});
|
|
64971
64911
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_NOT_FOUND', {
|
|
64972
64912
|
configurable: true,
|
|
64973
|
-
get: CSErrorCodesJS.prototype.
|
|
64913
|
+
get: CSErrorCodesJS.prototype.a3h
|
|
64974
64914
|
});
|
|
64975
64915
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_NOT_FOUND', {
|
|
64976
64916
|
configurable: true,
|
|
64977
|
-
get: CSErrorCodesJS.prototype.
|
|
64917
|
+
get: CSErrorCodesJS.prototype.b3h
|
|
64978
64918
|
});
|
|
64979
64919
|
Object.defineProperty(CSErrorCodesJS.prototype, 'USER_NOT_FOUND', {
|
|
64980
64920
|
configurable: true,
|
|
64981
|
-
get: CSErrorCodesJS.prototype.
|
|
64921
|
+
get: CSErrorCodesJS.prototype.c3h
|
|
64982
64922
|
});
|
|
64983
64923
|
Object.defineProperty(CSErrorCodesJS.prototype, 'INVALID_CURSOR', {
|
|
64984
64924
|
configurable: true,
|
|
64985
|
-
get: CSErrorCodesJS.prototype.
|
|
64925
|
+
get: CSErrorCodesJS.prototype.d3h
|
|
64986
64926
|
});
|
|
64987
64927
|
Object.defineProperty(CSErrorCodesJS.prototype, 'VALIDATION_FAIL', {
|
|
64988
64928
|
configurable: true,
|
|
64989
|
-
get: CSErrorCodesJS.prototype.
|
|
64929
|
+
get: CSErrorCodesJS.prototype.e3h
|
|
64990
64930
|
});
|
|
64991
64931
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_MAX_NUMBER_OF_MEMBERS', {
|
|
64992
64932
|
configurable: true,
|
|
64993
|
-
get: CSErrorCodesJS.prototype.
|
|
64933
|
+
get: CSErrorCodesJS.prototype.f3h
|
|
64994
64934
|
});
|
|
64995
64935
|
var CSErrorCodesJS_instance;
|
|
64996
64936
|
function CSErrorCodesJS_getInstance() {
|
|
@@ -65000,23 +64940,53 @@ function requireClientsdkClientcore () {
|
|
|
65000
64940
|
}
|
|
65001
64941
|
function SessionErrorCodesJS() {
|
|
65002
64942
|
SessionErrorCodesJS_instance = this;
|
|
65003
|
-
this.
|
|
65004
|
-
this.
|
|
65005
|
-
this.
|
|
65006
|
-
this.
|
|
65007
|
-
this.
|
|
65008
|
-
this.
|
|
65009
|
-
this.
|
|
65010
|
-
this.
|
|
65011
|
-
this.
|
|
65012
|
-
this.
|
|
65013
|
-
this.
|
|
65014
|
-
this.
|
|
65015
|
-
this.
|
|
65016
|
-
this.
|
|
65017
|
-
this.
|
|
65018
|
-
this.
|
|
64943
|
+
this.g3h_1 = 'session:error:empty-token';
|
|
64944
|
+
this.h3h_1 = 'session:error:server-forced-disconnect';
|
|
64945
|
+
this.i3h_1 = 'session:error:timeout';
|
|
64946
|
+
this.j3h_1 = 'session:error:internal-failure';
|
|
64947
|
+
this.k3h_1 = 'session:error:no-active-session';
|
|
64948
|
+
this.l3h_1 = 'session:error:already-active-session';
|
|
64949
|
+
this.m3h_1 = 'session:error:invalid-token';
|
|
64950
|
+
this.n3h_1 = 'session:error:expired-token';
|
|
64951
|
+
this.o3h_1 = 'user:error:invalid-user';
|
|
64952
|
+
this.p3h_1 = 'system:error:permission';
|
|
64953
|
+
this.q3h_1 = 'session:error:invalid-session';
|
|
64954
|
+
this.r3h_1 = 'session:error:max-open-sessions-permitted';
|
|
64955
|
+
this.s3h_1 = 'session:error:websocket-transport-invalid';
|
|
64956
|
+
this.t3h_1 = 'session:disconnect:client-disconnect';
|
|
64957
|
+
this.u3h_1 = 'session:disconnect:ping-timeout';
|
|
64958
|
+
this.v3h_1 = 'session:disconnect:websocket-transport-closed';
|
|
65019
64959
|
}
|
|
64960
|
+
SessionErrorCodesJS.prototype.w3h = function () {
|
|
64961
|
+
return this.g3h_1;
|
|
64962
|
+
};
|
|
64963
|
+
SessionErrorCodesJS.prototype.x3h = function () {
|
|
64964
|
+
return this.h3h_1;
|
|
64965
|
+
};
|
|
64966
|
+
SessionErrorCodesJS.prototype.y3h = function () {
|
|
64967
|
+
return this.i3h_1;
|
|
64968
|
+
};
|
|
64969
|
+
SessionErrorCodesJS.prototype.z3h = function () {
|
|
64970
|
+
return this.j3h_1;
|
|
64971
|
+
};
|
|
64972
|
+
SessionErrorCodesJS.prototype.a3i = function () {
|
|
64973
|
+
return this.k3h_1;
|
|
64974
|
+
};
|
|
64975
|
+
SessionErrorCodesJS.prototype.b3i = function () {
|
|
64976
|
+
return this.l3h_1;
|
|
64977
|
+
};
|
|
64978
|
+
SessionErrorCodesJS.prototype.c3i = function () {
|
|
64979
|
+
return this.m3h_1;
|
|
64980
|
+
};
|
|
64981
|
+
SessionErrorCodesJS.prototype.d3i = function () {
|
|
64982
|
+
return this.n3h_1;
|
|
64983
|
+
};
|
|
64984
|
+
SessionErrorCodesJS.prototype.e3i = function () {
|
|
64985
|
+
return this.o3h_1;
|
|
64986
|
+
};
|
|
64987
|
+
SessionErrorCodesJS.prototype.f3i = function () {
|
|
64988
|
+
return this.p3h_1;
|
|
64989
|
+
};
|
|
65020
64990
|
SessionErrorCodesJS.prototype.g3i = function () {
|
|
65021
64991
|
return this.q3h_1;
|
|
65022
64992
|
};
|
|
@@ -65035,100 +65005,70 @@ function requireClientsdkClientcore () {
|
|
|
65035
65005
|
SessionErrorCodesJS.prototype.l3i = function () {
|
|
65036
65006
|
return this.v3h_1;
|
|
65037
65007
|
};
|
|
65038
|
-
SessionErrorCodesJS.prototype.m3i = function () {
|
|
65039
|
-
return this.w3h_1;
|
|
65040
|
-
};
|
|
65041
|
-
SessionErrorCodesJS.prototype.n3i = function () {
|
|
65042
|
-
return this.x3h_1;
|
|
65043
|
-
};
|
|
65044
|
-
SessionErrorCodesJS.prototype.o3i = function () {
|
|
65045
|
-
return this.y3h_1;
|
|
65046
|
-
};
|
|
65047
|
-
SessionErrorCodesJS.prototype.p3i = function () {
|
|
65048
|
-
return this.z3h_1;
|
|
65049
|
-
};
|
|
65050
|
-
SessionErrorCodesJS.prototype.q3i = function () {
|
|
65051
|
-
return this.a3i_1;
|
|
65052
|
-
};
|
|
65053
|
-
SessionErrorCodesJS.prototype.r3i = function () {
|
|
65054
|
-
return this.b3i_1;
|
|
65055
|
-
};
|
|
65056
|
-
SessionErrorCodesJS.prototype.s3i = function () {
|
|
65057
|
-
return this.c3i_1;
|
|
65058
|
-
};
|
|
65059
|
-
SessionErrorCodesJS.prototype.t3i = function () {
|
|
65060
|
-
return this.d3i_1;
|
|
65061
|
-
};
|
|
65062
|
-
SessionErrorCodesJS.prototype.u3i = function () {
|
|
65063
|
-
return this.e3i_1;
|
|
65064
|
-
};
|
|
65065
|
-
SessionErrorCodesJS.prototype.v3i = function () {
|
|
65066
|
-
return this.f3i_1;
|
|
65067
|
-
};
|
|
65068
65008
|
SessionErrorCodesJS.$metadata$ = objectMeta('SessionErrorCodesJS');
|
|
65069
65009
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'EMPTY_TOKEN', {
|
|
65070
65010
|
configurable: true,
|
|
65071
|
-
get: SessionErrorCodesJS.prototype.
|
|
65011
|
+
get: SessionErrorCodesJS.prototype.w3h
|
|
65072
65012
|
});
|
|
65073
65013
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'FORCED_DISCONNECT', {
|
|
65074
65014
|
configurable: true,
|
|
65075
|
-
get: SessionErrorCodesJS.prototype.
|
|
65015
|
+
get: SessionErrorCodesJS.prototype.x3h
|
|
65076
65016
|
});
|
|
65077
65017
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'TIMEOUT', {
|
|
65078
65018
|
configurable: true,
|
|
65079
|
-
get: SessionErrorCodesJS.prototype.
|
|
65019
|
+
get: SessionErrorCodesJS.prototype.y3h
|
|
65080
65020
|
});
|
|
65081
65021
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INTERNAL_FAILURE', {
|
|
65082
65022
|
configurable: true,
|
|
65083
|
-
get: SessionErrorCodesJS.prototype.
|
|
65023
|
+
get: SessionErrorCodesJS.prototype.z3h
|
|
65084
65024
|
});
|
|
65085
65025
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'NO_ACTIVE_SESSION', {
|
|
65086
65026
|
configurable: true,
|
|
65087
|
-
get: SessionErrorCodesJS.prototype.
|
|
65027
|
+
get: SessionErrorCodesJS.prototype.a3i
|
|
65088
65028
|
});
|
|
65089
65029
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'ALREADY_ACTIVE_SESSION', {
|
|
65090
65030
|
configurable: true,
|
|
65091
|
-
get: SessionErrorCodesJS.prototype.
|
|
65031
|
+
get: SessionErrorCodesJS.prototype.b3i
|
|
65092
65032
|
});
|
|
65093
65033
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_TOKEN', {
|
|
65094
65034
|
configurable: true,
|
|
65095
|
-
get: SessionErrorCodesJS.prototype.
|
|
65035
|
+
get: SessionErrorCodesJS.prototype.c3i
|
|
65096
65036
|
});
|
|
65097
65037
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'EXPIRED_TOKEN', {
|
|
65098
65038
|
configurable: true,
|
|
65099
|
-
get: SessionErrorCodesJS.prototype.
|
|
65039
|
+
get: SessionErrorCodesJS.prototype.d3i
|
|
65100
65040
|
});
|
|
65101
65041
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_USER', {
|
|
65102
65042
|
configurable: true,
|
|
65103
|
-
get: SessionErrorCodesJS.prototype.
|
|
65043
|
+
get: SessionErrorCodesJS.prototype.e3i
|
|
65104
65044
|
});
|
|
65105
65045
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'AUTHORIZATION_ERROR', {
|
|
65106
65046
|
configurable: true,
|
|
65107
|
-
get: SessionErrorCodesJS.prototype.
|
|
65047
|
+
get: SessionErrorCodesJS.prototype.f3i
|
|
65108
65048
|
});
|
|
65109
65049
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_SESSION', {
|
|
65110
65050
|
configurable: true,
|
|
65111
|
-
get: SessionErrorCodesJS.prototype.
|
|
65051
|
+
get: SessionErrorCodesJS.prototype.g3i
|
|
65112
65052
|
});
|
|
65113
65053
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'MAX_OPEN_SESSIONS', {
|
|
65114
65054
|
configurable: true,
|
|
65115
|
-
get: SessionErrorCodesJS.prototype.
|
|
65055
|
+
get: SessionErrorCodesJS.prototype.h3i
|
|
65116
65056
|
});
|
|
65117
65057
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_SOCKET_TRANSPORT', {
|
|
65118
65058
|
configurable: true,
|
|
65119
|
-
get: SessionErrorCodesJS.prototype.
|
|
65059
|
+
get: SessionErrorCodesJS.prototype.i3i
|
|
65120
65060
|
});
|
|
65121
65061
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'CLIENT_DISCONNECT', {
|
|
65122
65062
|
configurable: true,
|
|
65123
|
-
get: SessionErrorCodesJS.prototype.
|
|
65063
|
+
get: SessionErrorCodesJS.prototype.j3i
|
|
65124
65064
|
});
|
|
65125
65065
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'PING_TIMEOUT_DISCONNECT', {
|
|
65126
65066
|
configurable: true,
|
|
65127
|
-
get: SessionErrorCodesJS.prototype.
|
|
65067
|
+
get: SessionErrorCodesJS.prototype.k3i
|
|
65128
65068
|
});
|
|
65129
65069
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'TRANSPORT_CLOSED_DISCONNECT', {
|
|
65130
65070
|
configurable: true,
|
|
65131
|
-
get: SessionErrorCodesJS.prototype.
|
|
65071
|
+
get: SessionErrorCodesJS.prototype.l3i
|
|
65132
65072
|
});
|
|
65133
65073
|
var SessionErrorCodesJS_instance;
|
|
65134
65074
|
function SessionErrorCodesJS_getInstance() {
|
|
@@ -65138,19 +65078,19 @@ function requireClientsdkClientcore () {
|
|
|
65138
65078
|
}
|
|
65139
65079
|
function VonageErrorJS(vonageError) {
|
|
65140
65080
|
extendThrowable(this, vonageError.message, void 1);
|
|
65141
|
-
this.
|
|
65142
|
-
this.
|
|
65143
|
-
this.
|
|
65081
|
+
this.m3i_1 = valueOf_3(vonageError.r2l_1.d4_1);
|
|
65082
|
+
this.n3i_1 = vonageError.s2l_1;
|
|
65083
|
+
this.o3i_1 = vonageError.cause;
|
|
65144
65084
|
captureStack(this, VonageErrorJS);
|
|
65145
65085
|
}
|
|
65146
65086
|
VonageErrorJS.prototype.o2u = function () {
|
|
65147
|
-
return this.
|
|
65087
|
+
return this.m3i_1;
|
|
65148
65088
|
};
|
|
65149
65089
|
VonageErrorJS.prototype.p2b = function () {
|
|
65150
|
-
return this.
|
|
65090
|
+
return this.n3i_1;
|
|
65151
65091
|
};
|
|
65152
|
-
VonageErrorJS.prototype.
|
|
65153
|
-
return this.
|
|
65092
|
+
VonageErrorJS.prototype.p3i = function () {
|
|
65093
|
+
return this.o3i_1;
|
|
65154
65094
|
};
|
|
65155
65095
|
VonageErrorJS.$metadata$ = classMeta('VonageErrorJS', undefined, undefined, undefined, undefined, Error.prototype);
|
|
65156
65096
|
Object.defineProperty(VonageErrorJS.prototype, 'type', {
|
|
@@ -65163,7 +65103,7 @@ function requireClientsdkClientcore () {
|
|
|
65163
65103
|
});
|
|
65164
65104
|
Object.defineProperty(VonageErrorJS.prototype, 'kmpCause', {
|
|
65165
65105
|
configurable: true,
|
|
65166
|
-
get: VonageErrorJS.prototype.
|
|
65106
|
+
get: VonageErrorJS.prototype.p3i
|
|
65167
65107
|
});
|
|
65168
65108
|
var VonageErrorTypeJS_CS_ERROR_instance;
|
|
65169
65109
|
var VonageErrorTypeJS_HTTP_CLIENT_ERROR_instance;
|
|
@@ -65523,7 +65463,7 @@ function requireClientsdkClientcore () {
|
|
|
65523
65463
|
return function (resolve, reject) {
|
|
65524
65464
|
var tmp = this$0.core;
|
|
65525
65465
|
var tmp0_safe_receiver = $order;
|
|
65526
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
65466
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
65527
65467
|
tmp.l1c(tmp_0, $pageSize, $cursor, IChatClientJS$getConversations$lambda$lambda(resolve, reject));
|
|
65528
65468
|
return Unit_getInstance();
|
|
65529
65469
|
};
|
|
@@ -65574,7 +65514,7 @@ function requireClientsdkClientcore () {
|
|
|
65574
65514
|
return function (resolve, reject) {
|
|
65575
65515
|
var tmp = this$0.core;
|
|
65576
65516
|
var tmp0_safe_receiver = $order;
|
|
65577
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
65517
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
65578
65518
|
tmp.m1c($cid, tmp_0, $pageSize, $cursor, IChatClientJS$getConversationMembers$lambda$lambda(resolve, reject));
|
|
65579
65519
|
return Unit_getInstance();
|
|
65580
65520
|
};
|
|
@@ -65625,7 +65565,7 @@ function requireClientsdkClientcore () {
|
|
|
65625
65565
|
return function (resolve, reject) {
|
|
65626
65566
|
var tmp = this$0.core;
|
|
65627
65567
|
var tmp0_safe_receiver = $order;
|
|
65628
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
65568
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
65629
65569
|
Companion_getInstance_3();
|
|
65630
65570
|
Companion_getInstance_3();
|
|
65631
65571
|
var tmp1_safe_receiver = $eventFilter;
|
|
@@ -65821,15 +65761,15 @@ function requireClientsdkClientcore () {
|
|
|
65821
65761
|
}
|
|
65822
65762
|
function CoreClientConfigRegionJS(name, ordinal, coreRegion) {
|
|
65823
65763
|
Enum.call(this, name, ordinal);
|
|
65824
|
-
this.
|
|
65764
|
+
this.u3i_1 = coreRegion;
|
|
65825
65765
|
}
|
|
65826
|
-
CoreClientConfigRegionJS.prototype.
|
|
65827
|
-
return this.
|
|
65766
|
+
CoreClientConfigRegionJS.prototype.v3i = function () {
|
|
65767
|
+
return this.u3i_1;
|
|
65828
65768
|
};
|
|
65829
65769
|
CoreClientConfigRegionJS.$metadata$ = classMeta('CoreClientConfigRegionJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
65830
65770
|
Object.defineProperty(CoreClientConfigRegionJS.prototype, 'coreRegion', {
|
|
65831
65771
|
configurable: true,
|
|
65832
|
-
get: CoreClientConfigRegionJS.prototype.
|
|
65772
|
+
get: CoreClientConfigRegionJS.prototype.v3i
|
|
65833
65773
|
});
|
|
65834
65774
|
Object.defineProperty(CoreClientConfigRegionJS.prototype, 'name', {
|
|
65835
65775
|
configurable: true,
|
|
@@ -65840,71 +65780,71 @@ function requireClientsdkClientcore () {
|
|
|
65840
65780
|
get: CoreClientConfigRegionJS.prototype.we
|
|
65841
65781
|
});
|
|
65842
65782
|
function CoreClientConfigJS(region) {
|
|
65843
|
-
this.
|
|
65844
|
-
this.
|
|
65845
|
-
this.
|
|
65846
|
-
this.
|
|
65847
|
-
this.
|
|
65848
|
-
this.
|
|
65783
|
+
this.w3i_1 = Companion_getInstance().u2i(region.u3i_1, 'js', 'Generic JS Navigator', 'VonageClientCombined', true);
|
|
65784
|
+
this.x3i_1 = this.w3i_1.v2i_1;
|
|
65785
|
+
this.y3i_1 = this.w3i_1.w2i_1;
|
|
65786
|
+
this.z3i_1 = this.w3i_1.x2i_1;
|
|
65787
|
+
this.a3j_1 = this.w3i_1.y2i_1;
|
|
65788
|
+
this.b3j_1 = this.w3i_1.a2j_1;
|
|
65849
65789
|
}
|
|
65850
|
-
CoreClientConfigJS.prototype.
|
|
65851
|
-
return this.
|
|
65790
|
+
CoreClientConfigJS.prototype.c3j = function () {
|
|
65791
|
+
return this.w3i_1;
|
|
65852
65792
|
};
|
|
65853
|
-
CoreClientConfigJS.prototype.
|
|
65854
|
-
this.
|
|
65793
|
+
CoreClientConfigJS.prototype.d3j = function (_set____db54di) {
|
|
65794
|
+
this.x3i_1 = _set____db54di;
|
|
65855
65795
|
};
|
|
65856
|
-
CoreClientConfigJS.prototype.
|
|
65857
|
-
return this.
|
|
65796
|
+
CoreClientConfigJS.prototype.e3j = function () {
|
|
65797
|
+
return this.x3i_1;
|
|
65858
65798
|
};
|
|
65859
|
-
CoreClientConfigJS.prototype.
|
|
65860
|
-
this.
|
|
65799
|
+
CoreClientConfigJS.prototype.f3j = function (_set____db54di) {
|
|
65800
|
+
this.y3i_1 = _set____db54di;
|
|
65861
65801
|
};
|
|
65862
|
-
CoreClientConfigJS.prototype.
|
|
65863
|
-
return this.
|
|
65802
|
+
CoreClientConfigJS.prototype.g3j = function () {
|
|
65803
|
+
return this.y3i_1;
|
|
65864
65804
|
};
|
|
65865
|
-
CoreClientConfigJS.prototype.
|
|
65866
|
-
this.
|
|
65805
|
+
CoreClientConfigJS.prototype.h3j = function (_set____db54di) {
|
|
65806
|
+
this.z3i_1 = _set____db54di;
|
|
65867
65807
|
};
|
|
65868
|
-
CoreClientConfigJS.prototype.
|
|
65869
|
-
return this.
|
|
65808
|
+
CoreClientConfigJS.prototype.i3j = function () {
|
|
65809
|
+
return this.z3i_1;
|
|
65870
65810
|
};
|
|
65871
|
-
CoreClientConfigJS.prototype.
|
|
65872
|
-
this.
|
|
65811
|
+
CoreClientConfigJS.prototype.j3j = function (_set____db54di) {
|
|
65812
|
+
this.a3j_1 = _set____db54di;
|
|
65873
65813
|
};
|
|
65874
|
-
CoreClientConfigJS.prototype.
|
|
65875
|
-
return this.
|
|
65814
|
+
CoreClientConfigJS.prototype.k3j = function () {
|
|
65815
|
+
return this.a3j_1;
|
|
65876
65816
|
};
|
|
65877
|
-
CoreClientConfigJS.prototype.
|
|
65878
|
-
this.
|
|
65817
|
+
CoreClientConfigJS.prototype.l3j = function (_set____db54di) {
|
|
65818
|
+
this.b3j_1 = _set____db54di;
|
|
65879
65819
|
};
|
|
65880
|
-
CoreClientConfigJS.prototype.
|
|
65881
|
-
return this.
|
|
65820
|
+
CoreClientConfigJS.prototype.m3j = function () {
|
|
65821
|
+
return this.b3j_1;
|
|
65882
65822
|
};
|
|
65883
65823
|
CoreClientConfigJS.$metadata$ = classMeta('CoreClientConfigJS');
|
|
65884
65824
|
Object.defineProperty(CoreClientConfigJS.prototype, 'apiUrl', {
|
|
65885
65825
|
configurable: true,
|
|
65886
|
-
get: CoreClientConfigJS.prototype.
|
|
65887
|
-
set: CoreClientConfigJS.prototype.
|
|
65826
|
+
get: CoreClientConfigJS.prototype.e3j,
|
|
65827
|
+
set: CoreClientConfigJS.prototype.d3j
|
|
65888
65828
|
});
|
|
65889
65829
|
Object.defineProperty(CoreClientConfigJS.prototype, 'websocketUrl', {
|
|
65890
65830
|
configurable: true,
|
|
65891
|
-
get: CoreClientConfigJS.prototype.
|
|
65892
|
-
set: CoreClientConfigJS.prototype.
|
|
65831
|
+
get: CoreClientConfigJS.prototype.g3j,
|
|
65832
|
+
set: CoreClientConfigJS.prototype.f3j
|
|
65893
65833
|
});
|
|
65894
65834
|
Object.defineProperty(CoreClientConfigJS.prototype, 'websocketPath', {
|
|
65895
65835
|
configurable: true,
|
|
65896
|
-
get: CoreClientConfigJS.prototype.
|
|
65897
|
-
set: CoreClientConfigJS.prototype.
|
|
65836
|
+
get: CoreClientConfigJS.prototype.i3j,
|
|
65837
|
+
set: CoreClientConfigJS.prototype.h3j
|
|
65898
65838
|
});
|
|
65899
65839
|
Object.defineProperty(CoreClientConfigJS.prototype, 'autoMediaReoffer', {
|
|
65900
65840
|
configurable: true,
|
|
65901
|
-
get: CoreClientConfigJS.prototype.
|
|
65902
|
-
set: CoreClientConfigJS.prototype.
|
|
65841
|
+
get: CoreClientConfigJS.prototype.k3j,
|
|
65842
|
+
set: CoreClientConfigJS.prototype.j3j
|
|
65903
65843
|
});
|
|
65904
65844
|
Object.defineProperty(CoreClientConfigJS.prototype, 'enableWebsocketInvites', {
|
|
65905
65845
|
configurable: true,
|
|
65906
|
-
get: CoreClientConfigJS.prototype.
|
|
65907
|
-
set: CoreClientConfigJS.prototype.
|
|
65846
|
+
get: CoreClientConfigJS.prototype.m3j,
|
|
65847
|
+
set: CoreClientConfigJS.prototype.l3j
|
|
65908
65848
|
});
|
|
65909
65849
|
var LoggingLevelJS_Verbose_instance;
|
|
65910
65850
|
var LoggingLevelJS_Debug_instance;
|
|
@@ -65949,10 +65889,10 @@ function requireClientsdkClientcore () {
|
|
|
65949
65889
|
}
|
|
65950
65890
|
function LoggingLevelJS(name, ordinal, sev) {
|
|
65951
65891
|
Enum.call(this, name, ordinal);
|
|
65952
|
-
this.
|
|
65892
|
+
this.p3j_1 = sev;
|
|
65953
65893
|
}
|
|
65954
65894
|
LoggingLevelJS.prototype.j2i = function () {
|
|
65955
|
-
return this.
|
|
65895
|
+
return this.p3j_1;
|
|
65956
65896
|
};
|
|
65957
65897
|
LoggingLevelJS.$metadata$ = classMeta('LoggingLevelJS', [ILoggingLevel], undefined, undefined, undefined, Enum.prototype);
|
|
65958
65898
|
Object.defineProperty(LoggingLevelJS.prototype, 'name', {
|
|
@@ -65984,7 +65924,7 @@ function requireClientsdkClientcore () {
|
|
|
65984
65924
|
inductionVariable = inductionVariable + 1 | 0;
|
|
65985
65925
|
var tmp$ret$0;
|
|
65986
65926
|
// Inline function 'vonage.Companion.getSessionErrorReason.<anonymous>' call
|
|
65987
|
-
tmp$ret$0 = element.
|
|
65927
|
+
tmp$ret$0 = element.s3j_1.equals(reason);
|
|
65988
65928
|
if (tmp$ret$0) {
|
|
65989
65929
|
tmp$ret$1 = element;
|
|
65990
65930
|
break $l$block;
|
|
@@ -66032,10 +65972,10 @@ function requireClientsdkClientcore () {
|
|
|
66032
65972
|
}
|
|
66033
65973
|
function SessionErrorReasonJS(name, ordinal, reason) {
|
|
66034
65974
|
Enum.call(this, name, ordinal);
|
|
66035
|
-
this.
|
|
65975
|
+
this.s3j_1 = reason;
|
|
66036
65976
|
}
|
|
66037
65977
|
SessionErrorReasonJS.prototype.x2b = function () {
|
|
66038
|
-
return this.
|
|
65978
|
+
return this.s3j_1;
|
|
66039
65979
|
};
|
|
66040
65980
|
SessionErrorReasonJS.$metadata$ = classMeta('SessionErrorReasonJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
66041
65981
|
Object.defineProperty(SessionErrorReasonJS.prototype, 'reason', {
|
|
@@ -66606,40 +66546,40 @@ function requireClientsdkClientcore () {
|
|
|
66606
66546
|
}
|
|
66607
66547
|
IVoiceClientJS.$metadata$ = interfaceMeta('IVoiceClientJS', [ICoreClientJS]);
|
|
66608
66548
|
function VoiceInviteFromInfoJS(id, type) {
|
|
66609
|
-
this.
|
|
66610
|
-
this.
|
|
66549
|
+
this.x3j_1 = id;
|
|
66550
|
+
this.y3j_1 = type;
|
|
66611
66551
|
}
|
|
66612
66552
|
VoiceInviteFromInfoJS.prototype.v1m = function () {
|
|
66613
|
-
return this.
|
|
66553
|
+
return this.x3j_1;
|
|
66614
66554
|
};
|
|
66615
66555
|
VoiceInviteFromInfoJS.prototype.o2u = function () {
|
|
66616
|
-
return this.
|
|
66556
|
+
return this.y3j_1;
|
|
66617
66557
|
};
|
|
66618
66558
|
VoiceInviteFromInfoJS.prototype.component1 = function () {
|
|
66619
|
-
return this.
|
|
66559
|
+
return this.x3j_1;
|
|
66620
66560
|
};
|
|
66621
66561
|
VoiceInviteFromInfoJS.prototype.component2 = function () {
|
|
66622
|
-
return this.
|
|
66562
|
+
return this.y3j_1;
|
|
66623
66563
|
};
|
|
66624
66564
|
VoiceInviteFromInfoJS.prototype.copy = function (id, type) {
|
|
66625
|
-
return this.
|
|
66565
|
+
return this.z3j(id === void 1 ? this.x3j_1 : id, type === void 1 ? this.y3j_1 : type);
|
|
66626
66566
|
};
|
|
66627
|
-
VoiceInviteFromInfoJS.prototype.
|
|
66567
|
+
VoiceInviteFromInfoJS.prototype.z3j = function (id, type) {
|
|
66628
66568
|
return new VoiceInviteFromInfoJS(id, type);
|
|
66629
66569
|
};
|
|
66630
|
-
VoiceInviteFromInfoJS.prototype.
|
|
66570
|
+
VoiceInviteFromInfoJS.prototype.a3k = function (id, type, $mask0, $handler) {
|
|
66631
66571
|
if (!(($mask0 & 1) === 0))
|
|
66632
|
-
id = this.
|
|
66572
|
+
id = this.x3j_1;
|
|
66633
66573
|
if (!(($mask0 & 2) === 0))
|
|
66634
|
-
type = this.
|
|
66635
|
-
return this.
|
|
66574
|
+
type = this.y3j_1;
|
|
66575
|
+
return this.z3j(id, type);
|
|
66636
66576
|
};
|
|
66637
66577
|
VoiceInviteFromInfoJS.prototype.toString = function () {
|
|
66638
|
-
return 'VoiceInviteFromInfoJS(id=' + this.
|
|
66578
|
+
return 'VoiceInviteFromInfoJS(id=' + this.x3j_1 + ', type=' + this.y3j_1 + ')';
|
|
66639
66579
|
};
|
|
66640
66580
|
VoiceInviteFromInfoJS.prototype.hashCode = function () {
|
|
66641
|
-
var result = this.
|
|
66642
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
66581
|
+
var result = this.x3j_1 == null ? 0 : getStringHashCode(this.x3j_1);
|
|
66582
|
+
result = imul(result, 31) + getStringHashCode(this.y3j_1) | 0;
|
|
66643
66583
|
return result;
|
|
66644
66584
|
};
|
|
66645
66585
|
VoiceInviteFromInfoJS.prototype.equals = function (other) {
|
|
@@ -66648,9 +66588,9 @@ function requireClientsdkClientcore () {
|
|
|
66648
66588
|
if (!(other instanceof VoiceInviteFromInfoJS))
|
|
66649
66589
|
return false;
|
|
66650
66590
|
var tmp0_other_with_cast = other instanceof VoiceInviteFromInfoJS ? other : THROW_CCE();
|
|
66651
|
-
if (!(this.
|
|
66591
|
+
if (!(this.x3j_1 == tmp0_other_with_cast.x3j_1))
|
|
66652
66592
|
return false;
|
|
66653
|
-
if (!(this.
|
|
66593
|
+
if (!(this.y3j_1 === tmp0_other_with_cast.y3j_1))
|
|
66654
66594
|
return false;
|
|
66655
66595
|
return true;
|
|
66656
66596
|
};
|
|
@@ -66712,47 +66652,47 @@ function requireClientsdkClientcore () {
|
|
|
66712
66652
|
var message_0 = message === void 1 ? null : message;
|
|
66713
66653
|
var cause_0 = cause === void 1 ? null : cause;
|
|
66714
66654
|
extendThrowable(this, void 1, void 1);
|
|
66715
|
-
this.
|
|
66716
|
-
this.
|
|
66655
|
+
this.b3k_1 = message_0;
|
|
66656
|
+
this.c3k_1 = cause_0;
|
|
66717
66657
|
captureStack(this, HttpClientErrorJS);
|
|
66718
66658
|
}
|
|
66719
66659
|
HttpClientErrorJS.prototype.g1 = function () {
|
|
66720
|
-
return this.
|
|
66660
|
+
return this.b3k_1;
|
|
66721
66661
|
};
|
|
66722
66662
|
HttpClientErrorJS.prototype.h1 = function () {
|
|
66723
|
-
return this.
|
|
66663
|
+
return this.c3k_1;
|
|
66724
66664
|
};
|
|
66725
|
-
HttpClientErrorJS.prototype.
|
|
66726
|
-
var tmp0_elvis_lhs = this.
|
|
66665
|
+
HttpClientErrorJS.prototype.d3k = function () {
|
|
66666
|
+
var tmp0_elvis_lhs = this.b3k_1;
|
|
66727
66667
|
var tmp = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
66728
|
-
var tmp_0 = this.
|
|
66668
|
+
var tmp_0 = this.c3k_1;
|
|
66729
66669
|
return new HTTPClientError(tmp, tmp_0 instanceof Exception ? tmp_0 : null);
|
|
66730
66670
|
};
|
|
66731
66671
|
HttpClientErrorJS.prototype.component1 = function () {
|
|
66732
|
-
return this.
|
|
66672
|
+
return this.b3k_1;
|
|
66733
66673
|
};
|
|
66734
66674
|
HttpClientErrorJS.prototype.component2 = function () {
|
|
66735
|
-
return this.
|
|
66675
|
+
return this.c3k_1;
|
|
66736
66676
|
};
|
|
66737
66677
|
HttpClientErrorJS.prototype.copy = function (message, cause) {
|
|
66738
|
-
return this.
|
|
66678
|
+
return this.e3k(message === void 1 ? this.b3k_1 : message, cause === void 1 ? this.c3k_1 : cause);
|
|
66739
66679
|
};
|
|
66740
|
-
HttpClientErrorJS.prototype.
|
|
66680
|
+
HttpClientErrorJS.prototype.e3k = function (message, cause) {
|
|
66741
66681
|
return new HttpClientErrorJS(message, cause);
|
|
66742
66682
|
};
|
|
66743
|
-
HttpClientErrorJS.prototype.
|
|
66683
|
+
HttpClientErrorJS.prototype.f3k = function (message, cause, $mask0, $handler) {
|
|
66744
66684
|
if (!(($mask0 & 1) === 0))
|
|
66745
|
-
message = this.
|
|
66685
|
+
message = this.b3k_1;
|
|
66746
66686
|
if (!(($mask0 & 2) === 0))
|
|
66747
|
-
cause = this.
|
|
66748
|
-
return this.
|
|
66687
|
+
cause = this.c3k_1;
|
|
66688
|
+
return this.e3k(message, cause);
|
|
66749
66689
|
};
|
|
66750
66690
|
HttpClientErrorJS.prototype.toString = function () {
|
|
66751
|
-
return 'HttpClientErrorJS(message=' + this.
|
|
66691
|
+
return 'HttpClientErrorJS(message=' + this.b3k_1 + ', cause=' + this.c3k_1 + ')';
|
|
66752
66692
|
};
|
|
66753
66693
|
HttpClientErrorJS.prototype.hashCode = function () {
|
|
66754
|
-
var result = this.
|
|
66755
|
-
result = imul(result, 31) + (this.
|
|
66694
|
+
var result = this.b3k_1 == null ? 0 : getStringHashCode(this.b3k_1);
|
|
66695
|
+
result = imul(result, 31) + (this.c3k_1 == null ? 0 : hashCode(this.c3k_1)) | 0;
|
|
66756
66696
|
return result;
|
|
66757
66697
|
};
|
|
66758
66698
|
HttpClientErrorJS.prototype.equals = function (other) {
|
|
@@ -66761,9 +66701,9 @@ function requireClientsdkClientcore () {
|
|
|
66761
66701
|
if (!(other instanceof HttpClientErrorJS))
|
|
66762
66702
|
return false;
|
|
66763
66703
|
var tmp0_other_with_cast = other instanceof HttpClientErrorJS ? other : THROW_CCE();
|
|
66764
|
-
if (!(this.
|
|
66704
|
+
if (!(this.b3k_1 == tmp0_other_with_cast.b3k_1))
|
|
66765
66705
|
return false;
|
|
66766
|
-
if (!equals(this.
|
|
66706
|
+
if (!equals(this.c3k_1, tmp0_other_with_cast.c3k_1))
|
|
66767
66707
|
return false;
|
|
66768
66708
|
return true;
|
|
66769
66709
|
};
|
|
@@ -66782,7 +66722,7 @@ function requireClientsdkClientcore () {
|
|
|
66782
66722
|
});
|
|
66783
66723
|
Object.defineProperty(HttpClientErrorJS.prototype, 'coreError', {
|
|
66784
66724
|
configurable: true,
|
|
66785
|
-
get: HttpClientErrorJS.prototype.
|
|
66725
|
+
get: HttpClientErrorJS.prototype.d3k
|
|
66786
66726
|
});
|
|
66787
66727
|
function HttpClientResponseJS_init_$Init$(statusCode, body, $mask0, $marker, $this) {
|
|
66788
66728
|
if (!(($mask0 & 2) === 0))
|
|
@@ -66795,40 +66735,40 @@ function requireClientsdkClientcore () {
|
|
|
66795
66735
|
}
|
|
66796
66736
|
function HttpClientResponseJS(statusCode, body) {
|
|
66797
66737
|
var body_0 = body === void 1 ? null : body;
|
|
66798
|
-
this.
|
|
66799
|
-
this.
|
|
66738
|
+
this.g3k_1 = statusCode;
|
|
66739
|
+
this.h3k_1 = body_0;
|
|
66800
66740
|
}
|
|
66801
|
-
HttpClientResponseJS.prototype.
|
|
66802
|
-
return this.
|
|
66741
|
+
HttpClientResponseJS.prototype.i3k = function () {
|
|
66742
|
+
return this.g3k_1;
|
|
66803
66743
|
};
|
|
66804
66744
|
HttpClientResponseJS.prototype.j20 = function () {
|
|
66805
|
-
return this.
|
|
66745
|
+
return this.h3k_1;
|
|
66806
66746
|
};
|
|
66807
66747
|
HttpClientResponseJS.prototype.component1 = function () {
|
|
66808
|
-
return this.
|
|
66748
|
+
return this.g3k_1;
|
|
66809
66749
|
};
|
|
66810
66750
|
HttpClientResponseJS.prototype.component2 = function () {
|
|
66811
|
-
return this.
|
|
66751
|
+
return this.h3k_1;
|
|
66812
66752
|
};
|
|
66813
66753
|
HttpClientResponseJS.prototype.copy = function (statusCode, body) {
|
|
66814
|
-
return this.
|
|
66754
|
+
return this.j3k(statusCode === void 1 ? this.g3k_1 : statusCode, body === void 1 ? this.h3k_1 : body);
|
|
66815
66755
|
};
|
|
66816
|
-
HttpClientResponseJS.prototype.
|
|
66756
|
+
HttpClientResponseJS.prototype.j3k = function (statusCode, body) {
|
|
66817
66757
|
return new HttpClientResponseJS(statusCode, body);
|
|
66818
66758
|
};
|
|
66819
|
-
HttpClientResponseJS.prototype.
|
|
66759
|
+
HttpClientResponseJS.prototype.k3k = function (statusCode, body, $mask0, $handler) {
|
|
66820
66760
|
if (!(($mask0 & 1) === 0))
|
|
66821
|
-
statusCode = this.
|
|
66761
|
+
statusCode = this.g3k_1;
|
|
66822
66762
|
if (!(($mask0 & 2) === 0))
|
|
66823
|
-
body = this.
|
|
66824
|
-
return this.
|
|
66763
|
+
body = this.h3k_1;
|
|
66764
|
+
return this.j3k(statusCode, body);
|
|
66825
66765
|
};
|
|
66826
66766
|
HttpClientResponseJS.prototype.toString = function () {
|
|
66827
|
-
return 'HttpClientResponseJS(statusCode=' + this.
|
|
66767
|
+
return 'HttpClientResponseJS(statusCode=' + this.g3k_1 + ', body=' + this.h3k_1 + ')';
|
|
66828
66768
|
};
|
|
66829
66769
|
HttpClientResponseJS.prototype.hashCode = function () {
|
|
66830
|
-
var result = this.
|
|
66831
|
-
result = imul(result, 31) + (this.
|
|
66770
|
+
var result = this.g3k_1;
|
|
66771
|
+
result = imul(result, 31) + (this.h3k_1 == null ? 0 : getStringHashCode(this.h3k_1)) | 0;
|
|
66832
66772
|
return result;
|
|
66833
66773
|
};
|
|
66834
66774
|
HttpClientResponseJS.prototype.equals = function (other) {
|
|
@@ -66837,16 +66777,16 @@ function requireClientsdkClientcore () {
|
|
|
66837
66777
|
if (!(other instanceof HttpClientResponseJS))
|
|
66838
66778
|
return false;
|
|
66839
66779
|
var tmp0_other_with_cast = other instanceof HttpClientResponseJS ? other : THROW_CCE();
|
|
66840
|
-
if (!(this.
|
|
66780
|
+
if (!(this.g3k_1 === tmp0_other_with_cast.g3k_1))
|
|
66841
66781
|
return false;
|
|
66842
|
-
if (!(this.
|
|
66782
|
+
if (!(this.h3k_1 == tmp0_other_with_cast.h3k_1))
|
|
66843
66783
|
return false;
|
|
66844
66784
|
return true;
|
|
66845
66785
|
};
|
|
66846
66786
|
HttpClientResponseJS.$metadata$ = classMeta('HttpClientResponseJS');
|
|
66847
66787
|
Object.defineProperty(HttpClientResponseJS.prototype, 'statusCode', {
|
|
66848
66788
|
configurable: true,
|
|
66849
|
-
get: HttpClientResponseJS.prototype.
|
|
66789
|
+
get: HttpClientResponseJS.prototype.i3k
|
|
66850
66790
|
});
|
|
66851
66791
|
Object.defineProperty(HttpClientResponseJS.prototype, 'body', {
|
|
66852
66792
|
configurable: true,
|
|
@@ -66915,10 +66855,10 @@ function requireClientsdkClientcore () {
|
|
|
66915
66855
|
}
|
|
66916
66856
|
function CancelReasonJS(name, ordinal, reason) {
|
|
66917
66857
|
Enum.call(this, name, ordinal);
|
|
66918
|
-
this.
|
|
66858
|
+
this.n3k_1 = reason;
|
|
66919
66859
|
}
|
|
66920
66860
|
CancelReasonJS.prototype.x2b = function () {
|
|
66921
|
-
return this.
|
|
66861
|
+
return this.n3k_1;
|
|
66922
66862
|
};
|
|
66923
66863
|
CancelReasonJS.$metadata$ = classMeta('CancelReasonJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
66924
66864
|
Object.defineProperty(CancelReasonJS.prototype, 'reason', {
|
|
@@ -66934,60 +66874,60 @@ function requireClientsdkClientcore () {
|
|
|
66934
66874
|
get: CancelReasonJS.prototype.we
|
|
66935
66875
|
});
|
|
66936
66876
|
function RTCQualityJS(callQuality) {
|
|
66937
|
-
this.
|
|
66938
|
-
this.
|
|
66939
|
-
this.
|
|
66940
|
-
this.
|
|
66941
|
-
this.
|
|
66942
|
-
this.
|
|
66943
|
-
this.
|
|
66944
|
-
this.
|
|
66945
|
-
this.
|
|
66946
|
-
this.
|
|
66877
|
+
this.o3k_1 = callQuality;
|
|
66878
|
+
this.p3k_1 = this.o3k_1.a2y_1;
|
|
66879
|
+
this.q3k_1 = this.o3k_1.b2y_1;
|
|
66880
|
+
this.r3k_1 = this.o3k_1.c2y_1;
|
|
66881
|
+
this.s3k_1 = this.o3k_1.d2y_1;
|
|
66882
|
+
this.t3k_1 = this.o3k_1.e2y_1;
|
|
66883
|
+
this.u3k_1 = this.o3k_1.f2y_1;
|
|
66884
|
+
this.v3k_1 = this.o3k_1.g2y_1;
|
|
66885
|
+
this.w3k_1 = this.o3k_1.h2y_1;
|
|
66886
|
+
this.x3k_1 = this.o3k_1.i2y_1;
|
|
66947
66887
|
}
|
|
66948
|
-
RTCQualityJS.prototype.
|
|
66949
|
-
return this.
|
|
66888
|
+
RTCQualityJS.prototype.y3k = function () {
|
|
66889
|
+
return this.p3k_1;
|
|
66950
66890
|
};
|
|
66951
|
-
RTCQualityJS.prototype.
|
|
66952
|
-
return this.
|
|
66891
|
+
RTCQualityJS.prototype.z3k = function () {
|
|
66892
|
+
return this.q3k_1;
|
|
66953
66893
|
};
|
|
66954
|
-
RTCQualityJS.prototype.
|
|
66955
|
-
return this.
|
|
66894
|
+
RTCQualityJS.prototype.a3l = function () {
|
|
66895
|
+
return this.r3k_1;
|
|
66956
66896
|
};
|
|
66957
|
-
RTCQualityJS.prototype.
|
|
66958
|
-
return this.
|
|
66897
|
+
RTCQualityJS.prototype.b3l = function () {
|
|
66898
|
+
return this.s3k_1;
|
|
66959
66899
|
};
|
|
66960
|
-
RTCQualityJS.prototype.
|
|
66961
|
-
return this.
|
|
66900
|
+
RTCQualityJS.prototype.c3l = function () {
|
|
66901
|
+
return this.t3k_1;
|
|
66962
66902
|
};
|
|
66963
|
-
RTCQualityJS.prototype.
|
|
66964
|
-
return this.
|
|
66903
|
+
RTCQualityJS.prototype.d3l = function () {
|
|
66904
|
+
return this.u3k_1;
|
|
66965
66905
|
};
|
|
66966
|
-
RTCQualityJS.prototype.
|
|
66967
|
-
return this.
|
|
66906
|
+
RTCQualityJS.prototype.e3l = function () {
|
|
66907
|
+
return this.v3k_1;
|
|
66968
66908
|
};
|
|
66969
|
-
RTCQualityJS.prototype.
|
|
66970
|
-
return this.
|
|
66909
|
+
RTCQualityJS.prototype.f3l = function () {
|
|
66910
|
+
return this.w3k_1;
|
|
66971
66911
|
};
|
|
66972
|
-
RTCQualityJS.prototype.
|
|
66973
|
-
return this.
|
|
66912
|
+
RTCQualityJS.prototype.g3l = function () {
|
|
66913
|
+
return this.x3k_1;
|
|
66974
66914
|
};
|
|
66975
66915
|
RTCQualityJS.prototype.copy = function (callQuality) {
|
|
66976
|
-
return this.
|
|
66916
|
+
return this.h3l(callQuality === void 1 ? this.o3k_1 : callQuality);
|
|
66977
66917
|
};
|
|
66978
|
-
RTCQualityJS.prototype.
|
|
66918
|
+
RTCQualityJS.prototype.h3l = function (callQuality) {
|
|
66979
66919
|
return new RTCQualityJS(callQuality);
|
|
66980
66920
|
};
|
|
66981
|
-
RTCQualityJS.prototype.
|
|
66921
|
+
RTCQualityJS.prototype.i3l = function (callQuality, $mask0, $handler) {
|
|
66982
66922
|
if (!(($mask0 & 1) === 0))
|
|
66983
|
-
callQuality = this.
|
|
66984
|
-
return this.
|
|
66923
|
+
callQuality = this.o3k_1;
|
|
66924
|
+
return this.h3l(callQuality);
|
|
66985
66925
|
};
|
|
66986
66926
|
RTCQualityJS.prototype.toString = function () {
|
|
66987
|
-
return 'RTCQualityJS(callQuality=' + this.
|
|
66927
|
+
return 'RTCQualityJS(callQuality=' + this.o3k_1 + ')';
|
|
66988
66928
|
};
|
|
66989
66929
|
RTCQualityJS.prototype.hashCode = function () {
|
|
66990
|
-
return this.
|
|
66930
|
+
return this.o3k_1.hashCode();
|
|
66991
66931
|
};
|
|
66992
66932
|
RTCQualityJS.prototype.equals = function (other) {
|
|
66993
66933
|
if (this === other)
|
|
@@ -66995,162 +66935,162 @@ function requireClientsdkClientcore () {
|
|
|
66995
66935
|
if (!(other instanceof RTCQualityJS))
|
|
66996
66936
|
return false;
|
|
66997
66937
|
var tmp0_other_with_cast = other instanceof RTCQualityJS ? other : THROW_CCE();
|
|
66998
|
-
if (!this.
|
|
66938
|
+
if (!this.o3k_1.equals(tmp0_other_with_cast.o3k_1))
|
|
66999
66939
|
return false;
|
|
67000
66940
|
return true;
|
|
67001
66941
|
};
|
|
67002
66942
|
RTCQualityJS.$metadata$ = classMeta('RTCQualityJS');
|
|
67003
66943
|
Object.defineProperty(RTCQualityJS.prototype, 'mos_score', {
|
|
67004
66944
|
configurable: true,
|
|
67005
|
-
get: RTCQualityJS.prototype.
|
|
66945
|
+
get: RTCQualityJS.prototype.y3k
|
|
67006
66946
|
});
|
|
67007
66947
|
Object.defineProperty(RTCQualityJS.prototype, 'quality_percentage', {
|
|
67008
66948
|
configurable: true,
|
|
67009
|
-
get: RTCQualityJS.prototype.
|
|
66949
|
+
get: RTCQualityJS.prototype.z3k
|
|
67010
66950
|
});
|
|
67011
66951
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_min_var', {
|
|
67012
66952
|
configurable: true,
|
|
67013
|
-
get: RTCQualityJS.prototype.
|
|
66953
|
+
get: RTCQualityJS.prototype.a3l
|
|
67014
66954
|
});
|
|
67015
66955
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_max_var', {
|
|
67016
66956
|
configurable: true,
|
|
67017
|
-
get: RTCQualityJS.prototype.
|
|
66957
|
+
get: RTCQualityJS.prototype.b3l
|
|
67018
66958
|
});
|
|
67019
66959
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_loss_rate', {
|
|
67020
66960
|
configurable: true,
|
|
67021
|
-
get: RTCQualityJS.prototype.
|
|
66961
|
+
get: RTCQualityJS.prototype.c3l
|
|
67022
66962
|
});
|
|
67023
66963
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_burst_rate', {
|
|
67024
66964
|
configurable: true,
|
|
67025
|
-
get: RTCQualityJS.prototype.
|
|
66965
|
+
get: RTCQualityJS.prototype.d3l
|
|
67026
66966
|
});
|
|
67027
66967
|
Object.defineProperty(RTCQualityJS.prototype, 'flaw_total', {
|
|
67028
66968
|
configurable: true,
|
|
67029
|
-
get: RTCQualityJS.prototype.
|
|
66969
|
+
get: RTCQualityJS.prototype.e3l
|
|
67030
66970
|
});
|
|
67031
66971
|
Object.defineProperty(RTCQualityJS.prototype, 'packet_cnt', {
|
|
67032
66972
|
configurable: true,
|
|
67033
|
-
get: RTCQualityJS.prototype.
|
|
66973
|
+
get: RTCQualityJS.prototype.f3l
|
|
67034
66974
|
});
|
|
67035
66975
|
Object.defineProperty(RTCQualityJS.prototype, 'packet_loss_perc', {
|
|
67036
66976
|
configurable: true,
|
|
67037
|
-
get: RTCQualityJS.prototype.
|
|
66977
|
+
get: RTCQualityJS.prototype.g3l
|
|
67038
66978
|
});
|
|
67039
66979
|
function RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
67040
|
-
this.
|
|
67041
|
-
this.
|
|
67042
|
-
this.
|
|
67043
|
-
this.
|
|
67044
|
-
this.
|
|
67045
|
-
this.
|
|
67046
|
-
this.
|
|
67047
|
-
this.
|
|
67048
|
-
this.
|
|
67049
|
-
this.
|
|
66980
|
+
this.j3l_1 = audioRecvPackets;
|
|
66981
|
+
this.k3l_1 = audioRecvPacketsLost;
|
|
66982
|
+
this.l3l_1 = audioRecvBytes;
|
|
66983
|
+
this.m3l_1 = audioRecvJitter;
|
|
66984
|
+
this.n3l_1 = audioSentPackets;
|
|
66985
|
+
this.o3l_1 = audioSentBytes;
|
|
66986
|
+
this.p3l_1 = audioSentPacketsLost;
|
|
66987
|
+
this.q3l_1 = audioRtt;
|
|
66988
|
+
this.r3l_1 = audioSentJitter;
|
|
66989
|
+
this.s3l_1 = legId;
|
|
67050
66990
|
}
|
|
67051
|
-
RTCStatsJS.prototype.
|
|
67052
|
-
return this.
|
|
66991
|
+
RTCStatsJS.prototype.t3l = function () {
|
|
66992
|
+
return this.j3l_1;
|
|
67053
66993
|
};
|
|
67054
|
-
RTCStatsJS.prototype.
|
|
67055
|
-
return this.
|
|
66994
|
+
RTCStatsJS.prototype.u3l = function () {
|
|
66995
|
+
return this.k3l_1;
|
|
67056
66996
|
};
|
|
67057
|
-
RTCStatsJS.prototype.
|
|
67058
|
-
return this.
|
|
66997
|
+
RTCStatsJS.prototype.v3l = function () {
|
|
66998
|
+
return this.l3l_1;
|
|
67059
66999
|
};
|
|
67060
|
-
RTCStatsJS.prototype.
|
|
67061
|
-
return this.
|
|
67000
|
+
RTCStatsJS.prototype.w3l = function () {
|
|
67001
|
+
return this.m3l_1;
|
|
67062
67002
|
};
|
|
67063
|
-
RTCStatsJS.prototype.
|
|
67064
|
-
return this.
|
|
67003
|
+
RTCStatsJS.prototype.x3l = function () {
|
|
67004
|
+
return this.n3l_1;
|
|
67065
67005
|
};
|
|
67066
|
-
RTCStatsJS.prototype.
|
|
67067
|
-
return this.
|
|
67006
|
+
RTCStatsJS.prototype.y3l = function () {
|
|
67007
|
+
return this.o3l_1;
|
|
67068
67008
|
};
|
|
67069
|
-
RTCStatsJS.prototype.
|
|
67070
|
-
return this.
|
|
67009
|
+
RTCStatsJS.prototype.z3l = function () {
|
|
67010
|
+
return this.p3l_1;
|
|
67071
67011
|
};
|
|
67072
|
-
RTCStatsJS.prototype.
|
|
67073
|
-
return this.
|
|
67012
|
+
RTCStatsJS.prototype.a3m = function () {
|
|
67013
|
+
return this.q3l_1;
|
|
67074
67014
|
};
|
|
67075
|
-
RTCStatsJS.prototype.
|
|
67076
|
-
return this.
|
|
67015
|
+
RTCStatsJS.prototype.b3m = function () {
|
|
67016
|
+
return this.r3l_1;
|
|
67077
67017
|
};
|
|
67078
67018
|
RTCStatsJS.prototype.e1h = function () {
|
|
67079
|
-
return this.
|
|
67019
|
+
return this.s3l_1;
|
|
67080
67020
|
};
|
|
67081
67021
|
RTCStatsJS.prototype.component1 = function () {
|
|
67082
|
-
return this.
|
|
67022
|
+
return this.j3l_1;
|
|
67083
67023
|
};
|
|
67084
67024
|
RTCStatsJS.prototype.component2 = function () {
|
|
67085
|
-
return this.
|
|
67025
|
+
return this.k3l_1;
|
|
67086
67026
|
};
|
|
67087
67027
|
RTCStatsJS.prototype.component3 = function () {
|
|
67088
|
-
return this.
|
|
67028
|
+
return this.l3l_1;
|
|
67089
67029
|
};
|
|
67090
67030
|
RTCStatsJS.prototype.component4 = function () {
|
|
67091
|
-
return this.
|
|
67031
|
+
return this.m3l_1;
|
|
67092
67032
|
};
|
|
67093
67033
|
RTCStatsJS.prototype.component5 = function () {
|
|
67094
|
-
return this.
|
|
67034
|
+
return this.n3l_1;
|
|
67095
67035
|
};
|
|
67096
67036
|
RTCStatsJS.prototype.component6 = function () {
|
|
67097
|
-
return this.
|
|
67037
|
+
return this.o3l_1;
|
|
67098
67038
|
};
|
|
67099
67039
|
RTCStatsJS.prototype.component7 = function () {
|
|
67100
|
-
return this.
|
|
67040
|
+
return this.p3l_1;
|
|
67101
67041
|
};
|
|
67102
67042
|
RTCStatsJS.prototype.component8 = function () {
|
|
67103
|
-
return this.
|
|
67043
|
+
return this.q3l_1;
|
|
67104
67044
|
};
|
|
67105
67045
|
RTCStatsJS.prototype.component9 = function () {
|
|
67106
|
-
return this.
|
|
67046
|
+
return this.r3l_1;
|
|
67107
67047
|
};
|
|
67108
67048
|
RTCStatsJS.prototype.component10 = function () {
|
|
67109
|
-
return this.
|
|
67049
|
+
return this.s3l_1;
|
|
67110
67050
|
};
|
|
67111
67051
|
RTCStatsJS.prototype.copy = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
67112
|
-
return this.
|
|
67052
|
+
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);
|
|
67113
67053
|
};
|
|
67114
|
-
RTCStatsJS.prototype.
|
|
67054
|
+
RTCStatsJS.prototype.c3m = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
67115
67055
|
return new RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
|
|
67116
67056
|
};
|
|
67117
|
-
RTCStatsJS.prototype.
|
|
67057
|
+
RTCStatsJS.prototype.d3m = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId, $mask0, $handler) {
|
|
67118
67058
|
if (!(($mask0 & 1) === 0))
|
|
67119
|
-
audioRecvPackets = this.
|
|
67059
|
+
audioRecvPackets = this.j3l_1;
|
|
67120
67060
|
if (!(($mask0 & 2) === 0))
|
|
67121
|
-
audioRecvPacketsLost = this.
|
|
67061
|
+
audioRecvPacketsLost = this.k3l_1;
|
|
67122
67062
|
if (!(($mask0 & 4) === 0))
|
|
67123
|
-
audioRecvBytes = this.
|
|
67063
|
+
audioRecvBytes = this.l3l_1;
|
|
67124
67064
|
if (!(($mask0 & 8) === 0))
|
|
67125
|
-
audioRecvJitter = this.
|
|
67065
|
+
audioRecvJitter = this.m3l_1;
|
|
67126
67066
|
if (!(($mask0 & 16) === 0))
|
|
67127
|
-
audioSentPackets = this.
|
|
67067
|
+
audioSentPackets = this.n3l_1;
|
|
67128
67068
|
if (!(($mask0 & 32) === 0))
|
|
67129
|
-
audioSentBytes = this.
|
|
67069
|
+
audioSentBytes = this.o3l_1;
|
|
67130
67070
|
if (!(($mask0 & 64) === 0))
|
|
67131
|
-
audioSentPacketsLost = this.
|
|
67071
|
+
audioSentPacketsLost = this.p3l_1;
|
|
67132
67072
|
if (!(($mask0 & 128) === 0))
|
|
67133
|
-
audioRtt = this.
|
|
67073
|
+
audioRtt = this.q3l_1;
|
|
67134
67074
|
if (!(($mask0 & 256) === 0))
|
|
67135
|
-
audioSentJitter = this.
|
|
67075
|
+
audioSentJitter = this.r3l_1;
|
|
67136
67076
|
if (!(($mask0 & 512) === 0))
|
|
67137
|
-
legId = this.
|
|
67138
|
-
return this.
|
|
67077
|
+
legId = this.s3l_1;
|
|
67078
|
+
return this.c3m(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
|
|
67139
67079
|
};
|
|
67140
67080
|
RTCStatsJS.prototype.toString = function () {
|
|
67141
|
-
return 'RTCStatsJS(audioRecvPackets=' + toString(this.
|
|
67081
|
+
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 + ')';
|
|
67142
67082
|
};
|
|
67143
67083
|
RTCStatsJS.prototype.hashCode = function () {
|
|
67144
|
-
var result = this.
|
|
67145
|
-
result = imul(result, 31) + (this.
|
|
67146
|
-
result = imul(result, 31) + (this.
|
|
67147
|
-
result = imul(result, 31) + (this.
|
|
67148
|
-
result = imul(result, 31) + (this.
|
|
67149
|
-
result = imul(result, 31) + (this.
|
|
67150
|
-
result = imul(result, 31) + (this.
|
|
67151
|
-
result = imul(result, 31) + (this.
|
|
67152
|
-
result = imul(result, 31) + (this.
|
|
67153
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
67084
|
+
var result = this.j3l_1 == null ? 0 : hashCode(this.j3l_1);
|
|
67085
|
+
result = imul(result, 31) + (this.k3l_1 == null ? 0 : hashCode(this.k3l_1)) | 0;
|
|
67086
|
+
result = imul(result, 31) + (this.l3l_1 == null ? 0 : hashCode(this.l3l_1)) | 0;
|
|
67087
|
+
result = imul(result, 31) + (this.m3l_1 == null ? 0 : hashCode(this.m3l_1)) | 0;
|
|
67088
|
+
result = imul(result, 31) + (this.n3l_1 == null ? 0 : hashCode(this.n3l_1)) | 0;
|
|
67089
|
+
result = imul(result, 31) + (this.o3l_1 == null ? 0 : hashCode(this.o3l_1)) | 0;
|
|
67090
|
+
result = imul(result, 31) + (this.p3l_1 == null ? 0 : hashCode(this.p3l_1)) | 0;
|
|
67091
|
+
result = imul(result, 31) + (this.q3l_1 == null ? 0 : hashCode(this.q3l_1)) | 0;
|
|
67092
|
+
result = imul(result, 31) + (this.r3l_1 == null ? 0 : hashCode(this.r3l_1)) | 0;
|
|
67093
|
+
result = imul(result, 31) + getStringHashCode(this.s3l_1) | 0;
|
|
67154
67094
|
return result;
|
|
67155
67095
|
};
|
|
67156
67096
|
RTCStatsJS.prototype.equals = function (other) {
|
|
@@ -67159,64 +67099,64 @@ function requireClientsdkClientcore () {
|
|
|
67159
67099
|
if (!(other instanceof RTCStatsJS))
|
|
67160
67100
|
return false;
|
|
67161
67101
|
var tmp0_other_with_cast = other instanceof RTCStatsJS ? other : THROW_CCE();
|
|
67162
|
-
if (!equals(this.
|
|
67102
|
+
if (!equals(this.j3l_1, tmp0_other_with_cast.j3l_1))
|
|
67163
67103
|
return false;
|
|
67164
|
-
if (!equals(this.
|
|
67104
|
+
if (!equals(this.k3l_1, tmp0_other_with_cast.k3l_1))
|
|
67165
67105
|
return false;
|
|
67166
|
-
if (!equals(this.
|
|
67106
|
+
if (!equals(this.l3l_1, tmp0_other_with_cast.l3l_1))
|
|
67167
67107
|
return false;
|
|
67168
|
-
if (!equals(this.
|
|
67108
|
+
if (!equals(this.m3l_1, tmp0_other_with_cast.m3l_1))
|
|
67169
67109
|
return false;
|
|
67170
|
-
if (!equals(this.
|
|
67110
|
+
if (!equals(this.n3l_1, tmp0_other_with_cast.n3l_1))
|
|
67171
67111
|
return false;
|
|
67172
|
-
if (!equals(this.
|
|
67112
|
+
if (!equals(this.o3l_1, tmp0_other_with_cast.o3l_1))
|
|
67173
67113
|
return false;
|
|
67174
|
-
if (!equals(this.
|
|
67114
|
+
if (!equals(this.p3l_1, tmp0_other_with_cast.p3l_1))
|
|
67175
67115
|
return false;
|
|
67176
|
-
if (!equals(this.
|
|
67116
|
+
if (!equals(this.q3l_1, tmp0_other_with_cast.q3l_1))
|
|
67177
67117
|
return false;
|
|
67178
|
-
if (!equals(this.
|
|
67118
|
+
if (!equals(this.r3l_1, tmp0_other_with_cast.r3l_1))
|
|
67179
67119
|
return false;
|
|
67180
|
-
if (!(this.
|
|
67120
|
+
if (!(this.s3l_1 === tmp0_other_with_cast.s3l_1))
|
|
67181
67121
|
return false;
|
|
67182
67122
|
return true;
|
|
67183
67123
|
};
|
|
67184
67124
|
RTCStatsJS.$metadata$ = classMeta('RTCStatsJS');
|
|
67185
67125
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvPackets', {
|
|
67186
67126
|
configurable: true,
|
|
67187
|
-
get: RTCStatsJS.prototype.
|
|
67127
|
+
get: RTCStatsJS.prototype.t3l
|
|
67188
67128
|
});
|
|
67189
67129
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvPacketsLost', {
|
|
67190
67130
|
configurable: true,
|
|
67191
|
-
get: RTCStatsJS.prototype.
|
|
67131
|
+
get: RTCStatsJS.prototype.u3l
|
|
67192
67132
|
});
|
|
67193
67133
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvBytes', {
|
|
67194
67134
|
configurable: true,
|
|
67195
|
-
get: RTCStatsJS.prototype.
|
|
67135
|
+
get: RTCStatsJS.prototype.v3l
|
|
67196
67136
|
});
|
|
67197
67137
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvJitter', {
|
|
67198
67138
|
configurable: true,
|
|
67199
|
-
get: RTCStatsJS.prototype.
|
|
67139
|
+
get: RTCStatsJS.prototype.w3l
|
|
67200
67140
|
});
|
|
67201
67141
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentPackets', {
|
|
67202
67142
|
configurable: true,
|
|
67203
|
-
get: RTCStatsJS.prototype.
|
|
67143
|
+
get: RTCStatsJS.prototype.x3l
|
|
67204
67144
|
});
|
|
67205
67145
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentBytes', {
|
|
67206
67146
|
configurable: true,
|
|
67207
|
-
get: RTCStatsJS.prototype.
|
|
67147
|
+
get: RTCStatsJS.prototype.y3l
|
|
67208
67148
|
});
|
|
67209
67149
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentPacketsLost', {
|
|
67210
67150
|
configurable: true,
|
|
67211
|
-
get: RTCStatsJS.prototype.
|
|
67151
|
+
get: RTCStatsJS.prototype.z3l
|
|
67212
67152
|
});
|
|
67213
67153
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRtt', {
|
|
67214
67154
|
configurable: true,
|
|
67215
|
-
get: RTCStatsJS.prototype.
|
|
67155
|
+
get: RTCStatsJS.prototype.a3m
|
|
67216
67156
|
});
|
|
67217
67157
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentJitter', {
|
|
67218
67158
|
configurable: true,
|
|
67219
|
-
get: RTCStatsJS.prototype.
|
|
67159
|
+
get: RTCStatsJS.prototype.b3m
|
|
67220
67160
|
});
|
|
67221
67161
|
Object.defineProperty(RTCStatsJS.prototype, 'legId', {
|
|
67222
67162
|
configurable: true,
|
|
@@ -67258,7 +67198,7 @@ function requireClientsdkClientcore () {
|
|
|
67258
67198
|
// Inline function 'kotlin.contracts.contract' call
|
|
67259
67199
|
var tmp$ret$0;
|
|
67260
67200
|
// Inline function 'vonage.<no name provided>.request.<anonymous>.<anonymous>' call
|
|
67261
|
-
tmp$ret$0 = new HTTPClientResponse(response.
|
|
67201
|
+
tmp$ret$0 = new HTTPClientResponse(response.g3k_1, response.h3k_1);
|
|
67262
67202
|
tmp$ret$1 = tmp$ret$0;
|
|
67263
67203
|
tmp_0 = tmp$ret$1;
|
|
67264
67204
|
}
|
|
@@ -67270,7 +67210,7 @@ function requireClientsdkClientcore () {
|
|
|
67270
67210
|
};
|
|
67271
67211
|
}
|
|
67272
67212
|
function HttpClientJSAdapter$1($js) {
|
|
67273
|
-
this.
|
|
67213
|
+
this.e3m_1 = $js;
|
|
67274
67214
|
}
|
|
67275
67215
|
HttpClientJSAdapter$1.prototype.c2z = function (verb, url, headers, body, callback) {
|
|
67276
67216
|
var tmp = verb.toString();
|
|
@@ -67282,7 +67222,7 @@ function requireClientsdkClientcore () {
|
|
|
67282
67222
|
tmp$ret$0 = fromMap(JSON, headers);
|
|
67283
67223
|
tmp$ret$1 = tmp$ret$0;
|
|
67284
67224
|
var tmp_0 = tmp$ret$1;
|
|
67285
|
-
this.
|
|
67225
|
+
this.e3m_1.request(tmp, url, tmp_0, body, HttpClientJSAdapter$o$request$lambda(callback));
|
|
67286
67226
|
};
|
|
67287
67227
|
HttpClientJSAdapter$1.$metadata$ = classMeta(undefined, [HTTPClient]);
|
|
67288
67228
|
function SocketClientJSAdapter$o$emit$lambda($callback) {
|
|
@@ -67306,14 +67246,14 @@ function requireClientsdkClientcore () {
|
|
|
67306
67246
|
};
|
|
67307
67247
|
}
|
|
67308
67248
|
function SocketClientJSAdapter$adapter$1($js) {
|
|
67309
|
-
this.
|
|
67310
|
-
this.
|
|
67249
|
+
this.g3m_1 = $js;
|
|
67250
|
+
this.f3m_1 = null;
|
|
67311
67251
|
}
|
|
67312
67252
|
SocketClientJSAdapter$adapter$1.prototype.f2z = function (_set____db54di) {
|
|
67313
|
-
this.
|
|
67253
|
+
this.f3m_1 = _set____db54di;
|
|
67314
67254
|
};
|
|
67315
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
67316
|
-
return this.
|
|
67255
|
+
SocketClientJSAdapter$adapter$1.prototype.h3m = function () {
|
|
67256
|
+
return this.f3m_1;
|
|
67317
67257
|
};
|
|
67318
67258
|
SocketClientJSAdapter$adapter$1.prototype.g2z = function (type, msg, callback) {
|
|
67319
67259
|
var tmp0_safe_receiver = msg;
|
|
@@ -67331,26 +67271,26 @@ function requireClientsdkClientcore () {
|
|
|
67331
67271
|
tmp = tmp$ret$1;
|
|
67332
67272
|
}
|
|
67333
67273
|
var tmp_0 = tmp;
|
|
67334
|
-
this.
|
|
67274
|
+
this.g3m_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
|
|
67335
67275
|
};
|
|
67336
67276
|
SocketClientJSAdapter$adapter$1.prototype.h2z = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query) {
|
|
67337
|
-
this.
|
|
67277
|
+
this.g3m_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, query);
|
|
67338
67278
|
};
|
|
67339
67279
|
SocketClientJSAdapter$adapter$1.prototype.i2z = function () {
|
|
67340
|
-
this.
|
|
67280
|
+
this.g3m_1.disconnect();
|
|
67341
67281
|
};
|
|
67342
67282
|
SocketClientJSAdapter$adapter$1.prototype.j2z = function (token) {
|
|
67343
|
-
this.
|
|
67283
|
+
this.g3m_1.setConnectParamsSocketConfig(token);
|
|
67344
67284
|
};
|
|
67345
67285
|
SocketClientJSAdapter$adapter$1.prototype.k2z = function (milliseconds, callback) {
|
|
67346
|
-
this.
|
|
67286
|
+
this.g3m_1.startVerifyResponseTimer(milliseconds, callback);
|
|
67347
67287
|
};
|
|
67348
67288
|
SocketClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [SocketClient]);
|
|
67349
67289
|
function SocketClientJSAdapter$1($adapter) {
|
|
67350
|
-
this.
|
|
67290
|
+
this.i3m_1 = $adapter;
|
|
67351
67291
|
}
|
|
67352
67292
|
SocketClientJSAdapter$1.prototype.didReceiveNewSocketEvent = function (type, body) {
|
|
67353
|
-
var tmp0_safe_receiver = this.
|
|
67293
|
+
var tmp0_safe_receiver = this.i3m_1.f3m_1;
|
|
67354
67294
|
if (tmp0_safe_receiver == null)
|
|
67355
67295
|
null;
|
|
67356
67296
|
else {
|
|
@@ -67388,7 +67328,7 @@ function requireClientsdkClientcore () {
|
|
|
67388
67328
|
var tmp;
|
|
67389
67329
|
switch (tmp0_subject_0) {
|
|
67390
67330
|
case 'NXMCORE_REASON_SERVER_DISCONNECTED':
|
|
67391
|
-
var tmp1_safe_receiver_0 = this.
|
|
67331
|
+
var tmp1_safe_receiver_0 = this.i3m_1.f3m_1;
|
|
67392
67332
|
var tmp_0;
|
|
67393
67333
|
if (tmp1_safe_receiver_0 == null) {
|
|
67394
67334
|
tmp_0 = null;
|
|
@@ -67400,7 +67340,7 @@ function requireClientsdkClientcore () {
|
|
|
67400
67340
|
tmp = tmp_0;
|
|
67401
67341
|
break;
|
|
67402
67342
|
case 'NXMCORE_REASON_CLIENT_DISCONNECTED':
|
|
67403
|
-
var tmp2_safe_receiver = this.
|
|
67343
|
+
var tmp2_safe_receiver = this.i3m_1.f3m_1;
|
|
67404
67344
|
var tmp_1;
|
|
67405
67345
|
if (tmp2_safe_receiver == null) {
|
|
67406
67346
|
tmp_1 = null;
|
|
@@ -67412,7 +67352,7 @@ function requireClientsdkClientcore () {
|
|
|
67412
67352
|
tmp = tmp_1;
|
|
67413
67353
|
break;
|
|
67414
67354
|
case 'NXMCORE_CLIENT_NETWORK_ERROR':
|
|
67415
|
-
var tmp3_safe_receiver = this.
|
|
67355
|
+
var tmp3_safe_receiver = this.i3m_1.f3m_1;
|
|
67416
67356
|
var tmp_2;
|
|
67417
67357
|
if (tmp3_safe_receiver == null) {
|
|
67418
67358
|
tmp_2 = null;
|
|
@@ -67424,7 +67364,7 @@ function requireClientsdkClientcore () {
|
|
|
67424
67364
|
tmp = tmp_2;
|
|
67425
67365
|
break;
|
|
67426
67366
|
case 'NXMCORE_REASON_PING_TIMEOUT':
|
|
67427
|
-
var tmp4_safe_receiver = this.
|
|
67367
|
+
var tmp4_safe_receiver = this.i3m_1.f3m_1;
|
|
67428
67368
|
var tmp_3;
|
|
67429
67369
|
if (tmp4_safe_receiver == null) {
|
|
67430
67370
|
tmp_3 = null;
|
|
@@ -67436,7 +67376,7 @@ function requireClientsdkClientcore () {
|
|
|
67436
67376
|
tmp = tmp_3;
|
|
67437
67377
|
break;
|
|
67438
67378
|
default:
|
|
67439
|
-
var tmp5_safe_receiver = this.
|
|
67379
|
+
var tmp5_safe_receiver = this.i3m_1.f3m_1;
|
|
67440
67380
|
var tmp_4;
|
|
67441
67381
|
if (tmp5_safe_receiver == null) {
|
|
67442
67382
|
tmp_4 = null;
|
|
@@ -67454,43 +67394,43 @@ function requireClientsdkClientcore () {
|
|
|
67454
67394
|
};
|
|
67455
67395
|
SocketClientJSAdapter$1.$metadata$ = classMeta();
|
|
67456
67396
|
function MediaClientJSAdapter$adapter$1($js) {
|
|
67457
|
-
this.
|
|
67458
|
-
this.
|
|
67397
|
+
this.k3m_1 = $js;
|
|
67398
|
+
this.j3m_1 = null;
|
|
67459
67399
|
}
|
|
67460
67400
|
MediaClientJSAdapter$adapter$1.prototype.n2z = function (_set____db54di) {
|
|
67461
|
-
this.
|
|
67401
|
+
this.j3m_1 = _set____db54di;
|
|
67462
67402
|
};
|
|
67463
67403
|
MediaClientJSAdapter$adapter$1.prototype.o2z = function (closure) {
|
|
67464
|
-
this.
|
|
67404
|
+
this.k3m_1.enableMediaOutbound(closure);
|
|
67465
67405
|
};
|
|
67466
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
67467
|
-
this.
|
|
67406
|
+
MediaClientJSAdapter$adapter$1.prototype.l3m = function (closure, offerSDP, rtcId) {
|
|
67407
|
+
this.k3m_1.enableMediaInbound(closure, offerSDP, rtcId);
|
|
67468
67408
|
};
|
|
67469
67409
|
MediaClientJSAdapter$adapter$1.prototype.p2z = function (closure, offerSDP, rtcId) {
|
|
67470
|
-
return this.
|
|
67410
|
+
return this.l3m(closure, offerSDP, rtcId);
|
|
67471
67411
|
};
|
|
67472
67412
|
MediaClientJSAdapter$adapter$1.prototype.q2z = function (id, sdp) {
|
|
67473
|
-
this.
|
|
67413
|
+
this.k3m_1.processAnswer(id, sdp);
|
|
67474
67414
|
};
|
|
67475
67415
|
MediaClientJSAdapter$adapter$1.prototype.r2z = function (id) {
|
|
67476
|
-
this.
|
|
67416
|
+
this.k3m_1.disableMedia(id);
|
|
67477
67417
|
};
|
|
67478
67418
|
MediaClientJSAdapter$adapter$1.prototype.s2z = function (id) {
|
|
67479
|
-
this.
|
|
67419
|
+
this.k3m_1.mute(id);
|
|
67480
67420
|
};
|
|
67481
67421
|
MediaClientJSAdapter$adapter$1.prototype.t2z = function (id) {
|
|
67482
|
-
this.
|
|
67422
|
+
this.k3m_1.unmute(id);
|
|
67483
67423
|
};
|
|
67484
67424
|
MediaClientJSAdapter$adapter$1.prototype.u2z = function (interval, mediaId) {
|
|
67485
|
-
this.
|
|
67425
|
+
this.k3m_1.enableRtcStatsCollection(interval, mediaId);
|
|
67486
67426
|
};
|
|
67487
67427
|
MediaClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [MediaClient]);
|
|
67488
67428
|
function MediaClientJSAdapter$1($adapter) {
|
|
67489
|
-
this.
|
|
67429
|
+
this.m3m_1 = $adapter;
|
|
67490
67430
|
}
|
|
67491
67431
|
MediaClientJSAdapter$1.prototype.onRtcStats = function (rtcStats) {
|
|
67492
|
-
var stats = new RTCStats(rtcStats.
|
|
67493
|
-
var tmp0_safe_receiver = this.
|
|
67432
|
+
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);
|
|
67433
|
+
var tmp0_safe_receiver = this.m3m_1.j3m_1;
|
|
67494
67434
|
if (tmp0_safe_receiver == null)
|
|
67495
67435
|
null;
|
|
67496
67436
|
else {
|
|
@@ -67502,7 +67442,7 @@ function requireClientsdkClientcore () {
|
|
|
67502
67442
|
switch (tmp0_subject) {
|
|
67503
67443
|
case 'new':
|
|
67504
67444
|
case 'checking':
|
|
67505
|
-
var tmp1_safe_receiver = this.
|
|
67445
|
+
var tmp1_safe_receiver = this.m3m_1.j3m_1;
|
|
67506
67446
|
if (tmp1_safe_receiver == null)
|
|
67507
67447
|
null;
|
|
67508
67448
|
else {
|
|
@@ -67512,7 +67452,7 @@ function requireClientsdkClientcore () {
|
|
|
67512
67452
|
;
|
|
67513
67453
|
break;
|
|
67514
67454
|
case 'connecting':
|
|
67515
|
-
var tmp2_safe_receiver = this.
|
|
67455
|
+
var tmp2_safe_receiver = this.m3m_1.j3m_1;
|
|
67516
67456
|
if (tmp2_safe_receiver == null)
|
|
67517
67457
|
null;
|
|
67518
67458
|
else {
|
|
@@ -67522,7 +67462,7 @@ function requireClientsdkClientcore () {
|
|
|
67522
67462
|
;
|
|
67523
67463
|
break;
|
|
67524
67464
|
case 'connected':
|
|
67525
|
-
var tmp3_safe_receiver = this.
|
|
67465
|
+
var tmp3_safe_receiver = this.m3m_1.j3m_1;
|
|
67526
67466
|
if (tmp3_safe_receiver == null)
|
|
67527
67467
|
null;
|
|
67528
67468
|
else {
|
|
@@ -67532,7 +67472,7 @@ function requireClientsdkClientcore () {
|
|
|
67532
67472
|
;
|
|
67533
67473
|
break;
|
|
67534
67474
|
case 'disconnected':
|
|
67535
|
-
var tmp4_safe_receiver = this.
|
|
67475
|
+
var tmp4_safe_receiver = this.m3m_1.j3m_1;
|
|
67536
67476
|
if (tmp4_safe_receiver == null)
|
|
67537
67477
|
null;
|
|
67538
67478
|
else {
|
|
@@ -67542,7 +67482,7 @@ function requireClientsdkClientcore () {
|
|
|
67542
67482
|
;
|
|
67543
67483
|
break;
|
|
67544
67484
|
case 'closed':
|
|
67545
|
-
var tmp5_safe_receiver = this.
|
|
67485
|
+
var tmp5_safe_receiver = this.m3m_1.j3m_1;
|
|
67546
67486
|
if (tmp5_safe_receiver == null)
|
|
67547
67487
|
null;
|
|
67548
67488
|
else {
|
|
@@ -67552,7 +67492,7 @@ function requireClientsdkClientcore () {
|
|
|
67552
67492
|
;
|
|
67553
67493
|
break;
|
|
67554
67494
|
case 'failed':
|
|
67555
|
-
var tmp6_safe_receiver = this.
|
|
67495
|
+
var tmp6_safe_receiver = this.m3m_1.j3m_1;
|
|
67556
67496
|
if (tmp6_safe_receiver == null)
|
|
67557
67497
|
null;
|
|
67558
67498
|
else {
|
|
@@ -67562,7 +67502,7 @@ function requireClientsdkClientcore () {
|
|
|
67562
67502
|
;
|
|
67563
67503
|
break;
|
|
67564
67504
|
default:
|
|
67565
|
-
var tmp7_safe_receiver = this.
|
|
67505
|
+
var tmp7_safe_receiver = this.m3m_1.j3m_1;
|
|
67566
67506
|
if (tmp7_safe_receiver == null)
|
|
67567
67507
|
null;
|
|
67568
67508
|
else {
|
|
@@ -67716,8 +67656,8 @@ function requireClientsdkClientcore () {
|
|
|
67716
67656
|
}
|
|
67717
67657
|
function Companion_2() {
|
|
67718
67658
|
Companion_instance_2 = this;
|
|
67719
|
-
this.
|
|
67720
|
-
this.
|
|
67659
|
+
this.n3m_1 = 'ChatEvents';
|
|
67660
|
+
this.o3m_1 = 1;
|
|
67721
67661
|
}
|
|
67722
67662
|
Companion_2.$metadata$ = objectMeta('Companion');
|
|
67723
67663
|
var Companion_instance_2;
|
|
@@ -67782,7 +67722,6 @@ function requireClientsdkClientcore () {
|
|
|
67782
67722
|
$vonage.MemberInvitedEventJS = MemberInvitedEventJS;
|
|
67783
67723
|
$vonage.MemberJoinedEventJS = MemberJoinedEventJS;
|
|
67784
67724
|
$vonage.MemberLeftEventJS = MemberLeftEventJS;
|
|
67785
|
-
$vonage.UnknownEventJS = UnknownEventJS;
|
|
67786
67725
|
var $vonage = _.vonage || (_.vonage = {});
|
|
67787
67726
|
$vonage.TextMessageEventJS = TextMessageEventJS;
|
|
67788
67727
|
$vonage.TextMessageEventJS.Body = Body;
|
|
@@ -68652,9 +68591,6 @@ function createConversationEvent(event) {
|
|
|
68652
68591
|
if (event instanceof clientsdkClientcore_jsExports.vonage.MemberLeftEventJS) {
|
|
68653
68592
|
return Object.assign(event, { kind: 'member:left' });
|
|
68654
68593
|
}
|
|
68655
|
-
if (event instanceof clientsdkClientcore_jsExports.vonage.UnknownEventJS) {
|
|
68656
|
-
return Object.assign(event, { kind: 'unknown' });
|
|
68657
|
-
}
|
|
68658
68594
|
if (event instanceof clientsdkClientcore_jsExports.vonage.TextMessageEventJS) {
|
|
68659
68595
|
return Object.assign(event, { kind: 'message:text' });
|
|
68660
68596
|
}
|
|
@@ -68975,7 +68911,6 @@ class VonageClient extends clientsdkClientcore_jsExports.vonage.CombinedClientJS
|
|
|
68975
68911
|
const eventsPage = yield _super.getConversationEvents.call(this, id, order || null, pageSize || null, cursor || null, eventFilter);
|
|
68976
68912
|
// Convert the events to the correct type,
|
|
68977
68913
|
// ? Maybe a better way to do this with KSP
|
|
68978
|
-
// TODO: Decide how to handle UnknownEventJS events
|
|
68979
68914
|
const events = eventsPage.events.map(createConversationEvent);
|
|
68980
68915
|
return {
|
|
68981
68916
|
events,
|