@volcengine/veplayer 2.7.1-rc.0 → 2.7.1-rc.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/veplayer.d.ts CHANGED
@@ -10951,8 +10951,6 @@ declare namespace live {
10951
10951
  config: LoggerConfig & {
10952
10952
  enable: boolean;
10953
10953
  };
10954
- private _userId?;
10955
- private _deviceId?;
10956
10954
  private _liveLogger;
10957
10955
  static get pluginName(): string;
10958
10956
  static get defaultConfig(): {
@@ -10951,8 +10951,6 @@ declare namespace live {
10951
10951
  config: LoggerConfig & {
10952
10952
  enable: boolean;
10953
10953
  };
10954
- private _userId?;
10955
- private _deviceId?;
10956
10954
  private _liveLogger;
10957
10955
  static get pluginName(): string;
10958
10956
  static get defaultConfig(): {