@stream-io/video-client 1.6.0-rc.0 → 1.6.0-rc2.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.
Files changed (37) hide show
  1. package/CHANGELOG.md +219 -6
  2. package/dist/index.browser.es.js +286 -318
  3. package/dist/index.browser.es.js.map +1 -1
  4. package/dist/index.cjs.js +286 -318
  5. package/dist/index.cjs.js.map +1 -1
  6. package/dist/index.es.js +286 -318
  7. package/dist/index.es.js.map +1 -1
  8. package/dist/src/Call.d.ts +1 -2
  9. package/dist/src/StreamSfuClient.d.ts +2 -2
  10. package/dist/src/StreamVideoClient.d.ts +6 -1
  11. package/dist/src/coordinator/connection/client.d.ts +0 -2
  12. package/dist/src/coordinator/connection/types.d.ts +2 -0
  13. package/dist/src/gen/coordinator/index.d.ts +280 -62
  14. package/dist/src/helpers/sdp-munging.d.ts +0 -21
  15. package/dist/src/rtc/Publisher.d.ts +0 -7
  16. package/dist/src/rtc/Subscriber.d.ts +0 -7
  17. package/dist/src/store/CallState.d.ts +3 -46
  18. package/dist/src/store/CallingState.d.ts +46 -0
  19. package/dist/src/store/index.d.ts +1 -0
  20. package/dist/src/store/stateStore.d.ts +0 -17
  21. package/package.json +1 -1
  22. package/src/Call.ts +56 -62
  23. package/src/StreamSfuClient.ts +16 -12
  24. package/src/StreamVideoClient.ts +7 -2
  25. package/src/coordinator/connection/client.ts +6 -30
  26. package/src/coordinator/connection/types.ts +2 -0
  27. package/src/devices/InputMediaDeviceManager.ts +0 -2
  28. package/src/gen/coordinator/index.ts +283 -63
  29. package/src/helpers/__tests__/sdp-munging.test.ts +1 -267
  30. package/src/helpers/sdp-munging.ts +0 -95
  31. package/src/rtc/Publisher.ts +6 -18
  32. package/src/rtc/Subscriber.ts +0 -14
  33. package/src/store/CallState.ts +40 -74
  34. package/src/store/CallingState.ts +55 -0
  35. package/src/store/__tests__/CallState.test.ts +82 -7
  36. package/src/store/index.ts +1 -0
  37. package/src/store/stateStore.ts +5 -24
