videomail-client 13.8.22 → 13.8.23
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
CHANGED
|
@@ -10852,7 +10852,7 @@ var __webpack_exports__ = {};
|
|
|
10852
10852
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10853
10853
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10854
10854
|
var package_namespaceObject = {
|
|
10855
|
-
rE: "13.8.
|
|
10855
|
+
rE: "13.8.23"
|
|
10856
10856
|
};
|
|
10857
10857
|
function isAudioEnabled(options) {
|
|
10858
10858
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.js
CHANGED
|
@@ -29,7 +29,7 @@ export interface Videomail {
|
|
|
29
29
|
mp4?: string;
|
|
30
30
|
vtt?: string;
|
|
31
31
|
captions?: string | undefined;
|
|
32
|
-
poster
|
|
32
|
+
poster?: string | undefined;
|
|
33
33
|
browserStats?: BrowserStats | undefined;
|
|
34
34
|
recordingStats?: RecordingStats | undefined;
|
|
35
35
|
recordLocation?: string | undefined;
|
|
@@ -45,7 +45,7 @@ declare class Form extends Despot {
|
|
|
45
45
|
mp4?: string;
|
|
46
46
|
vtt?: string;
|
|
47
47
|
captions?: string | undefined | undefined;
|
|
48
|
-
poster?: string;
|
|
48
|
+
poster?: string | undefined | undefined;
|
|
49
49
|
browserStats?: {
|
|
50
50
|
ua?: string;
|
|
51
51
|
browser?: {
|
|
@@ -221,7 +221,7 @@ declare class Form extends Despot {
|
|
|
221
221
|
mp4?: string;
|
|
222
222
|
vtt?: string;
|
|
223
223
|
captions?: string | undefined | undefined;
|
|
224
|
-
poster?: string;
|
|
224
|
+
poster?: string | undefined | undefined;
|
|
225
225
|
browserStats?: {
|
|
226
226
|
ua?: string;
|
|
227
227
|
browser?: {
|
package/dist/umd/index.js
CHANGED
|
@@ -10858,7 +10858,7 @@
|
|
|
10858
10858
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10859
10859
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10860
10860
|
var package_namespaceObject = {
|
|
10861
|
-
rE: "13.8.
|
|
10861
|
+
rE: "13.8.23"
|
|
10862
10862
|
};
|
|
10863
10863
|
function isAudioEnabled(options) {
|
|
10864
10864
|
return Boolean(options.audio.enabled);
|