Releases: livekit/client-sdk-flutter
Releases · livekit/client-sdk-flutter
v1.2.2
1.2.2
- Feat: Support setVideoFPS for subscribe.
- Feat: topic for data-channel.
- Feat: support metadata update.
- Feat: handle reconnect response to re-configuration PCs.
- Docs: readme manager initial setup.
- Feat: upgrade protocol version to v9.
- Chore: Use participantIdentity instead of Sid for track permissions.
- Feat: Bump flutter-webrtc to 0.9.25.
- Fix: Fix empty label for Wired Headset on Android.
- Fix: ICE Connectivity doesn't establish with DualSIM iPhones.
v1.2.1
1.2.1
- Fix: fix memory leak for screen capture (macOS).
- Feat: web/native device consistency management (native/web).
- Fix: fix the renderer issue for Safari/Firefox.
- Fix: set forceRelay if server response is enabled.
- Feat: Forward leave reason of disconnected events.
- Feat: expose logger level API.
- Feat: expose Room recording event.
v1.2.0
v1.2.0
- Fix: re-publish tracks after reconnect
- Fix the bug for firefox.
- Fix crash when using virtual camera (OBS) for osx.
- Fix crash when screen sharing with simulcast on macOS
- Feat: support fast switch camera for LocalVideoTrack.
v1.1.12
What's Changed
- Fix Audio output list is empty in android by @moham96 in #231
- Update flutter-webrtc to 0.9.19
- As a result of this, the BLUETOOTH_CONNECT permission for Android is no longer needed.
New Contributors
Full Changelog: v1.1.11...v1.1.12
v1.1.11
v1.1.9
1.1.9
- Bump flutter-webrtc to 0.9.17
- Enable BroadCastExtension for iOS for the example.
v1.1.8
1.1.8
- Fix resume/full-reconnect.
- Support stopping the audio track on mute(turn off the mic indicator).
1.1.7
1.1.7
- Fixed ice config issues. (#192).
- Make timeouts configurable.
- Fixed Hardware.setSpeakerphoneOn() not working on iOS.
- Fixed track not being correctly passed to localParticipant in FastConnectOptions,
causing the camera to apply twice and not be released. - Clean up pingIntervalTimer when closing SignalClient.
v1.1.6
1.1.6
- Supports getting the connected remote address.