@volcengine/veplayer 2.4.2-rc.5 → 2.4.2-rc.7

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.
@@ -8780,11 +8780,13 @@ class Logger extends Plugin$2 {
8780
8780
  }
8781
8781
  }
8782
8782
  _createTea() {
8783
- SDK.init({
8784
- ...this.config,
8785
- app_id: 468759,
8786
- channel: "cn"
8787
- });
8783
+ if (!SDK.inited) {
8784
+ SDK.init({
8785
+ ...this.config,
8786
+ app_id: 468759,
8787
+ channel: "cn"
8788
+ });
8789
+ }
8788
8790
  SDK.start();
8789
8791
  SDK.config({
8790
8792
  user_unique_id: this._userId,
@@ -8805,7 +8807,7 @@ class Logger extends Plugin$2 {
8805
8807
  veplayer_version: "2.3.1-rc.1",
8806
8808
  flv_version: "3.0.19-rc.0",
8807
8809
  hls_version: "3.0.19-rc.0",
8808
- rts_version: "0.2.1-alpha.8"
8810
+ rts_version: "0.2.1-alpha.13"
8809
8811
  }
8810
8812
  });
8811
8813
  }