@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.
- package/esm/index.development.js +2 -1
- package/esm/index.production.js +1 -1
- package/esm/veplayer.plugin.rtm.development.js +2 -1
- package/esm/veplayer.plugin.rtm.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.plugin.rtm.development.js +2 -1
- package/umd/veplayer.plugin.rtm.production.js +1 -1
package/esm/index.development.js
CHANGED
|
@@ -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.
|
|
33771
|
+
return "0.2.1-alpha.43";
|
|
33771
33772
|
}
|
|
33772
33773
|
}, {
|
|
33773
33774
|
key: "beforePlayerInit",
|