@byteplus/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
|
@@ -7642,6 +7642,7 @@ var Rts = /* @__PURE__ */ function(_EventEmitter) {
|
|
|
7642
7642
|
this._pc.close();
|
|
7643
7643
|
if (this._media) {
|
|
7644
7644
|
this._media.srcObject = null;
|
|
7645
|
+
this._media.removeAttribute("src");
|
|
7645
7646
|
}
|
|
7646
7647
|
}
|
|
7647
7648
|
}
|
|
@@ -7811,7 +7812,7 @@ var RtsPlugin = /* @__PURE__ */ function(_BasePlugin) {
|
|
|
7811
7812
|
}, {
|
|
7812
7813
|
key: "version",
|
|
7813
7814
|
get: function get() {
|
|
7814
|
-
return "0.2.1-alpha.
|
|
7815
|
+
return "0.2.1-alpha.43";
|
|
7815
7816
|
}
|
|
7816
7817
|
}, {
|
|
7817
7818
|
key: "beforePlayerInit",
|