@stream-io/video-client 0.0.1-alpha.85 → 0.0.1-alpha.86

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.
@@ -8781,7 +8781,7 @@ class StreamClient {
8781
8781
  }
8782
8782
  getUserAgent() {
8783
8783
  return (this.userAgent ||
8784
- `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.84"}`);
8784
+ `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.85"}`);
8785
8785
  }
8786
8786
  setUserAgent(userAgent) {
8787
8787
  this.userAgent = userAgent;