Skip to content

v0.14.0

Compare
Choose a tag to compare
@davidzhao davidzhao released this 05 Nov 05:39
· 1170 commits to main since this release

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! 🙇