@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.
@@ -33192,13 +33192,6 @@ function requireClientsdkClientcore () {
33192
33192
  setMetadataFor(Companion_133, 'Companion', objectMeta);
33193
33193
  setMetadataFor($serializer_153, '$serializer', objectMeta, VOID, [GeneratedSerializer]);
33194
33194
  setMetadataFor(SessionTerminatedEvent, 'SessionTerminatedEvent', classMeta, VOID, [SocketEvent], VOID, VOID, {0: $serializer_getInstance_153});
33195
- function onRTCHangup(conversationId, legId, hangup) {
33196
- }
33197
- function onRTCTransfer(conversationId, legId) {
33198
- }
33199
- function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
33200
- }
33201
- setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
33202
33195
  function onAudioSay() {
33203
33196
  }
33204
33197
  function onAudioMuteUpdate(conversationId, legId, isMuted) {
@@ -33208,10 +33201,17 @@ function requireClientsdkClientcore () {
33208
33201
  function onAudioDTMFUpdate(conversationId, legId, digits) {
33209
33202
  }
33210
33203
  setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
33204
+ function onRTCHangup(conversationId, legId, hangup) {
33205
+ }
33206
+ function onRTCTransfer(conversationId, legId) {
33207
+ }
33208
+ function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
33209
+ }
33210
+ setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
33211
33211
  function onConversationEvent(event) {
33212
33212
  }
33213
33213
  setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
33214
- setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
33214
+ setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, RTCEventListener, ConversationEventListener]);
33215
33215
  setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
33216
33216
  setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
33217
33217
  setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
@@ -33345,7 +33345,7 @@ function requireClientsdkClientcore () {
33345
33345
  setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
33346
33346
  setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
33347
33347
  setMetadataFor(CallDisconnectReason, 'CallDisconnectReason', classMeta, Enum);
33348
- setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, AudioEventListener, ConversationEventListener]);
33348
+ setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, RTCEventListener, ConversationEventListener]);
33349
33349
  setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
33350
33350
  setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
33351
33351
  setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
@@ -33561,7 +33561,7 @@ function requireClientsdkClientcore () {
33561
33561
  setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
33562
33562
  //endregion
33563
33563
  function BuildKonfig() {
33564
- this.g1d_1 = '1.6.1-alpha.2';
33564
+ this.g1d_1 = '1.6.1';
33565
33565
  }
33566
33566
  var BuildKonfig_instance;
33567
33567
  function CoreClientWithMedia() {
@@ -74232,8 +74232,8 @@ function requireClientsdkClientcore () {
74232
74232
  function getPeerConnection(id) {
74233
74233
  return this.media.getPeerConnection(id);
74234
74234
  }
74235
- function getAudioElement() {
74236
- return this.media.getAudioElement();
74235
+ function getAudioOutputElement() {
74236
+ return this.media.getAudioOutputElement();
74237
74237
  }
74238
74238
  function serverCall(context) {
74239
74239
  var tmp0_safe_receiver = get_jsonNullable(context);
@@ -80982,7 +80982,7 @@ function requireClientsdkClientcore () {
80982
80982
  protoOf(CombinedClientJS).getConversation = getConversation;
80983
80983
  protoOf(CombinedClientJS).getUser = getUser;
80984
80984
  protoOf(CombinedClientJS).getPeerConnection = getPeerConnection;
80985
- protoOf(CombinedClientJS).getAudioElement = getAudioElement;
80985
+ protoOf(CombinedClientJS).getAudioOutputElement = getAudioOutputElement;
80986
80986
  protoOf(CombinedClientJS).serverCall = serverCall;
80987
80987
  protoOf(CombinedClientJS).reconnectCall = reconnectCall;
80988
80988
  protoOf(CombinedClientJS).getLeg = getLeg;
@@ -85781,7 +85781,7 @@ class MediaClient {
85781
85781
  }
85782
85782
  });
85783
85783
  }
85784
- getAudioElement() {
85784
+ getAudioOutputElement() {
85785
85785
  return this.audio;
85786
85786
  }
85787
85787
  getPeerConnection(id) {
@@ -90237,8 +90237,8 @@ class VonageClient extends clientsdkClientcore_jsExports.vonage.CombinedClientJS
90237
90237
  * @experimental
90238
90238
  * @group Voice
90239
90239
  */
90240
- getAudioElement() {
90241
- return super.getAudioElement();
90240
+ getAudioOutputElement() {
90241
+ return super.getAudioOutputElement();
90242
90242
  }
90243
90243
  /**
90244
90244
  * Get the Leg for a call
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/client-sdk",
3
- "version": "1.6.1-alpha.2",
3
+ "version": "1.6.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "dist/client/index.mjs",