@vindral/web-sdk 3.3.1 → 3.3.2

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/index.d.ts CHANGED
@@ -980,6 +980,11 @@ declare class UserAgentInformation {
980
980
  private highEntropyValues?;
981
981
  constructor();
982
982
  getUserAgentInformation(): {
983
+ locationOrigin: string;
984
+ locationPath: string;
985
+ ancestorOrigins: string[] | undefined;
986
+ hardwareConcurrency: number;
987
+ deviceMemory: number | undefined;
983
988
  userAgentLegacy: string;
984
989
  ua: {
985
990
  browser: {
@@ -994,17 +999,13 @@ declare class UserAgentInformation {
994
999
  major_version: number;
995
1000
  };
996
1001
  };
997
- locationOrigin: string;
998
- locationPath: string;
999
- ancestorOrigins: string[] | undefined;
1000
- userAgent?: undefined;
1001
1002
  } | {
1002
- userAgent: string;
1003
1003
  locationOrigin: string;
1004
1004
  locationPath: string;
1005
1005
  ancestorOrigins: string[] | undefined;
1006
- userAgentLegacy?: undefined;
1007
- ua?: undefined;
1006
+ hardwareConcurrency: number;
1007
+ deviceMemory: number | undefined;
1008
+ userAgent: string;
1008
1009
  };
1009
1010
  }
1010
1011
  type ModuleStatistics = AdaptivityStatistics & BufferTimeStatistics & ConnectionStatistics & ConstraintCapStatistics & DecoderStatistics & DocumentStateModulesStatistics & IncomingDataModuleStatistics & MseModuleStatistics & PlaybackModuleStatistics & QualityOfServiceModuleStatistics & RenditionsModuleStatistics & SyncModuleStatistics & TelemetryModuleStatistics & VideoPlayerStatistics;
@@ -1411,6 +1412,7 @@ export declare class Vindral extends Emitter<PublicVindralEvents> {
1411
1412
  * Pauses the stream. Call .play() to resume playback again.
1412
1413
  */
1413
1414
  pause: () => void;
1415
+ private registerDebugInstance;
1414
1416
  /**
1415
1417
  *
1416
1418
  * Start playing the stream.