@stream-io/video-client 1.6.0-rc1.0 → 1.6.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 +301 -635
- package/dist/index.browser.es.js +221 -232
- package/dist/index.browser.es.js.map +1 -1
- package/dist/index.cjs.js +221 -232
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +221 -232
- package/dist/index.es.js.map +1 -1
- package/dist/src/Call.d.ts +1 -1
- package/dist/src/StreamSfuClient.d.ts +8 -2
- package/dist/src/StreamVideoClient.d.ts +6 -1
- package/dist/src/coordinator/connection/client.d.ts +0 -2
- package/dist/src/coordinator/connection/types.d.ts +2 -0
- package/dist/src/rtc/Dispatcher.d.ts +1 -1
- package/dist/src/store/CallState.d.ts +1 -46
- package/dist/src/store/CallingState.d.ts +46 -0
- package/dist/src/store/index.d.ts +1 -0
- package/dist/src/store/stateStore.d.ts +0 -17
- package/package.json +2 -2
- package/src/Call.ts +43 -7
- package/src/StreamSfuClient.ts +12 -8
- package/src/StreamVideoClient.ts +7 -2
- package/src/__tests__/StreamVideoClient.test.ts +1 -5
- package/src/coordinator/connection/client.ts +6 -30
- package/src/coordinator/connection/types.ts +2 -0
- package/src/rtc/Dispatcher.ts +1 -1
- package/src/rtc/Publisher.ts +9 -13
- package/src/rtc/Subscriber.ts +2 -2
- package/src/rtc/signal.ts +1 -1
- package/src/store/CallState.ts +1 -55
- package/src/store/CallingState.ts +55 -0
- package/src/store/__tests__/CallState.test.ts +2 -1
- package/src/store/index.ts +1 -0
- package/src/store/stateStore.ts +5 -24
package/CHANGELOG.md
CHANGED
|
@@ -2,1337 +2,1003 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
## [1.6.0
|
|
5
|
+
## [1.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.5.2...@stream-io/video-client-1.6.0) (2024-09-03)
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
*
|
|
9
|
-
* **@stream-io/video-client:** release version 1.6.0-rc.0 ([70ea242](https://github.com/GetStream/stream-video-js/commit/70ea24201b981d778045c76cc01720713295430d))
|
|
10
|
-
* convert to arrow function ([a136b90](https://github.com/GetStream/stream-video-js/commit/a136b9014b3c965db86980b469b95dbd10c72016))
|
|
11
|
-
* remove unused code ([aecedc0](https://github.com/GetStream/stream-video-js/commit/aecedc03c4850d6d85855078ccf86e0c1c8427b7))
|
|
12
|
-
* remove unused code ([3879c0c](https://github.com/GetStream/stream-video-js/commit/3879c0ca1f6f7c6c0b2716674afe87c1ebf52e59))
|
|
13
|
-
* remove unused code ([cf1286e](https://github.com/GetStream/stream-video-js/commit/cf1286e8cdd02ded1559d893e2c4738cbcc5047f))
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### Bug Fixes
|
|
17
|
-
|
|
18
|
-
* don't increment reconnectAttempts in FAST mode ([4c0fa87](https://github.com/GetStream/stream-video-js/commit/4c0fa87c9bc9bcb652abc4bce1954305f70b2aab))
|
|
19
|
-
* new tag ([1b95fe9](https://github.com/GetStream/stream-video-js/commit/1b95fe937d6dc56b4c3c6fb82be2b3d648831cff))
|
|
20
|
-
* rely on joinresponse before attempting to publish a stream ([8fea94a](https://github.com/GetStream/stream-video-js/commit/8fea94affd88419c1b0247908708f444cdca792e))
|
|
21
|
-
|
|
22
|
-
## [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)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
* **@stream-io/video-client:** release version 1.6.0-rc.0 ([2b6707d](https://github.com/GetStream/stream-video-js/commit/2b6707d09b9138a5835c4cb6925f3dca0482dbb3))
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
* include rc in the release name ([478cee3](https://github.com/GetStream/stream-video-js/commit/478cee38829d70e76ba62bcc82f6c69d220f4ea5))
|
|
31
|
-
|
|
32
|
-
## 1.6.0-0 (2024-08-22)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
* **@stream-io/video-client:** release version 1.6.0-0 ([dc54248](https://github.com/GetStream/stream-video-js/commit/dc54248d861ef77185a03fbe4145c7d41c6f3230))
|
|
36
|
-
* remove todo ([ac24f43](https://github.com/GetStream/stream-video-js/commit/ac24f43811ede8b37203c5359e1d03e58bb57f2e))
|
|
37
|
-
* remove unused import ([8b2d5c1](https://github.com/GetStream/stream-video-js/commit/8b2d5c1de7263a317320af4834041eecfbb2aa11))
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Bug Fixes
|
|
41
|
-
|
|
42
|
-
* call shall be considered as joined once joinResponse has been received ([1ed5b10](https://github.com/GetStream/stream-video-js/commit/1ed5b1097591604a3bb1884c2c664fb985873c3c))
|
|
43
|
-
* increment the reconnect attempt on every loop ([9fc54ae](https://github.com/GetStream/stream-video-js/commit/9fc54ae355d1c8bf9f474b708657d8d0a077b28b))
|
|
44
|
-
* **migration:** mark call as JOINED only after participantMigrationComplete is emitted ([60e4f28](https://github.com/GetStream/stream-video-js/commit/60e4f2872b5382a24158ffe340d3850190feab36))
|
|
45
|
-
* reduce the timeout to 7 seconds ([1a34c4d](https://github.com/GetStream/stream-video-js/commit/1a34c4da724290f6e4e69bd6070e370fcfbdee29))
|
|
46
|
-
* remove `participantMigrationComplete` workaround ([69ec50b](https://github.com/GetStream/stream-video-js/commit/69ec50b0226a9595bf49681d871e650aa51074a3))
|
|
47
|
-
* revert incorrect RN check ([d4c127b](https://github.com/GetStream/stream-video-js/commit/d4c127b3c5555184497b8b5a29153332094c28f4))
|
|
48
|
-
* shorter sleep time before attempts ([10db68e](https://github.com/GetStream/stream-video-js/commit/10db68ea101684d774561d1b3da1e8927a5eb981))
|
|
49
|
-
|
|
50
|
-
## [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)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
* **@stream-io/video-client:** release version 1.5.0-0 ([c2c6c08](https://github.com/GetStream/stream-video-js/commit/c2c6c08a89c153ff7f478802eb75ba9dea826ed2))
|
|
54
|
-
* **@stream-io/video-client:** release version 1.5.0-0 ([5357a57](https://github.com/GetStream/stream-video-js/commit/5357a5742e540d530136d3d75cf609250532dd0b))
|
|
55
|
-
* **@stream-io/video-client:** release version 1.5.0-0 ([95f18b8](https://github.com/GetStream/stream-video-js/commit/95f18b8400a625d1abda766f4756b9e6acad1c13))
|
|
56
|
-
* add logs for ice trickle ([990b19a](https://github.com/GetStream/stream-video-js/commit/990b19adcc03808c6b04d9767181a4fa6ceda610))
|
|
57
|
-
* fix bad implicit default ([d076f00](https://github.com/GetStream/stream-video-js/commit/d076f006aab55ff9033619825a2bf64900577c53))
|
|
58
|
-
* refactor the code a bit ([e56a668](https://github.com/GetStream/stream-video-js/commit/e56a668b7190483924c85f6053cabd614ab2fe54))
|
|
59
|
-
* remove commented out code ([02cdfa2](https://github.com/GetStream/stream-video-js/commit/02cdfa23542bb49cb04541c1d423aca9f3be7cd3))
|
|
60
|
-
* remove the legacy migration code ([12c181b](https://github.com/GetStream/stream-video-js/commit/12c181be861030334f4e2555a432a8167242cf63))
|
|
61
|
-
* specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
|
|
62
|
-
* update log statement ([2245db7](https://github.com/GetStream/stream-video-js/commit/2245db7c362d1819e22e5e5831e82c251aff6117))
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### Features
|
|
66
|
-
|
|
67
|
-
* break down the reconnect/join flows ([883d0ee](https://github.com/GetStream/stream-video-js/commit/883d0ee3b54e9b5704364d0c34e466c23aca631a))
|
|
68
|
-
* don't trigger ice restart on the subscriber after a fast reconnect ([c7e2d6f](https://github.com/GetStream/stream-video-js/commit/c7e2d6f964e779f988b29d12763b1ee4d4859111))
|
|
69
|
-
* fast-reconnect strategy ([e4e01d5](https://github.com/GetStream/stream-video-js/commit/e4e01d5dd8185a21652bb2dca2a88217b498c9b7))
|
|
70
|
-
* handle `callEnded` ([7f93307](https://github.com/GetStream/stream-video-js/commit/7f933079193084ac58a93a961e035ddfd7616f67))
|
|
71
|
-
* handle goAway ([d717f1a](https://github.com/GetStream/stream-video-js/commit/d717f1af00a87cf636396c4e0dc33ad106c9377e))
|
|
72
|
-
* handle network change events ([f980f0b](https://github.com/GetStream/stream-video-js/commit/f980f0b93235f1923c06e2e8694c4ce8ff10abc0))
|
|
73
|
-
* improved/linear code flow, clean reconnects ([a210365](https://github.com/GetStream/stream-video-js/commit/a210365dd83fb0e544b543c7144104ece80ac317))
|
|
74
|
-
* migration ([9099a51](https://github.com/GetStream/stream-video-js/commit/9099a51d5cd29282a050bba196ba5a4f646f4341))
|
|
75
|
-
* migration - wip ([3ad96b6](https://github.com/GetStream/stream-video-js/commit/3ad96b6a7d38c7e82effd26889a2fbbad20847b7))
|
|
76
|
-
* Reconnects v2 ([d9f98dc](https://github.com/GetStream/stream-video-js/commit/d9f98dcd6237f7fc9eca263832e6d68753bb2ee1))
|
|
77
|
-
* remove CLEAN strategy ([7e9544b](https://github.com/GetStream/stream-video-js/commit/7e9544b8beb29af4125f2e607865f0415426afcc))
|
|
78
|
-
* send `muted` info about announced tracks ([ccd95c4](https://github.com/GetStream/stream-video-js/commit/ccd95c411650b44816b18d2e6562f9409b35faf2))
|
|
79
|
-
* setup rc release flow ([f183232](https://github.com/GetStream/stream-video-js/commit/f18323254a43fe11c768656e10cd1b915f6ce607))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### Bug Fixes
|
|
83
|
-
|
|
84
|
-
* add missing bracket ([1687722](https://github.com/GetStream/stream-video-js/commit/16877221f98ff277bb41cc04b26d0cdaebd4f22a))
|
|
85
|
-
* 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))
|
|
86
|
-
* always respect local state for the local participant ([6b9cd1d](https://github.com/GetStream/stream-video-js/commit/6b9cd1de37b7f31426e83090b97c56f83062e31b))
|
|
87
|
-
* attempt closing only open sockets ([2d6a388](https://github.com/GetStream/stream-video-js/commit/2d6a3888af9c697c5bcca0bf257cde63700f743a))
|
|
88
|
-
* attempt reconnect after setPublisher fails to return valid SDP ([71ff58e](https://github.com/GetStream/stream-video-js/commit/71ff58e5e9f4a41db714ad39f0ad8a1f22cb8e85))
|
|
89
|
-
* 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))
|
|
90
|
-
* clean joinData after migration ([16d186a](https://github.com/GetStream/stream-video-js/commit/16d186a6da0af1bfdcee447c4b2b4485604fb49d))
|
|
91
|
-
* decouple network events from coordinator socket healthiness ([e453581](https://github.com/GetStream/stream-video-js/commit/e453581da6f8d4d07678636d7a520609b4486948))
|
|
92
|
-
* disable excessive logging ([f8c63bf](https://github.com/GetStream/stream-video-js/commit/f8c63bf98a1a22c0f39668d723d4c69d841b13b5))
|
|
93
|
-
* don't apply device settings after rejoining ([18a6a3c](https://github.com/GetStream/stream-video-js/commit/18a6a3c9d8e71d8e1ca8222df7319096d9f6bc54))
|
|
94
|
-
* don't apply device settings after rejoining, improve the handling of own capabilities ([8ce0f1a](https://github.com/GetStream/stream-video-js/commit/8ce0f1a82181bf21f4c90b9b1e18b5390e983766))
|
|
95
|
-
* failed test ([f78c943](https://github.com/GetStream/stream-video-js/commit/f78c943912e2292be8e31b575de1742e5c08a0cb))
|
|
96
|
-
* failing tests ([5c0209b](https://github.com/GetStream/stream-video-js/commit/5c0209b46f931f47e439e6f3339d13d34765ba3c))
|
|
97
|
-
* fast reconnect after network switch ([a49539c](https://github.com/GetStream/stream-video-js/commit/a49539c8a21988dfad04af5b7303412cef41c292))
|
|
98
|
-
* flag pre-releases in github ([fed77b2](https://github.com/GetStream/stream-video-js/commit/fed77b2835a49af46cd581e93f76e95e8317724e))
|
|
99
|
-
* handle errors ([5cf999d](https://github.com/GetStream/stream-video-js/commit/5cf999d018a17c0dd7cb92cf45808e070c69fc58))
|
|
100
|
-
* handle orphaned tracks for the subscriber ([10fb269](https://github.com/GetStream/stream-video-js/commit/10fb26983589ee962fc14b464e13350bc17e9105))
|
|
101
|
-
* handle screen share in remote mutes ([6255d36](https://github.com/GetStream/stream-video-js/commit/6255d366d65d4e8641cecb9f42a47876a8cd5e3b))
|
|
102
|
-
* improve handing of ice trickles ([a2ae6b1](https://github.com/GetStream/stream-video-js/commit/a2ae6b105fde51f6cd9de36af9face0e69bca6ff))
|
|
103
|
-
* improve ice trickling ([2fdb932](https://github.com/GetStream/stream-video-js/commit/2fdb9328d138d7067af225ae526fd06e9fe960d1))
|
|
104
|
-
* improve logging ([a3ea1d9](https://github.com/GetStream/stream-video-js/commit/a3ea1d916cf50b445ecf1be7cd01c40f87a2db98))
|
|
105
|
-
* improve logging, mark call as joined earlier ([2722e4d](https://github.com/GetStream/stream-video-js/commit/2722e4dd2a40fb7d3c30e1b4051fc32aa64cf629))
|
|
106
|
-
* improve the migration ([c2495dd](https://github.com/GetStream/stream-video-js/commit/c2495dd01bf462d099214df711fe353001228ffb))
|
|
107
|
-
* increase the migration end deadline ([6d56644](https://github.com/GetStream/stream-video-js/commit/6d566443d22b18ec50fba3752120f5eefd68a8bd))
|
|
108
|
-
* incremental sfu client tag ([ce4432d](https://github.com/GetStream/stream-video-js/commit/ce4432d82256cff9868d91f01bb83daf8b256f55))
|
|
109
|
-
* perform ice restart when state goes to disconnected ([2517625](https://github.com/GetStream/stream-video-js/commit/251762528641cea09a7d7c77e2c2be113ae82bac))
|
|
110
|
-
* 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))
|
|
111
|
-
* recovering from failed SFU WS connection attempts ([2e00740](https://github.com/GetStream/stream-video-js/commit/2e00740079fa27c87d142824d9b1414525de21e6))
|
|
112
|
-
* remove ended orphaned tracks from the call state ([d68529d](https://github.com/GetStream/stream-video-js/commit/d68529de4b2f4821da91d153377244dd3b7ffc64))
|
|
113
|
-
* remove outdated migration tests ([4b57b19](https://github.com/GetStream/stream-video-js/commit/4b57b197352d6660a7737413f46e526193f9cf74))
|
|
114
|
-
* remove pre-releases ([ba9cf49](https://github.com/GetStream/stream-video-js/commit/ba9cf4968a80ec07831304ee8a791d9681ddc605))
|
|
115
|
-
* reorganize restorePublishedTracks impl ([eaa8072](https://github.com/GetStream/stream-video-js/commit/eaa80723a5355ee4195e92530d74188ba98678fb))
|
|
116
|
-
* restore IceTrickleBuffer ([47be308](https://github.com/GetStream/stream-video-js/commit/47be308ece0360dff66fff415f4f39e821ca2daf))
|
|
117
|
-
* restore logging ([923fa74](https://github.com/GetStream/stream-video-js/commit/923fa74dc1c634a116b1a52ed5d466902d20d915))
|
|
118
|
-
* restore the original addIceCandidate behavior ([36245df](https://github.com/GetStream/stream-video-js/commit/36245df430ebb524ef99d7b07120e017b5fd4280))
|
|
119
|
-
* restore tracks from the local state after reconnecting ([8204598](https://github.com/GetStream/stream-video-js/commit/820459800c8cd87635d020955f6f853d985c92c2))
|
|
120
|
-
* retry failed rpc requests ([8c10922](https://github.com/GetStream/stream-video-js/commit/8c1092292d3b4657ee1ef4bb683bafeeea6568fb))
|
|
121
|
-
* simplify updateParticipants ([d01367d](https://github.com/GetStream/stream-video-js/commit/d01367d1ff21d1c4d69bb5013ec6f967a1138199))
|
|
122
|
-
* stats reporting ([cff501f](https://github.com/GetStream/stream-video-js/commit/cff501f8c6da22c9ccc4f98f8c688e573de94037))
|
|
123
|
-
* stop sending healthcheck events when WS closes ([1c452df](https://github.com/GetStream/stream-video-js/commit/1c452dfa4d1eafe7a7dd46788691b46efc7b853a))
|
|
124
|
-
* tidy up the codebase ([53674c2](https://github.com/GetStream/stream-video-js/commit/53674c294ff2e8ee0be64a3e2a8b6b1ccf34da1f))
|
|
125
|
-
* use 30fps for all layers ([df393b0](https://github.com/GetStream/stream-video-js/commit/df393b07f2ec978b3f7ef2a2da9f319cd3efd477))
|
|
126
|
-
* use symbol per instance ([6d55e68](https://github.com/GetStream/stream-video-js/commit/6d55e687a8189cef00037b7cae3e269fc3ad947b))
|
|
127
|
-
|
|
128
|
-
## [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)
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
* **@stream-io/video-client:** release version 1.6.0-rc.0 ([70ea242](https://github.com/GetStream/stream-video-js/commit/70ea24201b981d778045c76cc01720713295430d))
|
|
132
|
-
* convert to arrow function ([a136b90](https://github.com/GetStream/stream-video-js/commit/a136b9014b3c965db86980b469b95dbd10c72016))
|
|
133
|
-
* remove unused code ([aecedc0](https://github.com/GetStream/stream-video-js/commit/aecedc03c4850d6d85855078ccf86e0c1c8427b7))
|
|
134
|
-
* remove unused code ([3879c0c](https://github.com/GetStream/stream-video-js/commit/3879c0ca1f6f7c6c0b2716674afe87c1ebf52e59))
|
|
135
|
-
* remove unused code ([cf1286e](https://github.com/GetStream/stream-video-js/commit/cf1286e8cdd02ded1559d893e2c4738cbcc5047f))
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Bug Fixes
|
|
139
|
-
|
|
140
|
-
* rely on joinresponse before attempting to publish a stream ([8fea94a](https://github.com/GetStream/stream-video-js/commit/8fea94affd88419c1b0247908708f444cdca792e))
|
|
141
|
-
|
|
142
|
-
## [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)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
* **@stream-io/video-client:** release version 1.6.0-rc.0 ([2b6707d](https://github.com/GetStream/stream-video-js/commit/2b6707d09b9138a5835c4cb6925f3dca0482dbb3))
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
### Bug Fixes
|
|
149
|
-
|
|
150
|
-
* include rc in the release name ([478cee3](https://github.com/GetStream/stream-video-js/commit/478cee38829d70e76ba62bcc82f6c69d220f4ea5))
|
|
151
|
-
|
|
152
|
-
## 1.6.0-0 (2024-08-22)
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
* **@stream-io/video-client:** release version 1.6.0-0 ([dc54248](https://github.com/GetStream/stream-video-js/commit/dc54248d861ef77185a03fbe4145c7d41c6f3230))
|
|
156
|
-
* remove todo ([ac24f43](https://github.com/GetStream/stream-video-js/commit/ac24f43811ede8b37203c5359e1d03e58bb57f2e))
|
|
157
|
-
* remove unused import ([8b2d5c1](https://github.com/GetStream/stream-video-js/commit/8b2d5c1de7263a317320af4834041eecfbb2aa11))
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
* call shall be considered as joined once joinResponse has been received ([1ed5b10](https://github.com/GetStream/stream-video-js/commit/1ed5b1097591604a3bb1884c2c664fb985873c3c))
|
|
163
|
-
* increment the reconnect attempt on every loop ([9fc54ae](https://github.com/GetStream/stream-video-js/commit/9fc54ae355d1c8bf9f474b708657d8d0a077b28b))
|
|
164
|
-
* **migration:** mark call as JOINED only after participantMigrationComplete is emitted ([60e4f28](https://github.com/GetStream/stream-video-js/commit/60e4f2872b5382a24158ffe340d3850190feab36))
|
|
165
|
-
* reduce the timeout to 7 seconds ([1a34c4d](https://github.com/GetStream/stream-video-js/commit/1a34c4da724290f6e4e69bd6070e370fcfbdee29))
|
|
166
|
-
* remove `participantMigrationComplete` workaround ([69ec50b](https://github.com/GetStream/stream-video-js/commit/69ec50b0226a9595bf49681d871e650aa51074a3))
|
|
167
|
-
* revert incorrect RN check ([d4c127b](https://github.com/GetStream/stream-video-js/commit/d4c127b3c5555184497b8b5a29153332094c28f4))
|
|
168
|
-
* shorter sleep time before attempts ([10db68e](https://github.com/GetStream/stream-video-js/commit/10db68ea101684d774561d1b3da1e8927a5eb981))
|
|
169
|
-
|
|
170
|
-
## [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)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
* **@stream-io/video-client:** release version 1.5.0-0 ([c2c6c08](https://github.com/GetStream/stream-video-js/commit/c2c6c08a89c153ff7f478802eb75ba9dea826ed2))
|
|
174
|
-
* **@stream-io/video-client:** release version 1.5.0-0 ([5357a57](https://github.com/GetStream/stream-video-js/commit/5357a5742e540d530136d3d75cf609250532dd0b))
|
|
175
|
-
* **@stream-io/video-client:** release version 1.5.0-0 ([95f18b8](https://github.com/GetStream/stream-video-js/commit/95f18b8400a625d1abda766f4756b9e6acad1c13))
|
|
176
|
-
* add logs for ice trickle ([990b19a](https://github.com/GetStream/stream-video-js/commit/990b19adcc03808c6b04d9767181a4fa6ceda610))
|
|
177
|
-
* fix bad implicit default ([d076f00](https://github.com/GetStream/stream-video-js/commit/d076f006aab55ff9033619825a2bf64900577c53))
|
|
178
|
-
* refactor the code a bit ([e56a668](https://github.com/GetStream/stream-video-js/commit/e56a668b7190483924c85f6053cabd614ab2fe54))
|
|
179
|
-
* remove commented out code ([02cdfa2](https://github.com/GetStream/stream-video-js/commit/02cdfa23542bb49cb04541c1d423aca9f3be7cd3))
|
|
180
|
-
* remove the legacy migration code ([12c181b](https://github.com/GetStream/stream-video-js/commit/12c181be861030334f4e2555a432a8167242cf63))
|
|
181
|
-
* specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
|
|
182
|
-
* update log statement ([2245db7](https://github.com/GetStream/stream-video-js/commit/2245db7c362d1819e22e5e5831e82c251aff6117))
|
|
8
|
+
* update node-sdk, add this to pronto for token generation ([#1472](https://github.com/GetStream/stream-video-js/issues/1472)) ([c6cbc1f](https://github.com/GetStream/stream-video-js/commit/c6cbc1f8d003ea1c39796ccbc87d7553604f819b))
|
|
183
9
|
|
|
184
10
|
|
|
185
11
|
### Features
|
|
186
12
|
|
|
187
|
-
*
|
|
188
|
-
* don't trigger ice restart on the subscriber after a fast reconnect ([c7e2d6f](https://github.com/GetStream/stream-video-js/commit/c7e2d6f964e779f988b29d12763b1ee4d4859111))
|
|
189
|
-
* fast-reconnect strategy ([e4e01d5](https://github.com/GetStream/stream-video-js/commit/e4e01d5dd8185a21652bb2dca2a88217b498c9b7))
|
|
190
|
-
* handle `callEnded` ([7f93307](https://github.com/GetStream/stream-video-js/commit/7f933079193084ac58a93a961e035ddfd7616f67))
|
|
191
|
-
* handle goAway ([d717f1a](https://github.com/GetStream/stream-video-js/commit/d717f1af00a87cf636396c4e0dc33ad106c9377e))
|
|
192
|
-
* handle network change events ([f980f0b](https://github.com/GetStream/stream-video-js/commit/f980f0b93235f1923c06e2e8694c4ce8ff10abc0))
|
|
193
|
-
* improved/linear code flow, clean reconnects ([a210365](https://github.com/GetStream/stream-video-js/commit/a210365dd83fb0e544b543c7144104ece80ac317))
|
|
194
|
-
* migration ([9099a51](https://github.com/GetStream/stream-video-js/commit/9099a51d5cd29282a050bba196ba5a4f646f4341))
|
|
195
|
-
* migration - wip ([3ad96b6](https://github.com/GetStream/stream-video-js/commit/3ad96b6a7d38c7e82effd26889a2fbbad20847b7))
|
|
196
|
-
* Reconnects v2 ([d9f98dc](https://github.com/GetStream/stream-video-js/commit/d9f98dcd6237f7fc9eca263832e6d68753bb2ee1))
|
|
197
|
-
* remove CLEAN strategy ([7e9544b](https://github.com/GetStream/stream-video-js/commit/7e9544b8beb29af4125f2e607865f0415426afcc))
|
|
198
|
-
* send `muted` info about announced tracks ([ccd95c4](https://github.com/GetStream/stream-video-js/commit/ccd95c411650b44816b18d2e6562f9409b35faf2))
|
|
199
|
-
* setup rc release flow ([f183232](https://github.com/GetStream/stream-video-js/commit/f18323254a43fe11c768656e10cd1b915f6ce607))
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
### Bug Fixes
|
|
203
|
-
|
|
204
|
-
* add missing bracket ([1687722](https://github.com/GetStream/stream-video-js/commit/16877221f98ff277bb41cc04b26d0cdaebd4f22a))
|
|
205
|
-
* 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))
|
|
206
|
-
* always respect local state for the local participant ([6b9cd1d](https://github.com/GetStream/stream-video-js/commit/6b9cd1de37b7f31426e83090b97c56f83062e31b))
|
|
207
|
-
* attempt closing only open sockets ([2d6a388](https://github.com/GetStream/stream-video-js/commit/2d6a3888af9c697c5bcca0bf257cde63700f743a))
|
|
208
|
-
* attempt reconnect after setPublisher fails to return valid SDP ([71ff58e](https://github.com/GetStream/stream-video-js/commit/71ff58e5e9f4a41db714ad39f0ad8a1f22cb8e85))
|
|
209
|
-
* 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))
|
|
210
|
-
* clean joinData after migration ([16d186a](https://github.com/GetStream/stream-video-js/commit/16d186a6da0af1bfdcee447c4b2b4485604fb49d))
|
|
211
|
-
* decouple network events from coordinator socket healthiness ([e453581](https://github.com/GetStream/stream-video-js/commit/e453581da6f8d4d07678636d7a520609b4486948))
|
|
212
|
-
* disable excessive logging ([f8c63bf](https://github.com/GetStream/stream-video-js/commit/f8c63bf98a1a22c0f39668d723d4c69d841b13b5))
|
|
213
|
-
* don't apply device settings after rejoining ([18a6a3c](https://github.com/GetStream/stream-video-js/commit/18a6a3c9d8e71d8e1ca8222df7319096d9f6bc54))
|
|
214
|
-
* don't apply device settings after rejoining, improve the handling of own capabilities ([8ce0f1a](https://github.com/GetStream/stream-video-js/commit/8ce0f1a82181bf21f4c90b9b1e18b5390e983766))
|
|
215
|
-
* failed test ([f78c943](https://github.com/GetStream/stream-video-js/commit/f78c943912e2292be8e31b575de1742e5c08a0cb))
|
|
216
|
-
* failing tests ([5c0209b](https://github.com/GetStream/stream-video-js/commit/5c0209b46f931f47e439e6f3339d13d34765ba3c))
|
|
217
|
-
* fast reconnect after network switch ([a49539c](https://github.com/GetStream/stream-video-js/commit/a49539c8a21988dfad04af5b7303412cef41c292))
|
|
218
|
-
* flag pre-releases in github ([fed77b2](https://github.com/GetStream/stream-video-js/commit/fed77b2835a49af46cd581e93f76e95e8317724e))
|
|
219
|
-
* handle errors ([5cf999d](https://github.com/GetStream/stream-video-js/commit/5cf999d018a17c0dd7cb92cf45808e070c69fc58))
|
|
220
|
-
* handle orphaned tracks for the subscriber ([10fb269](https://github.com/GetStream/stream-video-js/commit/10fb26983589ee962fc14b464e13350bc17e9105))
|
|
221
|
-
* handle screen share in remote mutes ([6255d36](https://github.com/GetStream/stream-video-js/commit/6255d366d65d4e8641cecb9f42a47876a8cd5e3b))
|
|
222
|
-
* improve handing of ice trickles ([a2ae6b1](https://github.com/GetStream/stream-video-js/commit/a2ae6b105fde51f6cd9de36af9face0e69bca6ff))
|
|
223
|
-
* improve ice trickling ([2fdb932](https://github.com/GetStream/stream-video-js/commit/2fdb9328d138d7067af225ae526fd06e9fe960d1))
|
|
224
|
-
* improve logging ([a3ea1d9](https://github.com/GetStream/stream-video-js/commit/a3ea1d916cf50b445ecf1be7cd01c40f87a2db98))
|
|
225
|
-
* improve logging, mark call as joined earlier ([2722e4d](https://github.com/GetStream/stream-video-js/commit/2722e4dd2a40fb7d3c30e1b4051fc32aa64cf629))
|
|
226
|
-
* improve the migration ([c2495dd](https://github.com/GetStream/stream-video-js/commit/c2495dd01bf462d099214df711fe353001228ffb))
|
|
227
|
-
* increase the migration end deadline ([6d56644](https://github.com/GetStream/stream-video-js/commit/6d566443d22b18ec50fba3752120f5eefd68a8bd))
|
|
228
|
-
* incremental sfu client tag ([ce4432d](https://github.com/GetStream/stream-video-js/commit/ce4432d82256cff9868d91f01bb83daf8b256f55))
|
|
229
|
-
* perform ice restart when state goes to disconnected ([2517625](https://github.com/GetStream/stream-video-js/commit/251762528641cea09a7d7c77e2c2be113ae82bac))
|
|
230
|
-
* 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))
|
|
231
|
-
* recovering from failed SFU WS connection attempts ([2e00740](https://github.com/GetStream/stream-video-js/commit/2e00740079fa27c87d142824d9b1414525de21e6))
|
|
232
|
-
* remove ended orphaned tracks from the call state ([d68529d](https://github.com/GetStream/stream-video-js/commit/d68529de4b2f4821da91d153377244dd3b7ffc64))
|
|
233
|
-
* remove outdated migration tests ([4b57b19](https://github.com/GetStream/stream-video-js/commit/4b57b197352d6660a7737413f46e526193f9cf74))
|
|
234
|
-
* remove pre-releases ([ba9cf49](https://github.com/GetStream/stream-video-js/commit/ba9cf4968a80ec07831304ee8a791d9681ddc605))
|
|
235
|
-
* reorganize restorePublishedTracks impl ([eaa8072](https://github.com/GetStream/stream-video-js/commit/eaa80723a5355ee4195e92530d74188ba98678fb))
|
|
236
|
-
* restore IceTrickleBuffer ([47be308](https://github.com/GetStream/stream-video-js/commit/47be308ece0360dff66fff415f4f39e821ca2daf))
|
|
237
|
-
* restore logging ([923fa74](https://github.com/GetStream/stream-video-js/commit/923fa74dc1c634a116b1a52ed5d466902d20d915))
|
|
238
|
-
* restore the original addIceCandidate behavior ([36245df](https://github.com/GetStream/stream-video-js/commit/36245df430ebb524ef99d7b07120e017b5fd4280))
|
|
239
|
-
* restore tracks from the local state after reconnecting ([8204598](https://github.com/GetStream/stream-video-js/commit/820459800c8cd87635d020955f6f853d985c92c2))
|
|
240
|
-
* retry failed rpc requests ([8c10922](https://github.com/GetStream/stream-video-js/commit/8c1092292d3b4657ee1ef4bb683bafeeea6568fb))
|
|
241
|
-
* simplify updateParticipants ([d01367d](https://github.com/GetStream/stream-video-js/commit/d01367d1ff21d1c4d69bb5013ec6f967a1138199))
|
|
242
|
-
* stats reporting ([cff501f](https://github.com/GetStream/stream-video-js/commit/cff501f8c6da22c9ccc4f98f8c688e573de94037))
|
|
243
|
-
* stop sending healthcheck events when WS closes ([1c452df](https://github.com/GetStream/stream-video-js/commit/1c452dfa4d1eafe7a7dd46788691b46efc7b853a))
|
|
244
|
-
* tidy up the codebase ([53674c2](https://github.com/GetStream/stream-video-js/commit/53674c294ff2e8ee0be64a3e2a8b6b1ccf34da1f))
|
|
245
|
-
* use 30fps for all layers ([df393b0](https://github.com/GetStream/stream-video-js/commit/df393b07f2ec978b3f7ef2a2da9f319cd3efd477))
|
|
246
|
-
* use symbol per instance ([6d55e68](https://github.com/GetStream/stream-video-js/commit/6d55e687a8189cef00037b7cae3e269fc3ad947b))
|
|
247
|
-
|
|
248
|
-
## [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)
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
### Bug Fixes
|
|
252
|
-
|
|
253
|
-
* rely on joinresponse before attempting to publish a stream ([8fea94a](https://github.com/GetStream/stream-video-js/commit/8fea94affd88419c1b0247908708f444cdca792e))
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
* convert to arrow function ([a136b90](https://github.com/GetStream/stream-video-js/commit/a136b9014b3c965db86980b469b95dbd10c72016))
|
|
257
|
-
* remove unused code ([aecedc0](https://github.com/GetStream/stream-video-js/commit/aecedc03c4850d6d85855078ccf86e0c1c8427b7))
|
|
258
|
-
* remove unused code ([3879c0c](https://github.com/GetStream/stream-video-js/commit/3879c0ca1f6f7c6c0b2716674afe87c1ebf52e59))
|
|
259
|
-
* remove unused code ([cf1286e](https://github.com/GetStream/stream-video-js/commit/cf1286e8cdd02ded1559d893e2c4738cbcc5047f))
|
|
260
|
-
|
|
261
|
-
## [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)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
### Bug Fixes
|
|
265
|
-
|
|
266
|
-
* include rc in the release name ([478cee3](https://github.com/GetStream/stream-video-js/commit/478cee38829d70e76ba62bcc82f6c69d220f4ea5))
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
* **@stream-io/video-client:** release version 1.6.0-rc.0 ([2b6707d](https://github.com/GetStream/stream-video-js/commit/2b6707d09b9138a5835c4cb6925f3dca0482dbb3))
|
|
270
|
-
|
|
271
|
-
## 1.6.0-0 (2024-08-22)
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
### Bug Fixes
|
|
275
|
-
|
|
276
|
-
* call shall be considered as joined once joinResponse has been received ([1ed5b10](https://github.com/GetStream/stream-video-js/commit/1ed5b1097591604a3bb1884c2c664fb985873c3c))
|
|
277
|
-
* increment the reconnect attempt on every loop ([9fc54ae](https://github.com/GetStream/stream-video-js/commit/9fc54ae355d1c8bf9f474b708657d8d0a077b28b))
|
|
278
|
-
* **migration:** mark call as JOINED only after participantMigrationComplete is emitted ([60e4f28](https://github.com/GetStream/stream-video-js/commit/60e4f2872b5382a24158ffe340d3850190feab36))
|
|
279
|
-
* reduce the timeout to 7 seconds ([1a34c4d](https://github.com/GetStream/stream-video-js/commit/1a34c4da724290f6e4e69bd6070e370fcfbdee29))
|
|
280
|
-
* remove `participantMigrationComplete` workaround ([69ec50b](https://github.com/GetStream/stream-video-js/commit/69ec50b0226a9595bf49681d871e650aa51074a3))
|
|
281
|
-
* revert incorrect RN check ([d4c127b](https://github.com/GetStream/stream-video-js/commit/d4c127b3c5555184497b8b5a29153332094c28f4))
|
|
282
|
-
* shorter sleep time before attempts ([10db68e](https://github.com/GetStream/stream-video-js/commit/10db68ea101684d774561d1b3da1e8927a5eb981))
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
* **@stream-io/video-client:** release version 1.6.0-0 ([dc54248](https://github.com/GetStream/stream-video-js/commit/dc54248d861ef77185a03fbe4145c7d41c6f3230))
|
|
286
|
-
* remove todo ([ac24f43](https://github.com/GetStream/stream-video-js/commit/ac24f43811ede8b37203c5359e1d03e58bb57f2e))
|
|
287
|
-
* remove unused import ([8b2d5c1](https://github.com/GetStream/stream-video-js/commit/8b2d5c1de7263a317320af4834041eecfbb2aa11))
|
|
288
|
-
|
|
289
|
-
## [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)
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
### Features
|
|
293
|
-
|
|
294
|
-
* break down the reconnect/join flows ([883d0ee](https://github.com/GetStream/stream-video-js/commit/883d0ee3b54e9b5704364d0c34e466c23aca631a))
|
|
295
|
-
* don't trigger ice restart on the subscriber after a fast reconnect ([c7e2d6f](https://github.com/GetStream/stream-video-js/commit/c7e2d6f964e779f988b29d12763b1ee4d4859111))
|
|
296
|
-
* fast-reconnect strategy ([e4e01d5](https://github.com/GetStream/stream-video-js/commit/e4e01d5dd8185a21652bb2dca2a88217b498c9b7))
|
|
297
|
-
* handle `callEnded` ([7f93307](https://github.com/GetStream/stream-video-js/commit/7f933079193084ac58a93a961e035ddfd7616f67))
|
|
298
|
-
* handle goAway ([d717f1a](https://github.com/GetStream/stream-video-js/commit/d717f1af00a87cf636396c4e0dc33ad106c9377e))
|
|
299
|
-
* handle network change events ([f980f0b](https://github.com/GetStream/stream-video-js/commit/f980f0b93235f1923c06e2e8694c4ce8ff10abc0))
|
|
300
|
-
* improved/linear code flow, clean reconnects ([a210365](https://github.com/GetStream/stream-video-js/commit/a210365dd83fb0e544b543c7144104ece80ac317))
|
|
301
|
-
* migration ([9099a51](https://github.com/GetStream/stream-video-js/commit/9099a51d5cd29282a050bba196ba5a4f646f4341))
|
|
302
|
-
* migration - wip ([3ad96b6](https://github.com/GetStream/stream-video-js/commit/3ad96b6a7d38c7e82effd26889a2fbbad20847b7))
|
|
303
|
-
* Reconnects v2 ([d9f98dc](https://github.com/GetStream/stream-video-js/commit/d9f98dcd6237f7fc9eca263832e6d68753bb2ee1))
|
|
304
|
-
* remove CLEAN strategy ([7e9544b](https://github.com/GetStream/stream-video-js/commit/7e9544b8beb29af4125f2e607865f0415426afcc))
|
|
305
|
-
* send `muted` info about announced tracks ([ccd95c4](https://github.com/GetStream/stream-video-js/commit/ccd95c411650b44816b18d2e6562f9409b35faf2))
|
|
306
|
-
* setup rc release flow ([f183232](https://github.com/GetStream/stream-video-js/commit/f18323254a43fe11c768656e10cd1b915f6ce607))
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
### Bug Fixes
|
|
310
|
-
|
|
311
|
-
* add missing bracket ([1687722](https://github.com/GetStream/stream-video-js/commit/16877221f98ff277bb41cc04b26d0cdaebd4f22a))
|
|
312
|
-
* 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))
|
|
313
|
-
* always respect local state for the local participant ([6b9cd1d](https://github.com/GetStream/stream-video-js/commit/6b9cd1de37b7f31426e83090b97c56f83062e31b))
|
|
314
|
-
* attempt closing only open sockets ([2d6a388](https://github.com/GetStream/stream-video-js/commit/2d6a3888af9c697c5bcca0bf257cde63700f743a))
|
|
315
|
-
* attempt reconnect after setPublisher fails to return valid SDP ([71ff58e](https://github.com/GetStream/stream-video-js/commit/71ff58e5e9f4a41db714ad39f0ad8a1f22cb8e85))
|
|
316
|
-
* 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))
|
|
317
|
-
* clean joinData after migration ([16d186a](https://github.com/GetStream/stream-video-js/commit/16d186a6da0af1bfdcee447c4b2b4485604fb49d))
|
|
318
|
-
* decouple network events from coordinator socket healthiness ([e453581](https://github.com/GetStream/stream-video-js/commit/e453581da6f8d4d07678636d7a520609b4486948))
|
|
319
|
-
* disable excessive logging ([f8c63bf](https://github.com/GetStream/stream-video-js/commit/f8c63bf98a1a22c0f39668d723d4c69d841b13b5))
|
|
320
|
-
* don't apply device settings after rejoining ([18a6a3c](https://github.com/GetStream/stream-video-js/commit/18a6a3c9d8e71d8e1ca8222df7319096d9f6bc54))
|
|
321
|
-
* don't apply device settings after rejoining, improve the handling of own capabilities ([8ce0f1a](https://github.com/GetStream/stream-video-js/commit/8ce0f1a82181bf21f4c90b9b1e18b5390e983766))
|
|
322
|
-
* failed test ([f78c943](https://github.com/GetStream/stream-video-js/commit/f78c943912e2292be8e31b575de1742e5c08a0cb))
|
|
323
|
-
* failing tests ([5c0209b](https://github.com/GetStream/stream-video-js/commit/5c0209b46f931f47e439e6f3339d13d34765ba3c))
|
|
324
|
-
* fast reconnect after network switch ([a49539c](https://github.com/GetStream/stream-video-js/commit/a49539c8a21988dfad04af5b7303412cef41c292))
|
|
325
|
-
* flag pre-releases in github ([fed77b2](https://github.com/GetStream/stream-video-js/commit/fed77b2835a49af46cd581e93f76e95e8317724e))
|
|
326
|
-
* handle errors ([5cf999d](https://github.com/GetStream/stream-video-js/commit/5cf999d018a17c0dd7cb92cf45808e070c69fc58))
|
|
327
|
-
* handle orphaned tracks for the subscriber ([10fb269](https://github.com/GetStream/stream-video-js/commit/10fb26983589ee962fc14b464e13350bc17e9105))
|
|
328
|
-
* handle screen share in remote mutes ([6255d36](https://github.com/GetStream/stream-video-js/commit/6255d366d65d4e8641cecb9f42a47876a8cd5e3b))
|
|
329
|
-
* improve handing of ice trickles ([a2ae6b1](https://github.com/GetStream/stream-video-js/commit/a2ae6b105fde51f6cd9de36af9face0e69bca6ff))
|
|
330
|
-
* improve ice trickling ([2fdb932](https://github.com/GetStream/stream-video-js/commit/2fdb9328d138d7067af225ae526fd06e9fe960d1))
|
|
331
|
-
* improve logging ([a3ea1d9](https://github.com/GetStream/stream-video-js/commit/a3ea1d916cf50b445ecf1be7cd01c40f87a2db98))
|
|
332
|
-
* improve logging, mark call as joined earlier ([2722e4d](https://github.com/GetStream/stream-video-js/commit/2722e4dd2a40fb7d3c30e1b4051fc32aa64cf629))
|
|
333
|
-
* improve the migration ([c2495dd](https://github.com/GetStream/stream-video-js/commit/c2495dd01bf462d099214df711fe353001228ffb))
|
|
334
|
-
* increase the migration end deadline ([6d56644](https://github.com/GetStream/stream-video-js/commit/6d566443d22b18ec50fba3752120f5eefd68a8bd))
|
|
335
|
-
* incremental sfu client tag ([ce4432d](https://github.com/GetStream/stream-video-js/commit/ce4432d82256cff9868d91f01bb83daf8b256f55))
|
|
336
|
-
* perform ice restart when state goes to disconnected ([2517625](https://github.com/GetStream/stream-video-js/commit/251762528641cea09a7d7c77e2c2be113ae82bac))
|
|
337
|
-
* 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))
|
|
338
|
-
* recovering from failed SFU WS connection attempts ([2e00740](https://github.com/GetStream/stream-video-js/commit/2e00740079fa27c87d142824d9b1414525de21e6))
|
|
339
|
-
* remove ended orphaned tracks from the call state ([d68529d](https://github.com/GetStream/stream-video-js/commit/d68529de4b2f4821da91d153377244dd3b7ffc64))
|
|
340
|
-
* remove outdated migration tests ([4b57b19](https://github.com/GetStream/stream-video-js/commit/4b57b197352d6660a7737413f46e526193f9cf74))
|
|
341
|
-
* remove pre-releases ([ba9cf49](https://github.com/GetStream/stream-video-js/commit/ba9cf4968a80ec07831304ee8a791d9681ddc605))
|
|
342
|
-
* reorganize restorePublishedTracks impl ([eaa8072](https://github.com/GetStream/stream-video-js/commit/eaa80723a5355ee4195e92530d74188ba98678fb))
|
|
343
|
-
* restore IceTrickleBuffer ([47be308](https://github.com/GetStream/stream-video-js/commit/47be308ece0360dff66fff415f4f39e821ca2daf))
|
|
344
|
-
* restore logging ([923fa74](https://github.com/GetStream/stream-video-js/commit/923fa74dc1c634a116b1a52ed5d466902d20d915))
|
|
345
|
-
* restore the original addIceCandidate behavior ([36245df](https://github.com/GetStream/stream-video-js/commit/36245df430ebb524ef99d7b07120e017b5fd4280))
|
|
346
|
-
* restore tracks from the local state after reconnecting ([8204598](https://github.com/GetStream/stream-video-js/commit/820459800c8cd87635d020955f6f853d985c92c2))
|
|
347
|
-
* retry failed rpc requests ([8c10922](https://github.com/GetStream/stream-video-js/commit/8c1092292d3b4657ee1ef4bb683bafeeea6568fb))
|
|
348
|
-
* simplify updateParticipants ([d01367d](https://github.com/GetStream/stream-video-js/commit/d01367d1ff21d1c4d69bb5013ec6f967a1138199))
|
|
349
|
-
* stats reporting ([cff501f](https://github.com/GetStream/stream-video-js/commit/cff501f8c6da22c9ccc4f98f8c688e573de94037))
|
|
350
|
-
* stop sending healthcheck events when WS closes ([1c452df](https://github.com/GetStream/stream-video-js/commit/1c452dfa4d1eafe7a7dd46788691b46efc7b853a))
|
|
351
|
-
* tidy up the codebase ([53674c2](https://github.com/GetStream/stream-video-js/commit/53674c294ff2e8ee0be64a3e2a8b6b1ccf34da1f))
|
|
352
|
-
* use 30fps for all layers ([df393b0](https://github.com/GetStream/stream-video-js/commit/df393b07f2ec978b3f7ef2a2da9f319cd3efd477))
|
|
353
|
-
* use symbol per instance ([6d55e68](https://github.com/GetStream/stream-video-js/commit/6d55e687a8189cef00037b7cae3e269fc3ad947b))
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
* **@stream-io/video-client:** release version 1.5.0-0 ([c2c6c08](https://github.com/GetStream/stream-video-js/commit/c2c6c08a89c153ff7f478802eb75ba9dea826ed2))
|
|
357
|
-
* **@stream-io/video-client:** release version 1.5.0-0 ([5357a57](https://github.com/GetStream/stream-video-js/commit/5357a5742e540d530136d3d75cf609250532dd0b))
|
|
358
|
-
* **@stream-io/video-client:** release version 1.5.0-0 ([95f18b8](https://github.com/GetStream/stream-video-js/commit/95f18b8400a625d1abda766f4756b9e6acad1c13))
|
|
359
|
-
* add logs for ice trickle ([990b19a](https://github.com/GetStream/stream-video-js/commit/990b19adcc03808c6b04d9767181a4fa6ceda610))
|
|
360
|
-
* fix bad implicit default ([d076f00](https://github.com/GetStream/stream-video-js/commit/d076f006aab55ff9033619825a2bf64900577c53))
|
|
361
|
-
* refactor the code a bit ([e56a668](https://github.com/GetStream/stream-video-js/commit/e56a668b7190483924c85f6053cabd614ab2fe54))
|
|
362
|
-
* remove commented out code ([02cdfa2](https://github.com/GetStream/stream-video-js/commit/02cdfa23542bb49cb04541c1d423aca9f3be7cd3))
|
|
363
|
-
* remove the legacy migration code ([12c181b](https://github.com/GetStream/stream-video-js/commit/12c181be861030334f4e2555a432a8167242cf63))
|
|
364
|
-
* specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
|
|
365
|
-
* update log statement ([2245db7](https://github.com/GetStream/stream-video-js/commit/2245db7c362d1819e22e5e5831e82c251aff6117))
|
|
13
|
+
* Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
|
|
366
14
|
|
|
367
15
|
### [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)
|
|
368
16
|
|
|
369
|
-
|
|
370
17
|
### Bug Fixes
|
|
371
18
|
|
|
372
|
-
|
|
19
|
+
- handle session_participant_count_updated
|
|
20
|
+
event ([#1467](https://github.com/GetStream/stream-video-js/issues/1467)) ([55af565](https://github.com/GetStream/stream-video-js/commit/55af565ea259a7fcb4298f4df63d05e4b346ed5a))
|
|
373
21
|
|
|
374
22
|
### [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)
|
|
375
23
|
|
|
376
|
-
|
|
377
24
|
### Bug Fixes
|
|
378
25
|
|
|
379
|
-
|
|
26
|
+
- do not use ended_at from call state to check ringing
|
|
27
|
+
validity ([#1466](https://github.com/GetStream/stream-video-js/issues/1466)) ([4af7f00](https://github.com/GetStream/stream-video-js/commit/4af7f0060db24923fb5dab43d1f2a709ef9acd29))
|
|
380
28
|
|
|
381
29
|
## [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)
|
|
382
30
|
|
|
383
|
-
|
|
384
31
|
### Features
|
|
385
32
|
|
|
386
|
-
|
|
33
|
+
- **client:** add a instance
|
|
34
|
+
getter ([#1461](https://github.com/GetStream/stream-video-js/issues/1461)) ([7f4d836](https://github.com/GetStream/stream-video-js/commit/7f4d836511d9afdcd61bf5c6317611d3725953a6))
|
|
387
35
|
|
|
388
36
|
### [1.4.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.7...@stream-io/video-client-1.4.8) (2024-07-31)
|
|
389
37
|
|
|
390
|
-
|
|
391
38
|
### Bug Fixes
|
|
392
39
|
|
|
393
|
-
|
|
40
|
+
- `call.recording_failed` should update the call
|
|
41
|
+
state ([#1452](https://github.com/GetStream/stream-video-js/issues/1452)) ([439b7f0](https://github.com/GetStream/stream-video-js/commit/439b7f0f53286c4ef3cc05a4bea4b1208e4e490e))
|
|
394
42
|
|
|
395
43
|
### [1.4.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.6...@stream-io/video-client-1.4.7) (2024-07-30)
|
|
396
44
|
|
|
397
|
-
|
|
398
45
|
### Bug Fixes
|
|
399
46
|
|
|
400
|
-
|
|
47
|
+
- ringing state issues when call was already
|
|
48
|
+
ended ([#1451](https://github.com/GetStream/stream-video-js/issues/1451)) ([4a3556e](https://github.com/GetStream/stream-video-js/commit/4a3556e0f7b0bd58d0022cc635aa4391014063d7))
|
|
401
49
|
|
|
402
50
|
### [1.4.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.5...@stream-io/video-client-1.4.6) (2024-07-25)
|
|
403
51
|
|
|
404
|
-
|
|
405
52
|
### Bug Fixes
|
|
406
53
|
|
|
407
|
-
|
|
408
|
-
|
|
54
|
+
- allow joining left call
|
|
55
|
+
instances ([#1448](https://github.com/GetStream/stream-video-js/issues/1448)) ([2f72300](https://github.com/GetStream/stream-video-js/commit/2f72300f9377eac774516cee3366c28e99840425)),
|
|
56
|
+
closes [#1433](https://github.com/GetStream/stream-video-js/issues/1433)
|
|
57
|
+
- allow reusing call instances after
|
|
58
|
+
leaving ([#1433](https://github.com/GetStream/stream-video-js/issues/1433)) ([61e05af](https://github.com/GetStream/stream-video-js/commit/61e05af25c441b7db9db16166a6b4eca20ec7748))
|
|
409
59
|
|
|
410
60
|
### [1.4.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.4...@stream-io/video-client-1.4.5) (2024-07-12)
|
|
411
61
|
|
|
412
|
-
|
|
413
62
|
### Bug Fixes
|
|
414
63
|
|
|
415
|
-
|
|
64
|
+
- report the Plain-JS sdk version to the
|
|
65
|
+
SFU ([#1438](https://github.com/GetStream/stream-video-js/issues/1438)) ([7ac54e4](https://github.com/GetStream/stream-video-js/commit/7ac54e46c80288debbf99339e861fe7f6cdb0fdf))
|
|
416
66
|
|
|
417
67
|
### [1.4.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.3...@stream-io/video-client-1.4.4) (2024-07-02)
|
|
418
68
|
|
|
419
|
-
|
|
420
69
|
### Bug Fixes
|
|
421
70
|
|
|
422
|
-
|
|
71
|
+
- refactor background
|
|
72
|
+
filters ([#1415](https://github.com/GetStream/stream-video-js/issues/1415)) ([deb6da2](https://github.com/GetStream/stream-video-js/commit/deb6da238f541c733451e84b198434671da8dceb))
|
|
423
73
|
|
|
424
74
|
### [1.4.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.2...@stream-io/video-client-1.4.3) (2024-06-25)
|
|
425
75
|
|
|
426
|
-
|
|
427
76
|
### Bug Fixes
|
|
428
77
|
|
|
429
|
-
|
|
78
|
+
- improve browser permission
|
|
79
|
+
handling ([#1394](https://github.com/GetStream/stream-video-js/issues/1394)) ([c8ccb21](https://github.com/GetStream/stream-video-js/commit/c8ccb219a43464d1215987d99fd01d8b4a407eb5))
|
|
430
80
|
|
|
431
81
|
### [1.4.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.1...@stream-io/video-client-1.4.2) (2024-06-24)
|
|
432
82
|
|
|
433
|
-
|
|
434
83
|
### Bug Fixes
|
|
435
84
|
|
|
436
|
-
|
|
85
|
+
- support for portrait mode
|
|
86
|
+
recording ([#1418](https://github.com/GetStream/stream-video-js/issues/1418)) ([70a304d](https://github.com/GetStream/stream-video-js/commit/70a304d3f20d93ecfffc97794e8e4974acf88e9a))
|
|
437
87
|
|
|
438
88
|
### [1.4.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.4.0...@stream-io/video-client-1.4.1) (2024-06-19)
|
|
439
89
|
|
|
440
|
-
|
|
441
90
|
### Bug Fixes
|
|
442
91
|
|
|
443
|
-
|
|
92
|
+
- perform full reconnect if ice restart
|
|
93
|
+
fails ([#1408](https://github.com/GetStream/stream-video-js/issues/1408)) ([641df7e](https://github.com/GetStream/stream-video-js/commit/641df7e50522452171498a9cf3de893472fe7b7b))
|
|
444
94
|
|
|
445
95
|
## [1.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.3.1...@stream-io/video-client-1.4.0) (2024-06-19)
|
|
446
96
|
|
|
447
|
-
|
|
448
97
|
### Features
|
|
449
98
|
|
|
450
|
-
|
|
99
|
+
- **client:** support join_ahead_time_seconds field in the BackstageSettingsRequest
|
|
100
|
+
struct ([#1397](https://github.com/GetStream/stream-video-js/issues/1397)) ([ded7a23](https://github.com/GetStream/stream-video-js/commit/ded7a23b1d112b496821bee95fe073f57bd51783))
|
|
451
101
|
|
|
452
102
|
### [1.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.3.0...@stream-io/video-client-1.3.1) (2024-06-12)
|
|
453
103
|
|
|
454
|
-
|
|
455
104
|
### Bug Fixes
|
|
456
105
|
|
|
457
|
-
|
|
106
|
+
- add concurrency
|
|
107
|
+
helpers ([#1392](https://github.com/GetStream/stream-video-js/issues/1392)) ([b87068e](https://github.com/GetStream/stream-video-js/commit/b87068e14d40253a42d0383a4015c52be8f9c03b))
|
|
458
108
|
|
|
459
109
|
## [1.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.2.3...@stream-io/video-client-1.3.0) (2024-06-07)
|
|
460
110
|
|
|
461
|
-
|
|
462
111
|
### Features
|
|
463
112
|
|
|
464
|
-
|
|
113
|
+
- improve `isSupported` method for noise
|
|
114
|
+
cancellation ([#1388](https://github.com/GetStream/stream-video-js/issues/1388)) ([07031ba](https://github.com/GetStream/stream-video-js/commit/07031ba72443a84cac8856c7481f3d4053b46d4c))
|
|
465
115
|
|
|
466
116
|
### [1.2.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.2.2...@stream-io/video-client-1.2.3) (2024-06-05)
|
|
467
117
|
|
|
468
|
-
|
|
469
118
|
### Bug Fixes
|
|
470
119
|
|
|
471
|
-
|
|
120
|
+
- catch error for user connect in
|
|
121
|
+
constructor ([#1390](https://github.com/GetStream/stream-video-js/issues/1390)) ([9a69853](https://github.com/GetStream/stream-video-js/commit/9a69853bac33f70d62224e30a3df5e5383173940))
|
|
472
122
|
|
|
473
123
|
### [1.2.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.2.1...@stream-io/video-client-1.2.2) (2024-06-04)
|
|
474
124
|
|
|
475
|
-
|
|
476
125
|
### Bug Fixes
|
|
477
126
|
|
|
478
|
-
|
|
127
|
+
- align with the latest
|
|
128
|
+
openapi ([#1384](https://github.com/GetStream/stream-video-js/issues/1384)) ([7c37e83](https://github.com/GetStream/stream-video-js/commit/7c37e8363ffc7e17e59de8357a2ed769e074bd8d))
|
|
479
129
|
|
|
480
130
|
### [1.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.2.0...@stream-io/video-client-1.2.1) (2024-06-04)
|
|
481
131
|
|
|
482
|
-
|
|
483
132
|
### Bug Fixes
|
|
484
133
|
|
|
485
|
-
|
|
134
|
+
- join doesn't work on chrome
|
|
135
|
+
86 ([#1386](https://github.com/GetStream/stream-video-js/issues/1386)) ([7b462da](https://github.com/GetStream/stream-video-js/commit/7b462da8131e086f224c0590221d549a38ba419c))
|
|
486
136
|
|
|
487
137
|
## [1.2.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.1.0...@stream-io/video-client-1.2.0) (2024-06-03)
|
|
488
138
|
|
|
489
|
-
|
|
490
139
|
### Features
|
|
491
140
|
|
|
492
|
-
|
|
141
|
+
- **client:** support reject
|
|
142
|
+
reason ([#1369](https://github.com/GetStream/stream-video-js/issues/1369)) ([decfc10](https://github.com/GetStream/stream-video-js/commit/decfc105c68867977c8a9a6484475b805583b446))
|
|
493
143
|
|
|
494
144
|
## [1.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.10...@stream-io/video-client-1.1.0) (2024-06-03)
|
|
495
145
|
|
|
496
|
-
|
|
497
146
|
### Features
|
|
498
147
|
|
|
499
|
-
|
|
148
|
+
- video filters on
|
|
149
|
+
android ([#1382](https://github.com/GetStream/stream-video-js/issues/1382)) ([7ba8b0e](https://github.com/GetStream/stream-video-js/commit/7ba8b0e3b444869d38aae1a045dffb05444643f5))
|
|
500
150
|
|
|
501
151
|
### [1.0.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.9...@stream-io/video-client-1.0.10) (2024-05-31)
|
|
502
152
|
|
|
503
|
-
|
|
504
153
|
### Bug Fixes
|
|
505
154
|
|
|
506
|
-
|
|
155
|
+
- improved input device error
|
|
156
|
+
handling ([#1378](https://github.com/GetStream/stream-video-js/issues/1378)) ([90abc38](https://github.com/GetStream/stream-video-js/commit/90abc38762acc4b8095c281b3b06b1fc8237ec15))
|
|
507
157
|
|
|
508
158
|
### [1.0.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.8...@stream-io/video-client-1.0.9) (2024-05-29)
|
|
509
159
|
|
|
510
|
-
|
|
511
160
|
### Bug Fixes
|
|
512
161
|
|
|
513
|
-
|
|
162
|
+
- prevent double sound detectors set
|
|
163
|
+
up ([#1371](https://github.com/GetStream/stream-video-js/issues/1371)) ([51c9198](https://github.com/GetStream/stream-video-js/commit/51c9198a96b956884554bc508e38c90af0cee30f))
|
|
514
164
|
|
|
515
165
|
### [1.0.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.7...@stream-io/video-client-1.0.8) (2024-05-23)
|
|
516
166
|
|
|
517
|
-
|
|
518
167
|
### Bug Fixes
|
|
519
168
|
|
|
520
|
-
|
|
169
|
+
- call.reject when there is no participant and call is in joined
|
|
170
|
+
state ([#1366](https://github.com/GetStream/stream-video-js/issues/1366)) ([308d045](https://github.com/GetStream/stream-video-js/commit/308d0452303743922ca1e982bd271b42857d96b3))
|
|
521
171
|
|
|
522
172
|
### [1.0.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.6...@stream-io/video-client-1.0.7) (2024-05-21)
|
|
523
173
|
|
|
524
|
-
|
|
525
174
|
### Bug Fixes
|
|
526
175
|
|
|
527
|
-
|
|
176
|
+
- align with the latest
|
|
177
|
+
openapi ([#1343](https://github.com/GetStream/stream-video-js/issues/1343)) ([2cb71cc](https://github.com/GetStream/stream-video-js/commit/2cb71cc599f46e248a4af9b4ea79f5938d7c508c))
|
|
528
178
|
|
|
529
179
|
### [1.0.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.5...@stream-io/video-client-1.0.6) (2024-05-16)
|
|
530
180
|
|
|
531
|
-
|
|
532
181
|
### Bug Fixes
|
|
533
182
|
|
|
534
|
-
|
|
183
|
+
- **state:** aligns the participant state with other
|
|
184
|
+
SDKs ([#1357](https://github.com/GetStream/stream-video-js/issues/1357)) ([146e6ac](https://github.com/GetStream/stream-video-js/commit/146e6acd7296488bc18f4bf5c76e9f2c9bfd97af))
|
|
535
185
|
|
|
536
186
|
### [1.0.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.4...@stream-io/video-client-1.0.5) (2024-05-16)
|
|
537
187
|
|
|
538
|
-
|
|
539
188
|
### Bug Fixes
|
|
540
189
|
|
|
541
|
-
|
|
190
|
+
- correctly handle pending state
|
|
191
|
+
reset ([4ea47da](https://github.com/GetStream/stream-video-js/commit/4ea47da969f00925e1df144ec2f33cd07ac2f63f))
|
|
542
192
|
|
|
543
193
|
### [1.0.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.3...@stream-io/video-client-1.0.4) (2024-05-14)
|
|
544
194
|
|
|
545
|
-
|
|
546
195
|
### Bug Fixes
|
|
547
196
|
|
|
548
|
-
|
|
197
|
+
- don't create publisher PC for anonymous
|
|
198
|
+
users ([#1353](https://github.com/GetStream/stream-video-js/issues/1353)) ([7331767](https://github.com/GetStream/stream-video-js/commit/7331767bd9254082517b1f36895796032b7af149))
|
|
549
199
|
|
|
550
200
|
### [1.0.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.2...@stream-io/video-client-1.0.3) (2024-05-13)
|
|
551
201
|
|
|
552
|
-
|
|
553
202
|
### Bug Fixes
|
|
554
203
|
|
|
555
|
-
|
|
204
|
+
- improve error handling across the
|
|
205
|
+
SDK ([#1350](https://github.com/GetStream/stream-video-js/issues/1350)) ([ac0ae3b](https://github.com/GetStream/stream-video-js/commit/ac0ae3b7d5da91152d0f41a203b73e6c99c42ff9))
|
|
556
206
|
|
|
557
207
|
### [1.0.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.1...@stream-io/video-client-1.0.2) (2024-05-13)
|
|
558
208
|
|
|
559
|
-
|
|
560
209
|
### Bug Fixes
|
|
561
210
|
|
|
562
|
-
|
|
211
|
+
- optimistically toggle device
|
|
212
|
+
status ([#1342](https://github.com/GetStream/stream-video-js/issues/1342)) ([2e4e470](https://github.com/GetStream/stream-video-js/commit/2e4e470347fce7c7499dd21a931e5dec74bf9618))
|
|
563
213
|
|
|
564
214
|
### [1.0.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.0...@stream-io/video-client-1.0.1) (2024-05-07)
|
|
565
215
|
|
|
566
|
-
|
|
567
216
|
### Bug Fixes
|
|
568
217
|
|
|
569
|
-
|
|
218
|
+
- **state:** handle participantUpdated
|
|
219
|
+
event ([#1341](https://github.com/GetStream/stream-video-js/issues/1341)) ([96cb99f](https://github.com/GetStream/stream-video-js/commit/96cb99fe2b661e3f4899a7c16b4159cad7a085c6))
|
|
570
220
|
|
|
571
221
|
## [1.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.8.0...@stream-io/video-client-1.0.0) (2024-05-07)
|
|
572
222
|
|
|
573
|
-
|
|
574
223
|
### Features
|
|
575
224
|
|
|
576
|
-
|
|
225
|
+
- **v1:** release
|
|
226
|
+
v1.0.0 ([06174cd](https://github.com/GetStream/stream-video-js/commit/06174cdfb4168a7401f56b03d0302f82c97b93ff))
|
|
577
227
|
|
|
578
228
|
## [0.8.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.13...@stream-io/video-client-0.8.0) (2024-05-07)
|
|
579
229
|
|
|
580
|
-
|
|
581
230
|
### Features
|
|
582
231
|
|
|
583
|
-
|
|
232
|
+
- **v1:** release
|
|
233
|
+
v1.0.0 ([#1340](https://github.com/GetStream/stream-video-js/issues/1340)) ([f76fd02](https://github.com/GetStream/stream-video-js/commit/f76fd02ec2159bb0943c8432591b462ab0d356ff))
|
|
584
234
|
|
|
585
235
|
### [0.7.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.12...@stream-io/video-client-0.7.13) (2024-05-07)
|
|
586
236
|
|
|
587
|
-
|
|
588
237
|
### Bug Fixes
|
|
589
238
|
|
|
590
|
-
|
|
239
|
+
- change log level of send stats SFU API to type
|
|
240
|
+
debug ([#1338](https://github.com/GetStream/stream-video-js/issues/1338)) ([76e43ad](https://github.com/GetStream/stream-video-js/commit/76e43adbff1d54e1b0b5548dabf550cd9044d9dc))
|
|
591
241
|
|
|
592
242
|
### [0.7.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.11...@stream-io/video-client-0.7.12) (2024-05-03)
|
|
593
243
|
|
|
594
|
-
|
|
595
244
|
### Features
|
|
596
245
|
|
|
597
|
-
|
|
246
|
+
- support target_resolution backend setting for
|
|
247
|
+
screensharing ([#1336](https://github.com/GetStream/stream-video-js/issues/1336)) ([1e9f796](https://github.com/GetStream/stream-video-js/commit/1e9f7963009ac7fc27ee24abc00eb68749cc19d8))
|
|
598
248
|
|
|
599
249
|
### [0.7.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.10...@stream-io/video-client-0.7.11) (2024-05-03)
|
|
600
250
|
|
|
601
|
-
|
|
602
251
|
### Bug Fixes
|
|
603
252
|
|
|
604
|
-
|
|
253
|
+
- **devices:** API to disable speaking while muted
|
|
254
|
+
notifications ([#1335](https://github.com/GetStream/stream-video-js/issues/1335)) ([cdff0e0](https://github.com/GetStream/stream-video-js/commit/cdff0e036bf4afca763e4f7a1563c23e806be190)),
|
|
255
|
+
closes [#1329](https://github.com/GetStream/stream-video-js/issues/1329)
|
|
605
256
|
|
|
606
257
|
### [0.7.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.9...@stream-io/video-client-0.7.10) (2024-04-30)
|
|
607
258
|
|
|
608
|
-
|
|
609
259
|
### Bug Fixes
|
|
610
260
|
|
|
611
|
-
|
|
261
|
+
- **state:** optimized Call State
|
|
262
|
+
updates ([#1330](https://github.com/GetStream/stream-video-js/issues/1330)) ([e5f9f88](https://github.com/GetStream/stream-video-js/commit/e5f9f882df95761bfecbd6b38832f013b0e7a75e))
|
|
612
263
|
|
|
613
264
|
### [0.7.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.8...@stream-io/video-client-0.7.9) (2024-04-26)
|
|
614
265
|
|
|
615
|
-
|
|
616
266
|
### Bug Fixes
|
|
617
267
|
|
|
618
|
-
|
|
268
|
+
- update call state with transcription
|
|
269
|
+
events ([ab933ae](https://github.com/GetStream/stream-video-js/commit/ab933aee820fae199935380c7bab6edc7790f0ca))
|
|
619
270
|
|
|
620
271
|
### [0.7.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.7...@stream-io/video-client-0.7.8) (2024-04-25)
|
|
621
272
|
|
|
622
|
-
|
|
623
273
|
### Features
|
|
624
274
|
|
|
625
|
-
|
|
275
|
+
- Noise
|
|
276
|
+
Cancellation ([#1321](https://github.com/GetStream/stream-video-js/issues/1321)) ([9144385](https://github.com/GetStream/stream-video-js/commit/91443852986ad7453d82efb900626266d8df0e96))
|
|
626
277
|
|
|
627
278
|
### [0.7.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.6...@stream-io/video-client-0.7.7) (2024-04-23)
|
|
628
279
|
|
|
629
|
-
|
|
630
280
|
### Features
|
|
631
281
|
|
|
632
|
-
|
|
282
|
+
- **feedback:** Collect user
|
|
283
|
+
feedback ([#1324](https://github.com/GetStream/stream-video-js/issues/1324)) ([b415de0](https://github.com/GetStream/stream-video-js/commit/b415de0828e402f8d3b854553351843aad2e8473))
|
|
633
284
|
|
|
634
285
|
### [0.7.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.5...@stream-io/video-client-0.7.6) (2024-04-23)
|
|
635
286
|
|
|
636
|
-
|
|
637
287
|
### Bug Fixes
|
|
638
288
|
|
|
639
|
-
|
|
289
|
+
- **client:** ignore SFU WS status code when the user initiates leaving a
|
|
290
|
+
call ([#1323](https://github.com/GetStream/stream-video-js/issues/1323)) ([774882b](https://github.com/GetStream/stream-video-js/commit/774882b9e2bb3f3dc72401278c174e1a0f597ce1))
|
|
640
291
|
|
|
641
292
|
### [0.7.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.4...@stream-io/video-client-0.7.5) (2024-04-23)
|
|
642
293
|
|
|
643
|
-
|
|
644
294
|
### Bug Fixes
|
|
645
295
|
|
|
646
|
-
|
|
296
|
+
- **publisher:** ensure initial bitrate is
|
|
297
|
+
set ([#1322](https://github.com/GetStream/stream-video-js/issues/1322)) ([d7e8e4e](https://github.com/GetStream/stream-video-js/commit/d7e8e4e5cb3ff9859c1eb580162ed88bbe54b096))
|
|
647
298
|
|
|
648
299
|
### [0.7.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.3...@stream-io/video-client-0.7.4) (2024-04-17)
|
|
649
300
|
|
|
650
|
-
|
|
651
301
|
### Features
|
|
652
302
|
|
|
653
|
-
|
|
303
|
+
- update from
|
|
304
|
+
OpenAPI ([#1320](https://github.com/GetStream/stream-video-js/issues/1320)) ([391c030](https://github.com/GetStream/stream-video-js/commit/391c030ba71a2e12001eaa195226dcece44f3922))
|
|
654
305
|
|
|
655
306
|
### [0.7.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.2...@stream-io/video-client-0.7.3) (2024-04-17)
|
|
656
307
|
|
|
657
|
-
|
|
658
308
|
### Bug Fixes
|
|
659
309
|
|
|
660
|
-
|
|
310
|
+
- **codecs:** Set codec preferences based on receiving
|
|
311
|
+
capabilities ([#1318](https://github.com/GetStream/stream-video-js/issues/1318)) ([43087fe](https://github.com/GetStream/stream-video-js/commit/43087fed8e844ad9c80a5b4849500eedc8301609))
|
|
661
312
|
|
|
662
313
|
### [0.7.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.1...@stream-io/video-client-0.7.2) (2024-04-16)
|
|
663
314
|
|
|
664
|
-
|
|
665
315
|
### Features
|
|
666
316
|
|
|
667
|
-
|
|
317
|
+
- update coordinator
|
|
318
|
+
models ([#1317](https://github.com/GetStream/stream-video-js/issues/1317)) ([cdbee74](https://github.com/GetStream/stream-video-js/commit/cdbee747f1730f6965315e7c9ea9426287ff0cfd))
|
|
668
319
|
|
|
669
320
|
### [0.7.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.0...@stream-io/video-client-0.7.1) (2024-04-09)
|
|
670
321
|
|
|
671
|
-
|
|
672
322
|
### Features
|
|
673
323
|
|
|
674
|
-
|
|
324
|
+
- user
|
|
325
|
+
feedback ([#1310](https://github.com/GetStream/stream-video-js/issues/1310)) ([256b775](https://github.com/GetStream/stream-video-js/commit/256b7756e89b261e0efa37952611139bf94a641e))
|
|
675
326
|
|
|
676
327
|
## [0.7.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.10...@stream-io/video-client-0.7.0) (2024-04-09)
|
|
677
328
|
|
|
678
|
-
|
|
679
329
|
### ⚠ BREAKING CHANGES
|
|
680
330
|
|
|
681
|
-
|
|
331
|
+
- remove server-side capabilities from JS client (#1282)
|
|
682
332
|
|
|
683
333
|
### Features
|
|
684
334
|
|
|
685
|
-
|
|
335
|
+
- remove server-side capabilities from JS
|
|
336
|
+
client ([#1282](https://github.com/GetStream/stream-video-js/issues/1282)) ([362b6b5](https://github.com/GetStream/stream-video-js/commit/362b6b501e6aa1864eb8486e3129a1705a4d41fb))
|
|
686
337
|
|
|
687
338
|
### [0.6.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.9...@stream-io/video-client-0.6.10) (2024-04-05)
|
|
688
339
|
|
|
689
|
-
|
|
690
340
|
### Features
|
|
691
341
|
|
|
692
|
-
|
|
342
|
+
- revert add submit feedback method to
|
|
343
|
+
Call ([#1307](https://github.com/GetStream/stream-video-js/issues/1307)) ([#1308](https://github.com/GetStream/stream-video-js/issues/1308)) ([df9a74d](https://github.com/GetStream/stream-video-js/commit/df9a74dddf0287812b723d134d92941ac939bb9f))
|
|
693
344
|
|
|
694
345
|
### [0.6.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.8...@stream-io/video-client-0.6.9) (2024-04-05)
|
|
695
346
|
|
|
696
|
-
|
|
697
347
|
### Features
|
|
698
348
|
|
|
699
|
-
|
|
349
|
+
- add submit feedback method to
|
|
350
|
+
Call ([#1307](https://github.com/GetStream/stream-video-js/issues/1307)) ([45fb9da](https://github.com/GetStream/stream-video-js/commit/45fb9da6eb52e4509c7b45b53cd62b0af6f7ec74))
|
|
700
351
|
|
|
701
352
|
### [0.6.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.7...@stream-io/video-client-0.6.8) (2024-04-05)
|
|
702
353
|
|
|
703
|
-
|
|
704
354
|
### Features
|
|
705
355
|
|
|
706
|
-
|
|
356
|
+
- **react:** Support for Background Filters and Background
|
|
357
|
+
Blurring ([#1283](https://github.com/GetStream/stream-video-js/issues/1283)) ([f790ee7](https://github.com/GetStream/stream-video-js/commit/f790ee78c20fb0f5266e429a777d8bb7ef158c83)),
|
|
358
|
+
closes [#1271](https://github.com/GetStream/stream-video-js/issues/1271) [#1276](https://github.com/GetStream/stream-video-js/issues/1276)
|
|
707
359
|
|
|
708
360
|
### [0.6.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.6...@stream-io/video-client-0.6.7) (2024-04-02)
|
|
709
361
|
|
|
710
|
-
|
|
711
362
|
### Features
|
|
712
363
|
|
|
713
|
-
|
|
364
|
+
- [PBE-1611] Query call reports
|
|
365
|
+
endpoint ([#1306](https://github.com/GetStream/stream-video-js/issues/1306)) ([0861a5d](https://github.com/GetStream/stream-video-js/commit/0861a5dd6e6e56c4ae286c44f174a319e8f308c4))
|
|
714
366
|
|
|
715
367
|
### [0.6.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.5...@stream-io/video-client-0.6.6) (2024-03-29)
|
|
716
368
|
|
|
717
|
-
|
|
718
369
|
### Features
|
|
719
370
|
|
|
720
|
-
|
|
371
|
+
- **client:** update to the latest
|
|
372
|
+
OpenAPI ([#1301](https://github.com/GetStream/stream-video-js/issues/1301)) ([f195011](https://github.com/GetStream/stream-video-js/commit/f1950111cde0d9a91e6abd69395c858ac55c624c))
|
|
721
373
|
|
|
722
374
|
### [0.6.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.4...@stream-io/video-client-0.6.5) (2024-03-29)
|
|
723
375
|
|
|
724
|
-
|
|
725
376
|
### Bug Fixes
|
|
726
377
|
|
|
727
|
-
|
|
378
|
+
- various bug fixes and
|
|
379
|
+
improvements ([#1300](https://github.com/GetStream/stream-video-js/issues/1300)) ([a6186e2](https://github.com/GetStream/stream-video-js/commit/a6186e2406fd0b3e0aaa51a4222fa2e24e9dfac3))
|
|
728
380
|
|
|
729
381
|
### [0.6.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.3...@stream-io/video-client-0.6.4) (2024-03-28)
|
|
730
382
|
|
|
731
|
-
|
|
732
383
|
### Bug Fixes
|
|
733
384
|
|
|
734
|
-
|
|
385
|
+
- **react-native:** improve error logging for speaker manager hook and improve usage of incall manager in
|
|
386
|
+
SDK ([#1299](https://github.com/GetStream/stream-video-js/issues/1299)) ([9527c41](https://github.com/GetStream/stream-video-js/commit/9527c4176d4e46224ddec18e3fddfb404e0aaae5))
|
|
735
387
|
|
|
736
388
|
### [0.6.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.2...@stream-io/video-client-0.6.3) (2024-03-25)
|
|
737
389
|
|
|
738
|
-
|
|
739
390
|
### Features
|
|
740
391
|
|
|
741
|
-
|
|
392
|
+
- SFU stats
|
|
393
|
+
reporting ([#1297](https://github.com/GetStream/stream-video-js/issues/1297)) ([f46e927](https://github.com/GetStream/stream-video-js/commit/f46e927cbd650bc9af64a01cd5ebcec6cf2cfda8)),
|
|
394
|
+
closes [#1276](https://github.com/GetStream/stream-video-js/issues/1276)
|
|
742
395
|
|
|
743
396
|
### [0.6.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.1...@stream-io/video-client-0.6.2) (2024-03-25)
|
|
744
397
|
|
|
745
|
-
|
|
746
398
|
### Features
|
|
747
399
|
|
|
748
|
-
|
|
400
|
+
- **call:** Add getCallStats
|
|
401
|
+
method ([#1296](https://github.com/GetStream/stream-video-js/issues/1296)) ([b64a19e](https://github.com/GetStream/stream-video-js/commit/b64a19ecd2fcc74f5f531397ed34732d55b0f815))
|
|
749
402
|
|
|
750
403
|
### [0.6.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.0...@stream-io/video-client-0.6.1) (2024-03-13)
|
|
751
404
|
|
|
752
|
-
|
|
753
405
|
### Features
|
|
754
406
|
|
|
755
|
-
|
|
407
|
+
- **speakers:** Participant audio output
|
|
408
|
+
levels ([#1284](https://github.com/GetStream/stream-video-js/issues/1284)) ([63b6077](https://github.com/GetStream/stream-video-js/commit/63b607709fd65019fe320e5970aab8132053995c))
|
|
756
409
|
|
|
757
410
|
## [0.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.11...@stream-io/video-client-0.6.0) (2024-02-26)
|
|
758
411
|
|
|
759
|
-
|
|
760
412
|
### ⚠ BREAKING CHANGES
|
|
761
413
|
|
|
762
|
-
|
|
763
|
-
|
|
414
|
+
- **events:** improved type narrowing on call events (#1246)
|
|
415
|
+
- **react-sdk:** Visual redesign of the SDK and Demo App (#1194)
|
|
764
416
|
|
|
765
417
|
### Features
|
|
766
418
|
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
419
|
+
- **events:** improved type narrowing on call
|
|
420
|
+
events ([#1246](https://github.com/GetStream/stream-video-js/issues/1246)) ([b5bdab1](https://github.com/GetStream/stream-video-js/commit/b5bdab1b526b451402867a849f5790f4f9a9fa1e))
|
|
421
|
+
- **react-sdk:** Visual redesign of the SDK and Demo
|
|
422
|
+
App ([#1194](https://github.com/GetStream/stream-video-js/issues/1194)) ([c1c6a7b](https://github.com/GetStream/stream-video-js/commit/c1c6a7b9bb0551442457f6d0ef5fedc92a985a3d))
|
|
770
423
|
|
|
771
424
|
### Bug Fixes
|
|
772
425
|
|
|
773
|
-
|
|
426
|
+
- **permissions:** relax device permission handling for
|
|
427
|
+
Safari ([#1248](https://github.com/GetStream/stream-video-js/issues/1248)) ([39dc231](https://github.com/GetStream/stream-video-js/commit/39dc23175d0c892228b195fc77083d9bc256e1fb))
|
|
774
428
|
|
|
775
429
|
### [0.5.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.10...@stream-io/video-client-0.5.11) (2024-02-19)
|
|
776
430
|
|
|
777
|
-
|
|
778
431
|
### Bug Fixes
|
|
779
432
|
|
|
780
|
-
|
|
433
|
+
- **client:** add workaround for missing getConfiguration support in react native
|
|
434
|
+
webrtc ([#1269](https://github.com/GetStream/stream-video-js/issues/1269)) ([ac163de](https://github.com/GetStream/stream-video-js/commit/ac163de4d89e86b4900c885baef564fdaf6b7bac))
|
|
781
435
|
|
|
782
436
|
### [0.5.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.9...@stream-io/video-client-0.5.10) (2024-02-16)
|
|
783
437
|
|
|
784
|
-
|
|
785
438
|
### Bug Fixes
|
|
786
439
|
|
|
787
|
-
|
|
440
|
+
- **client:** do not set h264 as preference for
|
|
441
|
+
iphone ([a014ab0](https://github.com/GetStream/stream-video-js/commit/a014ab0e5e2907d39fac45079d64d12997e2a63e))
|
|
788
442
|
|
|
789
443
|
### [0.5.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.8...@stream-io/video-client-0.5.9) (2024-02-12)
|
|
790
444
|
|
|
791
|
-
|
|
792
445
|
### Features
|
|
793
446
|
|
|
794
|
-
|
|
447
|
+
- **client:** add stopOnLeave param to device
|
|
448
|
+
manager ([#1266](https://github.com/GetStream/stream-video-js/issues/1266)) ([2d0a865](https://github.com/GetStream/stream-video-js/commit/2d0a865e1f3d5a72df6bc528eb0ed5e2494eb734)),
|
|
449
|
+
closes [#1236](https://github.com/GetStream/stream-video-js/issues/1236)
|
|
795
450
|
|
|
796
451
|
### [0.5.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.7...@stream-io/video-client-0.5.8) (2024-02-06)
|
|
797
452
|
|
|
798
|
-
|
|
799
453
|
### Features
|
|
800
454
|
|
|
801
|
-
|
|
455
|
+
- external storage for
|
|
456
|
+
recordings ([#1260](https://github.com/GetStream/stream-video-js/issues/1260)) ([50a45fc](https://github.com/GetStream/stream-video-js/commit/50a45fc6b87865f16301d6a9173c59e4774a3b31))
|
|
802
457
|
|
|
803
458
|
### [0.5.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.6...@stream-io/video-client-0.5.7) (2024-01-29)
|
|
804
459
|
|
|
805
|
-
|
|
806
460
|
### Bug Fixes
|
|
807
461
|
|
|
808
|
-
|
|
462
|
+
- **react-native:** no video stream from
|
|
463
|
+
ipad ([#1253](https://github.com/GetStream/stream-video-js/issues/1253)) ([3e325ba](https://github.com/GetStream/stream-video-js/commit/3e325ba6063d7452b25bbf88829e2d8155979e6f))
|
|
809
464
|
|
|
810
465
|
### [0.5.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.5...@stream-io/video-client-0.5.6) (2024-01-19)
|
|
811
466
|
|
|
812
|
-
|
|
813
467
|
### Bug Fixes
|
|
814
468
|
|
|
815
|
-
|
|
469
|
+
- **client:** automatic call join for other participants when someone
|
|
470
|
+
accepts ([#1247](https://github.com/GetStream/stream-video-js/issues/1247)) ([3559ff2](https://github.com/GetStream/stream-video-js/commit/3559ff209616ccfc4664b24e6a4f35c153be2090)),
|
|
471
|
+
closes [#1245](https://github.com/GetStream/stream-video-js/issues/1245)
|
|
816
472
|
|
|
817
473
|
### [0.5.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.4...@stream-io/video-client-0.5.5) (2024-01-16)
|
|
818
474
|
|
|
819
|
-
|
|
820
475
|
### Bug Fixes
|
|
821
476
|
|
|
822
|
-
|
|
477
|
+
- **sfu:** ensure SFU WebSocket is
|
|
478
|
+
closed ([#1242](https://github.com/GetStream/stream-video-js/issues/1242)) ([3f99206](https://github.com/GetStream/stream-video-js/commit/3f9920616c26770911ebbc54d50dc50f4ca219e2)),
|
|
479
|
+
closes [#1212](https://github.com/GetStream/stream-video-js/issues/1212)
|
|
823
480
|
|
|
824
481
|
### [0.5.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.3...@stream-io/video-client-0.5.4) (2024-01-16)
|
|
825
482
|
|
|
826
|
-
|
|
827
483
|
### Bug Fixes
|
|
828
484
|
|
|
829
|
-
|
|
485
|
+
- **ring calls:** cancel auto-drop after rejecting a
|
|
486
|
+
call ([#1241](https://github.com/GetStream/stream-video-js/issues/1241)) ([67a2aae](https://github.com/GetStream/stream-video-js/commit/67a2aaee658cbe759fbda4d3c924f33e872cd00e))
|
|
830
487
|
|
|
831
488
|
### [0.5.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.2...@stream-io/video-client-0.5.3) (2023-12-22)
|
|
832
489
|
|
|
833
|
-
|
|
834
490
|
### Features
|
|
835
491
|
|
|
836
|
-
|
|
492
|
+
- Fast
|
|
493
|
+
Reconnection ([#1220](https://github.com/GetStream/stream-video-js/issues/1220)) ([5673d67](https://github.com/GetStream/stream-video-js/commit/5673d67ecec3b6808450e2892fa93214c26960a8)),
|
|
494
|
+
closes [#1212](https://github.com/GetStream/stream-video-js/issues/1212)
|
|
837
495
|
|
|
838
496
|
### [0.5.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.1...@stream-io/video-client-0.5.2) (2023-12-11)
|
|
839
497
|
|
|
840
|
-
|
|
841
498
|
### Bug Fixes
|
|
842
499
|
|
|
843
|
-
|
|
500
|
+
- **ringing:** Auto-Cancel outgoing
|
|
501
|
+
calls ([#1217](https://github.com/GetStream/stream-video-js/issues/1217)) ([c4d557b](https://github.com/GetStream/stream-video-js/commit/c4d557b736df8ff0a95166d1f9f0a52d4a57a122)),
|
|
502
|
+
closes [#1215](https://github.com/GetStream/stream-video-js/issues/1215)
|
|
844
503
|
|
|
845
504
|
### [0.5.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.5.0...@stream-io/video-client-0.5.1) (2023-12-05)
|
|
846
505
|
|
|
847
|
-
|
|
848
506
|
### Features
|
|
849
507
|
|
|
850
|
-
|
|
508
|
+
- **client:** speaking while muted in React Native using temporary peer
|
|
509
|
+
connection ([#1207](https://github.com/GetStream/stream-video-js/issues/1207)) ([9093006](https://github.com/GetStream/stream-video-js/commit/90930063503b6dfb83572dad8a31e45b16bf1685))
|
|
851
510
|
|
|
852
511
|
## [0.5.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.10...@stream-io/video-client-0.5.0) (2023-11-29)
|
|
853
512
|
|
|
854
|
-
|
|
855
513
|
### ⚠ BREAKING CHANGES
|
|
856
514
|
|
|
857
|
-
|
|
515
|
+
- **react-native:** move to webrtc 118 (#1197)
|
|
858
516
|
|
|
859
517
|
### Features
|
|
860
518
|
|
|
861
|
-
|
|
519
|
+
- **react-native:** move to webrtc
|
|
520
|
+
118 ([#1197](https://github.com/GetStream/stream-video-js/issues/1197)) ([8cdbe11](https://github.com/GetStream/stream-video-js/commit/8cdbe11de069fcb6eae5643f5cef5c9612f6c805))
|
|
862
521
|
|
|
863
522
|
### [0.4.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.9...@stream-io/video-client-0.4.10) (2023-11-27)
|
|
864
523
|
|
|
865
|
-
|
|
866
524
|
### Bug Fixes
|
|
867
525
|
|
|
868
|
-
|
|
526
|
+
- **session:** prevent duplication of session
|
|
527
|
+
participants ([#1201](https://github.com/GetStream/stream-video-js/issues/1201)) ([2d0131e](https://github.com/GetStream/stream-video-js/commit/2d0131e8f97216b90d873b91282006e428e40ac0))
|
|
869
528
|
|
|
870
529
|
### [0.4.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.8...@stream-io/video-client-0.4.9) (2023-11-22)
|
|
871
530
|
|
|
872
|
-
|
|
873
531
|
### Features
|
|
874
532
|
|
|
875
|
-
|
|
533
|
+
- **participant-view:** allow opting-out from rendering
|
|
534
|
+
VideoPlaceholder ([#1198](https://github.com/GetStream/stream-video-js/issues/1198)) ([acb020c](https://github.com/GetStream/stream-video-js/commit/acb020c8157a1338771bef11ef5e501bc9cd6f69))
|
|
876
535
|
|
|
877
536
|
### [0.4.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.7...@stream-io/video-client-0.4.8) (2023-11-16)
|
|
878
537
|
|
|
879
|
-
|
|
880
538
|
### Bug Fixes
|
|
881
539
|
|
|
882
|
-
|
|
540
|
+
- **device-api:** check for Permissions API
|
|
541
|
+
availability ([#1193](https://github.com/GetStream/stream-video-js/issues/1193)) ([5ffeaa0](https://github.com/GetStream/stream-video-js/commit/5ffeaa0d2abdab401f9028a14b114d00723605c1)),
|
|
542
|
+
closes [#1184](https://github.com/GetStream/stream-video-js/issues/1184)
|
|
883
543
|
|
|
884
544
|
### [0.4.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.6...@stream-io/video-client-0.4.7) (2023-11-13)
|
|
885
545
|
|
|
886
|
-
|
|
887
546
|
### Features
|
|
888
547
|
|
|
889
|
-
|
|
548
|
+
- **device-api:** Browser Permissions
|
|
549
|
+
API ([#1184](https://github.com/GetStream/stream-video-js/issues/1184)) ([a0b3573](https://github.com/GetStream/stream-video-js/commit/a0b3573b630ff8450953cdf1102fe722aea83f6f))
|
|
890
550
|
|
|
891
551
|
### [0.4.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.5...@stream-io/video-client-0.4.6) (2023-11-13)
|
|
892
552
|
|
|
893
|
-
|
|
894
553
|
### Features
|
|
895
554
|
|
|
896
|
-
|
|
555
|
+
- handle device
|
|
556
|
+
disconnection ([#1174](https://github.com/GetStream/stream-video-js/issues/1174)) ([ae3779f](https://github.com/GetStream/stream-video-js/commit/ae3779fbfd820d8ef85ad58dafb698e06c00a3e3))
|
|
897
557
|
|
|
898
558
|
### [0.4.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.4...@stream-io/video-client-0.4.5) (2023-11-07)
|
|
899
559
|
|
|
900
|
-
|
|
901
560
|
### Bug Fixes
|
|
902
561
|
|
|
903
|
-
|
|
562
|
+
- lift the debug helpers from the SDK to
|
|
563
|
+
Pronto ([#1182](https://github.com/GetStream/stream-video-js/issues/1182)) ([8f31efc](https://github.com/GetStream/stream-video-js/commit/8f31efc71d9f85ef147d21b42f23876599c36072))
|
|
904
564
|
|
|
905
565
|
### [0.4.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.3...@stream-io/video-client-0.4.4) (2023-11-02)
|
|
906
566
|
|
|
907
|
-
|
|
908
567
|
### Bug Fixes
|
|
909
568
|
|
|
910
|
-
|
|
569
|
+
- allow audio and screen share audio tracks, delay
|
|
570
|
+
setSinkId ([#1176](https://github.com/GetStream/stream-video-js/issues/1176)) ([6a099c5](https://github.com/GetStream/stream-video-js/commit/6a099c5c7cc6f5d389961a7c594e914e19be4ddb))
|
|
911
571
|
|
|
912
572
|
### [0.4.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.2...@stream-io/video-client-0.4.3) (2023-11-01)
|
|
913
573
|
|
|
914
|
-
|
|
915
574
|
### Bug Fixes
|
|
916
575
|
|
|
917
|
-
|
|
576
|
+
- **client:** optimized device
|
|
577
|
+
enumeration ([#1111](https://github.com/GetStream/stream-video-js/issues/1111)) ([435bd33](https://github.com/GetStream/stream-video-js/commit/435bd33afbe8b368413690f8f2d67d0b4918dbaa))
|
|
918
578
|
|
|
919
579
|
### [0.4.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.1...@stream-io/video-client-0.4.2) (2023-11-01)
|
|
920
580
|
|
|
921
|
-
|
|
922
581
|
### Bug Fixes
|
|
923
582
|
|
|
924
|
-
|
|
583
|
+
- respect server-side settings in the
|
|
584
|
+
lobby ([#1175](https://github.com/GetStream/stream-video-js/issues/1175)) ([b722a0a](https://github.com/GetStream/stream-video-js/commit/b722a0a4f8fd4e4e56787db3d9a56e45ee195974))
|
|
925
585
|
|
|
926
586
|
### [0.4.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.4.0...@stream-io/video-client-0.4.1) (2023-10-30)
|
|
927
587
|
|
|
928
|
-
|
|
929
588
|
### Features
|
|
930
589
|
|
|
931
|
-
|
|
590
|
+
- Apply device config settings when call state becomes
|
|
591
|
+
available ([#1167](https://github.com/GetStream/stream-video-js/issues/1167)) ([38e8ba4](https://github.com/GetStream/stream-video-js/commit/38e8ba459b60d9705af96ad7b9a2a7fa1827ad1e))
|
|
932
592
|
|
|
933
593
|
## [0.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.36...@stream-io/video-client-0.4.0) (2023-10-27)
|
|
934
594
|
|
|
935
|
-
|
|
936
595
|
### ⚠ BREAKING CHANGES
|
|
937
596
|
|
|
938
|
-
|
|
597
|
+
- **react-sdk:** Universal Device Management API (#1127)
|
|
939
598
|
|
|
940
599
|
### Features
|
|
941
600
|
|
|
942
|
-
|
|
601
|
+
- **react-sdk:** Universal Device Management
|
|
602
|
+
API ([#1127](https://github.com/GetStream/stream-video-js/issues/1127)) ([aeb3561](https://github.com/GetStream/stream-video-js/commit/aeb35612745f45254b536281c5f81d1bcac2bab5))
|
|
943
603
|
|
|
944
604
|
### [0.3.36](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.35...@stream-io/video-client-0.3.36) (2023-10-25)
|
|
945
605
|
|
|
946
|
-
|
|
947
606
|
### Features
|
|
948
607
|
|
|
949
|
-
|
|
608
|
+
- **dynascale:** pick scaleResolutionDownBy parameter from the changePublishQuality
|
|
609
|
+
message ([#1113](https://github.com/GetStream/stream-video-js/issues/1113)) ([81b91d4](https://github.com/GetStream/stream-video-js/commit/81b91d48ca90a74f6af4b879c553ff2575dcb5bb))
|
|
950
610
|
|
|
951
611
|
### [0.3.35](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.34...@stream-io/video-client-0.3.35) (2023-10-19)
|
|
952
612
|
|
|
953
|
-
|
|
954
613
|
### Features
|
|
955
614
|
|
|
956
|
-
|
|
615
|
+
- mute screenshare_audio, update to the newest OpenAPI
|
|
616
|
+
schema ([#1148](https://github.com/GetStream/stream-video-js/issues/1148)) ([81c45a7](https://github.com/GetStream/stream-video-js/commit/81c45a77e6a526de05ce5457357d212fb3e613d9))
|
|
957
617
|
|
|
958
618
|
### [0.3.34](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.33...@stream-io/video-client-0.3.34) (2023-10-18)
|
|
959
619
|
|
|
960
|
-
|
|
961
620
|
### Features
|
|
962
621
|
|
|
963
|
-
|
|
622
|
+
- **build:** ESM and CJS
|
|
623
|
+
bundles ([#1144](https://github.com/GetStream/stream-video-js/issues/1144)) ([58b60ee](https://github.com/GetStream/stream-video-js/commit/58b60eee4b1cd667d2eef8f17ed4e6da74876a51)),
|
|
624
|
+
closes [#1025](https://github.com/GetStream/stream-video-js/issues/1025)
|
|
964
625
|
|
|
965
626
|
### [0.3.33](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.32...@stream-io/video-client-0.3.33) (2023-10-13)
|
|
966
627
|
|
|
967
|
-
|
|
968
628
|
### Bug Fixes
|
|
969
629
|
|
|
970
|
-
|
|
630
|
+
- **client:** disable server side
|
|
631
|
+
tests ([#1143](https://github.com/GetStream/stream-video-js/issues/1143)) ([68043f3](https://github.com/GetStream/stream-video-js/commit/68043f35630a94f0097dafcee74afe67e1e6054f))
|
|
971
632
|
|
|
972
633
|
### [0.3.32](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.31...@stream-io/video-client-0.3.32) (2023-10-13)
|
|
973
634
|
|
|
974
|
-
|
|
975
635
|
### Bug Fixes
|
|
976
636
|
|
|
977
|
-
|
|
637
|
+
- **client:** skip broken update call types
|
|
638
|
+
test ([#1142](https://github.com/GetStream/stream-video-js/issues/1142)) ([e1d5837](https://github.com/GetStream/stream-video-js/commit/e1d5837140b19398a42b9c57b6b6bbfafd52bc21))
|
|
978
639
|
|
|
979
640
|
### [0.3.31](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.30...@stream-io/video-client-0.3.31) (2023-10-09)
|
|
980
641
|
|
|
981
|
-
|
|
982
642
|
### Bug Fixes
|
|
983
643
|
|
|
984
|
-
|
|
644
|
+
- sorting in paginated
|
|
645
|
+
grid ([#1129](https://github.com/GetStream/stream-video-js/issues/1129)) ([d5b280a](https://github.com/GetStream/stream-video-js/commit/d5b280aadeaa4c718d0158561197c7045620ae0f))
|
|
985
646
|
|
|
986
647
|
### [0.3.30](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.29...@stream-io/video-client-0.3.30) (2023-10-06)
|
|
987
648
|
|
|
988
|
-
|
|
989
649
|
### Features
|
|
990
650
|
|
|
991
|
-
|
|
651
|
+
- ScreenShare Audio
|
|
652
|
+
support ([#1118](https://github.com/GetStream/stream-video-js/issues/1118)) ([5b63e1c](https://github.com/GetStream/stream-video-js/commit/5b63e1c5f52c76e3761e6907bd3786c19f0e5c6d))
|
|
992
653
|
|
|
993
654
|
### [0.3.29](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.28...@stream-io/video-client-0.3.29) (2023-10-05)
|
|
994
655
|
|
|
995
|
-
|
|
996
656
|
### Bug Fixes
|
|
997
657
|
|
|
998
|
-
|
|
658
|
+
- ensure stable
|
|
659
|
+
sort ([#1130](https://github.com/GetStream/stream-video-js/issues/1130)) ([f96e1af](https://github.com/GetStream/stream-video-js/commit/f96e1af33ef9e60434e07dc0fba5161f20b8eba6))
|
|
999
660
|
|
|
1000
661
|
### [0.3.28](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.27...@stream-io/video-client-0.3.28) (2023-09-28)
|
|
1001
662
|
|
|
1002
|
-
|
|
1003
663
|
### Bug Fixes
|
|
1004
664
|
|
|
1005
|
-
|
|
665
|
+
- use `@stream-io/video-client` as a tag
|
|
666
|
+
prefix ([#1116](https://github.com/GetStream/stream-video-js/issues/1116)) ([418206a](https://github.com/GetStream/stream-video-js/commit/418206aaa3a013e0d551e109d8243e75a053d5a3))
|
|
1006
667
|
|
|
1007
668
|
### [0.3.27](https://github.com/GetStream/stream-video-js/compare/client0.3.26...client0.3.27) (2023-09-28)
|
|
1008
669
|
|
|
1009
|
-
|
|
1010
670
|
### Bug Fixes
|
|
1011
671
|
|
|
1012
|
-
|
|
672
|
+
- use `@types/ws` as a regular
|
|
673
|
+
dependency ([#1115](https://github.com/GetStream/stream-video-js/issues/1115)) ([bafad33](https://github.com/GetStream/stream-video-js/commit/bafad3317b7b899b4f2a6a3fdf3b051ad4c96c34))
|
|
1013
674
|
|
|
1014
675
|
### [0.3.26](https://github.com/GetStream/stream-video-js/compare/client0.3.25...client0.3.26) (2023-09-27)
|
|
1015
676
|
|
|
1016
|
-
|
|
1017
677
|
### Features
|
|
1018
678
|
|
|
1019
|
-
|
|
679
|
+
- **Call Preview:** Support for call
|
|
680
|
+
thumbnails ([#1099](https://github.com/GetStream/stream-video-js/issues/1099)) ([9274f76](https://github.com/GetStream/stream-video-js/commit/9274f760ed264ee0ee6ac97c6fe679288e067fd8))
|
|
1020
681
|
|
|
1021
682
|
### [0.3.25](https://github.com/GetStream/stream-video-js/compare/client0.3.24...client0.3.25) (2023-09-27)
|
|
1022
683
|
|
|
1023
|
-
|
|
1024
684
|
### Features
|
|
1025
685
|
|
|
1026
|
-
|
|
686
|
+
- **react-sdk:**
|
|
687
|
+
LivestreamLayout ([#1103](https://github.com/GetStream/stream-video-js/issues/1103)) ([6636699](https://github.com/GetStream/stream-video-js/commit/6636699701dfd5eb5886c50781dd5f16a8470da5))
|
|
1027
688
|
|
|
1028
689
|
### [0.3.24](https://github.com/GetStream/stream-video-js/compare/client0.3.23...client0.3.24) (2023-09-26)
|
|
1029
690
|
|
|
1030
|
-
|
|
1031
691
|
### Features
|
|
1032
692
|
|
|
1033
|
-
|
|
693
|
+
- **client:** share replay of computed
|
|
694
|
+
observables ([#1095](https://github.com/GetStream/stream-video-js/issues/1095)) ([759d9a2](https://github.com/GetStream/stream-video-js/commit/759d9a2c403aa11a64e5470aa53622022918e24e))
|
|
1034
695
|
|
|
1035
696
|
### [0.3.23](https://github.com/GetStream/stream-video-js/compare/client0.3.22...client0.3.23) (2023-09-26)
|
|
1036
697
|
|
|
1037
|
-
|
|
1038
698
|
### Bug Fixes
|
|
1039
699
|
|
|
1040
|
-
|
|
700
|
+
- add type check of deviceId before setting
|
|
701
|
+
sinkId ([#1108](https://github.com/GetStream/stream-video-js/issues/1108)) ([705515e](https://github.com/GetStream/stream-video-js/commit/705515e5f63a35286fdb45725b9e299afe09c9bb))
|
|
1041
702
|
|
|
1042
703
|
### [0.3.22](https://github.com/GetStream/stream-video-js/compare/client0.3.21...client0.3.22) (2023-09-25)
|
|
1043
704
|
|
|
1044
|
-
|
|
1045
705
|
### Bug Fixes
|
|
1046
706
|
|
|
1047
|
-
|
|
707
|
+
- Add extra delay before attempting to play video in Safari and
|
|
708
|
+
Firefox ([#1106](https://github.com/GetStream/stream-video-js/issues/1106)) ([5b4a589](https://github.com/GetStream/stream-video-js/commit/5b4a58918240a7b63807726609d6d54b92cfe1d2))
|
|
1048
709
|
|
|
1049
710
|
### [0.3.21](https://github.com/GetStream/stream-video-js/compare/client0.3.20...client0.3.21) (2023-09-20)
|
|
1050
711
|
|
|
1051
|
-
|
|
1052
712
|
### Bug Fixes
|
|
1053
713
|
|
|
1054
|
-
|
|
714
|
+
- unmount video element when there is no video track or participant is
|
|
715
|
+
invisible ([#1096](https://github.com/GetStream/stream-video-js/issues/1096)) ([bd01835](https://github.com/GetStream/stream-video-js/commit/bd01835f4e93c981ca2e5a7e4e09142ea4e326cf)),
|
|
716
|
+
closes [#1094](https://github.com/GetStream/stream-video-js/issues/1094)
|
|
1055
717
|
|
|
1056
718
|
### [0.3.20](https://github.com/GetStream/stream-video-js/compare/client0.3.19...client0.3.20) (2023-09-19)
|
|
1057
719
|
|
|
1058
|
-
|
|
1059
720
|
### Features
|
|
1060
721
|
|
|
1061
|
-
|
|
722
|
+
- Update with new API
|
|
723
|
+
spec ([#1098](https://github.com/GetStream/stream-video-js/issues/1098)) ([ced372c](https://github.com/GetStream/stream-video-js/commit/ced372ca068086375024d59a977014efcadefef2))
|
|
1062
724
|
|
|
1063
725
|
### [0.3.19](https://github.com/GetStream/stream-video-js/compare/client0.3.18...client0.3.19) (2023-09-15)
|
|
1064
726
|
|
|
1065
|
-
|
|
1066
727
|
### Bug Fixes
|
|
1067
728
|
|
|
1068
|
-
|
|
729
|
+
- initial device state
|
|
730
|
+
handling ([#1092](https://github.com/GetStream/stream-video-js/issues/1092)) ([a98d07f](https://github.com/GetStream/stream-video-js/commit/a98d07f9e3eaf6bb059911538ba2a64a1550e53d))
|
|
1069
731
|
|
|
1070
732
|
### [0.3.18](https://github.com/GetStream/stream-video-js/compare/client0.3.17...client0.3.18) (2023-09-15)
|
|
1071
733
|
|
|
1072
|
-
|
|
1073
734
|
### Bug Fixes
|
|
1074
735
|
|
|
1075
|
-
|
|
736
|
+
- **DynascaleManager:** update subscription upon
|
|
737
|
+
cleanup ([#1089](https://github.com/GetStream/stream-video-js/issues/1089)) ([bad8ac1](https://github.com/GetStream/stream-video-js/commit/bad8ac1651594b237b96987521000008753a80a5))
|
|
1076
738
|
|
|
1077
739
|
### [0.3.17](https://github.com/GetStream/stream-video-js/compare/client0.3.16...client0.3.17) (2023-09-14)
|
|
1078
740
|
|
|
1079
|
-
|
|
1080
741
|
### Features
|
|
1081
742
|
|
|
1082
|
-
|
|
743
|
+
- speaking while muted
|
|
744
|
+
notification ([#1011](https://github.com/GetStream/stream-video-js/issues/1011)) ([b17600c](https://github.com/GetStream/stream-video-js/commit/b17600c626a55f1ef4c7abacab6e02d38e3263b7))
|
|
1083
745
|
|
|
1084
746
|
### [0.3.16](https://github.com/GetStream/stream-video-js/compare/client0.3.15...client0.3.16) (2023-09-13)
|
|
1085
747
|
|
|
1086
|
-
|
|
1087
748
|
### Features
|
|
1088
749
|
|
|
1089
|
-
|
|
750
|
+
- restore remote muting
|
|
751
|
+
functionality ([#1078](https://github.com/GetStream/stream-video-js/issues/1078)) ([091d444](https://github.com/GetStream/stream-video-js/commit/091d4440a423e5f265e6fd6b1ceea32a447de93a)),
|
|
752
|
+
closes [#1070](https://github.com/GetStream/stream-video-js/issues/1070) [#988](https://github.com/GetStream/stream-video-js/issues/988)
|
|
1090
753
|
|
|
1091
754
|
### [0.3.15](https://github.com/GetStream/stream-video-js/compare/client0.3.14...client0.3.15) (2023-09-11)
|
|
1092
755
|
|
|
1093
|
-
|
|
1094
756
|
### Bug Fixes
|
|
1095
757
|
|
|
1096
|
-
|
|
758
|
+
- consider prior track publishing state before applying soft
|
|
759
|
+
mutes ([#1070](https://github.com/GetStream/stream-video-js/issues/1070)) ([f542409](https://github.com/GetStream/stream-video-js/commit/f542409c641417bbbe6f0997d77e34684b881bfb)),
|
|
760
|
+
closes [#988](https://github.com/GetStream/stream-video-js/issues/988)
|
|
1097
761
|
|
|
1098
762
|
### [0.3.14](https://github.com/GetStream/stream-video-js/compare/client0.3.13...client0.3.14) (2023-09-05)
|
|
1099
763
|
|
|
1100
|
-
|
|
1101
764
|
### Features
|
|
1102
765
|
|
|
1103
|
-
|
|
766
|
+
- new device api remote
|
|
767
|
+
mutes ([#988](https://github.com/GetStream/stream-video-js/issues/988)) ([5bbcefb](https://github.com/GetStream/stream-video-js/commit/5bbcefbf0d8be59025fef8111253a8a0baaf6001))
|
|
1104
768
|
|
|
1105
769
|
### [0.3.13](https://github.com/GetStream/stream-video-js/compare/client0.3.12...client0.3.13) (2023-08-31)
|
|
1106
770
|
|
|
1107
|
-
|
|
1108
771
|
### Features
|
|
1109
772
|
|
|
1110
|
-
|
|
773
|
+
- speaker
|
|
774
|
+
management ([#1013](https://github.com/GetStream/stream-video-js/issues/1013)) ([05af437](https://github.com/GetStream/stream-video-js/commit/05af437181175758c3295fbd70ae6d81d6c65595))
|
|
1111
775
|
|
|
1112
776
|
### [0.3.12](https://github.com/GetStream/stream-video-js/compare/client0.3.11...client0.3.12) (2023-08-31)
|
|
1113
777
|
|
|
1114
|
-
|
|
1115
778
|
### Bug Fixes
|
|
1116
779
|
|
|
1117
|
-
|
|
780
|
+
- do not do any codec preferences when sending dummy
|
|
781
|
+
sdp ([#1028](https://github.com/GetStream/stream-video-js/issues/1028)) ([3910619](https://github.com/GetStream/stream-video-js/commit/391061902ab71571e2910a0ebdfeb02e8bfd390a))
|
|
1118
782
|
|
|
1119
783
|
### [0.3.11](https://github.com/GetStream/stream-video-js/compare/client0.3.10...client0.3.11) (2023-08-30)
|
|
1120
784
|
|
|
1121
|
-
|
|
1122
785
|
### Bug Fixes
|
|
1123
786
|
|
|
1124
|
-
|
|
787
|
+
- **react-native:** blank stream on
|
|
788
|
+
join ([#1022](https://github.com/GetStream/stream-video-js/issues/1022)) ([d5a48f6](https://github.com/GetStream/stream-video-js/commit/d5a48f6e75bf4e1b5c0745b7f0b001fd0ac4b183))
|
|
1125
789
|
|
|
1126
790
|
### [0.3.10](https://github.com/GetStream/stream-video-js/compare/client0.3.9...client0.3.10) (2023-08-30)
|
|
1127
791
|
|
|
1128
|
-
|
|
1129
792
|
### Features
|
|
1130
793
|
|
|
1131
|
-
|
|
794
|
+
- **Call:** Dynascale support for Plain-JS
|
|
795
|
+
SDK ([#914](https://github.com/GetStream/stream-video-js/issues/914)) ([d295fd3](https://github.com/GetStream/stream-video-js/commit/d295fd341bbe325310fc6479f24ef647b013429b))
|
|
1132
796
|
|
|
1133
797
|
### [0.3.9](https://github.com/GetStream/stream-video-js/compare/client0.3.8...client0.3.9) (2023-08-29)
|
|
1134
798
|
|
|
1135
|
-
|
|
1136
799
|
### Bug Fixes
|
|
1137
800
|
|
|
1138
|
-
|
|
801
|
+
- round non-int video dimension
|
|
802
|
+
values ([#1007](https://github.com/GetStream/stream-video-js/issues/1007)) ([baec0b5](https://github.com/GetStream/stream-video-js/commit/baec0b5d4d2242e71c413e93b73897589e31429c))
|
|
1139
803
|
|
|
1140
804
|
### [0.3.8](https://github.com/GetStream/stream-video-js/compare/client0.3.7...client0.3.8) (2023-08-29)
|
|
1141
805
|
|
|
1142
|
-
|
|
1143
806
|
### Bug Fixes
|
|
1144
807
|
|
|
1145
|
-
|
|
808
|
+
- type definition of user object for ws
|
|
809
|
+
auth ([#1003](https://github.com/GetStream/stream-video-js/issues/1003)) ([e0ed3d1](https://github.com/GetStream/stream-video-js/commit/e0ed3d17214e9a300d84c85a0e168ad4a7d16239))
|
|
1146
810
|
|
|
1147
811
|
### [0.3.7](https://github.com/GetStream/stream-video-js/compare/client0.3.6...client0.3.7) (2023-08-24)
|
|
1148
812
|
|
|
1149
|
-
|
|
1150
813
|
### Features
|
|
1151
814
|
|
|
1152
|
-
|
|
815
|
+
- apply target resolution to video feed, sync camera/mic
|
|
816
|
+
init ([#977](https://github.com/GetStream/stream-video-js/issues/977)) ([8ee6488](https://github.com/GetStream/stream-video-js/commit/8ee64882ebd4911445242beef5fd3148372283e3))
|
|
1153
817
|
|
|
1154
818
|
### [0.3.6](https://github.com/GetStream/stream-video-js/compare/client0.3.5...client0.3.6) (2023-08-23)
|
|
1155
819
|
|
|
1156
|
-
|
|
1157
820
|
### Bug Fixes
|
|
1158
821
|
|
|
1159
|
-
|
|
822
|
+
- device api small
|
|
823
|
+
fixes ([#970](https://github.com/GetStream/stream-video-js/issues/970)) ([15b09fd](https://github.com/GetStream/stream-video-js/commit/15b09fd5e1d25046f8e2cbaa951f551631a91779))
|
|
1160
824
|
|
|
1161
825
|
### [0.3.5](https://github.com/GetStream/stream-video-js/compare/client0.3.4...client0.3.5) (2023-08-22)
|
|
1162
826
|
|
|
1163
|
-
|
|
1164
827
|
### Bug Fixes
|
|
1165
828
|
|
|
1166
|
-
|
|
829
|
+
- Change the backtage default value to
|
|
830
|
+
true ([#969](https://github.com/GetStream/stream-video-js/issues/969)) ([5aff8b4](https://github.com/GetStream/stream-video-js/commit/5aff8b4695373de660d625a4945e300d1ff90610))
|
|
1167
831
|
|
|
1168
832
|
### [0.3.4](https://github.com/GetStream/stream-video-js/compare/client0.3.3...client0.3.4) (2023-08-21)
|
|
1169
833
|
|
|
1170
|
-
|
|
1171
834
|
### Bug Fixes
|
|
1172
835
|
|
|
1173
|
-
|
|
836
|
+
- guest auth didn't wait for some API
|
|
837
|
+
calls ([#965](https://github.com/GetStream/stream-video-js/issues/965)) ([5d9e1c6](https://github.com/GetStream/stream-video-js/commit/5d9e1c6ebb09901a8f3e12c435736e0640af62dc))
|
|
1174
838
|
|
|
1175
839
|
### [0.3.3](https://github.com/GetStream/stream-video-js/compare/client0.3.2...client0.3.3) (2023-08-18)
|
|
1176
840
|
|
|
1177
|
-
|
|
1178
841
|
### Features
|
|
1179
842
|
|
|
1180
|
-
|
|
843
|
+
- Disable doesn't stop audio
|
|
844
|
+
tracks ([#950](https://github.com/GetStream/stream-video-js/issues/950)) ([c348f34](https://github.com/GetStream/stream-video-js/commit/c348f34818f0e123e70b9471637ddd64411ebc08))
|
|
1181
845
|
|
|
1182
846
|
### [0.3.2](https://github.com/GetStream/stream-video-js/compare/client0.3.1...client0.3.2) (2023-08-16)
|
|
1183
847
|
|
|
1184
|
-
|
|
1185
848
|
### Features
|
|
1186
849
|
|
|
1187
|
-
|
|
1188
|
-
|
|
850
|
+
- use new device API in RN SDK and move to
|
|
851
|
+
@stream-io/react-native-webrtc ([#925](https://github.com/GetStream/stream-video-js/issues/925)) ([8442d82](https://github.com/GetStream/stream-video-js/commit/8442d821a8eb97cb4be6e6d71b64337c04a86a15))
|
|
1189
852
|
|
|
1190
853
|
### Bug Fixes
|
|
1191
854
|
|
|
1192
|
-
|
|
855
|
+
- **client:** export missing
|
|
856
|
+
classes ([#943](https://github.com/GetStream/stream-video-js/issues/943)) ([2964eb1](https://github.com/GetStream/stream-video-js/commit/2964eb16c405b7b7020ef9bfda81183f28e40b6b))
|
|
1193
857
|
|
|
1194
858
|
### [0.3.1](https://github.com/GetStream/stream-video-js/compare/client0.3.0...client0.3.1) (2023-08-16)
|
|
1195
859
|
|
|
1196
|
-
|
|
1197
860
|
### Features
|
|
1198
861
|
|
|
1199
|
-
|
|
862
|
+
- New device API
|
|
863
|
+
v1 ([#908](https://github.com/GetStream/stream-video-js/issues/908)) ([82ec41d](https://github.com/GetStream/stream-video-js/commit/82ec41da16bd9d1aa8d51e6eb9a16ce3f70e549b))
|
|
1200
864
|
|
|
1201
865
|
## [0.3.0](https://github.com/GetStream/stream-video-js/compare/client0.2.3...client0.3.0) (2023-08-16)
|
|
1202
866
|
|
|
1203
|
-
|
|
1204
867
|
### ⚠ BREAKING CHANGES
|
|
1205
868
|
|
|
1206
|
-
|
|
869
|
+
- Call State reorganization (#931)
|
|
1207
870
|
|
|
1208
871
|
### Features
|
|
1209
872
|
|
|
1210
|
-
|
|
873
|
+
- Call State
|
|
874
|
+
reorganization ([#931](https://github.com/GetStream/stream-video-js/issues/931)) ([441dbd4](https://github.com/GetStream/stream-video-js/commit/441dbd4ffb8c851abb0ca719be143a1e80d1418c)),
|
|
875
|
+
closes [#917](https://github.com/GetStream/stream-video-js/issues/917)
|
|
1211
876
|
|
|
1212
877
|
### [0.2.3](https://github.com/GetStream/stream-video-js/compare/client0.2.2...client0.2.3) (2023-08-14)
|
|
1213
878
|
|
|
1214
|
-
|
|
1215
879
|
### Features
|
|
1216
880
|
|
|
1217
|
-
|
|
881
|
+
- extra config params in goLive()
|
|
882
|
+
API ([#924](https://github.com/GetStream/stream-video-js/issues/924)) ([e14a082](https://github.com/GetStream/stream-video-js/commit/e14a0829460a3c5ff6d249dd159e6118df0b8352))
|
|
1218
883
|
|
|
1219
884
|
### [0.2.2](https://github.com/GetStream/stream-video-js/compare/client0.2.1...client0.2.2) (2023-08-08)
|
|
1220
885
|
|
|
1221
|
-
|
|
1222
886
|
### Features
|
|
1223
887
|
|
|
1224
|
-
|
|
888
|
+
- **livestream:** Livestream tutorial
|
|
889
|
+
rewrite ([#909](https://github.com/GetStream/stream-video-js/issues/909)) ([49efdaa](https://github.com/GetStream/stream-video-js/commit/49efdaa14faccaa4848e8f9bdf3abb7748b925ac))
|
|
1225
890
|
|
|
1226
891
|
### [0.2.1](https://github.com/GetStream/stream-video-js/compare/client0.2.0...client0.2.1) (2023-08-07)
|
|
1227
892
|
|
|
1228
|
-
|
|
1229
893
|
### Features
|
|
1230
894
|
|
|
1231
|
-
|
|
895
|
+
- enhanced call
|
|
896
|
+
session ([#900](https://github.com/GetStream/stream-video-js/issues/900)) ([dd4f1ea](https://github.com/GetStream/stream-video-js/commit/dd4f1ea03dbab0661a8b79dd55f51b0e9477ae75))
|
|
1232
897
|
|
|
1233
898
|
## [0.2.0](https://github.com/GetStream/stream-video-js/compare/client0.1.11...client0.2.0) (2023-08-07)
|
|
1234
899
|
|
|
1235
|
-
|
|
1236
900
|
### ⚠ BREAKING CHANGES
|
|
1237
901
|
|
|
1238
|
-
|
|
902
|
+
- Server-side participant pinning (#881)
|
|
1239
903
|
|
|
1240
904
|
### Features
|
|
1241
905
|
|
|
1242
|
-
|
|
906
|
+
- Server-side participant
|
|
907
|
+
pinning ([#881](https://github.com/GetStream/stream-video-js/issues/881)) ([72829f1](https://github.com/GetStream/stream-video-js/commit/72829f1caf5b9c719d063a7e5175b7aa7431cd71))
|
|
1243
908
|
|
|
1244
909
|
### [0.1.11](https://github.com/GetStream/stream-video-js/compare/client0.1.10...client0.1.11) (2023-08-04)
|
|
1245
910
|
|
|
1246
|
-
|
|
1247
911
|
### Bug Fixes
|
|
1248
912
|
|
|
1249
|
-
|
|
913
|
+
- update subscriptions when restoring
|
|
914
|
+
connection ([#898](https://github.com/GetStream/stream-video-js/issues/898)) ([55e78c7](https://github.com/GetStream/stream-video-js/commit/55e78c77df5dfa22a4068ad40eb5aeb8a6a9fa8a))
|
|
1250
915
|
|
|
1251
916
|
### [0.1.10](https://github.com/GetStream/stream-video-js/compare/client0.1.9...client0.1.10) (2023-08-01)
|
|
1252
917
|
|
|
1253
|
-
|
|
1254
918
|
### Features
|
|
1255
919
|
|
|
1256
|
-
|
|
920
|
+
- **client:** Create state shortcut for client state
|
|
921
|
+
store ([#888](https://github.com/GetStream/stream-video-js/issues/888)) ([799c90d](https://github.com/GetStream/stream-video-js/commit/799c90d7a22fc90b497493764916e3f620a1481b))
|
|
1257
922
|
|
|
1258
923
|
### [0.1.9](https://github.com/GetStream/stream-video-js/compare/client0.1.8...client0.1.9) (2023-07-28)
|
|
1259
924
|
|
|
1260
|
-
|
|
1261
925
|
### Bug Fixes
|
|
1262
926
|
|
|
1263
|
-
|
|
927
|
+
- set initial device state regardless of call
|
|
928
|
+
state ([#869](https://github.com/GetStream/stream-video-js/issues/869)) ([3c3cb29](https://github.com/GetStream/stream-video-js/commit/3c3cb29e5585e30b0eacc4b0ecb7bab2e075c111))
|
|
1264
929
|
|
|
1265
930
|
### [0.1.8](https://github.com/GetStream/stream-video-js/compare/client0.1.7...client0.1.8) (2023-07-27)
|
|
1266
931
|
|
|
1267
|
-
|
|
1268
932
|
### Features
|
|
1269
933
|
|
|
1270
|
-
|
|
934
|
+
- Add
|
|
935
|
+
call.create ([#862](https://github.com/GetStream/stream-video-js/issues/862)) ([6d07d0b](https://github.com/GetStream/stream-video-js/commit/6d07d0b5248b6339b4ee95af90dba4c4e1f5c5db))
|
|
1271
936
|
|
|
1272
937
|
### [0.1.7](https://github.com/GetStream/stream-video-js/compare/client0.1.6...client0.1.7) (2023-07-26)
|
|
1273
938
|
|
|
1274
|
-
|
|
1275
939
|
### Features
|
|
1276
940
|
|
|
1277
|
-
|
|
941
|
+
- support goLive({ notify:
|
|
942
|
+
true }) ([#848](https://github.com/GetStream/stream-video-js/issues/848)) ([ed67b28](https://github.com/GetStream/stream-video-js/commit/ed67b280082e91e356ee7c0063f2dafab6f8e0c2))
|
|
1278
943
|
|
|
1279
944
|
### [0.1.6](https://github.com/GetStream/stream-video-js/compare/client0.1.5...client0.1.6) (2023-07-26)
|
|
1280
945
|
|
|
1281
|
-
|
|
1282
946
|
### Documentation
|
|
1283
947
|
|
|
1284
|
-
|
|
948
|
+
- Readme for js client, contributing
|
|
949
|
+
guide ([#858](https://github.com/GetStream/stream-video-js/issues/858)) ([4d25c90](https://github.com/GetStream/stream-video-js/commit/4d25c909d2db3c5f98f89ad37dd810fc4ab7cc95))
|
|
1285
950
|
|
|
1286
951
|
### [0.1.5](https://github.com/GetStream/stream-video-js/compare/client0.1.4...client0.1.5) (2023-07-21)
|
|
1287
952
|
|
|
1288
|
-
|
|
1289
953
|
### Bug Fixes
|
|
1290
954
|
|
|
1291
|
-
|
|
955
|
+
- strict mode
|
|
956
|
+
issue ([#740](https://github.com/GetStream/stream-video-js/issues/740)) ([c39e4e4](https://github.com/GetStream/stream-video-js/commit/c39e4e4041a2326393478ad808b2aa791d50f8ce))
|
|
1292
957
|
|
|
1293
958
|
### [0.1.4](https://github.com/GetStream/stream-video-js/compare/client0.1.3...client0.1.4) (2023-07-21)
|
|
1294
959
|
|
|
1295
|
-
|
|
1296
960
|
### Features
|
|
1297
961
|
|
|
1298
|
-
|
|
1299
|
-
|
|
962
|
+
- ICE
|
|
963
|
+
Restarts ([#814](https://github.com/GetStream/stream-video-js/issues/814)) ([a03f8cd](https://github.com/GetStream/stream-video-js/commit/a03f8cd8cc90f91fb67c4c80e097eed64ca67715))
|
|
1300
964
|
|
|
1301
965
|
### Bug Fixes
|
|
1302
966
|
|
|
1303
|
-
|
|
967
|
+
- shorter thresholds for ICE
|
|
968
|
+
restarts ([#839](https://github.com/GetStream/stream-video-js/issues/839)) ([fe2bbe5](https://github.com/GetStream/stream-video-js/commit/fe2bbe5687a26e01983273d8c25016689c6f1584)),
|
|
969
|
+
closes [#814](https://github.com/GetStream/stream-video-js/issues/814)
|
|
1304
970
|
|
|
1305
971
|
### [0.1.3](https://github.com/GetStream/stream-video-js/compare/client0.1.2...client0.1.3) (2023-07-20)
|
|
1306
972
|
|
|
1307
|
-
|
|
1308
973
|
### Bug Fixes
|
|
1309
974
|
|
|
1310
|
-
|
|
975
|
+
- server side user connect + add
|
|
976
|
+
tests ([#825](https://github.com/GetStream/stream-video-js/issues/825)) ([95ea24d](https://github.com/GetStream/stream-video-js/commit/95ea24d03306d1b25c3c5af042a202a7b551d865))
|
|
1311
977
|
|
|
1312
978
|
### [0.1.2](https://github.com/GetStream/stream-video-js/compare/client0.1.1...client0.1.2) (2023-07-19)
|
|
1313
979
|
|
|
1314
|
-
|
|
1315
980
|
### Features
|
|
1316
981
|
|
|
1317
|
-
|
|
982
|
+
- server-side
|
|
983
|
+
client ([#815](https://github.com/GetStream/stream-video-js/issues/815)) ([c3bc445](https://github.com/GetStream/stream-video-js/commit/c3bc445c7db68965934c3e72f005ff7e949e9328))
|
|
1318
984
|
|
|
1319
985
|
### [0.1.1](https://github.com/GetStream/stream-video-js/compare/client0.1.0...client0.1.1) (2023-07-18)
|
|
1320
986
|
|
|
1321
|
-
|
|
1322
987
|
### Features
|
|
1323
988
|
|
|
1324
|
-
|
|
989
|
+
- **sessions:** update to the new call.session event
|
|
990
|
+
models ([#806](https://github.com/GetStream/stream-video-js/issues/806)) ([2966837](https://github.com/GetStream/stream-video-js/commit/296683789823a8dd12e99193f6baaf971824ae83))
|
|
1325
991
|
|
|
1326
992
|
## [0.1.0](https://github.com/GetStream/stream-video-js/compare/client0.0.51...client0.1.0) (2023-07-17)
|
|
1327
993
|
|
|
1328
|
-
|
|
1329
994
|
### ⚠ BREAKING CHANGES
|
|
1330
995
|
|
|
1331
|
-
|
|
996
|
+
- Trigger breaking change for client
|
|
1332
997
|
|
|
1333
998
|
### Features
|
|
1334
999
|
|
|
1335
|
-
|
|
1000
|
+
- Trigger breaking change for
|
|
1001
|
+
client ([5230bfb](https://github.com/GetStream/stream-video-js/commit/5230bfb5cea4776f78fd9ae73cdeb5a0ea27c7fd))
|
|
1336
1002
|
|
|
1337
1003
|
### [0.0.51](https://github.com/GetStream/stream-video-js/compare/client0.0.50...client0.0.51) (2023-07-17)
|
|
1338
1004
|
|