Skip to content

Releases: livekit/client-sdk-unity-web

v2.0.0

03 Sep 02:24
ededc95
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v2.0.0

v1.5.1

28 Mar 18:40
8718d5b
Compare
Choose a tag to compare

Updated client-sdk-js to v1.15.13, bringing over numerous bugfixes.

Compatible with Chrome 124

v1.5.0

10 Apr 05:52
a84b525
Compare
Choose a tag to compare

Features

  • Updated client-sdk-js to v1.7.1 #28
  • Changed Participant.AudioLevel type to double #27
  • Provide participantIdentity instead of SID for permission APIs #26

v1.4.0

31 Jan 10:36
61d408a
Compare
Choose a tag to compare

Features

  • Updated client-sdk-js to v1.6.3 ( See changelogs )

v1.3.0

01 Sep 15:17
6c4e04d
Compare
Choose a tag to compare

Features

  • Updated client-sdk-js to v1.3.0 ( See changelogs )

v1.2.3

13 Jul 13:42
20a7cdb
Compare
Choose a tag to compare

Features

  • Fix room connection

v1.2.2

12 Jul 17:18
788244a
Compare
Choose a tag to compare

Features

  • Fix build
  • Keep textures with RGBA format

v1.2.1

12 Jul 13:24
3034c63
Compare
Choose a tag to compare

Features

  • Updated client-sdk-js to v1.2.1
  • Add PublishOptions to Set*Enabled #14
  • Deprecate publishOnly #11
  • Disconnect Reason #12
  • Added AudioCaptureOptions to SetScreenshareEnabled #9

Changes

  • HTMLVideoTexture now use SRGB format ( For linear color space ) #10

v1.1.0

14 Jun 11:14
Compare
Choose a tag to compare

Features

  • Updated client-sdk-js to v1.1.0
  • PushFunction DebugLabel ( Print function name when an error occurs in a C# callback )
  • Added missing Room.GetLocalDevices
  • JSMap/JSArray struct support ( Internal )
  • Fix missing Is*Enabled properties
  • LocalParticipant.Set*Enabled options

Changes

  • Improve Bridge disposing ( Remove use of CriticalFinalizerObject )
  • Fixed memory access out of bounds on JSEventEmitter finalizer

v1.0.0

20 May 10:22
Compare
Choose a tag to compare

Features

Changes

  • Upgraded client-sdk-js to v1.0.0
  • Remove deprecated code
  • Added IVideoTrack & IAudioTrack interfaces
  • Fixed RemoteParticipant.SetVolume
  • Internal refactoring ( internal constructors, renamed NativePtr to NativeHandle, refactored JSPromise )
  • More errors logging