@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/vonageClientSDK.mjs
CHANGED
|
@@ -33014,13 +33014,6 @@ function requireClientsdkClientcore () {
|
|
|
33014
33014
|
function onConversationEvent(event) {
|
|
33015
33015
|
}
|
|
33016
33016
|
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33017
|
-
function onRTCHangup(conversationId, legId, hangup) {
|
|
33018
|
-
}
|
|
33019
|
-
function onRTCTransfer(conversationId, legId) {
|
|
33020
|
-
}
|
|
33021
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33022
|
-
}
|
|
33023
|
-
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33024
33017
|
function onAudioSay() {
|
|
33025
33018
|
}
|
|
33026
33019
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33030,7 +33023,14 @@ function requireClientsdkClientcore () {
|
|
|
33030
33023
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33031
33024
|
}
|
|
33032
33025
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
33033
|
-
|
|
33026
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
33027
|
+
}
|
|
33028
|
+
function onRTCTransfer(conversationId, legId) {
|
|
33029
|
+
}
|
|
33030
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33031
|
+
}
|
|
33032
|
+
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33033
|
+
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
33034
33034
|
initMetadataForClass(ChatAPIImpl, 'ChatAPIImpl', VOID, VOID, [ChatAPI]);
|
|
33035
33035
|
initMetadataForClass(LoggingLevel, 'LoggingLevel', VOID, Enum);
|
|
33036
33036
|
initMetadataForObject(DefaultConfig, 'DefaultConfig');
|
|
@@ -33161,7 +33161,7 @@ function requireClientsdkClientcore () {
|
|
|
33161
33161
|
initMetadataForClass(HangupReason, 'HangupReason', VOID, Enum);
|
|
33162
33162
|
initMetadataForClass(LegStatus, 'LegStatus', VOID, Enum);
|
|
33163
33163
|
initMetadataForClass(CallDisconnectReason, 'CallDisconnectReason', VOID, Enum);
|
|
33164
|
-
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener,
|
|
33164
|
+
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
33165
33165
|
initMetadataForClass(VoiceAPIImpl, 'VoiceAPIImpl');
|
|
33166
33166
|
initMetadataForInterface(CallEvent, 'CallEvent');
|
|
33167
33167
|
initMetadataForClass(SetupOutboundCall, 'SetupOutboundCall', VOID, VOID, [CallEvent]);
|
|
@@ -33380,7 +33380,7 @@ function requireClientsdkClientcore () {
|
|
|
33380
33380
|
initMetadataForClass(Failed, 'Failed', VOID, StateTransition);
|
|
33381
33381
|
//endregion
|
|
33382
33382
|
function BuildKonfig() {
|
|
33383
|
-
this.u1d_1 = '2.0.1-rc.
|
|
33383
|
+
this.u1d_1 = '2.0.1-rc.2';
|
|
33384
33384
|
}
|
|
33385
33385
|
var BuildKonfig_instance;
|
|
33386
33386
|
function CoreClientWithMedia() {
|