Skip to content

v0.18.0

Compare
Choose a tag to compare
@lukasIO lukasIO released this 18 Apr 16:57
· 876 commits to main since this release

Features

  • setVolume method for remoteparticipants and remoteaudiotracks #180
  • setLogExtension for hooking into the livekit internal logger (e.g. sending livekit-logs to a third party service) #186

Changes

  • example app: current location is preserved when setting url parameters #178 (thanks @bekriebel)
  • getLocalDevices now asks for user permissions by default (if not yet acquired) #184 #187
  • use a wildcard import for internal loglevel usage #183
  • structure log messages #190
  • setTrackEnabled, setMicrophoneEnabled, setCameraEnabled etc. now return their LocalTrackPublication #194
  • deprecate standalone connect function and ConnectOptions #195
  • bundle library using rollup #198
  • don't use dynamic import for webrtc-adapter #199

Bugfixes

  • safari black video fixes #182 #200
  • fire connected event only after room object has been populated #185
  • check for navigator.mediaDevices before detaching event handler #191 (thanks @caiiiycuk)