Skip to content

Releases: livekit/client-sdk-unity-web

v2.0.0

Choose a tag to compare

@cloudwebrtc cloudwebrtc released this 03 Sep 02:24
ededc95

What's Changed

New Contributors

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

v1.5.1

Choose a tag to compare

@davidzhao davidzhao released this 28 Mar 18:40
8718d5b

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

Compatible with Chrome 124

v1.5.0

Choose a tag to compare

@theomonnom theomonnom released this 10 Apr 05:52
a84b525

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

Choose a tag to compare

@theomonnom theomonnom released this 31 Jan 10:36
61d408a

Features

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

v1.3.0

Choose a tag to compare

@theomonnom theomonnom released this 01 Sep 15:17
6c4e04d

Features

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

v1.2.3

Choose a tag to compare

@theomonnom theomonnom released this 13 Jul 13:42
20a7cdb

Features

  • Fix room connection

v1.2.2

Choose a tag to compare

@theomonnom theomonnom released this 12 Jul 17:18
788244a

Features

  • Fix build
  • Keep textures with RGBA format

v1.2.1

Choose a tag to compare

@theomonnom theomonnom released this 12 Jul 13:24
3034c63

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

Choose a tag to compare

@theomonnom theomonnom released this 14 Jun 11:14

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

Choose a tag to compare

@theomonnom theomonnom released this 20 May 10:22

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