@stream-io/video-client 0.0.10 → 0.0.11

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
+ ### [0.0.11](https://github.com/GetStream/stream-video-js/compare/client0.0.10...client0.0.11) (2023-06-13)
6
+
7
+
8
+ ### Features
9
+
10
+ * add audio room demo app ([#572](https://github.com/GetStream/stream-video-js/issues/572)) ([77f7b65](https://github.com/GetStream/stream-video-js/commit/77f7b6596047d59e10c8e58abad38c4f48cc162f))
11
+
5
12
  ### [0.0.10](https://github.com/GetStream/stream-video-js/compare/client0.0.9...client0.0.10) (2023-06-12)
6
13
 
7
14
 
@@ -11022,7 +11022,7 @@ class StreamClient {
11022
11022
  }
11023
11023
  getUserAgent() {
11024
11024
  return (this.userAgent ||
11025
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.9"}`);
11025
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.10"}`);
11026
11026
  }
11027
11027
  setUserAgent(userAgent) {
11028
11028
  this.userAgent = userAgent;