@vonage/client-sdk 1.4.0-alpha.1 → 1.4.0-alpha.2
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 +11 -11
- package/dist/client/index.mjs +11 -11
- package/dist/vonageClientSDK.js +11 -11
- package/dist/vonageClientSDK.min.js +1 -1
- package/dist/vonageClientSDK.min.mjs +1 -1
- package/dist/vonageClientSDK.mjs +11 -11
- package/package.json +1 -1
package/dist/vonageClientSDK.mjs
CHANGED
|
@@ -19587,9 +19587,13 @@ function requireClientsdkClientcore () {
|
|
|
19587
19587
|
setMetadataFor(Companion_121, 'Companion', objectMeta);
|
|
19588
19588
|
setMetadataFor($serializer_143, '$serializer', objectMeta, VOID, [GeneratedSerializer]);
|
|
19589
19589
|
setMetadataFor(SessionTerminatedEvent, 'SessionTerminatedEvent', classMeta, VOID, [SocketEvent], VOID, {0: $serializer_getInstance_143});
|
|
19590
|
-
function
|
|
19590
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
19591
19591
|
}
|
|
19592
|
-
|
|
19592
|
+
function onRTCTransfer(conversationId, legId) {
|
|
19593
|
+
}
|
|
19594
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
19595
|
+
}
|
|
19596
|
+
setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
|
|
19593
19597
|
function onAudioSay() {
|
|
19594
19598
|
}
|
|
19595
19599
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -19599,14 +19603,10 @@ function requireClientsdkClientcore () {
|
|
|
19599
19603
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
19600
19604
|
}
|
|
19601
19605
|
setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
|
|
19602
|
-
function
|
|
19603
|
-
}
|
|
19604
|
-
function onRTCTransfer(conversationId, legId) {
|
|
19605
|
-
}
|
|
19606
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
19606
|
+
function onConversationEvent(event) {
|
|
19607
19607
|
}
|
|
19608
|
-
setMetadataFor(
|
|
19609
|
-
setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [
|
|
19608
|
+
setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
|
|
19609
|
+
setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
19610
19610
|
setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
|
|
19611
19611
|
setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
|
|
19612
19612
|
setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
|
|
@@ -19715,7 +19715,7 @@ function requireClientsdkClientcore () {
|
|
|
19715
19715
|
setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
|
|
19716
19716
|
setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
|
|
19717
19717
|
setMetadataFor(CallDisconnectReason, 'CallDisconnectReason', classMeta, Enum);
|
|
19718
|
-
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [
|
|
19718
|
+
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
19719
19719
|
setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
|
|
19720
19720
|
setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
|
|
19721
19721
|
setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
|
|
@@ -19930,7 +19930,7 @@ function requireClientsdkClientcore () {
|
|
|
19930
19930
|
//endregion
|
|
19931
19931
|
function BuildKonfig() {
|
|
19932
19932
|
BuildKonfig_instance = this;
|
|
19933
|
-
this.t17_1 = '1.4.0-alpha.
|
|
19933
|
+
this.t17_1 = '1.4.0-alpha.2';
|
|
19934
19934
|
}
|
|
19935
19935
|
var BuildKonfig_instance;
|
|
19936
19936
|
function BuildKonfig_getInstance() {
|