Releases: livekit/client-sdk-flutter
Releases · livekit/client-sdk-flutter
v1.1.3
- Add sid for reconnecting. (#168)
- Add force relay config. (#169)
- Bump flutter_webrtc version to 0.9.7.
v1.1.2
- feat: Support for capturing audio for chrome tab.
- Expose data channel for e2e testing.
- Expose RTPReceiver for getting track statistics.
- fix: Do not set mandatory & optional parameters, when used in web (#164)
v1.1.1
- Add hardware API for camera and audio input/output selection.
- Fixed UI stuck when get thumbnails on screen sharing. (#149)
v1.1.0-hotfix
1.1.0-hotfix
- Align the version in .podspec with the package version (fix compilation errors under ios/mac).
v1.1.0
Changelog (2022-08-02)
- Set subscription to allowed when subscribed.
- Handle combined participant updates.
- Downgrade version settings to support flutter 2.8.0+.
- Fix camera release.
- Feat: iOS screen share.
- Feat: Screen sharing for desktop.
- Feat: protocol v8.
v1.0.1
Changelog
- Re-send tracks permissions after reconnected.
- Add audioBitrate option for publishAudioTrack.
- Bump version for flutter_webrtc (up to 0.8.9).
- Fix: SIGTERM / Crash on connection (Windows) #121
- Fix: Microphone not published on windows build #64
v1.0.0
Recent changes
- Ready for Flutter 3.
mirrorMode
for VideoTrackRenderer
. #119
- Fix url building logic for validation mode. #110
- Changed
AVAudioSessionCategory
switch timing to publish / unpublish. #104
- Support for Bluetooth on Android 11. #107
Full diff: v0.5.9...v1.0.0
v0.5.9
- Fix: iOS audio issue which prevents
AVAudioSessionCategory
to switch correctly.
v0.5.8
- Support for protocol 7, remote unpublish.
- Fixes simulcast issues with Android devices.
- Adds ability to select capture device by id.
serverRegion
property on Room.
- Minor optimizations.
v0.5.7
- Using WebRTC version M97.
- New track subscription permissions API.
- Improvements to reconnect logic.
- Room metadata update event.