@volcengine/veplayer-plugin 2.4.2-rc.2 → 2.4.2-rc.3

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.
@@ -5910,8 +5910,8 @@ var Rts = /* @__PURE__ */ function(_EventEmitter) {
5910
5910
  });
5911
5911
  }
5912
5912
  }
5913
- this._mediaStream.addTrack(this._audio);
5914
- this._mediaStream.addTrack(this._video);
5913
+ this._audio && this._mediaStream.addTrack(this._audio);
5914
+ this._video && this._mediaStream.addTrack(this._video);
5915
5915
  }
5916
5916
  }, {
5917
5917
  key: "initVideoEncodedTransform",
@@ -6249,7 +6249,7 @@ var RtsPlugin = /* @__PURE__ */ function(_BasePlugin) {
6249
6249
  }, {
6250
6250
  key: "version",
6251
6251
  get: function get() {
6252
- return "0.2.1-alpha.5";
6252
+ return "0.2.1-alpha.6";
6253
6253
  }
6254
6254
  }, {
6255
6255
  key: "beforePlayerInit",