Skip to content

Releases: livekit/client-sdk-unity-web

v0.2.1

26 Apr 13:04
Compare
Choose a tag to compare

Changes

  • Updated video presets
  • Improved Options & Constrain types
  • Set log status to debug when using IFL_DEBUG define

v0.2.0

20 Apr 16:01
Compare
Choose a tag to compare

Changes

  • Updated client-sdk-js to v0.18.2 ( See changelog here )
  • Fixed error on LocalTrackUnpublised
  • Js files are now minified
  • Reduced memory allocation when receiving data from DataChannels
  • Videos are now correctly released
  • LocalParticipant.PublishData use the params keyword for the destination participants
  • LocalParticipant.PublishData is now overloaded with new parameters offset and count
  • Optimized the use of the cache on the C# side

v0.1.7

11 Apr 20:20
Compare
Choose a tag to compare

Changes

  • Better handling of unmanaged pointers by using SafeHandle
  • Event listeners ( Room, Participant, Track ) are now correctly released
  • Fixed Room.TrackMuted/TrackUnmuted event
  • Improved logging to help track issues