Skip to content

Latest commit

 

History

History
186 lines (94 loc) · 6.21 KB

CHANGELOG.md

File metadata and controls

186 lines (94 loc) · 6.21 KB

@livekit/rtc-node

0.11.1

Patch Changes

  • fix(proto): don't crash on plain JavaScript - #322 (@nbsp)

0.11.0

Minor Changes

Patch Changes

0.10.4

Patch Changes

0.10.3

Patch Changes

0.10.2

Patch Changes

  • export properly, fix audioresampler - #291 (@nbsp)

0.10.1

Patch Changes

0.10.0

Minor Changes

  • add AudioResampler, combineAudioFrames - #286 (@nbsp)

Patch Changes

  • Fix mutex in livekit-rtc - #287 (@bcherry) Fix linter warnings in livekit-server-sdk

0.9.2

Patch Changes

0.9.1

Patch Changes

0.9.0

Minor Changes

  • make AudioStream use AsyncIterableIterator instead of typed EventEmitter - #272 (@nbsp)

Patch Changes

0.8.1

Patch Changes

0.8.0

Minor Changes

Patch Changes

0.7.0

Minor Changes

  • bump(ffi): LocalTrackSubscribed, DisconnectReason - #256 (@nbsp)

0.6.2

Patch Changes

  • correctly calculate VideoFrame stride - #253 (@nbsp)

0.6.1

Patch Changes

0.6.0

Minor Changes

Patch Changes

  • Add publishDtmf method on local participant - #239 (@lukasIO)

  • doc: add warning about buffer.slice - #232 (@nbsp)

  • Add support for setting and listening to participant attribute changes - #239 (@lukasIO)

  • Add enableQueue argument to AudioSource constructor - #239 (@lukasIO)

0.5.1

Patch Changes

0.5.0

Minor Changes

  • livekit-rtc/audio_frame: Uint16Array -> Int16Array - #218 (@nbsp)

0.4.4

Patch Changes

  • Explicitly add native modules as optional dependencies - #204 (@lukasIO)

0.4.3

Patch Changes

0.4.2

Patch Changes

  • ffi_client: wire up livekit_dispose - #200 (@nbsp)

0.4.1

Patch Changes

  • Re-hide dispose, allow ThreadsafeFunction to exit - #187 (@nbsp)

0.4.0

Minor Changes

  • Change callback signatures to be aligned with livekit-client (#14) - #19 (@lukasIO)

  • Remove all object and FfiClient listeners (#15) - #19 (@lukasIO)

Patch Changes