@stream-io/video-client 0.0.51 → 0.1.0
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 +59 -103
- 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/version.d.ts +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,347 +2,303 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [0.1.0](https://github.com/GetStream/stream-video-js/compare/client0.0.51...client0.1.0) (2023-07-17)
|
|
6
|
+
|
|
6
7
|
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* Trigger breaking change for client
|
|
7
11
|
|
|
8
12
|
### Features
|
|
9
13
|
|
|
10
|
-
*
|
|
14
|
+
* Trigger breaking change for client ([5230bfb](https://github.com/GetStream/stream-video-js/commit/5230bfb5cea4776f78fd9ae73cdeb5a0ea27c7fd))
|
|
11
15
|
|
|
12
|
-
### [0.0.
|
|
16
|
+
### [0.0.51](https://github.com/GetStream/stream-video-js/compare/client0.0.50...client0.0.51) (2023-07-17)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
13
19
|
|
|
20
|
+
- Update readme ([9e172f3](https://github.com/GetStream/stream-video-js/commit/9e172f3f72c4da6b24bb19193f70896435c50877))
|
|
21
|
+
|
|
22
|
+
### [0.0.50](https://github.com/GetStream/stream-video-js/compare/client0.0.49...client0.0.50) (2023-07-17)
|
|
14
23
|
|
|
15
24
|
### Bug Fixes
|
|
16
25
|
|
|
17
|
-
|
|
26
|
+
- Update README.md ([1e62478](https://github.com/GetStream/stream-video-js/commit/1e624782f97c36dd745f00fb56a2ded4e1dffa35))
|
|
18
27
|
|
|
19
28
|
### [0.0.49](https://github.com/GetStream/stream-video-js/compare/client0.0.48...client0.0.49) (2023-07-17)
|
|
20
29
|
|
|
21
|
-
|
|
22
30
|
### Bug Fixes
|
|
23
31
|
|
|
24
|
-
|
|
32
|
+
- promote prop-types to a 'dependency' in react-sdk ([#805](https://github.com/GetStream/stream-video-js/issues/805)) ([7109c9b](https://github.com/GetStream/stream-video-js/commit/7109c9b6d4087789f44ab8beb539bca495ba8f76))
|
|
25
33
|
|
|
26
34
|
### [0.0.48](https://github.com/GetStream/stream-video-js/compare/client0.0.47...client0.0.48) (2023-07-14)
|
|
27
35
|
|
|
28
|
-
|
|
29
36
|
### Bug Fixes
|
|
30
37
|
|
|
31
|
-
|
|
38
|
+
- force iceRestart offer, delay ICE restart ([#801](https://github.com/GetStream/stream-video-js/issues/801)) ([0da298f](https://github.com/GetStream/stream-video-js/commit/0da298faff30ddc42277444aad0d40a635fafb0b)), closes [#787](https://github.com/GetStream/stream-video-js/issues/787)
|
|
32
39
|
|
|
33
40
|
### [0.0.47](https://github.com/GetStream/stream-video-js/compare/client0.0.46...client0.0.47) (2023-07-14)
|
|
34
41
|
|
|
35
|
-
|
|
36
42
|
### Features
|
|
37
43
|
|
|
38
|
-
|
|
44
|
+
- take the location-hint on SDK init ([#799](https://github.com/GetStream/stream-video-js/issues/799)) ([ee5b170](https://github.com/GetStream/stream-video-js/commit/ee5b170337278a7063a368790f46b270647abf71))
|
|
39
45
|
|
|
40
46
|
### [0.0.46](https://github.com/GetStream/stream-video-js/compare/client0.0.45...client0.0.46) (2023-07-14)
|
|
41
47
|
|
|
42
|
-
|
|
43
48
|
### Bug Fixes
|
|
44
49
|
|
|
45
|
-
|
|
50
|
+
- version.ts override ([4238936](https://github.com/GetStream/stream-video-js/commit/4238936ec5d24c4ec1ce2147eb4ac2d7b74935ca))
|
|
46
51
|
|
|
47
52
|
### [0.0.45](https://github.com/GetStream/stream-video-js/compare/client0.0.44...client0.0.45) (2023-07-14)
|
|
48
53
|
|
|
49
|
-
|
|
50
54
|
### Features
|
|
51
55
|
|
|
52
|
-
|
|
56
|
+
- fix version problem ([096425b](https://github.com/GetStream/stream-video-js/commit/096425bbcb6fcc06a566458dc6bd8431183d31d8))
|
|
53
57
|
|
|
54
58
|
### [0.0.44](https://github.com/GetStream/stream-video-js/compare/client0.0.43...client0.0.44) (2023-07-14)
|
|
55
59
|
|
|
56
|
-
|
|
57
60
|
### Features
|
|
58
61
|
|
|
59
|
-
|
|
62
|
+
- SDK version header ([#790](https://github.com/GetStream/stream-video-js/issues/790)) ([6c662db](https://github.com/GetStream/stream-video-js/commit/6c662db59321db4060b5499d8eaad8a18b1eaf6c))
|
|
60
63
|
|
|
61
64
|
### [0.0.43](https://github.com/GetStream/stream-video-js/compare/client0.0.42...client0.0.43) (2023-07-12)
|
|
62
65
|
|
|
63
|
-
|
|
64
66
|
### Bug Fixes
|
|
65
67
|
|
|
66
|
-
|
|
68
|
+
- Attempt to recover Publisher PeerConnection ([#787](https://github.com/GetStream/stream-video-js/issues/787)) ([0ac2b58](https://github.com/GetStream/stream-video-js/commit/0ac2b5834fba01c01a5d7d0589ce42a5940643af))
|
|
67
69
|
|
|
68
70
|
### [0.0.42](https://github.com/GetStream/stream-video-js/compare/client0.0.41...client0.0.42) (2023-07-12)
|
|
69
71
|
|
|
70
|
-
|
|
71
72
|
### Bug Fixes
|
|
72
73
|
|
|
73
|
-
|
|
74
|
+
- Heuristic announcement of track mid ([#785](https://github.com/GetStream/stream-video-js/issues/785)) ([21c1da7](https://github.com/GetStream/stream-video-js/commit/21c1da74a7b1691ccea6cad360dd9e18fa357b2d))
|
|
74
75
|
|
|
75
76
|
### [0.0.41](https://github.com/GetStream/stream-video-js/compare/client0.0.40...client0.0.41) (2023-07-10)
|
|
76
77
|
|
|
77
|
-
|
|
78
78
|
### Documentation
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
- **react-sdk:** add token snippet to audio rooms tutorial ([#739](https://github.com/GetStream/stream-video-js/issues/739)) ([bf0b46c](https://github.com/GetStream/stream-video-js/commit/bf0b46ce40329458ad545c82b70a4099c4afc8f2))
|
|
81
81
|
|
|
82
82
|
### [0.0.40](https://github.com/GetStream/stream-video-js/compare/client0.0.39...client0.0.40) (2023-07-07)
|
|
83
83
|
|
|
84
|
-
|
|
85
84
|
### Features
|
|
86
85
|
|
|
87
|
-
|
|
86
|
+
- reconnection flow support for react-native ([#746](https://github.com/GetStream/stream-video-js/issues/746)) ([8677317](https://github.com/GetStream/stream-video-js/commit/86773172cd6e9c77940645302cc80b138ecc090a))
|
|
88
87
|
|
|
89
88
|
### [0.0.39](https://github.com/GetStream/stream-video-js/compare/client0.0.38...client0.0.39) (2023-07-07)
|
|
90
89
|
|
|
91
|
-
|
|
92
90
|
### Bug Fixes
|
|
93
91
|
|
|
94
|
-
|
|
92
|
+
- promise rejection on call leave ([#767](https://github.com/GetStream/stream-video-js/issues/767)) ([4b9fb95](https://github.com/GetStream/stream-video-js/commit/4b9fb959649126594855a1699058da907d7b5832))
|
|
95
93
|
|
|
96
94
|
### [0.0.38](https://github.com/GetStream/stream-video-js/compare/client0.0.37...client0.0.38) (2023-07-07)
|
|
97
95
|
|
|
98
|
-
|
|
99
96
|
### Features
|
|
100
97
|
|
|
101
|
-
|
|
98
|
+
- respect user_session_id in call.session events ([#766](https://github.com/GetStream/stream-video-js/issues/766)) ([18c6ae0](https://github.com/GetStream/stream-video-js/commit/18c6ae0ea47060e18b3462c7a6a04cad59f5f94b))
|
|
102
99
|
|
|
103
100
|
### [0.0.37](https://github.com/GetStream/stream-video-js/compare/client0.0.36...client0.0.37) (2023-07-06)
|
|
104
101
|
|
|
105
|
-
|
|
106
102
|
### Features
|
|
107
103
|
|
|
108
|
-
|
|
109
|
-
|
|
104
|
+
- Remove ringing flag from call client ([#755](https://github.com/GetStream/stream-video-js/issues/755)) ([b78c605](https://github.com/GetStream/stream-video-js/commit/b78c60500e06b39fb4dce623bde6f7b10acdd8c1)), closes [/github.com/GetStream/stream-video-android/blob/develop/stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/notifications/internal/VideoPushDelegate.kt#L82](https://github.com/GetStream//github.com/GetStream/stream-video-android/blob/develop/stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/notifications/internal/VideoPushDelegate.kt/issues/L82)
|
|
110
105
|
|
|
111
106
|
### Bug Fixes
|
|
112
107
|
|
|
113
|
-
|
|
108
|
+
- restore CallUserMuted event ([#759](https://github.com/GetStream/stream-video-js/issues/759)) ([caf43bb](https://github.com/GetStream/stream-video-js/commit/caf43bb0a8246aeb9c94ea2e0cc3d32e9a43fef1))
|
|
114
109
|
|
|
115
110
|
### [0.0.36](https://github.com/GetStream/stream-video-js/compare/client0.0.35...client0.0.36) (2023-07-05)
|
|
116
111
|
|
|
117
|
-
|
|
118
112
|
### Bug Fixes
|
|
119
113
|
|
|
120
|
-
|
|
114
|
+
- wait for connection ok for all API requests ([#752](https://github.com/GetStream/stream-video-js/issues/752)) ([82f441d](https://github.com/GetStream/stream-video-js/commit/82f441d5fb84ddc2c16fb97ca362e05fff78b4dd))
|
|
121
115
|
|
|
122
116
|
### [0.0.35](https://github.com/GetStream/stream-video-js/compare/client0.0.34...client0.0.35) (2023-07-05)
|
|
123
117
|
|
|
124
|
-
|
|
125
118
|
### Bug Fixes
|
|
126
119
|
|
|
127
|
-
|
|
120
|
+
- Reliable mid detection ([#753](https://github.com/GetStream/stream-video-js/issues/753)) ([d602574](https://github.com/GetStream/stream-video-js/commit/d6025740f46db413b5c040cb9af145cfa9be4bf1))
|
|
128
121
|
|
|
129
122
|
### [0.0.34](https://github.com/GetStream/stream-video-js/compare/client0.0.33...client0.0.34) (2023-07-05)
|
|
130
123
|
|
|
131
|
-
|
|
132
124
|
### Bug Fixes
|
|
133
125
|
|
|
134
|
-
|
|
126
|
+
- prevent double publishStream invocation ([#749](https://github.com/GetStream/stream-video-js/issues/749)) ([9e3c22f](https://github.com/GetStream/stream-video-js/commit/9e3c22fd37d8dc00d275e8b69f9cd18f67e366fe))
|
|
135
127
|
|
|
136
128
|
### [0.0.33](https://github.com/GetStream/stream-video-js/compare/client0.0.32...client0.0.33) (2023-07-04)
|
|
137
129
|
|
|
138
130
|
### [0.0.32](https://github.com/GetStream/stream-video-js/compare/client0.0.31...client0.0.32) (2023-07-04)
|
|
139
131
|
|
|
140
|
-
|
|
141
132
|
### Features
|
|
142
133
|
|
|
143
|
-
|
|
134
|
+
- stop tracking permission requests in Call state ([#744](https://github.com/GetStream/stream-video-js/issues/744)) ([b330df3](https://github.com/GetStream/stream-video-js/commit/b330df39d9dce34d9e5a1a7ec58acb0a905ee07b))
|
|
144
135
|
|
|
145
136
|
### [0.0.31](https://github.com/GetStream/stream-video-js/compare/client0.0.30...client0.0.31) (2023-07-03)
|
|
146
137
|
|
|
147
|
-
|
|
148
138
|
### Bug Fixes
|
|
149
139
|
|
|
150
|
-
|
|
140
|
+
- safeguard against potential race conditions during join-flow ([#741](https://github.com/GetStream/stream-video-js/issues/741)) ([54f1ef6](https://github.com/GetStream/stream-video-js/commit/54f1ef636d3c46b29c538a8c2c7bc5031fde43c9))
|
|
151
141
|
|
|
152
142
|
### [0.0.30](https://github.com/GetStream/stream-video-js/compare/client0.0.29...client0.0.30) (2023-07-03)
|
|
153
143
|
|
|
154
|
-
|
|
155
144
|
### Bug Fixes
|
|
156
145
|
|
|
157
|
-
|
|
146
|
+
- dont use window search in react native ([4883512](https://github.com/GetStream/stream-video-js/commit/4883512692bf6626b5ac9df6e80384843ec0917d))
|
|
158
147
|
|
|
159
148
|
### [0.0.29](https://github.com/GetStream/stream-video-js/compare/client0.0.28...client0.0.29) (2023-07-03)
|
|
160
149
|
|
|
161
|
-
|
|
162
150
|
### Features
|
|
163
151
|
|
|
164
|
-
|
|
152
|
+
- SFU Session Migration and Graceful Shutdown ([#603](https://github.com/GetStream/stream-video-js/issues/603)) ([943169b](https://github.com/GetStream/stream-video-js/commit/943169bd2b7b9e138bcaf387cf72eb3fa0f23533))
|
|
165
153
|
|
|
166
154
|
### [0.0.28](https://github.com/GetStream/stream-video-js/compare/client0.0.27...client0.0.28) (2023-06-29)
|
|
167
155
|
|
|
168
|
-
|
|
169
156
|
### Features
|
|
170
157
|
|
|
171
|
-
|
|
158
|
+
- Change sendEvent signature ([#734](https://github.com/GetStream/stream-video-js/issues/734)) ([284c8c2](https://github.com/GetStream/stream-video-js/commit/284c8c2165129852ccf9fd7d8baad37f43d22a17))
|
|
172
159
|
|
|
173
160
|
### [0.0.27](https://github.com/GetStream/stream-video-js/compare/client0.0.26...client0.0.27) (2023-06-27)
|
|
174
161
|
|
|
175
|
-
|
|
176
162
|
### Documentation
|
|
177
163
|
|
|
178
|
-
|
|
164
|
+
- Tutorial rewrite ([#709](https://github.com/GetStream/stream-video-js/issues/709)) ([9a14188](https://github.com/GetStream/stream-video-js/commit/9a141883ec2e402e7130c7e41f464439d5cb2800))
|
|
179
165
|
|
|
180
166
|
### [0.0.26](https://github.com/GetStream/stream-video-js/compare/client0.0.25...client0.0.26) (2023-06-23)
|
|
181
167
|
|
|
182
|
-
|
|
183
168
|
### Features
|
|
184
169
|
|
|
185
|
-
|
|
170
|
+
- 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))
|
|
186
171
|
|
|
187
172
|
### [0.0.25](https://github.com/GetStream/stream-video-js/compare/client0.0.24...client0.0.25) (2023-06-23)
|
|
188
173
|
|
|
189
|
-
|
|
190
174
|
### Features
|
|
191
175
|
|
|
192
|
-
|
|
176
|
+
- **react-native:** send device and os info from the SDK ([#690](https://github.com/GetStream/stream-video-js/issues/690)) ([deb1a28](https://github.com/GetStream/stream-video-js/commit/deb1a28a4a029d988d11970608f00da8b327a02d))
|
|
193
177
|
|
|
194
178
|
### [0.0.24](https://github.com/GetStream/stream-video-js/compare/client0.0.23...client0.0.24) (2023-06-23)
|
|
195
179
|
|
|
196
|
-
|
|
197
180
|
### Features
|
|
198
181
|
|
|
199
|
-
|
|
182
|
+
- Add `CallUserMuted` event ([#699](https://github.com/GetStream/stream-video-js/issues/699)) ([41a09e2](https://github.com/GetStream/stream-video-js/commit/41a09e257a9a8cd9b1b45551f35cebb3cd7a048b))
|
|
200
183
|
|
|
201
184
|
### [0.0.23](https://github.com/GetStream/stream-video-js/compare/client0.0.22...client0.0.23) (2023-06-22)
|
|
202
185
|
|
|
203
|
-
|
|
204
186
|
### Bug Fixes
|
|
205
187
|
|
|
206
|
-
|
|
188
|
+
- navigate to incoming call screen when push notification is tapped ([#697](https://github.com/GetStream/stream-video-js/issues/697)) ([85488a2](https://github.com/GetStream/stream-video-js/commit/85488a213abb0482c7aedefb5c3aa999131c746a))
|
|
207
189
|
|
|
208
190
|
### [0.0.22](https://github.com/GetStream/stream-video-js/compare/client0.0.21...client0.0.22) (2023-06-21)
|
|
209
191
|
|
|
210
|
-
|
|
211
192
|
### Documentation
|
|
212
193
|
|
|
213
|
-
|
|
194
|
+
- cleanup ([#679](https://github.com/GetStream/stream-video-js/issues/679)) ([58c86bd](https://github.com/GetStream/stream-video-js/commit/58c86bd0354ebe444af361056dcc3fa82c4a926d))
|
|
214
195
|
|
|
215
196
|
### [0.0.21](https://github.com/GetStream/stream-video-js/compare/client0.0.20...client0.0.21) (2023-06-21)
|
|
216
197
|
|
|
217
|
-
|
|
218
198
|
### Documentation
|
|
219
199
|
|
|
220
|
-
|
|
200
|
+
- **react-sdk:** update audio rooms tutorial ([#659](https://github.com/GetStream/stream-video-js/issues/659)) ([11f2e80](https://github.com/GetStream/stream-video-js/commit/11f2e8090811fbd8478724b3d2c2c8af3b19a0c5))
|
|
221
201
|
|
|
222
202
|
### [0.0.20](https://github.com/GetStream/stream-video-js/compare/client0.0.19...client0.0.20) (2023-06-21)
|
|
223
203
|
|
|
224
|
-
|
|
225
204
|
### Bug Fixes
|
|
226
205
|
|
|
227
|
-
|
|
206
|
+
- proper media stream disposal for rn webrtc ([#682](https://github.com/GetStream/stream-video-js/issues/682)) ([8879bac](https://github.com/GetStream/stream-video-js/commit/8879bac82080232928b78316fdb452bbc3c79fbc))
|
|
228
207
|
|
|
229
208
|
### [0.0.19](https://github.com/GetStream/stream-video-js/compare/client0.0.18...client0.0.19) (2023-06-20)
|
|
230
209
|
|
|
231
|
-
|
|
232
210
|
### Bug Fixes
|
|
233
211
|
|
|
234
|
-
|
|
212
|
+
- Sentry import ([#677](https://github.com/GetStream/stream-video-js/issues/677)) ([0c52428](https://github.com/GetStream/stream-video-js/commit/0c52428053b4f025b51e6abea911e4bb89c6bd55))
|
|
235
213
|
|
|
236
214
|
### [0.0.18](https://github.com/GetStream/stream-video-js/compare/client0.0.17...client0.0.18) (2023-06-20)
|
|
237
215
|
|
|
238
|
-
|
|
239
216
|
### Features
|
|
240
217
|
|
|
241
|
-
|
|
218
|
+
- Custom logger example ([#669](https://github.com/GetStream/stream-video-js/issues/669)) ([208aed9](https://github.com/GetStream/stream-video-js/commit/208aed9f82dcbf5f9ffdf299c4672af855af344a))
|
|
242
219
|
|
|
243
220
|
### [0.0.17](https://github.com/GetStream/stream-video-js/compare/client0.0.16...client0.0.17) (2023-06-20)
|
|
244
221
|
|
|
245
|
-
|
|
246
222
|
### Features
|
|
247
223
|
|
|
248
|
-
|
|
224
|
+
- **react-native:** push notification for android ([#626](https://github.com/GetStream/stream-video-js/issues/626)) ([ec2e439](https://github.com/GetStream/stream-video-js/commit/ec2e4390cb724091352ba774c55ad2245ace2955))
|
|
249
225
|
|
|
250
226
|
### [0.0.16](https://github.com/GetStream/stream-video-js/compare/client0.0.15...client0.0.16) (2023-06-16)
|
|
251
227
|
|
|
252
|
-
|
|
253
228
|
### Documentation
|
|
254
229
|
|
|
255
|
-
|
|
230
|
+
- **react-sdk:** Runtime layout switching guide ([#642](https://github.com/GetStream/stream-video-js/issues/642)) ([1557168](https://github.com/GetStream/stream-video-js/commit/1557168da69660b71a0a420a94a0c354466681a7))
|
|
256
231
|
|
|
257
232
|
### [0.0.15](https://github.com/GetStream/stream-video-js/compare/client0.0.14...client0.0.15) (2023-06-16)
|
|
258
233
|
|
|
259
|
-
|
|
260
234
|
### Features
|
|
261
235
|
|
|
262
|
-
|
|
236
|
+
- Logging ([#654](https://github.com/GetStream/stream-video-js/issues/654)) ([30fc8f2](https://github.com/GetStream/stream-video-js/commit/30fc8f28e2f5829247256f24b040ea4a10336186))
|
|
263
237
|
|
|
264
238
|
### [0.0.14](https://github.com/GetStream/stream-video-js/compare/client0.0.13...client0.0.14) (2023-06-16)
|
|
265
239
|
|
|
266
|
-
|
|
267
240
|
### Bug Fixes
|
|
268
241
|
|
|
269
|
-
|
|
242
|
+
- **client:** do not allow to re-join left call ([#646](https://github.com/GetStream/stream-video-js/issues/646)) ([cbbbdfd](https://github.com/GetStream/stream-video-js/commit/cbbbdfd026c13673f98ccb50e8ee84140eec64b6))
|
|
270
243
|
|
|
271
244
|
### [0.0.13](https://github.com/GetStream/stream-video-js/compare/client0.0.12...client0.0.13) (2023-06-15)
|
|
272
245
|
|
|
273
|
-
|
|
274
246
|
### Bug Fixes
|
|
275
247
|
|
|
276
|
-
|
|
248
|
+
- do not send ring to backend if call was not created by the user ([#645](https://github.com/GetStream/stream-video-js/issues/645)) ([1fa8ffb](https://github.com/GetStream/stream-video-js/commit/1fa8ffbb7373e9eff497bfe1ce48a970aedc0d9d))
|
|
277
249
|
|
|
278
250
|
### [0.0.12](https://github.com/GetStream/stream-video-js/compare/client0.0.11...client0.0.12) (2023-06-13)
|
|
279
251
|
|
|
280
|
-
|
|
281
252
|
### Features
|
|
282
253
|
|
|
283
|
-
|
|
254
|
+
- Make it possible to provide user and token in StreamVideoClient… ([#631](https://github.com/GetStream/stream-video-js/issues/631)) ([93f9b03](https://github.com/GetStream/stream-video-js/commit/93f9b03313ac74179f1d93b513ea4de306312291))
|
|
284
255
|
|
|
285
256
|
### [0.0.11](https://github.com/GetStream/stream-video-js/compare/client0.0.10...client0.0.11) (2023-06-13)
|
|
286
257
|
|
|
287
|
-
|
|
288
258
|
### Features
|
|
289
259
|
|
|
290
|
-
|
|
260
|
+
- add audio room demo app ([#572](https://github.com/GetStream/stream-video-js/issues/572)) ([77f7b65](https://github.com/GetStream/stream-video-js/commit/77f7b6596047d59e10c8e58abad38c4f48cc162f))
|
|
291
261
|
|
|
292
262
|
### [0.0.10](https://github.com/GetStream/stream-video-js/compare/client0.0.9...client0.0.10) (2023-06-12)
|
|
293
263
|
|
|
294
|
-
|
|
295
264
|
### Features
|
|
296
265
|
|
|
297
|
-
|
|
266
|
+
- User connect and types ([#627](https://github.com/GetStream/stream-video-js/issues/627)) ([721ef61](https://github.com/GetStream/stream-video-js/commit/721ef611374540ef570a516009c78d58ce4f5360))
|
|
298
267
|
|
|
299
268
|
### [0.0.9](https://github.com/GetStream/stream-video-js/compare/client0.0.8...client0.0.9) (2023-06-12)
|
|
300
269
|
|
|
301
|
-
|
|
302
270
|
### Bug Fixes
|
|
303
271
|
|
|
304
|
-
|
|
272
|
+
- prevent misleading "stop publish" log messages upon call instantiation ([#629](https://github.com/GetStream/stream-video-js/issues/629)) ([af40939](https://github.com/GetStream/stream-video-js/commit/af4093966c408d37fbf59c4c8fafd22756aa8888))
|
|
305
273
|
|
|
306
274
|
### [0.0.8](https://github.com/GetStream/stream-video-js/compare/client0.0.7...client0.0.8) (2023-06-09)
|
|
307
275
|
|
|
308
|
-
|
|
309
276
|
### Features
|
|
310
277
|
|
|
311
|
-
|
|
278
|
+
- **react-native:** support reconnection flow ([#458](https://github.com/GetStream/stream-video-js/issues/458)) ([89f2dda](https://github.com/GetStream/stream-video-js/commit/89f2ddafd1397d91f8ddea5a3c69dd62ae027313))
|
|
312
279
|
|
|
313
280
|
### [0.0.7](https://github.com/GetStream/stream-video-js/compare/client0.0.6...client0.0.7) (2023-06-08)
|
|
314
281
|
|
|
315
|
-
|
|
316
282
|
### Features
|
|
317
283
|
|
|
318
|
-
|
|
284
|
+
- StreamCall signature, video client creation ([#596](https://github.com/GetStream/stream-video-js/issues/596)) ([5c3000c](https://github.com/GetStream/stream-video-js/commit/5c3000cc6fc3f8b7904609d7b11fa025b7458cad))
|
|
319
285
|
|
|
320
286
|
### [0.0.6](https://github.com/GetStream/stream-video-js/compare/client0.0.5...client0.0.6) (2023-06-07)
|
|
321
287
|
|
|
322
|
-
|
|
323
288
|
### Features
|
|
324
289
|
|
|
325
|
-
|
|
290
|
+
- Add token creation to client ([#607](https://github.com/GetStream/stream-video-js/issues/607)) ([5f95420](https://github.com/GetStream/stream-video-js/commit/5f9542029a64ddaf6ee7912ea7b364fc74c93bf0))
|
|
326
291
|
|
|
327
292
|
### [0.0.5](https://github.com/GetStream/stream-video-js/compare/client0.0.4...client0.0.5) (2023-06-06)
|
|
328
293
|
|
|
329
|
-
|
|
330
294
|
### Bug Fixes
|
|
331
295
|
|
|
332
|
-
|
|
296
|
+
- adjustments to the new egress response structure ([#595](https://github.com/GetStream/stream-video-js/issues/595)) ([3b3edea](https://github.com/GetStream/stream-video-js/commit/3b3edea7d032a50cb0757c6b46114e8009ae56fc))
|
|
333
297
|
|
|
334
298
|
### [0.0.4](https://github.com/GetStream/stream-video-js/compare/client0.0.3...client0.0.4) (2023-06-06)
|
|
335
299
|
|
|
336
|
-
|
|
337
300
|
### Bug Fixes
|
|
338
301
|
|
|
339
|
-
|
|
302
|
+
- use and save toggled dtx to sdp and remove empty lines when munging ([#597](https://github.com/GetStream/stream-video-js/issues/597)) ([3971276](https://github.com/GetStream/stream-video-js/commit/39712764ce7ac30557ef36ef7f736f2a0a5728b5))
|
|
340
303
|
|
|
341
304
|
### [0.0.3](https://github.com/GetStream/stream-video-js/compare/client0.0.2...client0.0.3) (2023-06-05)
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
### Bug Fixes
|
|
345
|
-
|
|
346
|
-
* preserve last used session-id when reconnecting ([#592](https://github.com/GetStream/stream-video-js/issues/592)) ([25cc9ce](https://github.com/GetStream/stream-video-js/commit/25cc9cef16bcbc505fd0dcc0971ddeab3f07ae50))
|
|
347
|
-
|
|
348
|
-
### [0.0.2](https://github.com/GetStream/stream-video-js/compare/client0.0.2-alpha.25...client0.0.2) (2023-06-02)
|
package/dist/index.browser.es.js
CHANGED
|
@@ -11325,7 +11325,7 @@ class WSConnectionFallback {
|
|
|
11325
11325
|
}
|
|
11326
11326
|
}
|
|
11327
11327
|
|
|
11328
|
-
const version = '0.0
|
|
11328
|
+
const version = '0.1.0';
|
|
11329
11329
|
|
|
11330
11330
|
const logger = getLogger(['location']);
|
|
11331
11331
|
const HINT_URL = `https://hint.stream-io-video.com/`;
|