@vonage/client-sdk 2.1.2-rc.0 → 2.1.2-rc.1
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
|
@@ -33047,9 +33047,6 @@ function requireClientsdkClientcore () {
|
|
|
33047
33047
|
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33048
33048
|
}
|
|
33049
33049
|
initMetadataForInterface(RTCEventListener, 'RTCEventListener');
|
|
33050
|
-
function onConversationEvent(event) {
|
|
33051
|
-
}
|
|
33052
|
-
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33053
33050
|
function onAudioSay() {
|
|
33054
33051
|
}
|
|
33055
33052
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33059,7 +33056,10 @@ function requireClientsdkClientcore () {
|
|
|
33059
33056
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33060
33057
|
}
|
|
33061
33058
|
initMetadataForInterface(AudioEventListener, 'AudioEventListener');
|
|
33062
|
-
|
|
33059
|
+
function onConversationEvent(event) {
|
|
33060
|
+
}
|
|
33061
|
+
initMetadataForInterface(ConversationEventListener, 'ConversationEventListener');
|
|
33062
|
+
initMetadataForClass(ChatAPIImpl$1, VOID, VOID, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
33063
33063
|
initMetadataForClass(ChatAPIImpl, 'ChatAPIImpl', VOID, VOID, [ChatAPI]);
|
|
33064
33064
|
initMetadataForClass(LoggingLevel, 'LoggingLevel', VOID, Enum);
|
|
33065
33065
|
initMetadataForObject(DefaultConfig, 'DefaultConfig');
|
|
@@ -33190,7 +33190,7 @@ function requireClientsdkClientcore () {
|
|
|
33190
33190
|
initMetadataForClass(HangupReason, 'HangupReason', VOID, Enum);
|
|
33191
33191
|
initMetadataForClass(LegStatus, 'LegStatus', VOID, Enum);
|
|
33192
33192
|
initMetadataForClass(CallDisconnectReason, 'CallDisconnectReason', VOID, Enum);
|
|
33193
|
-
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [RTCEventListener,
|
|
33193
|
+
initMetadataForClass(VoiceAPIImpl$1, VOID, VOID, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
|
|
33194
33194
|
initMetadataForClass(VoiceAPIImpl, 'VoiceAPIImpl');
|
|
33195
33195
|
initMetadataForInterface(CallEvent, 'CallEvent');
|
|
33196
33196
|
initMetadataForClass(SetupOutboundCall, 'SetupOutboundCall', VOID, VOID, [CallEvent]);
|
|
@@ -33409,7 +33409,7 @@ function requireClientsdkClientcore () {
|
|
|
33409
33409
|
initMetadataForClass(Failed, 'Failed', VOID, StateTransition);
|
|
33410
33410
|
//endregion
|
|
33411
33411
|
function BuildKonfig() {
|
|
33412
|
-
this.u1d_1 = '2.1.2-rc.
|
|
33412
|
+
this.u1d_1 = '2.1.2-rc.1';
|
|
33413
33413
|
}
|
|
33414
33414
|
var BuildKonfig_instance;
|
|
33415
33415
|
function CoreClientWithMedia() {
|