@vonage/client-sdk 2.0.0 → 2.0.1-rc.0
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
|
@@ -33011,6 +33011,13 @@ function requireClientsdkClientcore () {
|
|
|
33011
33011
|
initMetadataForCompanion(Companion_133);
|
|
33012
33012
|
initMetadataForObject($serializer_153, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
33013
33013
|
initMetadataForClass(SessionTerminatedEvent, 'SessionTerminatedEvent', VOID, VOID, [SocketEvent], VOID, VOID, {0: $serializer_getInstance_153});
|
|
33014
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
33015
|
+
}
|
|
33016
|
+
function onRTCTransfer(conversationId, legId) {
|
|
33017
|
+
}
|
|
33018
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33019
|
+
}
|
|
33020
|
+
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33014
33021
|
function onAudioSay() {
|
|
33015
33022
|
}
|
|
33016
33023
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33020,17 +33027,10 @@ function requireClientsdkClientcore () {
|
|
|
33020
33027
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33021
33028
|
}
|
|
33022
33029
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
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
33030
|
function onConversationEvent(event) {
|
|
33031
33031
|
}
|
|
33032
33032
|
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33033
|
-
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [
|
|
33033
|
+
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
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, [
|
|
33164
|
+
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
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.0';
|
|
33383
|
+
this.u1d_1 = '2.0.1-rc.0';
|
|
33384
33384
|
}
|
|
33385
33385
|
var BuildKonfig_instance;
|
|
33386
33386
|
function CoreClientWithMedia() {
|