@vonage/client-sdk 2.4.0-alpha.5 → 2.4.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,9 +33779,13 @@ 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
|
|
33782
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
33783
33783
|
}
|
|
33784
|
-
|
|
33784
|
+
function onRTCTransfer(conversationId, legId) {
|
|
33785
|
+
}
|
|
33786
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33787
|
+
}
|
|
33788
|
+
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33785
33789
|
function onAudioSay() {
|
|
33786
33790
|
}
|
|
33787
33791
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33791,14 +33795,10 @@ function requireClientsdkClientcore () {
|
|
|
33791
33795
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33792
33796
|
}
|
|
33793
33797
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
33794
|
-
function
|
|
33795
|
-
}
|
|
33796
|
-
function onRTCTransfer(conversationId, legId) {
|
|
33797
|
-
}
|
|
33798
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33798
|
+
function onConversationEvent(event) {
|
|
33799
33799
|
}
|
|
33800
|
-
initMetadataForInterface(
|
|
33801
|
-
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [
|
|
33800
|
+
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33801
|
+
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
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, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
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.4.0
|
|
34157
|
+
this.t1e_1 = '2.4.0';
|
|
34158
34158
|
}
|
|
34159
34159
|
var BuildKonfig_instance;
|
|
34160
34160
|
function EmergencyCallOptions(ringbackTone) {
|