@vindral/web-sdk 4.3.1 → 4.3.2-2-gffc6c8655

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.3.1",
2
+ "version": "4.3.2-2-gffc6c8655",
3
3
  "name": "@vindral/web-sdk",
4
4
  "main": "./legacy.umd.js",
5
5
  "module": "./legacy.es.js",
package/player.d.ts CHANGED
@@ -958,8 +958,10 @@ type Statistics = ModuleStatistics & ReturnType<UserAgentInformation["getUserAge
958
958
  */
959
959
  channelGroupId?: string;
960
960
  /**
961
- * Time in milliseconds from instantiation to playback of video and audio being started.
961
+ * Time in milliseconds from the first `connect()` call to playback of video and audio being started.
962
962
  * Note that an actual frame render often happens much quicker, but that is not counted as TTFF.
963
+ * `timeToConnected` shares the same anchor, so `timeToFirstFrame - timeToConnected` is the
964
+ * post-transport portion (player bootstrap, media flow, decode, buffer fill, render).
963
965
  */
964
966
  timeToFirstFrame?: number;
965
967
  /**
package/player.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import { t as e } from "./BFPgdE3l.js";
2
- import "./Dfj0VbOY.js";
3
- import { t } from "./BNxcJNN7.js";
2
+ import "./DxwhHj1d.js";
3
+ import { t } from "./BqWIiOfa.js";
4
4
  export { t as registerComponents, e as registerDebugComponents };
package/react.d.ts CHANGED
@@ -960,8 +960,10 @@ type Statistics = ModuleStatistics & ReturnType<UserAgentInformation["getUserAge
960
960
  */
961
961
  channelGroupId?: string;
962
962
  /**
963
- * Time in milliseconds from instantiation to playback of video and audio being started.
963
+ * Time in milliseconds from the first `connect()` call to playback of video and audio being started.
964
964
  * Note that an actual frame render often happens much quicker, but that is not counted as TTFF.
965
+ * `timeToConnected` shares the same anchor, so `timeToFirstFrame - timeToConnected` is the
966
+ * post-transport portion (player bootstrap, media flow, decode, buffer fill, render).
965
967
  */
966
968
  timeToFirstFrame?: number;
967
969
  /**
@@ -1,5 +1,5 @@
1
- import "./Dfj0VbOY.js";
2
- import { t as e } from "./BNxcJNN7.js";
1
+ import "./DxwhHj1d.js";
2
+ import { t as e } from "./BqWIiOfa.js";
3
3
  //#region src/vindral-player-component.ts
4
4
  e();
5
5
  //#endregion