@stream-io/video-client 0.0.25 → 0.0.26

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.26](https://github.com/GetStream/stream-video-js/compare/client0.0.25...client0.0.26) (2023-06-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * Add user that mutes others in `CallUserMuted` event ([#704](https://github.com/GetStream/stream-video-js/issues/704)) ([f57fbbd](https://github.com/GetStream/stream-video-js/commit/f57fbbdcf9002add174aceba191211f3884cdc62))
11
+
5
12
  ### [0.0.25](https://github.com/GetStream/stream-video-js/compare/client0.0.24...client0.0.25) (2023-06-23)
6
13
 
7
14
 
@@ -11098,7 +11098,7 @@ class StreamClient {
11098
11098
  }
11099
11099
  getUserAgent() {
11100
11100
  return (this.userAgent ||
11101
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.24"}`);
11101
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.25"}`);
11102
11102
  }
11103
11103
  setUserAgent(userAgent) {
11104
11104
  this.userAgent = userAgent;