@vonage/client-sdk 1.5.2-beta.0 → 1.5.2-beta.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.
@@ -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-beta.0';
33563
+ this.g1d_1 = '1.5.2-beta.2';
33564
33564
  }
33565
33565
  var BuildKonfig_instance;
33566
33566
  function CoreClientWithMedia() {
@@ -79117,11 +79117,11 @@ function requireClientsdkClientcore () {
79117
79117
  return CallDisconnectReasonJSObject_instance;
79118
79118
  }
79119
79119
  function HangupReasonJSObject() {
79120
- this.REMOTE_HANGUP = 'remoteHangup';
79121
- this.REMOTE_REJECT = 'remoteReject';
79122
- this.REMOTE_NO_ANSWER_TIMEOUT = 'remoteNoAnswerTimeout';
79123
- this.LOCAL_HANGUP = 'localHangup';
79124
- this.MEDIA_TIMEOUT = 'mediaTimeout';
79120
+ this.REMOTE_HANGUP = 'REMOTE_HANGUP';
79121
+ this.REMOTE_REJECT = 'REMOTE_REJECT';
79122
+ this.REMOTE_NO_ANSWER_TIMEOUT = 'REMOTE_NO_ANSWER_TIMEOUT';
79123
+ this.LOCAL_HANGUP = 'LOCAL_HANGUP';
79124
+ this.MEDIA_TIMEOUT = 'MEDIA_TIMEOUT';
79125
79125
  }
79126
79126
  protoOf(HangupReasonJSObject).n3x = function () {
79127
79127
  return this.REMOTE_HANGUP;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/client-sdk",
3
- "version": "1.5.2-beta.0",
3
+ "version": "1.5.2-beta.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "dist/client/index.mjs",