@vkontakte/videoplayer-core 2.0.166-dev.2bfbc0980.0 → 2.0.166-dev.56b250b62.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/videoplayer-core",
3
- "version": "2.0.166-dev.2bfbc0980.0",
3
+ "version": "2.0.166-dev.56b250b62.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer core library based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -42,6 +42,6 @@
42
42
  "**/*.d.ts"
43
43
  ],
44
44
  "dependencies": {
45
- "@vkontakte/videoplayer-shared": "1.0.95-dev.2bfbc0980.0"
45
+ "@vkontakte/videoplayer-shared": "1.0.95-dev.56b250b62.0"
46
46
  }
47
47
  }
@@ -126,7 +126,6 @@ export default class Player implements IPlayer {
126
126
  private initDebugTelemetry;
127
127
  private initTracerSubscription;
128
128
  private initWakeLock;
129
- private initRenderingRecovery;
130
129
  private setVideoTrackIdByQuality;
131
130
  private getActiveLiveDelay;
132
131
  private isNotActiveTabCase;
@@ -356,13 +356,6 @@ export type ITuningConfig = {
356
356
  * использует requestAnimationFrame
357
357
  */
358
358
  autoplayOnlyIfVisible: boolean;
359
- /**
360
- * Восстанавливает отрисовку <video> при возврате из фоновой вкладки.
361
- * WebKit на скрытых вкладках останавливает композитинг кадра и не всегда
362
- * возобновляет его сам — после детекта «залипшего» кадра делается микросик
363
- * в текущую позицию, заставляющий декодер переинициализировать текстуру.
364
- */
365
- recoverRenderingOnTabVisible: boolean;
366
359
  dynamicImportTimeout: Milliseconds;
367
360
  maxPlaybackTransitionInterval: Milliseconds;
368
361
  providerErrorLimit: number;