@vonage/client-sdk 2.0.1-rc.1 → 2.0.1-rc.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 +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
|
@@ -33509,13 +33509,6 @@ function requireClientsdkClientcore () {
|
|
|
33509
33509
|
function onConversationEvent(event) {
|
|
33510
33510
|
}
|
|
33511
33511
|
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33512
|
-
function onRTCHangup(conversationId, legId, hangup) {
|
|
33513
|
-
}
|
|
33514
|
-
function onRTCTransfer(conversationId, legId) {
|
|
33515
|
-
}
|
|
33516
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33517
|
-
}
|
|
33518
|
-
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33519
33512
|
function onAudioSay() {
|
|
33520
33513
|
}
|
|
33521
33514
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33525,7 +33518,14 @@ function requireClientsdkClientcore () {
|
|
|
33525
33518
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33526
33519
|
}
|
|
33527
33520
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
33528
|
-
|
|
33521
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
33522
|
+
}
|
|
33523
|
+
function onRTCTransfer(conversationId, legId) {
|
|
33524
|
+
}
|
|
33525
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33526
|
+
}
|
|
33527
|
+
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33528
|
+
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
33529
33529
|
initMetadataForClass(ChatAPIImpl, 'ChatAPIImpl', VOID, VOID, [ChatAPI]);
|
|
33530
33530
|
initMetadataForClass(LoggingLevel, 'LoggingLevel', VOID, Enum);
|
|
33531
33531
|
initMetadataForObject(DefaultConfig, 'DefaultConfig');
|
|
@@ -33678,7 +33678,7 @@ function requireClientsdkClientcore () {
|
|
|
33678
33678
|
initMetadataForClass(HangupReason, 'HangupReason', VOID, Enum);
|
|
33679
33679
|
initMetadataForClass(LegStatus, 'LegStatus', VOID, Enum);
|
|
33680
33680
|
initMetadataForClass(CallDisconnectReason, 'CallDisconnectReason', VOID, Enum);
|
|
33681
|
-
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener,
|
|
33681
|
+
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
33682
33682
|
initMetadataForClass(VoiceAPIImpl, 'VoiceAPIImpl');
|
|
33683
33683
|
initMetadataForInterface(CallEvent, 'CallEvent');
|
|
33684
33684
|
initMetadataForClass(SetupOutboundCall, 'SetupOutboundCall', VOID, VOID, [CallEvent]);
|
|
@@ -33897,7 +33897,7 @@ function requireClientsdkClientcore () {
|
|
|
33897
33897
|
initMetadataForClass(Failed, 'Failed', VOID, StateTransition);
|
|
33898
33898
|
//endregion
|
|
33899
33899
|
function BuildKonfig() {
|
|
33900
|
-
this.u1d_1 = '2.0.1-rc.
|
|
33900
|
+
this.u1d_1 = '2.0.1-rc.2';
|
|
33901
33901
|
}
|
|
33902
33902
|
var BuildKonfig_instance;
|
|
33903
33903
|
function BuildKonfig_getInstance() {
|
package/dist/client/index.mjs
CHANGED
|
@@ -33485,13 +33485,6 @@ function requireClientsdkClientcore () {
|
|
|
33485
33485
|
function onConversationEvent(event) {
|
|
33486
33486
|
}
|
|
33487
33487
|
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33488
|
-
function onRTCHangup(conversationId, legId, hangup) {
|
|
33489
|
-
}
|
|
33490
|
-
function onRTCTransfer(conversationId, legId) {
|
|
33491
|
-
}
|
|
33492
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33493
|
-
}
|
|
33494
|
-
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33495
33488
|
function onAudioSay() {
|
|
33496
33489
|
}
|
|
33497
33490
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33501,7 +33494,14 @@ function requireClientsdkClientcore () {
|
|
|
33501
33494
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33502
33495
|
}
|
|
33503
33496
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
33504
|
-
|
|
33497
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
33498
|
+
}
|
|
33499
|
+
function onRTCTransfer(conversationId, legId) {
|
|
33500
|
+
}
|
|
33501
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33502
|
+
}
|
|
33503
|
+
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33504
|
+
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
33505
33505
|
initMetadataForClass(ChatAPIImpl, 'ChatAPIImpl', VOID, VOID, [ChatAPI]);
|
|
33506
33506
|
initMetadataForClass(LoggingLevel, 'LoggingLevel', VOID, Enum);
|
|
33507
33507
|
initMetadataForObject(DefaultConfig, 'DefaultConfig');
|
|
@@ -33654,7 +33654,7 @@ function requireClientsdkClientcore () {
|
|
|
33654
33654
|
initMetadataForClass(HangupReason, 'HangupReason', VOID, Enum);
|
|
33655
33655
|
initMetadataForClass(LegStatus, 'LegStatus', VOID, Enum);
|
|
33656
33656
|
initMetadataForClass(CallDisconnectReason, 'CallDisconnectReason', VOID, Enum);
|
|
33657
|
-
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener,
|
|
33657
|
+
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
33658
33658
|
initMetadataForClass(VoiceAPIImpl, 'VoiceAPIImpl');
|
|
33659
33659
|
initMetadataForInterface(CallEvent, 'CallEvent');
|
|
33660
33660
|
initMetadataForClass(SetupOutboundCall, 'SetupOutboundCall', VOID, VOID, [CallEvent]);
|
|
@@ -33873,7 +33873,7 @@ function requireClientsdkClientcore () {
|
|
|
33873
33873
|
initMetadataForClass(Failed, 'Failed', VOID, StateTransition);
|
|
33874
33874
|
//endregion
|
|
33875
33875
|
function BuildKonfig() {
|
|
33876
|
-
this.u1d_1 = '2.0.1-rc.
|
|
33876
|
+
this.u1d_1 = '2.0.1-rc.2';
|
|
33877
33877
|
}
|
|
33878
33878
|
var BuildKonfig_instance;
|
|
33879
33879
|
function BuildKonfig_getInstance() {
|
package/dist/vonageClientSDK.js
CHANGED
|
@@ -33020,13 +33020,6 @@
|
|
|
33020
33020
|
function onConversationEvent(event) {
|
|
33021
33021
|
}
|
|
33022
33022
|
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33023
|
-
function onRTCHangup(conversationId, legId, hangup) {
|
|
33024
|
-
}
|
|
33025
|
-
function onRTCTransfer(conversationId, legId) {
|
|
33026
|
-
}
|
|
33027
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33028
|
-
}
|
|
33029
|
-
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33030
33023
|
function onAudioSay() {
|
|
33031
33024
|
}
|
|
33032
33025
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33036,7 +33029,14 @@
|
|
|
33036
33029
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33037
33030
|
}
|
|
33038
33031
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
33039
|
-
|
|
33032
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
33033
|
+
}
|
|
33034
|
+
function onRTCTransfer(conversationId, legId) {
|
|
33035
|
+
}
|
|
33036
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33037
|
+
}
|
|
33038
|
+
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33039
|
+
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
33040
33040
|
initMetadataForClass(ChatAPIImpl, 'ChatAPIImpl', VOID, VOID, [ChatAPI]);
|
|
33041
33041
|
initMetadataForClass(LoggingLevel, 'LoggingLevel', VOID, Enum);
|
|
33042
33042
|
initMetadataForObject(DefaultConfig, 'DefaultConfig');
|
|
@@ -33167,7 +33167,7 @@
|
|
|
33167
33167
|
initMetadataForClass(HangupReason, 'HangupReason', VOID, Enum);
|
|
33168
33168
|
initMetadataForClass(LegStatus, 'LegStatus', VOID, Enum);
|
|
33169
33169
|
initMetadataForClass(CallDisconnectReason, 'CallDisconnectReason', VOID, Enum);
|
|
33170
|
-
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener,
|
|
33170
|
+
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
33171
33171
|
initMetadataForClass(VoiceAPIImpl, 'VoiceAPIImpl');
|
|
33172
33172
|
initMetadataForInterface(CallEvent, 'CallEvent');
|
|
33173
33173
|
initMetadataForClass(SetupOutboundCall, 'SetupOutboundCall', VOID, VOID, [CallEvent]);
|
|
@@ -33386,7 +33386,7 @@
|
|
|
33386
33386
|
initMetadataForClass(Failed, 'Failed', VOID, StateTransition);
|
|
33387
33387
|
//endregion
|
|
33388
33388
|
function BuildKonfig() {
|
|
33389
|
-
this.u1d_1 = '2.0.1-rc.
|
|
33389
|
+
this.u1d_1 = '2.0.1-rc.2';
|
|
33390
33390
|
}
|
|
33391
33391
|
var BuildKonfig_instance;
|
|
33392
33392
|
function CoreClientWithMedia() {
|