videomail-client 15.7.3 → 15.7.4
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/cjs/index.cjs +5 -4
- package/dist/esm/index.js +5 -4
- package/dist/umd/index.js +5 -4
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -10932,7 +10932,7 @@ var __webpack_exports__ = {};
|
|
|
10932
10932
|
var client = __webpack_require__(5734);
|
|
10933
10933
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10934
10934
|
var package_namespaceObject = {
|
|
10935
|
-
rE: "15.7.
|
|
10935
|
+
rE: "15.7.4"
|
|
10936
10936
|
};
|
|
10937
10937
|
function isAudioEnabled(options) {
|
|
10938
10938
|
return Boolean(options.audio.enabled);
|
|
@@ -10949,9 +10949,10 @@ var __webpack_exports__ = {};
|
|
|
10949
10949
|
function inspect(element) {
|
|
10950
10950
|
return util_default().inspect(element, {
|
|
10951
10951
|
colors: false,
|
|
10952
|
-
compact:
|
|
10952
|
+
compact: false,
|
|
10953
10953
|
depth: 4,
|
|
10954
|
-
breakLength: 1 / 0
|
|
10954
|
+
breakLength: 1 / 0,
|
|
10955
|
+
showHidden: true
|
|
10955
10956
|
}).replace(/\s+/gu, " ").replace(/\r?\n/gu, "");
|
|
10956
10957
|
}
|
|
10957
10958
|
function pretty(anything) {
|
|
@@ -17554,7 +17555,7 @@ var __webpack_exports__ = {};
|
|
|
17554
17555
|
if (online) if ("timeout" === cause) explanation = `The server at ${url2Connect} did not respond within ${this.options.timeouts.connection}ms, even though your device is online. This usually points to a firewall or proxy silently dropping the connection. Please try a different network. If the problem persists, contact us.`;
|
|
17555
17556
|
else {
|
|
17556
17557
|
const closeSuffix = closeEvent ? ` (close code ${closeEvent.code})` : "";
|
|
17557
|
-
explanation = `The connection to ${url2Connect} was refused or could not be reached${closeSuffix}. Please check your internet connection and try again. If the problem persists, contact us
|
|
17558
|
+
explanation = `The connection to ${url2Connect} was refused or could not be reached${closeSuffix}. Please check your internet connection and try again. If the problem persists, contact us.`;
|
|
17558
17559
|
}
|
|
17559
17560
|
else explanation = "Your device appears to be offline. Please check your internet connection and try again.";
|
|
17560
17561
|
if (this.stream) {
|
package/dist/esm/index.js
CHANGED
|
@@ -3620,7 +3620,7 @@ const constants = {
|
|
|
3620
3620
|
}
|
|
3621
3621
|
};
|
|
3622
3622
|
var package_namespaceObject = {
|
|
3623
|
-
rE: "15.7.
|
|
3623
|
+
rE: "15.7.4"
|
|
3624
3624
|
};
|
|
3625
3625
|
function isAudioEnabled(options) {
|
|
3626
3626
|
return Boolean(options.audio.enabled);
|
|
@@ -3637,9 +3637,10 @@ var util_default = /*#__PURE__*/ __webpack_require__.n(util);
|
|
|
3637
3637
|
function inspect(element) {
|
|
3638
3638
|
return util_default().inspect(element, {
|
|
3639
3639
|
colors: false,
|
|
3640
|
-
compact:
|
|
3640
|
+
compact: false,
|
|
3641
3641
|
depth: 4,
|
|
3642
|
-
breakLength: 1 / 0
|
|
3642
|
+
breakLength: 1 / 0,
|
|
3643
|
+
showHidden: true
|
|
3643
3644
|
}).replace(/\s+/gu, " ").replace(/\r?\n/gu, "");
|
|
3644
3645
|
}
|
|
3645
3646
|
function pretty(anything) {
|
|
@@ -6616,7 +6617,7 @@ class Recorder extends util_Despot {
|
|
|
6616
6617
|
if (online) if ("timeout" === cause) explanation = `The server at ${url2Connect} did not respond within ${this.options.timeouts.connection}ms, even though your device is online. This usually points to a firewall or proxy silently dropping the connection. Please try a different network. If the problem persists, contact us.`;
|
|
6617
6618
|
else {
|
|
6618
6619
|
const closeSuffix = closeEvent ? ` (close code ${closeEvent.code})` : "";
|
|
6619
|
-
explanation = `The connection to ${url2Connect} was refused or could not be reached${closeSuffix}. Please check your internet connection and try again. If the problem persists, contact us
|
|
6620
|
+
explanation = `The connection to ${url2Connect} was refused or could not be reached${closeSuffix}. Please check your internet connection and try again. If the problem persists, contact us.`;
|
|
6620
6621
|
}
|
|
6621
6622
|
else explanation = "Your device appears to be offline. Please check your internet connection and try again.";
|
|
6622
6623
|
if (this.stream) {
|
package/dist/umd/index.js
CHANGED
|
@@ -10938,7 +10938,7 @@
|
|
|
10938
10938
|
var client = __webpack_require__(5734);
|
|
10939
10939
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10940
10940
|
var package_namespaceObject = {
|
|
10941
|
-
rE: "15.7.
|
|
10941
|
+
rE: "15.7.4"
|
|
10942
10942
|
};
|
|
10943
10943
|
function isAudioEnabled(options) {
|
|
10944
10944
|
return Boolean(options.audio.enabled);
|
|
@@ -10955,9 +10955,10 @@
|
|
|
10955
10955
|
function inspect(element) {
|
|
10956
10956
|
return util_default().inspect(element, {
|
|
10957
10957
|
colors: false,
|
|
10958
|
-
compact:
|
|
10958
|
+
compact: false,
|
|
10959
10959
|
depth: 4,
|
|
10960
|
-
breakLength: 1 / 0
|
|
10960
|
+
breakLength: 1 / 0,
|
|
10961
|
+
showHidden: true
|
|
10961
10962
|
}).replace(/\s+/gu, " ").replace(/\r?\n/gu, "");
|
|
10962
10963
|
}
|
|
10963
10964
|
function pretty(anything) {
|
|
@@ -17325,7 +17326,7 @@
|
|
|
17325
17326
|
if (online) if ("timeout" === cause) explanation = `The server at ${url2Connect} did not respond within ${this.options.timeouts.connection}ms, even though your device is online. This usually points to a firewall or proxy silently dropping the connection. Please try a different network. If the problem persists, contact us.`;
|
|
17326
17327
|
else {
|
|
17327
17328
|
const closeSuffix = closeEvent ? ` (close code ${closeEvent.code})` : "";
|
|
17328
|
-
explanation = `The connection to ${url2Connect} was refused or could not be reached${closeSuffix}. Please check your internet connection and try again. If the problem persists, contact us
|
|
17329
|
+
explanation = `The connection to ${url2Connect} was refused or could not be reached${closeSuffix}. Please check your internet connection and try again. If the problem persists, contact us.`;
|
|
17329
17330
|
}
|
|
17330
17331
|
else explanation = "Your device appears to be offline. Please check your internet connection and try again.";
|
|
17331
17332
|
if (this.stream) {
|