npm livekit-client 0.14.0
v0.14.0

latest releases: 2.15.8, 2.15.7, 2.15.6...
3 years ago

Connection Quality Updates

Supports connection quality updates sent from the server. It'll be available the local participant as well as any other participants that you are subscribed to.

Requires server v0.14.0

participant.connectionQuality

room.on(RoomEvent.ConnectionQualityChanged, (quality: ConnectionQuality, participant: Participant) => {
  // handle changes
})

Other changes

  • Option to stop underlying microphone track when muted #76
  • Fixed data not published when just connected on Firefox #74
  • Emits LocalTrackUnpublished event when local track is unpublished #72
  • Set default audio publish bitrate to speech d038c52
  • Correctly override track name #70
  • Cleaner logger use #69

0.13.6

  • Fixed data track publishing in Safari bfb009b

0.13.5

  • Avoid downgrading simulcast layers too early #61
  • Fixed restartTrack for audio in Safari 2b97b81
  • Handle capture device failures #66
  • Support aspectRatio constraint in videoResolution #64

Thanks to @lukasIO for his numerous contributions! 🙇

Don't miss a new livekit-client release

NewReleases is sending notifications on new releases.