|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## 1.3.1 |
| 4 | + |
| 5 | +* Feat: add linux support. |
| 6 | +* Fix: audio play bug for ios safari. |
| 7 | +* Fix: fix bluetooth device enumerate on android. |
| 8 | +* Fix: Do not operate on inactive tracks. |
| 9 | +* Fix: use the correct transceiver id. |
| 10 | +* Fix: Support restart camera for windows/linux. |
| 11 | +* Fix: Move the call of capturer.stopCapture() outside the main thread |
| 12 | + to avoid blocking of flutter method call. |
| 13 | +* Fix: Handle exceptions for framerate settings for darwin. |
| 14 | + |
3 | 15 | ## 1.3.0
|
4 | 16 |
|
5 | 17 | * Fix resolution/framerate/bitrate issue for publishVideoTrack.
|
|
13 | 25 | * Feat: handle reconnect response to re-configuration PCs.
|
14 | 26 | * Docs: readme manager initial setup.
|
15 | 27 | * Feat: upgrade protocol version to v9.
|
16 |
| -* Chore: Use participantIdentity instead of Sid for track permissions. |
| 28 | +* Chore: Use participantIdentity instead of Sid for track permissions. |
17 | 29 | * Feat: Bump flutter-webrtc to 0.9.25.
|
18 | 30 | * Fix: Fix empty label for Wired Headset on Android.
|
19 | 31 | * Fix: ICE Connectivity doesn't establish with DualSIM iPhones.
|
|
163 | 175 | video layers that are not being consumed by any subscribers, significantly
|
164 | 176 | reducing publishing CPU and bandwidth usage. (currently defaults to off)
|
165 | 177 | * Rename `optimizeVideo` to `adaptiveStream` and improve stability.
|
166 |
| - AdaptiveStream lets LiveKit automatically manage quality of subscribed |
| 178 | + AdaptiveStream lets LiveKit automatically manage quality of subscribed |
167 | 179 | video tracks to optimize for bandwidth and CPU.
|
168 | 180 | * Ensure data channel is ready state when `LocalParticipant.publishData` api is called.
|
169 | 181 |
|
|
0 commit comments