@vonage/client-sdk 1.5.2-rc.1 → 1.5.2-rc.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.
@@ -33192,26 +33192,26 @@ 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 onAudioSay() {
33196
- }
33197
- function onAudioMuteUpdate(conversationId, legId, isMuted) {
33195
+ function onRTCHangup(conversationId, legId, hangup) {
33198
33196
  }
33199
- function onAudioEarmuffUpdate(conversationId, legId, earmuffStatus) {
33197
+ function onRTCTransfer(conversationId, legId) {
33200
33198
  }
33201
- function onAudioDTMFUpdate(conversationId, legId, digits) {
33199
+ function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
33202
33200
  }
33203
- setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
33201
+ setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
33204
33202
  function onConversationEvent(event) {
33205
33203
  }
33206
33204
  setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
33207
- function onRTCHangup(conversationId, legId, hangup) {
33205
+ function onAudioSay() {
33208
33206
  }
33209
- function onRTCTransfer(conversationId, legId) {
33207
+ function onAudioMuteUpdate(conversationId, legId, isMuted) {
33210
33208
  }
33211
- function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
33209
+ function onAudioEarmuffUpdate(conversationId, legId, earmuffStatus) {
33212
33210
  }
33213
- setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
33214
- setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, ConversationEventListener, RTCEventListener]);
33211
+ function onAudioDTMFUpdate(conversationId, legId, digits) {
33212
+ }
33213
+ setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
33214
+ setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, ConversationEventListener, AudioEventListener]);
33215
33215
  setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
33216
33216
  setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
33217
33217
  setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
@@ -33344,7 +33344,7 @@ function requireClientsdkClientcore () {
33344
33344
  setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
33345
33345
  setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
33346
33346
  setMetadataFor(CallDisconnectReason, 'CallDisconnectReason', classMeta, Enum);
33347
- setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, ConversationEventListener, RTCEventListener]);
33347
+ setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, ConversationEventListener, AudioEventListener]);
33348
33348
  setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
33349
33349
  setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
33350
33350
  setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
@@ -33560,7 +33560,7 @@ function requireClientsdkClientcore () {
33560
33560
  setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
33561
33561
  //endregion
33562
33562
  function BuildKonfig() {
33563
- this.g1d_1 = '1.5.2-rc.1';
33563
+ this.g1d_1 = '1.5.2-rc.2';
33564
33564
  }
33565
33565
  var BuildKonfig_instance;
33566
33566
  function CoreClientWithMedia() {
@@ -58379,8 +58379,9 @@ function requireClientsdkClientcore () {
58379
58379
  } else {
58380
58380
  tmp_3 = tmp7_elvis_lhs;
58381
58381
  }
58382
- var tmp_4 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, !tmp_3);
58383
- this.r2s_1.r1f(new Action_0(tmp_4, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
58382
+ var tmp_4 = !tmp_3;
58383
+ var tmp_5 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, tmp_4, parameters == null ? null : parameters.e2u_1);
58384
+ this.r2s_1.r1f(new Action_0(tmp_5, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
58384
58385
  };
58385
58386
  protoOf(ChatAPIImpl).a1f = function (cid, parameters, callback) {
58386
58387
  if (getSessionUserOrError(this.r2s_1, callback) == null)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/client-sdk",
3
- "version": "1.5.2-rc.1",
3
+ "version": "1.5.2-rc.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "dist/client/index.mjs",