@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.
@@ -33703,26 +33703,26 @@ function requireClientsdkClientcore () {
33703
33703
  setMetadataFor(Companion_133, 'Companion', objectMeta);
33704
33704
  setMetadataFor($serializer_153, '$serializer', objectMeta, VOID, [GeneratedSerializer]);
33705
33705
  setMetadataFor(SessionTerminatedEvent, 'SessionTerminatedEvent', classMeta, VOID, [SocketEvent], VOID, VOID, {0: $serializer_getInstance_153});
33706
- function onAudioSay() {
33707
- }
33708
- function onAudioMuteUpdate(conversationId, legId, isMuted) {
33706
+ function onRTCHangup(conversationId, legId, hangup) {
33709
33707
  }
33710
- function onAudioEarmuffUpdate(conversationId, legId, earmuffStatus) {
33708
+ function onRTCTransfer(conversationId, legId) {
33711
33709
  }
33712
- function onAudioDTMFUpdate(conversationId, legId, digits) {
33710
+ function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
33713
33711
  }
33714
- setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
33712
+ setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
33715
33713
  function onConversationEvent(event) {
33716
33714
  }
33717
33715
  setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
33718
- function onRTCHangup(conversationId, legId, hangup) {
33716
+ function onAudioSay() {
33719
33717
  }
33720
- function onRTCTransfer(conversationId, legId) {
33718
+ function onAudioMuteUpdate(conversationId, legId, isMuted) {
33721
33719
  }
33722
- function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
33720
+ function onAudioEarmuffUpdate(conversationId, legId, earmuffStatus) {
33723
33721
  }
33724
- setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
33725
- setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, ConversationEventListener, RTCEventListener]);
33722
+ function onAudioDTMFUpdate(conversationId, legId, digits) {
33723
+ }
33724
+ setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
33725
+ setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, ConversationEventListener, AudioEventListener]);
33726
33726
  setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
33727
33727
  setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
33728
33728
  setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
@@ -33877,7 +33877,7 @@ function requireClientsdkClientcore () {
33877
33877
  setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
33878
33878
  setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
33879
33879
  setMetadataFor(CallDisconnectReason, 'CallDisconnectReason', classMeta, Enum);
33880
- setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, ConversationEventListener, RTCEventListener]);
33880
+ setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, ConversationEventListener, AudioEventListener]);
33881
33881
  setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
33882
33882
  setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
33883
33883
  setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
