videomail-client 13.15.4 → 13.15.5
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 +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/error.d.ts +2 -0
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -10873,7 +10873,7 @@ var __webpack_exports__ = {};
|
|
|
10873
10873
|
var client = __webpack_require__(5734);
|
|
10874
10874
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10875
10875
|
var package_namespaceObject = {
|
|
10876
|
-
rE: "13.15.
|
|
10876
|
+
rE: "13.15.5"
|
|
10877
10877
|
};
|
|
10878
10878
|
function isAudioEnabled(options) {
|
|
10879
10879
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.js
CHANGED
|
@@ -38,5 +38,7 @@ export interface FullVideomailErrorData extends VideomailErrorData {
|
|
|
38
38
|
screen: string;
|
|
39
39
|
versions?: VideomailErrorVersions | undefined;
|
|
40
40
|
clientIp?: string | null | undefined;
|
|
41
|
+
userAgent?: string | null | undefined;
|
|
42
|
+
isBot?: boolean | undefined;
|
|
41
43
|
}
|
|
42
44
|
export {};
|
package/dist/umd/index.js
CHANGED
|
@@ -10879,7 +10879,7 @@
|
|
|
10879
10879
|
var client = __webpack_require__(5734);
|
|
10880
10880
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10881
10881
|
var package_namespaceObject = {
|
|
10882
|
-
rE: "13.15.
|
|
10882
|
+
rE: "13.15.5"
|
|
10883
10883
|
};
|
|
10884
10884
|
function isAudioEnabled(options) {
|
|
10885
10885
|
return Boolean(options.audio.enabled);
|