@vonage/client-sdk 2.0.1-rc.0 → 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 +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
|
@@ -33011,13 +33011,9 @@ 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
|
|
33015
|
-
}
|
|
33016
|
-
function onRTCTransfer(conversationId, legId) {
|
|
33017
|
-
}
|
|
33018
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33014
|
+
function onConversationEvent(event) {
|
|
33019
33015
|
}
|
|
33020
|
-
initMetadataForInterface(
|
|
33016
|
+
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33021
33017
|
function onAudioSay() {
|
|
33022
33018
|
}
|
|
33023
33019
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33027,10 +33023,14 @@ function requireClientsdkClientcore () {
|
|
|
33027
33023
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33028
33024
|
}
|
|
33029
33025
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
33030
|
-
function
|
|
33026
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
33031
33027
|
}
|
|
33032
|
-
|
|
33033
|
-
|
|
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, [
|
|
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() {
|