@stream-io/video-client 0.0.1-alpha.135 → 0.0.1-alpha.137
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 +13 -0
- package/dist/index.browser.es.js +6 -1
- package/dist/index.browser.es.js.map +1 -1
- package/dist/index.cjs.js +6 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.1-alpha.137](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.136...client0.0.1-alpha.137) (2023-05-12)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [0.0.1-alpha.136](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.135...client0.0.1-alpha.136) (2023-05-12)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* Livestream sample app ([#489](https://github.com/GetStream/stream-video-js/issues/489)) ([bf6e6e5](https://github.com/GetStream/stream-video-js/commit/bf6e6e54dab884828ca08208f25b1285cf3f1944))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
5
18
|
## [0.0.1-alpha.135](https://github.com/GetStream/stream-video-js/compare/client0.0.1-alpha.134...client0.0.1-alpha.135) (2023-05-12)
|
|
6
19
|
|
|
7
20
|
|
package/dist/index.browser.es.js
CHANGED
|
@@ -4181,6 +4181,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
4181
4181
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
4182
4182
|
PERFORMANCE OF THIS SOFTWARE.
|
|
4183
4183
|
***************************************************************************** */
|
|
4184
|
+
/* global Reflect, Promise */
|
|
4185
|
+
|
|
4184
4186
|
|
|
4185
4187
|
function __awaiter(thisArg, _arguments, P, generator) {
|
|
4186
4188
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -4193,6 +4195,9 @@ function __awaiter(thisArg, _arguments, P, generator) {
|
|
|
4193
4195
|
}
|
|
4194
4196
|
|
|
4195
4197
|
/* eslint-disable */
|
|
4198
|
+
// @generated by protobuf-ts 2.8.1 with parameter long_type_string,client_generic,server_none,eslint_disable
|
|
4199
|
+
// @generated from protobuf file "video/sfu/signal_rpc/signal.proto" (package "stream.video.sfu.signal", syntax proto3)
|
|
4200
|
+
// tslint:disable
|
|
4196
4201
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
4197
4202
|
class UpdateMuteStatesRequest$Type extends MessageType {
|
|
4198
4203
|
constructor() {
|
|
@@ -10562,7 +10567,7 @@ class StreamClient {
|
|
|
10562
10567
|
}
|
|
10563
10568
|
getUserAgent() {
|
|
10564
10569
|
return (this.userAgent ||
|
|
10565
|
-
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.
|
|
10570
|
+
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${"0.0.1-alpha.136"}`);
|
|
10566
10571
|
}
|
|
10567
10572
|
setUserAgent(userAgent) {
|
|
10568
10573
|
this.userAgent = userAgent;
|