@vkontakte/videoplayer-core 2.0.154-dev.a9123e27.0 → 2.0.154-dev.c9a557fc.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.154-dev.a9123e27.0",
3
+ "version": "2.0.154-dev.c9a557fc.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer core library based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -54,6 +54,6 @@
54
54
  "**/*.d.ts"
55
55
  ],
56
56
  "dependencies": {
57
- "@vkontakte/videoplayer-shared": "1.0.83-dev.a9123e27.0"
57
+ "@vkontakte/videoplayer-shared": "1.0.83-dev.c9a557fc.0"
58
58
  }
59
59
  }
@@ -258,6 +258,8 @@ export type ITuningConfig = {
258
258
  disableYandexPiP?: boolean;
259
259
  asyncResolveClientChecker?: boolean;
260
260
  autostartOnlyIfVisible?: boolean;
261
+ allowBackgroundPlayIfNotMuted?: boolean;
262
+ useExternalVideoElement?: boolean;
261
263
  /**
262
264
  * Если включен, то переключаем видео в состояние паузы при окончании видео.
263
265
  */