@vonage/client-sdk 1.1.2-alpha.2 → 1.1.2-rc.0
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/vonageClientSDK.mjs
CHANGED
|
@@ -19608,9 +19608,6 @@ function requireClientsdkClientcore () {
|
|
|
19608
19608
|
setMetadataFor(AuthorizationError, 'AuthorizationError', classMeta, SessionConnectError);
|
|
19609
19609
|
setMetadataFor(SessionExpiredTokenError, 'SessionExpiredTokenError', classMeta, SessionConnectError);
|
|
19610
19610
|
setMetadataFor(SessionMaxOpenSessions, 'SessionMaxOpenSessions', classMeta, SessionConnectError);
|
|
19611
|
-
function onConversationEvent(event) {
|
|
19612
|
-
}
|
|
19613
|
-
setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
|
|
19614
19611
|
function onRTCHangup(conversationId, legId, hangup) {
|
|
19615
19612
|
}
|
|
19616
19613
|
function onRTCTransfer(conversationId, legId) {
|
|
@@ -19627,7 +19624,10 @@ function requireClientsdkClientcore () {
|
|
|
19627
19624
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
19628
19625
|
}
|
|
19629
19626
|
setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
|
|
19630
|
-
|
|
19627
|
+
function onConversationEvent(event) {
|
|
19628
|
+
}
|
|
19629
|
+
setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
|
|
19630
|
+
setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
19631
19631
|
setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
|
|
19632
19632
|
setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
|
|
19633
19633
|
setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
|
|
@@ -19700,7 +19700,7 @@ function requireClientsdkClientcore () {
|
|
|
19700
19700
|
setMetadataFor(VoiceInviteCancelReason, 'VoiceInviteCancelReason', classMeta, Enum);
|
|
19701
19701
|
setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
|
|
19702
19702
|
setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
|
|
19703
|
-
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [
|
|
19703
|
+
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
19704
19704
|
setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
|
|
19705
19705
|
setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
|
|
19706
19706
|
setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
|
|
@@ -19840,7 +19840,7 @@ function requireClientsdkClientcore () {
|
|
|
19840
19840
|
//endregion
|
|
19841
19841
|
function BuildKonfig() {
|
|
19842
19842
|
BuildKonfig_instance = this;
|
|
19843
|
-
this.f18_1 = '
|
|
19843
|
+
this.f18_1 = '0.22.0';
|
|
19844
19844
|
}
|
|
19845
19845
|
var BuildKonfig_instance;
|
|
19846
19846
|
function BuildKonfig_getInstance() {
|