@vindral/web-sdk 3.0.6 → 3.0.7
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/index.d.ts +2 -1
- package/index.mjs +863 -827
- package/index.umd.js +5 -5
- package/package.json +1 -1
- package/style.css +1 -1
package/index.d.ts
CHANGED
|
@@ -737,7 +737,7 @@ export declare class Vindral extends Emitter<PublicVindralEvents> {
|
|
|
737
737
|
private cachedEdges;
|
|
738
738
|
private shiftedEdges;
|
|
739
739
|
private pool;
|
|
740
|
-
private
|
|
740
|
+
private sampleProcessingSesssions;
|
|
741
741
|
private sizes;
|
|
742
742
|
private isSuspended;
|
|
743
743
|
private disconnectTimeout;
|
|
@@ -1551,6 +1551,7 @@ export declare class Player {
|
|
|
1551
1551
|
private checkState;
|
|
1552
1552
|
private needsThumbnails;
|
|
1553
1553
|
private bumpInteractTime;
|
|
1554
|
+
private iosHackResetSize;
|
|
1554
1555
|
}
|
|
1555
1556
|
|
|
1556
1557
|
export {};
|