@vonage/client-sdk 1.6.1-alpha.2 → 1.6.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/api_docs/ts/assets/search.js +1 -1
- package/api_docs/ts/classes/VonageClient.html +4 -4
- package/dist/client/VonageClient.d.ts +1 -1
- package/dist/client/index.cjs +16 -16
- package/dist/client/index.mjs +16 -16
- package/dist/kotlin/clientsdk-clientcore_js.d.ts +3 -3
- package/dist/lib/MediaClient.d.ts +1 -1
- package/dist/vonageClientSDK.js +16 -16
- package/dist/vonageClientSDK.min.js +1 -1
- package/dist/vonageClientSDK.min.mjs +1 -1
- package/dist/vonageClientSDK.mjs +16 -16
- package/package.json +1 -1
package/dist/vonageClientSDK.js
CHANGED
|
@@ -33198,13 +33198,6 @@
|
|
|
33198
33198
|
setMetadataFor(Companion_133, 'Companion', objectMeta);
|
|
33199
33199
|
setMetadataFor($serializer_153, '$serializer', objectMeta, VOID, [GeneratedSerializer]);
|
|
33200
33200
|
setMetadataFor(SessionTerminatedEvent, 'SessionTerminatedEvent', classMeta, VOID, [SocketEvent], VOID, VOID, {0: $serializer_getInstance_153});
|
|
33201
|
-
function onRTCHangup(conversationId, legId, hangup) {
|
|
33202
|
-
}
|
|
33203
|
-
function onRTCTransfer(conversationId, legId) {
|
|
33204
|
-
}
|
|
33205
|
-
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33206
|
-
}
|
|
33207
|
-
setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
|
|
33208
33201
|
function onAudioSay() {
|
|
33209
33202
|
}
|
|
33210
33203
|
function onAudioMuteUpdate(conversationId, legId, isMuted) {
|
|
@@ -33214,10 +33207,17 @@
|
|
|
33214
33207
|
function onAudioDTMFUpdate(conversationId, legId, digits) {
|
|
33215
33208
|
}
|
|
33216
33209
|
setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
|
|
33210
|
+
function onRTCHangup(conversationId, legId, hangup) {
|
|
33211
|
+
}
|
|
33212
|
+
function onRTCTransfer(conversationId, legId) {
|
|
33213
|
+
}
|
|
33214
|
+
function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
|
|
33215
|
+
}
|
|
33216
|
+
setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
|
|
33217
33217
|
function onConversationEvent(event) {
|
|
33218
33218
|
}
|
|
33219
33219
|
setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
|
|
33220
|
-
setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [
|
|
33220
|
+
setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, RTCEventListener, ConversationEventListener]);
|
|
33221
33221
|
setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
|
|
33222
33222
|
setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
|
|
33223
33223
|
setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
|
|
@@ -33351,7 +33351,7 @@
|
|
|
33351
33351
|
setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
|
|
33352
33352
|
setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
|
|
33353
33353
|
setMetadataFor(CallDisconnectReason, 'CallDisconnectReason', classMeta, Enum);
|
|
33354
|
-
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [
|
|
33354
|
+
setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, RTCEventListener, ConversationEventListener]);
|
|
33355
33355
|
setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
|
|
33356
33356
|
setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
|
|
33357
33357
|
setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
|
|
@@ -33567,7 +33567,7 @@
|
|
|
33567
33567
|
setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
|
|
33568
33568
|
//endregion
|
|
33569
33569
|
function BuildKonfig() {
|
|
33570
|
-
this.g1d_1 = '1.6.1
|
|
33570
|
+
this.g1d_1 = '1.6.1';
|
|
33571
33571
|
}
|
|
33572
33572
|
var BuildKonfig_instance;
|
|
33573
33573
|
function CoreClientWithMedia() {
|
|
@@ -74238,8 +74238,8 @@
|
|
|
74238
74238
|
function getPeerConnection(id) {
|
|
74239
74239
|
return this.media.getPeerConnection(id);
|
|
74240
74240
|
}
|
|
74241
|
-
function
|
|
74242
|
-
return this.media.
|
|
74241
|
+
function getAudioOutputElement() {
|
|
74242
|
+
return this.media.getAudioOutputElement();
|
|
74243
74243
|
}
|
|
74244
74244
|
function serverCall(context) {
|
|
74245
74245
|
var tmp0_safe_receiver = get_jsonNullable(context);
|
|
@@ -80988,7 +80988,7 @@
|
|
|
80988
80988
|
protoOf(CombinedClientJS).getConversation = getConversation;
|
|
80989
80989
|
protoOf(CombinedClientJS).getUser = getUser;
|
|
80990
80990
|
protoOf(CombinedClientJS).getPeerConnection = getPeerConnection;
|
|
80991
|
-
protoOf(CombinedClientJS).
|
|
80991
|
+
protoOf(CombinedClientJS).getAudioOutputElement = getAudioOutputElement;
|
|
80992
80992
|
protoOf(CombinedClientJS).serverCall = serverCall;
|
|
80993
80993
|
protoOf(CombinedClientJS).reconnectCall = reconnectCall;
|
|
80994
80994
|
protoOf(CombinedClientJS).getLeg = getLeg;
|
|
@@ -85787,7 +85787,7 @@
|
|
|
85787
85787
|
}
|
|
85788
85788
|
});
|
|
85789
85789
|
}
|
|
85790
|
-
|
|
85790
|
+
getAudioOutputElement() {
|
|
85791
85791
|
return this.audio;
|
|
85792
85792
|
}
|
|
85793
85793
|
getPeerConnection(id) {
|
|
@@ -90243,8 +90243,8 @@
|
|
|
90243
90243
|
* @experimental
|
|
90244
90244
|
* @group Voice
|
|
90245
90245
|
*/
|
|
90246
|
-
|
|
90247
|
-
return super.
|
|
90246
|
+
getAudioOutputElement() {
|
|
90247
|
+
return super.getAudioOutputElement();
|
|
90248
90248
|
}
|
|
90249
90249
|
/**
|
|
90250
90250
|
* Get the Leg for a call
|