@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.
@@ -31275,8 +31275,8 @@ var Rts = /* @__PURE__ */ function(_EventEmitter) {
31275
31275
  });
31276
31276
  }
31277
31277
  }
31278
- this._mediaStream.addTrack(this._audio);
31279
- this._mediaStream.addTrack(this._video);
31278
+ this._audio && this._mediaStream.addTrack(this._audio);
31279
+ this._video && this._mediaStream.addTrack(this._video);
31280
31280
  }
31281
31281
  }, {
31282
31282
  key: "initVideoEncodedTransform",
@@ -31614,7 +31614,7 @@ var RtsPlugin = /* @__PURE__ */ function(_BasePlugin) {
31614
31614
  }, {
31615
31615
  key: "version",
31616
31616
  get: function get3() {
31617
- return "0.2.1-alpha.5";
31617
+ return "0.2.1-alpha.6";
31618
31618
  }
31619
31619
  }, {
31620
31620
  key: "beforePlayerInit",