@volcengine/veplayer 2.4.2-rc.3 → 2.4.2-rc.5

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.
@@ -13584,7 +13584,7 @@ var __publicField = (obj, key, value) => {
13584
13584
  * @returns
13585
13585
  */
13586
13586
  get playerVersion() {
13587
- return "2.4.2-rc.3";
13587
+ return "2.4.2-rc.5";
13588
13588
  }
13589
13589
  /** {zh}
13590
13590
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -14054,6 +14054,7 @@ var __publicField = (obj, key, value) => {
14054
14054
  */
14055
14055
  destroy() {
14056
14056
  this._player.off(ERROR, this._errorCallback);
14057
+ this._player.controls = null;
14057
14058
  this._player.destroy();
14058
14059
  }
14059
14060
  /** {zh}