@stream-io/video-client 0.0.1-alpha.161 → 0.0.1-alpha.162
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 +4 -0
- package/dist/index.browser.es.js +2 -2
- package/dist/index.browser.es.js.map +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/src/Call.d.ts +1 -1
- package/package.json +1 -1
- package/src/Call.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.1-alpha.162](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.161...client0.0.1-alpha.162) (2023-05-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.0.1-alpha.161](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.160...client0.0.1-alpha.161) (2023-05-19)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -8553,7 +8553,7 @@ class Call {
|
|
|
8553
8553
|
});
|
|
8554
8554
|
};
|
|
8555
8555
|
/**
|
|
8556
|
-
* Resets the last sent reaction for the user holding the given `sessionId`.
|
|
8556
|
+
* Resets the last sent reaction for the user holding the given `sessionId`. This is a local action, it won't reset the reaction on the backend.
|
|
8557
8557
|
*
|
|
8558
8558
|
* @param sessionId the session id.
|
|
8559
8559
|
*/
|
|
@@ -10626,7 +10626,7 @@ class StreamClient {
|
|
|
10626
10626
|
}
|
|
10627
10627
|
getUserAgent() {
|
|
10628
10628
|
return (this.userAgent ||
|
|
10629
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10629
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.161"}`);
|
|
10630
10630
|
}
|
|
10631
10631
|
setUserAgent(userAgent) {
|
|
10632
10632
|
this.userAgent = userAgent;
|