@vonage/client-sdk 2.4.0-alpha.4 → 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/vonageClientSDK.mjs
CHANGED
|
@@ -33786,9 +33786,6 @@ function requireClientsdkClientcore () {
|
|
|
33786
33786
|
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33787
33787
|
}
|
|
33788
33788
|
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33789
|
-
function onConversationEvent(event) {
|
|
33790
|
-
}
|
|
33791
|
-
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33792
33789
|
function onAudioSay() {
|
|
33793
33790
|
}
|
|
33794
33791
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33798,7 +33795,10 @@ function requireClientsdkClientcore () {
|
|
|
33798
33795
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33799
33796
|
}
|
|
33800
33797
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
33801
|
-
|
|
33798
|
+
function onConversationEvent(event) {
|
|
33799
|
+
}
|
|
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, [RTCEventListener,
|
|
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) {
|