package/CHANGELOG.md CHANGED
@@ -2,14 +2,58 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.6.0-rc2.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.6.0-rc1.0...@stream-io/video-client-1.6.0-rc2.0) (2024-08-27)
6
+
7
+
8
+ * update rc tag ([9e4322e](https://github.com/GetStream/stream-video-js/commit/9e4322e07844c4a84c7728675f67e0c03511a9b1))
9
+
10
+
11
+ ### Features
12
+
13
+ * break the reconnection loop on unrecoverable error ([48a89f7](https://github.com/GetStream/stream-video-js/commit/48a89f77f0504a9f597cfe08725bd8a6c13fc808))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * delete `ring` flag after successful join; use correct log tags ([323f00e](https://github.com/GetStream/stream-video-js/commit/323f00ea3ad846523fc9e359671033919d6f4ebb))
19
+ * import ([17db99d](https://github.com/GetStream/stream-video-js/commit/17db99dc1bf933baead37f126e48359e6657dc45))
20
+ * remove dead code ([3ffb99e](https://github.com/GetStream/stream-video-js/commit/3ffb99e8fc395e9aae75dee21f0672c3e49afc79))
21
+ * reorganize call and client state ([7bafa2e](https://github.com/GetStream/stream-video-js/commit/7bafa2e53874463d0d6bba2d910623542d4ca79b))
22
+ * update log message ([3564a16](https://github.com/GetStream/stream-video-js/commit/3564a166498d577dbb7c3fa3ad8618b64efab114))
23
+
24
+ ## [1.6.0-rc1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.5.2...@stream-io/video-client-1.6.0-rc1.0) (2024-08-26)
25
+
26
+
27
+ * **@stream-io/video-client:** release version 1.6.0-rc.0 ([4616a68](https://github.com/GetStream/stream-video-js/commit/4616a6865193395464bce7e294601c083ff3f40d))
28
+ * **@stream-io/video-client:** release version 1.6.0-rc.0 ([70ea242](https://github.com/GetStream/stream-video-js/commit/70ea24201b981d778045c76cc01720713295430d))
29
+ * convert to arrow function ([a136b90](https://github.com/GetStream/stream-video-js/commit/a136b9014b3c965db86980b469b95dbd10c72016))
30
+ * remove unused code ([aecedc0](https://github.com/GetStream/stream-video-js/commit/aecedc03c4850d6d85855078ccf86e0c1c8427b7))
31
+ * remove unused code ([3879c0c](https://github.com/GetStream/stream-video-js/commit/3879c0ca1f6f7c6c0b2716674afe87c1ebf52e59))
32
+ * remove unused code ([cf1286e](https://github.com/GetStream/stream-video-js/commit/cf1286e8cdd02ded1559d893e2c4738cbcc5047f))
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * don't increment reconnectAttempts in FAST mode ([4c0fa87](https://github.com/GetStream/stream-video-js/commit/4c0fa87c9bc9bcb652abc4bce1954305f70b2aab))
38
+ * new tag ([1b95fe9](https://github.com/GetStream/stream-video-js/commit/1b95fe937d6dc56b4c3c6fb82be2b3d648831cff))
39
+ * rely on joinresponse before attempting to publish a stream ([8fea94a](https://github.com/GetStream/stream-video-js/commit/8fea94affd88419c1b0247908708f444cdca792e))
40
+
5
41
  ## [1.6.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.6.0-0...@stream-io/video-client-1.6.0-rc.0) (2024-08-22)
6
42
 
7
43
 
44
+ * **@stream-io/video-client:** release version 1.6.0-rc.0 ([2b6707d](https://github.com/GetStream/stream-video-js/commit/2b6707d09b9138a5835c4cb6925f3dca0482dbb3))
45
+
46
+
8
47
  ### Bug Fixes
9
48
 
10
49
  * include rc in the release name ([478cee3](https://github.com/GetStream/stream-video-js/commit/478cee38829d70e76ba62bcc82f6c69d220f4ea5))
11
50
 
12
- ## [1.6.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.5.0...@stream-io/video-client-1.6.0-0) (2024-08-22)
51
+ ## 1.6.0-0 (2024-08-22)
52
+
53
+
54
+ * **@stream-io/video-client:** release version 1.6.0-0 ([dc54248](https://github.com/GetStream/stream-video-js/commit/dc54248d861ef77185a03fbe4145c7d41c6f3230))
55
+ * remove todo ([ac24f43](https://github.com/GetStream/stream-video-js/commit/ac24f43811ede8b37203c5359e1d03e58bb57f2e))
56
+ * remove unused import ([8b2d5c1](https://github.com/GetStream/stream-video-js/commit/8b2d5c1de7263a317320af4834041eecfbb2aa11))
13
57
 
14
58
 
15
59
  ### Bug Fixes
@@ -22,11 +66,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
22
66
  * revert incorrect RN check ([d4c127b](https://github.com/GetStream/stream-video-js/commit/d4c127b3c5555184497b8b5a29153332094c28f4))
23
67
  * shorter sleep time before attempts ([10db68e](https://github.com/GetStream/stream-video-js/commit/10db68ea101684d774561d1b3da1e8927a5eb981))
24
68
 
69
+ ## [1.5.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.8...@stream-io/video-client-1.5.0-0) (2024-08-19)
25
70
 
26
- * remove todo ([ac24f43](https://github.com/GetStream/stream-video-js/commit/ac24f43811ede8b37203c5359e1d03e58bb57f2e))
27
- * remove unused import ([8b2d5c1](https://github.com/GetStream/stream-video-js/commit/8b2d5c1de7263a317320af4834041eecfbb2aa11))
28
71
 
29
- ## [1.5.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.8...@stream-io/video-client-1.5.0-0) (2024-08-19)
72
+ * **@stream-io/video-client:** release version 1.5.0-0 ([c2c6c08](https://github.com/GetStream/stream-video-js/commit/c2c6c08a89c153ff7f478802eb75ba9dea826ed2))
73
+ * **@stream-io/video-client:** release version 1.5.0-0 ([5357a57](https://github.com/GetStream/stream-video-js/commit/5357a5742e540d530136d3d75cf609250532dd0b))
74
+ * **@stream-io/video-client:** release version 1.5.0-0 ([95f18b8](https://github.com/GetStream/stream-video-js/commit/95f18b8400a625d1abda766f4756b9e6acad1c13))
75
+ * add logs for ice trickle ([990b19a](https://github.com/GetStream/stream-video-js/commit/990b19adcc03808c6b04d9767181a4fa6ceda610))
76
+ * fix bad implicit default ([d076f00](https://github.com/GetStream/stream-video-js/commit/d076f006aab55ff9033619825a2bf64900577c53))
77
+ * refactor the code a bit ([e56a668](https://github.com/GetStream/stream-video-js/commit/e56a668b7190483924c85f6053cabd614ab2fe54))
78
+ * remove commented out code ([02cdfa2](https://github.com/GetStream/stream-video-js/commit/02cdfa23542bb49cb04541c1d423aca9f3be7cd3))
79
+ * remove the legacy migration code ([12c181b](https://github.com/GetStream/stream-video-js/commit/12c181be861030334f4e2555a432a8167242cf63))
80
+ * specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
81
+ * update log statement ([2245db7](https://github.com/GetStream/stream-video-js/commit/2245db7c362d1819e22e5e5831e82c251aff6117))
30
82
 
31
83
 
32
84
  ### Features
@@ -92,6 +144,50 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
92
144
  * use 30fps for all layers ([df393b0](https://github.com/GetStream/stream-video-js/commit/df393b07f2ec978b3f7ef2a2da9f319cd3efd477))
93
145
  * use symbol per instance ([6d55e68](https://github.com/GetStream/stream-video-js/commit/6d55e687a8189cef00037b7cae3e269fc3ad947b))
94
146
 
147
+ ## [1.6.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.5.2...@stream-io/video-client-1.6.0-rc.0) (2024-08-23)
148
+
149
+
150
+ * **@stream-io/video-client:** release version 1.6.0-rc.0 ([70ea242](https://github.com/GetStream/stream-video-js/commit/70ea24201b981d778045c76cc01720713295430d))
151
+ * convert to arrow function ([a136b90](https://github.com/GetStream/stream-video-js/commit/a136b9014b3c965db86980b469b95dbd10c72016))
152
+ * remove unused code ([aecedc0](https://github.com/GetStream/stream-video-js/commit/aecedc03c4850d6d85855078ccf86e0c1c8427b7))
153
+ * remove unused code ([3879c0c](https://github.com/GetStream/stream-video-js/commit/3879c0ca1f6f7c6c0b2716674afe87c1ebf52e59))
154
+ * remove unused code ([cf1286e](https://github.com/GetStream/stream-video-js/commit/cf1286e8cdd02ded1559d893e2c4738cbcc5047f))
155
+
156
+
157
+ ### Bug Fixes
158
+
159
+ * rely on joinresponse before attempting to publish a stream ([8fea94a](https://github.com/GetStream/stream-video-js/commit/8fea94affd88419c1b0247908708f444cdca792e))
160
+
161
+ ## [1.6.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.6.0-0...@stream-io/video-client-1.6.0-rc.0) (2024-08-22)
162
+
163
+
164
+ * **@stream-io/video-client:** release version 1.6.0-rc.0 ([2b6707d](https://github.com/GetStream/stream-video-js/commit/2b6707d09b9138a5835c4cb6925f3dca0482dbb3))
165
+
166
+
167
+ ### Bug Fixes
168
+
169
+ * include rc in the release name ([478cee3](https://github.com/GetStream/stream-video-js/commit/478cee38829d70e76ba62bcc82f6c69d220f4ea5))
170
+
171
+ ## 1.6.0-0 (2024-08-22)
172
+
173
+
174
+ * **@stream-io/video-client:** release version 1.6.0-0 ([dc54248](https://github.com/GetStream/stream-video-js/commit/dc54248d861ef77185a03fbe4145c7d41c6f3230))
175
+ * remove todo ([ac24f43](https://github.com/GetStream/stream-video-js/commit/ac24f43811ede8b37203c5359e1d03e58bb57f2e))
176
+ * remove unused import ([8b2d5c1](https://github.com/GetStream/stream-video-js/commit/8b2d5c1de7263a317320af4834041eecfbb2aa11))
177
+
178
+
179
+ ### Bug Fixes
180
+
181
+ * call shall be considered as joined once joinResponse has been received ([1ed5b10](https://github.com/GetStream/stream-video-js/commit/1ed5b1097591604a3bb1884c2c664fb985873c3c))
182
+ * increment the reconnect attempt on every loop ([9fc54ae](https://github.com/GetStream/stream-video-js/commit/9fc54ae355d1c8bf9f474b708657d8d0a077b28b))
183
+ * **migration:** mark call as JOINED only after participantMigrationComplete is emitted ([60e4f28](https://github.com/GetStream/stream-video-js/commit/60e4f2872b5382a24158ffe340d3850190feab36))
184
+ * reduce the timeout to 7 seconds ([1a34c4d](https://github.com/GetStream/stream-video-js/commit/1a34c4da724290f6e4e69bd6070e370fcfbdee29))
185
+ * remove `participantMigrationComplete` workaround ([69ec50b](https://github.com/GetStream/stream-video-js/commit/69ec50b0226a9595bf49681d871e650aa51074a3))
186
+ * revert incorrect RN check ([d4c127b](https://github.com/GetStream/stream-video-js/commit/d4c127b3c5555184497b8b5a29153332094c28f4))
187
+ * shorter sleep time before attempts ([10db68e](https://github.com/GetStream/stream-video-js/commit/10db68ea101684d774561d1b3da1e8927a5eb981))
188
+
189
+ ## [1.5.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.8...@stream-io/video-client-1.5.0-0) (2024-08-19)
190
+
95
191
 
96
192
  * **@stream-io/video-client:** release version 1.5.0-0 ([c2c6c08](https://github.com/GetStream/stream-video-js/commit/c2c6c08a89c153ff7f478802eb75ba9dea826ed2))
97
193
  * **@stream-io/video-client:** release version 1.5.0-0 ([5357a57](https://github.com/GetStream/stream-video-js/commit/5357a5742e540d530136d3d75cf609250532dd0b))
@@ -104,6 +200,111 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
104
200
  * specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
105
201
  * update log statement ([2245db7](https://github.com/GetStream/stream-video-js/commit/2245db7c362d1819e22e5e5831e82c251aff6117))
106
202
 
203
+
204
+ ### Features
205
+
206
+ * break down the reconnect/join flows ([883d0ee](https://github.com/GetStream/stream-video-js/commit/883d0ee3b54e9b5704364d0c34e466c23aca631a))
207
+ * don't trigger ice restart on the subscriber after a fast reconnect ([c7e2d6f](https://github.com/GetStream/stream-video-js/commit/c7e2d6f964e779f988b29d12763b1ee4d4859111))
208
+ * fast-reconnect strategy ([e4e01d5](https://github.com/GetStream/stream-video-js/commit/e4e01d5dd8185a21652bb2dca2a88217b498c9b7))
209
+ * handle `callEnded` ([7f93307](https://github.com/GetStream/stream-video-js/commit/7f933079193084ac58a93a961e035ddfd7616f67))
210
+ * handle goAway ([d717f1a](https://github.com/GetStream/stream-video-js/commit/d717f1af00a87cf636396c4e0dc33ad106c9377e))
211
+ * handle network change events ([f980f0b](https://github.com/GetStream/stream-video-js/commit/f980f0b93235f1923c06e2e8694c4ce8ff10abc0))
212
+ * improved/linear code flow, clean reconnects ([a210365](https://github.com/GetStream/stream-video-js/commit/a210365dd83fb0e544b543c7144104ece80ac317))
213
+ * migration ([9099a51](https://github.com/GetStream/stream-video-js/commit/9099a51d5cd29282a050bba196ba5a4f646f4341))
214
+ * migration - wip ([3ad96b6](https://github.com/GetStream/stream-video-js/commit/3ad96b6a7d38c7e82effd26889a2fbbad20847b7))
215
+ * Reconnects v2 ([d9f98dc](https://github.com/GetStream/stream-video-js/commit/d9f98dcd6237f7fc9eca263832e6d68753bb2ee1))
216
+ * remove CLEAN strategy ([7e9544b](https://github.com/GetStream/stream-video-js/commit/7e9544b8beb29af4125f2e607865f0415426afcc))
217
+ * send `muted` info about announced tracks ([ccd95c4](https://github.com/GetStream/stream-video-js/commit/ccd95c411650b44816b18d2e6562f9409b35faf2))
218
+ * setup rc release flow ([f183232](https://github.com/GetStream/stream-video-js/commit/f18323254a43fe11c768656e10cd1b915f6ce607))
219
+
220
+
221
+ ### Bug Fixes
222
+
223
+ * add missing bracket ([1687722](https://github.com/GetStream/stream-video-js/commit/16877221f98ff277bb41cc04b26d0cdaebd4f22a))
224
+ * adjust to the recent changes made in [#1451](https://github.com/GetStream/stream-video-js/issues/1451) ([9e47834](https://github.com/GetStream/stream-video-js/commit/9e4783480e7f29c9d102824a37fa9db19dda4fc1))
225
+ * always respect local state for the local participant ([6b9cd1d](https://github.com/GetStream/stream-video-js/commit/6b9cd1de37b7f31426e83090b97c56f83062e31b))
226
+ * attempt closing only open sockets ([2d6a388](https://github.com/GetStream/stream-video-js/commit/2d6a3888af9c697c5bcca0bf257cde63700f743a))
227
+ * attempt reconnect after setPublisher fails to return valid SDP ([71ff58e](https://github.com/GetStream/stream-video-js/commit/71ff58e5e9f4a41db714ad39f0ad8a1f22cb8e85))
228
+ * bubble migration errors, check for network availability before attempts, break the reconnect loop on leave ([e3cb2b0](https://github.com/GetStream/stream-video-js/commit/e3cb2b0dda8b34f03214cbdd1aa8f2cd1bb793b0))
229
+ * clean joinData after migration ([16d186a](https://github.com/GetStream/stream-video-js/commit/16d186a6da0af1bfdcee447c4b2b4485604fb49d))
230
+ * decouple network events from coordinator socket healthiness ([e453581](https://github.com/GetStream/stream-video-js/commit/e453581da6f8d4d07678636d7a520609b4486948))
231
+ * disable excessive logging ([f8c63bf](https://github.com/GetStream/stream-video-js/commit/f8c63bf98a1a22c0f39668d723d4c69d841b13b5))
232
+ * don't apply device settings after rejoining ([18a6a3c](https://github.com/GetStream/stream-video-js/commit/18a6a3c9d8e71d8e1ca8222df7319096d9f6bc54))
233
+ * don't apply device settings after rejoining, improve the handling of own capabilities ([8ce0f1a](https://github.com/GetStream/stream-video-js/commit/8ce0f1a82181bf21f4c90b9b1e18b5390e983766))
234
+ * failed test ([f78c943](https://github.com/GetStream/stream-video-js/commit/f78c943912e2292be8e31b575de1742e5c08a0cb))
235
+ * failing tests ([5c0209b](https://github.com/GetStream/stream-video-js/commit/5c0209b46f931f47e439e6f3339d13d34765ba3c))
236
+ * fast reconnect after network switch ([a49539c](https://github.com/GetStream/stream-video-js/commit/a49539c8a21988dfad04af5b7303412cef41c292))
237
+ * flag pre-releases in github ([fed77b2](https://github.com/GetStream/stream-video-js/commit/fed77b2835a49af46cd581e93f76e95e8317724e))
238
+ * handle errors ([5cf999d](https://github.com/GetStream/stream-video-js/commit/5cf999d018a17c0dd7cb92cf45808e070c69fc58))
239
+ * handle orphaned tracks for the subscriber ([10fb269](https://github.com/GetStream/stream-video-js/commit/10fb26983589ee962fc14b464e13350bc17e9105))
240
+ * handle screen share in remote mutes ([6255d36](https://github.com/GetStream/stream-video-js/commit/6255d366d65d4e8641cecb9f42a47876a8cd5e3b))
241
+ * improve handing of ice trickles ([a2ae6b1](https://github.com/GetStream/stream-video-js/commit/a2ae6b105fde51f6cd9de36af9face0e69bca6ff))
242
+ * improve ice trickling ([2fdb932](https://github.com/GetStream/stream-video-js/commit/2fdb9328d138d7067af225ae526fd06e9fe960d1))
243
+ * improve logging ([a3ea1d9](https://github.com/GetStream/stream-video-js/commit/a3ea1d916cf50b445ecf1be7cd01c40f87a2db98))
244
+ * improve logging, mark call as joined earlier ([2722e4d](https://github.com/GetStream/stream-video-js/commit/2722e4dd2a40fb7d3c30e1b4051fc32aa64cf629))
245
+ * improve the migration ([c2495dd](https://github.com/GetStream/stream-video-js/commit/c2495dd01bf462d099214df711fe353001228ffb))
246
+ * increase the migration end deadline ([6d56644](https://github.com/GetStream/stream-video-js/commit/6d566443d22b18ec50fba3752120f5eefd68a8bd))
247
+ * incremental sfu client tag ([ce4432d](https://github.com/GetStream/stream-video-js/commit/ce4432d82256cff9868d91f01bb83daf8b256f55))
248
+ * perform ice restart when state goes to disconnected ([2517625](https://github.com/GetStream/stream-video-js/commit/251762528641cea09a7d7c77e2c2be113ae82bac))
249
+ * prevent assigning ice candidates to closed PC; prevent muting the publisher after migration; don't trigger fast reconnect after goAway migration ([5769097](https://github.com/GetStream/stream-video-js/commit/576909764b387da247bd48c721015cfbc7884e4a))
250
+ * recovering from failed SFU WS connection attempts ([2e00740](https://github.com/GetStream/stream-video-js/commit/2e00740079fa27c87d142824d9b1414525de21e6))
251
+ * remove ended orphaned tracks from the call state ([d68529d](https://github.com/GetStream/stream-video-js/commit/d68529de4b2f4821da91d153377244dd3b7ffc64))
252
+ * remove outdated migration tests ([4b57b19](https://github.com/GetStream/stream-video-js/commit/4b57b197352d6660a7737413f46e526193f9cf74))
253
+ * remove pre-releases ([ba9cf49](https://github.com/GetStream/stream-video-js/commit/ba9cf4968a80ec07831304ee8a791d9681ddc605))
254
+ * reorganize restorePublishedTracks impl ([eaa8072](https://github.com/GetStream/stream-video-js/commit/eaa80723a5355ee4195e92530d74188ba98678fb))
255
+ * restore IceTrickleBuffer ([47be308](https://github.com/GetStream/stream-video-js/commit/47be308ece0360dff66fff415f4f39e821ca2daf))
256
+ * restore logging ([923fa74](https://github.com/GetStream/stream-video-js/commit/923fa74dc1c634a116b1a52ed5d466902d20d915))
257
+ * restore the original addIceCandidate behavior ([36245df](https://github.com/GetStream/stream-video-js/commit/36245df430ebb524ef99d7b07120e017b5fd4280))
258
+ * restore tracks from the local state after reconnecting ([8204598](https://github.com/GetStream/stream-video-js/commit/820459800c8cd87635d020955f6f853d985c92c2))
259
+ * retry failed rpc requests ([8c10922](https://github.com/GetStream/stream-video-js/commit/8c1092292d3b4657ee1ef4bb683bafeeea6568fb))
260
+ * simplify updateParticipants ([d01367d](https://github.com/GetStream/stream-video-js/commit/d01367d1ff21d1c4d69bb5013ec6f967a1138199))
261
+ * stats reporting ([cff501f](https://github.com/GetStream/stream-video-js/commit/cff501f8c6da22c9ccc4f98f8c688e573de94037))
262
+ * stop sending healthcheck events when WS closes ([1c452df](https://github.com/GetStream/stream-video-js/commit/1c452dfa4d1eafe7a7dd46788691b46efc7b853a))
263
+ * tidy up the codebase ([53674c2](https://github.com/GetStream/stream-video-js/commit/53674c294ff2e8ee0be64a3e2a8b6b1ccf34da1f))
264
+ * use 30fps for all layers ([df393b0](https://github.com/GetStream/stream-video-js/commit/df393b07f2ec978b3f7ef2a2da9f319cd3efd477))
265
+ * use symbol per instance ([6d55e68](https://github.com/GetStream/stream-video-js/commit/6d55e687a8189cef00037b7cae3e269fc3ad947b))
266
+
267
+ ## [1.6.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.5.2...@stream-io/video-client-1.6.0-rc.0) (2024-08-23)
268
+
269
+
270
+ ### Bug Fixes
271
+
272
+ * rely on joinresponse before attempting to publish a stream ([8fea94a](https://github.com/GetStream/stream-video-js/commit/8fea94affd88419c1b0247908708f444cdca792e))
273
+
274
+
275
+ * convert to arrow function ([a136b90](https://github.com/GetStream/stream-video-js/commit/a136b9014b3c965db86980b469b95dbd10c72016))
276
+ * remove unused code ([aecedc0](https://github.com/GetStream/stream-video-js/commit/aecedc03c4850d6d85855078ccf86e0c1c8427b7))
277
+ * remove unused code ([3879c0c](https://github.com/GetStream/stream-video-js/commit/3879c0ca1f6f7c6c0b2716674afe87c1ebf52e59))
278
+ * remove unused code ([cf1286e](https://github.com/GetStream/stream-video-js/commit/cf1286e8cdd02ded1559d893e2c4738cbcc5047f))
279
+
280
+ ## [1.6.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.6.0-0...@stream-io/video-client-1.6.0-rc.0) (2024-08-22)
281
+
282
+
283
+ ### Bug Fixes
284
+
285
+ * include rc in the release name ([478cee3](https://github.com/GetStream/stream-video-js/commit/478cee38829d70e76ba62bcc82f6c69d220f4ea5))
286
+
287
+
288
+ * **@stream-io/video-client:** release version 1.6.0-rc.0 ([2b6707d](https://github.com/GetStream/stream-video-js/commit/2b6707d09b9138a5835c4cb6925f3dca0482dbb3))
289
+
290
+ ## 1.6.0-0 (2024-08-22)
291
+
292
+
293
+ ### Bug Fixes
294
+
295
+ * call shall be considered as joined once joinResponse has been received ([1ed5b10](https://github.com/GetStream/stream-video-js/commit/1ed5b1097591604a3bb1884c2c664fb985873c3c))
296
+ * increment the reconnect attempt on every loop ([9fc54ae](https://github.com/GetStream/stream-video-js/commit/9fc54ae355d1c8bf9f474b708657d8d0a077b28b))
297
+ * **migration:** mark call as JOINED only after participantMigrationComplete is emitted ([60e4f28](https://github.com/GetStream/stream-video-js/commit/60e4f2872b5382a24158ffe340d3850190feab36))
298
+ * reduce the timeout to 7 seconds ([1a34c4d](https://github.com/GetStream/stream-video-js/commit/1a34c4da724290f6e4e69bd6070e370fcfbdee29))
299
+ * remove `participantMigrationComplete` workaround ([69ec50b](https://github.com/GetStream/stream-video-js/commit/69ec50b0226a9595bf49681d871e650aa51074a3))
300
+ * revert incorrect RN check ([d4c127b](https://github.com/GetStream/stream-video-js/commit/d4c127b3c5555184497b8b5a29153332094c28f4))
301
+ * shorter sleep time before attempts ([10db68e](https://github.com/GetStream/stream-video-js/commit/10db68ea101684d774561d1b3da1e8927a5eb981))
302
+
303
+
304
+ * **@stream-io/video-client:** release version 1.6.0-0 ([dc54248](https://github.com/GetStream/stream-video-js/commit/dc54248d861ef77185a03fbe4145c7d41c6f3230))
305
+ * remove todo ([ac24f43](https://github.com/GetStream/stream-video-js/commit/ac24f43811ede8b37203c5359e1d03e58bb57f2e))
306
+ * remove unused import ([8b2d5c1](https://github.com/GetStream/stream-video-js/commit/8b2d5c1de7263a317320af4834041eecfbb2aa11))
307
+
107
308
  ## [1.5.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.8...@stream-io/video-client-1.5.0-0) (2024-08-19)
108
309
 
109
310
 
@@ -171,11 +372,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
171
372
  * use symbol per instance ([6d55e68](https://github.com/GetStream/stream-video-js/commit/6d55e687a8189cef00037b7cae3e269fc3ad947b))
172
373
 
173
374
 
375
+ * **@stream-io/video-client:** release version 1.5.0-0 ([c2c6c08](https://github.com/GetStream/stream-video-js/commit/c2c6c08a89c153ff7f478802eb75ba9dea826ed2))
174
376
  * **@stream-io/video-client:** release version 1.5.0-0 ([5357a57](https://github.com/GetStream/stream-video-js/commit/5357a5742e540d530136d3d75cf609250532dd0b))
175
377
  * **@stream-io/video-client:** release version 1.5.0-0 ([95f18b8](https://github.com/GetStream/stream-video-js/commit/95f18b8400a625d1abda766f4756b9e6acad1c13))
176
378
  * add logs for ice trickle ([990b19a](https://github.com/GetStream/stream-video-js/commit/990b19adcc03808c6b04d9767181a4fa6ceda610))
177
- * add tests for StreamVideoClient and Call ([#1459](https://github.com/GetStream/stream-video-js/issues/1459)) ([e11d234](https://github.com/GetStream/stream-video-js/commit/e11d234cd032b61d0079a4fec62de9605b92f375))
178
- * **client:** inform WS connect errors ([#1463](https://github.com/GetStream/stream-video-js/issues/1463)) ([bb75351](https://github.com/GetStream/stream-video-js/commit/bb753512a78e9105a7a3b7b76f0037bf985be0f2))
179
379
  * fix bad implicit default ([d076f00](https://github.com/GetStream/stream-video-js/commit/d076f006aab55ff9033619825a2bf64900577c53))
180
380
  * refactor the code a bit ([e56a668](https://github.com/GetStream/stream-video-js/commit/e56a668b7190483924c85f6053cabd614ab2fe54))
181
381
  * remove commented out code ([02cdfa2](https://github.com/GetStream/stream-video-js/commit/02cdfa23542bb49cb04541c1d423aca9f3be7cd3))
@@ -183,6 +383,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
183
383
  * specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
184
384
  * update log statement ([2245db7](https://github.com/GetStream/stream-video-js/commit/2245db7c362d1819e22e5e5831e82c251aff6117))
185
385
 
386
+ ### [1.5.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.5.1...@stream-io/video-client-1.5.2) (2024-08-23)
387
+
388
+
389
+ ### Bug Fixes
390
+
391
+ * handle session_participant_count_updated event ([#1467](https://github.com/GetStream/stream-video-js/issues/1467)) ([55af565](https://github.com/GetStream/stream-video-js/commit/55af565ea259a7fcb4298f4df63d05e4b346ed5a))
392
+
393
+ ### [1.5.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.5.0...@stream-io/video-client-1.5.1) (2024-08-23)
394
+
395
+
396
+ ### Bug Fixes
397
+
398
+ * do not use ended_at from call state to check ringing validity ([#1466](https://github.com/GetStream/stream-video-js/issues/1466)) ([4af7f00](https://github.com/GetStream/stream-video-js/commit/4af7f0060db24923fb5dab43d1f2a709ef9acd29))
186
399
 
187
400
  ## [1.5.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.8...@stream-io/video-client-1.5.0) (2024-08-21)
188
401