@volcengine/veplayer 2.4.2-rc.4 → 2.4.2-rc.6

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.
@@ -13580,7 +13580,7 @@ class VePlayerBase {
13580
13580
  * @returns
13581
13581
  */
13582
13582
  get playerVersion() {
13583
- return "2.4.2-rc.4";
13583
+ return "2.4.2-rc.6";
13584
13584
  }
13585
13585
  /** {zh}
13586
13586
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -14050,6 +14050,7 @@ class VePlayerBase {
14050
14050
  */
14051
14051
  destroy() {
14052
14052
  this._player.off(ERROR, this._errorCallback);
14053
+ this._player.controls = null;
14053
14054
  this._player.destroy();
14054
14055
  }
14055
14056
  /** {zh}