Releases: livekit/client-sdk-unity-web
Releases · livekit/client-sdk-unity-web
v0.2.1
Changes
- Updated video presets
- Improved Options & Constrain types
- Set log status to debug when using IFL_DEBUG define
v0.2.0
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
andcount
- Optimized the use of the cache on the C# side
v0.1.7
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