@stream-io/video-client 1.3.1 → 1.4.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.3.1...@stream-io/video-client-1.4.0) (2024-06-19)
6
+
7
+
8
+ ### Features
9
+
10
+ * **client:** support join_ahead_time_seconds field in the BackstageSettingsRequest struct ([#1397](https://github.com/GetStream/stream-video-js/issues/1397)) ([ded7a23](https://github.com/GetStream/stream-video-js/commit/ded7a23b1d112b496821bee95fe073f57bd51783))
11
+
5
12
  ### [1.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.3.0...@stream-io/video-client-1.3.1) (2024-06-12)
6
13
 
7
14
 
@@ -15384,7 +15384,7 @@ class StreamClient {
15384
15384
  });
15385
15385
  };
15386
15386
  this.getUserAgent = () => {
15387
- const version = "1.3.1" ;
15387
+ const version = "1.4.0" ;
15388
15388
  return (this.userAgent ||
15389
15389
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
15390
15390
  };