@volcengine/veplayer-plugin 2.9.0-rc.1 → 2.9.1

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.
@@ -33598,6 +33598,7 @@ var Rts = /* @__PURE__ */ function(_EventEmitter) {
33598
33598
  this._pc.close();
33599
33599
  if (this._media) {
33600
33600
  this._media.srcObject = null;
33601
+ this._media.removeAttribute("src");
33601
33602
  }
33602
33603
  }
33603
33604
  }
@@ -33767,7 +33768,7 @@ var RtsPlugin = /* @__PURE__ */ function(_BasePlugin) {
33767
33768
  }, {
33768
33769
  key: "version",
33769
33770
  get: function get4() {
33770
- return "0.2.1-alpha.42";
33771
+ return "0.2.1-alpha.43";
33771
33772
  }
33772
33773
  }, {
33773
33774
  key: "beforePlayerInit",