@@ -34093,7 +34093,7 @@ function requireClientsdkClientcore () {
34093
34093
  setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
34094
34094
  //endregion
34095
34095
  function BuildKonfig() {
34096
- this.g1d_1 = '1.5.2-rc.1';
34096
+ this.g1d_1 = '1.5.2-rc.2';
34097
34097
  }
34098
34098
  var BuildKonfig_instance;
34099
34099
  function BuildKonfig_getInstance() {
@@ -59409,8 +59409,9 @@ function requireClientsdkClientcore () {
59409
59409
  } else {
59410
59410
  tmp_3 = tmp7_elvis_lhs;
59411
59411
  }
59412
- var tmp_4 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, !tmp_3);
59413
- this.r2s_1.r1f(new Action_0(tmp_4, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
59412
+ var tmp_4 = !tmp_3;
59413
+ var tmp_5 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, tmp_4, parameters == null ? null : parameters.e2u_1);
59414
+ this.r2s_1.r1f(new Action_0(tmp_5, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
59414
59415
  };
59415
59416
  protoOf(ChatAPIImpl).a1f = function (cid, parameters, callback) {
59416
59417
  if (getSessionUserOrError(this.r2s_1, callback) == null)
@@ -33679,26 +33679,26 @@ function requireClientsdkClientcore () {
33679
33679
  setMetadataFor(Companion_133, 'Companion', objectMeta);
33680
33680
  setMetadataFor($serializer_153, '$serializer', objectMeta, VOID, [GeneratedSerializer]);
33681
33681
  setMetadataFor(SessionTerminatedEvent, 'SessionTerminatedEvent', classMeta, VOID, [SocketEvent], VOID, VOID, {0: $serializer_getInstance_153});
33682
- function onAudioSay() {
33683
- }
33684
- function onAudioMuteUpdate(conversationId, legId, isMuted) {
33682
+ function onRTCHangup(conversationId, legId, hangup) {
33685
33683
  }
33686
- function onAudioEarmuffUpdate(conversationId, legId, earmuffStatus) {
33684
+ function onRTCTransfer(conversationId, legId) {
33687
33685
  }
33688
- function onAudioDTMFUpdate(conversationId, legId, digits) {
33686
+ function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
33689
33687
  }
33690
- setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
33688
+ setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
33691
33689
  function onConversationEvent(event) {
33692
33690
  }
33693
33691
  setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
33694
- function onRTCHangup(conversationId, legId, hangup) {
33692
+ function onAudioSay() {
33695
33693
  }
33696
- function onRTCTransfer(conversationId, legId) {
33694
+ function onAudioMuteUpdate(conversationId, legId, isMuted) {
33697
33695
  }
33698
- function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
33696
+ function onAudioEarmuffUpdate(conversationId, legId, earmuffStatus) {
33699
33697
  }
33700
- setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
33701
- setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, ConversationEventListener, RTCEventListener]);
33698
+ function onAudioDTMFUpdate(conversationId, legId, digits) {
33699
+ }
33700
+ setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
33701
+ setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, ConversationEventListener, AudioEventListener]);
33702
33702
  setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
33703
33703
  setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
33704
33704
  setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
@@ -33853,7 +33853,7 @@ function requireClientsdkClientcore () {
33853
33853
  setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
33854
33854
  setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
33855
33855
  setMetadataFor(CallDisconnectReason, 'CallDisconnectReason', classMeta, Enum);
33856
- setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, ConversationEventListener, RTCEventListener]);
33856
+ setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, ConversationEventListener, AudioEventListener]);
33857
33857
  setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
33858
33858
  setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
33859
33859
  setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
@@ -34069,7 +34069,7 @@ function requireClientsdkClientcore () {
34069
34069
  setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
34070
34070
  //endregion
34071
34071
  function BuildKonfig() {
34072
- this.g1d_1 = '1.5.2-rc.1';
34072
+ this.g1d_1 = '1.5.2-rc.2';
34073
34073
  }
34074
34074
  var BuildKonfig_instance;
34075
34075
  function BuildKonfig_getInstance() {
@@ -59385,8 +59385,9 @@ function requireClientsdkClientcore () {
59385
59385
  } else {
59386
59386
  tmp_3 = tmp7_elvis_lhs;
59387
59387
  }
59388
- var tmp_4 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, !tmp_3);
59389
- this.r2s_1.r1f(new Action_0(tmp_4, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
59388
+ var tmp_4 = !tmp_3;
59389
+ var tmp_5 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, tmp_4, parameters == null ? null : parameters.e2u_1);
59390
+ this.r2s_1.r1f(new Action_0(tmp_5, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
59390
59391
  };
59391
59392
  protoOf(ChatAPIImpl).a1f = function (cid, parameters, callback) {
59392
59393
  if (getSessionUserOrError(this.r2s_1, callback) == null)
@@ -33198,26 +33198,26 @@
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 onAudioSay() {
33202
- }
33203
- function onAudioMuteUpdate(conversationId, legId, isMuted) {
33201
+ function onRTCHangup(conversationId, legId, hangup) {
33204
33202
  }
33205
- function onAudioEarmuffUpdate(conversationId, legId, earmuffStatus) {
33203
+ function onRTCTransfer(conversationId, legId) {
33206
33204
  }
33207
- function onAudioDTMFUpdate(conversationId, legId, digits) {
33205
+ function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
33208
33206
  }
33209
- setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
33207
+ setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
33210
33208
  function onConversationEvent(event) {
33211
33209
  }
33212
33210
  setMetadataFor(ConversationEventListener, 'ConversationEventListener', interfaceMeta);
33213
- function onRTCHangup(conversationId, legId, hangup) {
33211
+ function onAudioSay() {
33214
33212
  }
33215
- function onRTCTransfer(conversationId, legId) {
33213
+ function onAudioMuteUpdate(conversationId, legId, isMuted) {
33216
33214
  }
33217
- function onLegStatusUpdate(conversationId, legId, fromUserId, status) {
33215
+ function onAudioEarmuffUpdate(conversationId, legId, earmuffStatus) {
33218
33216
  }
33219
- setMetadataFor(RTCEventListener, 'RTCEventListener', interfaceMeta);
33220
- setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, ConversationEventListener, RTCEventListener]);
33217
+ function onAudioDTMFUpdate(conversationId, legId, digits) {
33218
+ }
33219
+ setMetadataFor(AudioEventListener, 'AudioEventListener', interfaceMeta);
33220
+ setMetadataFor(ChatAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, ConversationEventListener, AudioEventListener]);
33221
33221
  setMetadataFor(ChatAPIImpl, 'ChatAPIImpl', classMeta, VOID, [ChatAPI]);
33222
33222
  setMetadataFor(LoggingLevel, 'LoggingLevel', classMeta, Enum);
33223
33223
  setMetadataFor(ClientConfigRegion, 'ClientConfigRegion', classMeta, Enum);
@@ -33350,7 +33350,7 @@
33350
33350
  setMetadataFor(HangupReason, 'HangupReason', classMeta, Enum);
33351
33351
  setMetadataFor(LegStatus, 'LegStatus', classMeta, Enum);
33352
33352
  setMetadataFor(CallDisconnectReason, 'CallDisconnectReason', classMeta, Enum);
33353
- setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [AudioEventListener, ConversationEventListener, RTCEventListener]);
33353
+ setMetadataFor(VoiceAPIImpl$1, VOID, classMeta, VOID, [RTCEventListener, ConversationEventListener, AudioEventListener]);
33354
33354
  setMetadataFor(VoiceAPIImpl, 'VoiceAPIImpl', classMeta);
33355
33355
  setMetadataFor(CallEvent, 'CallEvent', interfaceMeta);
33356
33356
  setMetadataFor(SetupOutboundCall, 'SetupOutboundCall', classMeta, VOID, [CallEvent]);
@@ -33566,7 +33566,7 @@
33566
33566
  setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
33567
33567
  //endregion
33568
33568
  function BuildKonfig() {
33569
- this.g1d_1 = '1.5.2-rc.1';
33569
+ this.g1d_1 = '1.5.2-rc.2';
33570
33570
  }
33571
33571
  var BuildKonfig_instance;
33572
33572
  function CoreClientWithMedia() {
@@ -58385,8 +58385,9 @@
58385
58385
  } else {
58386
58386
  tmp_3 = tmp7_elvis_lhs;
58387
58387
  }
58388
- var tmp_4 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, !tmp_3);
58389
- this.r2s_1.r1f(new Action_0(tmp_4, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
58388
+ var tmp_4 = !tmp_3;
58389
+ var tmp_5 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, tmp_4, parameters == null ? null : parameters.e2u_1);
58390
+ this.r2s_1.r1f(new Action_0(tmp_5, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
58390
58391
  };
58391
58392
  protoOf(ChatAPIImpl).a1f = function (cid, parameters, callback) {
58392
58393
  if (getSessionUserOrError(this.r2s_1, callback) == null)