@vonage/client-sdk 1.1.2-rc.0 → 1.1.2-rc.1
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 +10 -10
- package/dist/client/index.mjs +10 -10
- package/dist/vonageClientSDK.js +10 -10
- package/dist/vonageClientSDK.min.js +1 -1
- package/dist/vonageClientSDK.min.mjs +1 -1
- package/dist/vonageClientSDK.mjs +10 -10
- package/package.json +1 -1
package/dist/client/index.cjs
CHANGED
|
@@ -20049,13 +20049,9 @@ function requireClientsdkClientcore () {
|
|
|
20049
20049
|
setMetadataFor(AuthorizationError, 'AuthorizationError', classMeta, SessionConnectError);
|
|
20050
20050
|
setMetadataFor(SessionExpiredTokenError, 'SessionExpiredTokenError', classMeta, SessionConnectError);
|
|
20051
20051
|
setMetadataFor(SessionMaxOpenSessions, 'SessionMaxOpenSessions', classMeta, SessionConnectError);
|
|
20052
|
-
function
|
|
20053
|
-
}
|
|
20054
|
-
function onRTCTransfer(conversationId, legId) {
|
|
20055
|
-
}
|
|
20056
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
20052
|
+
function onConversationEvent(event) {
|
|
20057
20053
|
}
|
|
20058
|
-
setMetadataFor(
|
|
20054
|
+
setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
|
|
20059
20055
|
function onAudioSay() {
|
|
20060
20056
|
}
|
|
20061
20057
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -20065,10 +20061,14 @@ function requireClientsdkClientcore () {
|
|
|
20065
20061
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
20066
20062
|
}
|
|
20067
20063
|
setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
|
|
20068
|
-
function
|
|
20064
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
20069
20065
|
}
|
|
20070
|
-
|
|
20071
|
-
|
|
20066
|
+
function onRTCTransfer(conversationId, legId) {
|
|
20067
|
+
}
|
|
20068
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
20069
|
+
}
|
|
20070
|
+
setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
|
|
20071
|
+
setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
20072
20072
|
setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
|
|
20073
20073
|
setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
|
|
20074
20074
|
setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
|
|
@@ -20153,7 +20153,7 @@ function requireClientsdkClientcore () {
|
|
|
20153
20153
|
setMetadataFor(VoiceInviteCancelReason, 'VoiceInviteCancelReason', classMeta, Enum);
|
|
20154
20154
|
setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
|
|
20155
20155
|
setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
|
|
20156
|
-
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [
|
|
20156
|
+
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
20157
20157
|
setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
|
|
20158
20158
|
setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
|
|
20159
20159
|
setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
|
package/dist/client/index.mjs
CHANGED
|
@@ -20025,13 +20025,9 @@ function requireClientsdkClientcore () {
|
|
|
20025
20025
|
setMetadataFor(AuthorizationError, 'AuthorizationError', classMeta, SessionConnectError);
|
|
20026
20026
|
setMetadataFor(SessionExpiredTokenError, 'SessionExpiredTokenError', classMeta, SessionConnectError);
|
|
20027
20027
|
setMetadataFor(SessionMaxOpenSessions, 'SessionMaxOpenSessions', classMeta, SessionConnectError);
|
|
20028
|
-
function
|
|
20029
|
-
}
|
|
20030
|
-
function onRTCTransfer(conversationId, legId) {
|
|
20031
|
-
}
|
|
20032
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
20028
|
+
function onConversationEvent(event) {
|
|
20033
20029
|
}
|
|
20034
|
-
setMetadataFor(
|
|
20030
|
+
setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
|
|
20035
20031
|
function onAudioSay() {
|
|
20036
20032
|
}
|
|
20037
20033
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -20041,10 +20037,14 @@ function requireClientsdkClientcore () {
|
|
|
20041
20037
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
20042
20038
|
}
|
|
20043
20039
|
setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
|
|
20044
|
-
function
|
|
20040
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
20045
20041
|
}
|
|
20046
|
-
|
|
20047
|
-
|
|
20042
|
+
function onRTCTransfer(conversationId, legId) {
|
|
20043
|
+
}
|
|
20044
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
20045
|
+
}
|
|
20046
|
+
setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
|
|
20047
|
+
setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
20048
20048
|
setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
|
|
20049
20049
|
setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
|
|
20050
20050
|
setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
|
|
@@ -20129,7 +20129,7 @@ function requireClientsdkClientcore () {
|
|
|
20129
20129
|
setMetadataFor(VoiceInviteCancelReason, 'VoiceInviteCancelReason', classMeta, Enum);
|
|
20130
20130
|
setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
|
|
20131
20131
|
setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
|
|
20132
|
-
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [
|
|
20132
|
+
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
20133
20133
|
setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
|
|
20134
20134
|
setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
|
|
20135
20135
|
setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
|
package/dist/vonageClientSDK.js
CHANGED
|
@@ -19614,13 +19614,9 @@
|
|
|
19614
19614
|
setMetadataFor(AuthorizationError, 'AuthorizationError', classMeta, SessionConnectError);
|
|
19615
19615
|
setMetadataFor(SessionExpiredTokenError, 'SessionExpiredTokenError', classMeta, SessionConnectError);
|
|
19616
19616
|
setMetadataFor(SessionMaxOpenSessions, 'SessionMaxOpenSessions', classMeta, SessionConnectError);
|
|
19617
|
-
function
|
|
19618
|
-
}
|
|
19619
|
-
function onRTCTransfer(conversationId, legId) {
|
|
19620
|
-
}
|
|
19621
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
19617
|
+
function onConversationEvent(event) {
|
|
19622
19618
|
}
|
|
19623
|
-
setMetadataFor(
|
|
19619
|
+
setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
|
|
19624
19620
|
function onAudioSay() {
|
|
19625
19621
|
}
|
|
19626
19622
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -19630,10 +19626,14 @@
|
|
|
19630
19626
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
19631
19627
|
}
|
|
19632
19628
|
setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
|
|
19633
|
-
function
|
|
19629
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
19634
19630
|
}
|
|
19635
|
-
|
|
19636
|
-
|
|
19631
|
+
function onRTCTransfer(conversationId, legId) {
|
|
19632
|
+
}
|
|
19633
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
19634
|
+
}
|
|
19635
|
+
setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
|
|
19636
|
+
setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
19637
19637
|
setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
|
|
19638
19638
|
setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
|
|
19639
19639
|
setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
|
|
@@ -19706,7 +19706,7 @@
|
|
|
19706
19706
|
setMetadataFor(VoiceInviteCancelReason, 'VoiceInviteCancelReason', classMeta, Enum);
|
|
19707
19707
|
setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
|
|
19708
19708
|
setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
|
|
19709
|
-
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [
|
|
19709
|
+
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
19710
19710
|
setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
|
|
19711
19711
|
setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
|
|
19712
19712
|
setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
|