@vonage/client-sdk 2.4.0-snapshot.202606232159 → 2.5.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 +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
|
@@ -33779,13 +33779,9 @@ function requireClientsdkClientcore () {
|
|
|
33779
33779
|
initMetadataForCompanion(Companion_149);
|
|
33780
33780
|
initMetadataForObject($serializer_174, '$serializer', VOID, VOID, [GeneratedSerializer]);
|
|
33781
33781
|
initMetadataForClass(SessionTerminatedEvent, 'SessionTerminatedEvent', VOID, VOID, [SocketEvent], VOID, VOID, {0: $serializer_getInstance_174});
|
|
33782
|
-
function
|
|
33783
|
-
}
|
|
33784
|
-
function onRTCTransfer(conversationId, legId) {
|
|
33785
|
-
}
|
|
33786
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33782
|
+
function onConversationEvent(event) {
|
|
33787
33783
|
}
|
|
33788
|
-
initMetadataForInterface(
|
|
33784
|
+
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33789
33785
|
function onAudioSay() {
|
|
33790
33786
|
}
|
|
33791
33787
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33795,10 +33791,14 @@ function requireClientsdkClientcore () {
|
|
|
33795
33791
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33796
33792
|
}
|
|
33797
33793
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
33798
|
-
function
|
|
33794
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
33799
33795
|
}
|
|
33800
|
-
|
|
33801
|
-
|
|
33796
|
+
function onRTCTransfer(conversationId, legId) {
|
|
33797
|
+
}
|
|
33798
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33799
|
+
}
|
|
33800
|
+
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33801
|
+
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
33802
33802
|
initMetadataForClass(ChatAPIImpl, 'ChatAPIImpl', VOID, VOID, [ChatAPI]);
|
|
33803
33803
|
initMetadataForClass(LoggingLevel, 'LoggingLevel', VOID, Enum);
|
|
33804
33804
|
initMetadataForObject(DefaultConfig, 'DefaultConfig');
|
|
@@ -33933,7 +33933,7 @@ function requireClientsdkClientcore () {
|
|
|
33933
33933
|
initMetadataForClass(HangupReason, 'HangupReason', VOID, Enum);
|
|
33934
33934
|
initMetadataForClass(LegStatus, 'LegStatus', VOID, Enum);
|
|
33935
33935
|
initMetadataForClass(CallDisconnectReason, 'CallDisconnectReason', VOID, Enum);
|
|
33936
|
-
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [
|
|
33936
|
+
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [ConversationEventListener, AudioEventListener, RTCEventListener]);
|
|
33937
33937
|
initMetadataForClass(VoiceAPIImpl, 'VoiceAPIImpl');
|
|
33938
33938
|
initMetadataForInterface(CallEvent, 'CallEvent');
|
|
33939
33939
|
initMetadataForClass(SetupOutboundCall, 'SetupOutboundCall', VOID, VOID, [CallEvent]);
|
|
@@ -34154,7 +34154,7 @@ function requireClientsdkClientcore () {
|
|
|
34154
34154
|
initMetadataForClass(runAfterDelay$1);
|
|
34155
34155
|
//endregion
|
|
34156
34156
|
function BuildKonfig() {
|
|
34157
|
-
this.t1e_1 = '2.
|
|
34157
|
+
this.t1e_1 = '2.5.0';
|
|
34158
34158
|
}
|
|
34159
34159
|
var BuildKonfig_instance;
|
|
34160
34160
|
function EmergencyCallOptions(ringbackTone) {
|