@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.
package/dist/client/index.cjs
CHANGED
|
@@ -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-beta.
|
|
34096
|
+
this.g1d_1 = '1.5.2-beta.2';
|
|
34097
34097
|
}
|
|
34098
34098
|
var BuildKonfig_instance;
|
|
34099
34099
|
function BuildKonfig_getInstance() {
|
|
@@ -80592,11 +80592,11 @@ function requireClientsdkClientcore () {
|
|
|
80592
80592
|
return CallDisconnectReasonJSObject_instance;
|
|
80593
80593
|
}
|
|
80594
80594
|
function HangupReasonJSObject() {
|
|
80595
|
-
this.REMOTE_HANGUP = '
|
|
80596
|
-
this.REMOTE_REJECT = '
|
|
80597
|
-
this.REMOTE_NO_ANSWER_TIMEOUT = '
|
|
80598
|
-
this.LOCAL_HANGUP = '
|
|
80599
|
-
this.MEDIA_TIMEOUT = '
|
|
80595
|
+
this.REMOTE_HANGUP = 'REMOTE_HANGUP';
|
|
80596
|
+
this.REMOTE_REJECT = 'REMOTE_REJECT';
|
|
80597
|
+
this.REMOTE_NO_ANSWER_TIMEOUT = 'REMOTE_NO_ANSWER_TIMEOUT';
|
|
80598
|
+
this.LOCAL_HANGUP = 'LOCAL_HANGUP';
|
|
80599
|
+
this.MEDIA_TIMEOUT = 'MEDIA_TIMEOUT';
|
|
80600
80600
|
}
|
|
80601
80601
|
protoOf(HangupReasonJSObject).n3x = function () {
|
|
80602
80602
|
return this.REMOTE_HANGUP;
|
package/dist/client/index.mjs
CHANGED
|
@@ -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-beta.
|
|
34072
|
+
this.g1d_1 = '1.5.2-beta.2';
|
|
34073
34073
|
}
|
|
34074
34074
|
var BuildKonfig_instance;
|
|
34075
34075
|
function BuildKonfig_getInstance() {
|
|
@@ -80568,11 +80568,11 @@ function requireClientsdkClientcore () {
|
|
|
80568
80568
|
return CallDisconnectReasonJSObject_instance;
|
|
80569
80569
|
}
|
|
80570
80570
|
function HangupReasonJSObject() {
|
|
80571
|
-
this.REMOTE_HANGUP = '
|
|
80572
|
-
this.REMOTE_REJECT = '
|
|
80573
|
-
this.REMOTE_NO_ANSWER_TIMEOUT = '
|
|
80574
|
-
this.LOCAL_HANGUP = '
|
|
80575
|
-
this.MEDIA_TIMEOUT = '
|
|
80571
|
+
this.REMOTE_HANGUP = 'REMOTE_HANGUP';
|
|
80572
|
+
this.REMOTE_REJECT = 'REMOTE_REJECT';
|
|
80573
|
+
this.REMOTE_NO_ANSWER_TIMEOUT = 'REMOTE_NO_ANSWER_TIMEOUT';
|
|
80574
|
+
this.LOCAL_HANGUP = 'LOCAL_HANGUP';
|
|
80575
|
+
this.MEDIA_TIMEOUT = 'MEDIA_TIMEOUT';
|
|
80576
80576
|
}
|
|
80577
80577
|
protoOf(HangupReasonJSObject).n3x = function () {
|
|
80578
80578
|
return this.REMOTE_HANGUP;
|
package/dist/vonageClientSDK.js
CHANGED
|
@@ -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-beta.
|
|
33569
|
+
this.g1d_1 = '1.5.2-beta.2';
|
|
33570
33570
|
}
|
|
33571
33571
|
var BuildKonfig_instance;
|
|
33572
33572
|
function CoreClientWithMedia() {
|
|
@@ -79123,11 +79123,11 @@
|
|
|
79123
79123
|
return CallDisconnectReasonJSObject_instance;
|
|
79124
79124
|
}
|
|
79125
79125
|
function HangupReasonJSObject() {
|
|
79126
|
-
this.REMOTE_HANGUP = '
|
|
79127
|
-
this.REMOTE_REJECT = '
|
|
79128
|
-
this.REMOTE_NO_ANSWER_TIMEOUT = '
|
|
79129
|
-
this.LOCAL_HANGUP = '
|
|
79130
|
-
this.MEDIA_TIMEOUT = '
|
|
79126
|
+
this.REMOTE_HANGUP = 'REMOTE_HANGUP';
|
|
79127
|
+
this.REMOTE_REJECT = 'REMOTE_REJECT';
|
|
79128
|
+
this.REMOTE_NO_ANSWER_TIMEOUT = 'REMOTE_NO_ANSWER_TIMEOUT';
|
|
79129
|
+
this.LOCAL_HANGUP = 'LOCAL_HANGUP';
|
|
79130
|
+
this.MEDIA_TIMEOUT = 'MEDIA_TIMEOUT';
|
|
79131
79131
|
}
|
|
79132
79132
|
protoOf(HangupReasonJSObject).n3x = function () {
|
|
79133
79133
|
return this.REMOTE_HANGUP;
|