@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.
- package/dist/index.browser.es.js +1 -1
- package/dist/index.browser.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/src/gen/coordinator/index.d.ts +37 -17
- package/dist/src/rtc/Call.d.ts +1 -1
- package/package.json +1 -1
- package/src/gen/coordinator/index.ts +37 -17
package/dist/index.browser.es.js
CHANGED
|
@@ -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.
|
|
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;
|