@vonage/client-sdk 1.1.3 → 1.1.4
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
|
@@ -19581,13 +19581,6 @@ function requireClientsdkClientcore () {
|
|
|
19581
19581
|
setMetadataFor(AuthorizationError, 'AuthorizationError', classMeta, SessionConnectError);
|
|
19582
19582
|
setMetadataFor(SessionExpiredTokenError, 'SessionExpiredTokenError', classMeta, SessionConnectError);
|
|
19583
19583
|
setMetadataFor(SessionMaxOpenSessions, 'SessionMaxOpenSessions', classMeta, SessionConnectError);
|
|
19584
|
-
function onRTCHangup(conversationId, legId, hangup) {
|
|
19585
|
-
}
|
|
19586
|
-
function onRTCTransfer(conversationId, legId) {
|
|
19587
|
-
}
|
|
19588
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
19589
|
-
}
|
|
19590
|
-
setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
|
|
19591
19584
|
function onAudioSay() {
|
|
19592
19585
|
}
|
|
19593
19586
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -19600,7 +19593,14 @@ function requireClientsdkClientcore () {
|
|
|
19600
19593
|
function onConversationEvent(event) {
|
|
19601
19594
|
}
|
|
19602
19595
|
setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
|
|
19603
|
-
|
|
19596
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
19597
|
+
}
|
|
19598
|
+
function onRTCTransfer(conversationId, legId) {
|
|
19599
|
+
}
|
|
19600
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
19601
|
+
}
|
|
19602
|
+
setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
|
|
19603
|
+
setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, ConversationEventListener, RTCEventListener]);
|
|
19604
19604
|
setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
|
|
19605
19605
|
setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
|
|
19606
19606
|
setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
|
|
@@ -19674,7 +19674,7 @@ function requireClientsdkClientcore () {
|
|
|
19674
19674
|
setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
|
|
19675
19675
|
setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
|
|
19676
19676
|
setMetadataFor(CallDisconnectReason, 'CallDisconnectReason', classMeta, Enum);
|
|
19677
|
-
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [
|
|
19677
|
+
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, ConversationEventListener, RTCEventListener]);
|
|
19678
19678
|
setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
|
|
19679
19679
|
setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
|
|
19680
19680
|
setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
|