Skip to content

v0.5.6

Compare
Choose a tag to compare
@hiroshihorie hiroshihorie released this 08 Jan 15:02
· 428 commits to main since this release
  • 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.