@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/vonageClientSDK.mjs
CHANGED
|
@@ -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.
|
|
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 = '
|
|
79121
|
-
this.REMOTE_REJECT = '
|
|
79122
|
-
this.REMOTE_NO_ANSWER_TIMEOUT = '
|
|
79123
|
-
this.LOCAL_HANGUP = '
|
|
79124
|
-
this.MEDIA_TIMEOUT = '
|
|
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;
|