@vonage/client-sdk 2.2.0-alpha.1 → 2.2.0-alpha.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/vonageClientSDK.mjs
CHANGED
|
@@ -33165,6 +33165,9 @@ function requireClientsdkClientcore () {
|
|
|
33165
33165
|
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33166
33166
|
}
|
|
33167
33167
|
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33168
|
+
function onConversationEvent(event) {
|
|
33169
|
+
}
|
|
33170
|
+
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33168
33171
|
function onAudioSay() {
|
|
33169
33172
|
}
|
|
33170
33173
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33174,10 +33177,7 @@ function requireClientsdkClientcore () {
|
|
|
33174
33177
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33175
33178
|
}
|
|
33176
33179
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
33177
|
-
|
|
33178
|
-
}
|
|
33179
|
-
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33180
|
-
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
33180
|
+
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [RTCEventListener, ConversationEventListener, AudioEventListener]);
|
|
33181
33181
|
initMetadataForClass(ChatAPIImpl, 'ChatAPIImpl', VOID, VOID, [ChatAPI]);
|
|
33182
33182
|
initMetadataForClass(LoggingLevel, 'LoggingLevel', VOID, Enum);
|
|
33183
33183
|
initMetadataForObject(DefaultConfig, 'DefaultConfig');
|
|
@@ -33308,7 +33308,7 @@ function requireClientsdkClientcore () {
|
|
|
33308
33308
|
initMetadataForClass(HangupReason, 'HangupReason', VOID, Enum);
|
|
33309
33309
|
initMetadataForClass(LegStatus, 'LegStatus', VOID, Enum);
|
|
33310
33310
|
initMetadataForClass(CallDisconnectReason, 'CallDisconnectReason', VOID, Enum);
|
|
33311
|
-
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [RTCEventListener,
|
|
33311
|
+
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [RTCEventListener, ConversationEventListener, AudioEventListener]);
|
|
33312
33312
|
initMetadataForClass(VoiceAPIImpl, 'VoiceAPIImpl');
|
|
33313
33313
|
initMetadataForInterface(CallEvent, 'CallEvent');
|
|
33314
33314
|
initMetadataForClass(SetupOutboundCall, 'SetupOutboundCall', VOID, VOID, [CallEvent]);
|
|
@@ -33526,7 +33526,7 @@ function requireClientsdkClientcore () {
|
|
|
33526
33526
|
initMetadataForClass(Failed, 'Failed', VOID, StateTransition);
|
|
33527
33527
|
//endregion
|
|
33528
33528
|
function BuildKonfig() {
|
|
33529
|
-
this.x1d_1 = '2.2.0-alpha.
|
|
33529
|
+
this.x1d_1 = '2.2.0-alpha.2';
|
|
33530
33530
|
}
|
|
33531
33531
|
var BuildKonfig_instance;
|
|
33532
33532
|
function CoreClientWithMedia() {
|