Skip to content

Releases: livekit/client-sdk-flutter

v0.5.6

08 Jan 15:02
Compare
Choose a tag to compare
  • Using WebRTC version M93.
  • New dynacast option to RoomOptions. Dynacast dynamically pauses
    video layers that are not being consumed by any subscribers, significantly
    reducing publishing CPU and bandwidth usage. (currently defaults to off)
  • Rename optimizeVideo to adaptiveStream and improve stability.
    AdaptiveStream lets LiveKit automatically manage quality of subscribed
    video tracks to optimize for bandwidth and CPU.
  • Ensure data channel is ready state when LocalParticipant.publishData api is called.

v0.5.5

22 Dec 21:10
Compare
Choose a tag to compare
  • Default capture options for setCameraEnabled, setMicrophoneEnabled
  • Track stream update events
  • Send video layers to server for more video optimization
  • Room instance can be created without connecting
  • Release Camera/Mic when track is muted
  • Better type handling
  • Option to unpublish without stopping track
  • Fixed RemoteTrackPublication mute events
  • Fixed data channel publish bug
  • Initial Windows support

v0.5.4

27 Nov 18:48
Compare
Choose a tag to compare
  • Screen sharing support for Android
  • Fixed TrackPublication/Track mute status
  • Fixed bug with updateTrack
  • Fixed being able to apply capture resolution constraints
  • initial macOS support

v0.5.3

10 Nov 15:45
Compare
Choose a tag to compare
  • Connection quality information
  • Automatic video optimizations
  • Simplified track APIs
  • Fix ios camera switch issue
  • Looser podspec constraint for WebRTC-SDK to avoid build issues
  • Better URL parsing

v0.5.2

22 Oct 10:41
Compare
Choose a tag to compare
  • change ios audio session defaults to support voice isolation
  • fix explicit subscribe/unsubscribe issue
  • fix WebRTC-SDK resolve issue

v0.5.1

02 Oct 07:14
Compare
Choose a tag to compare
  • Include Android and Web plugins