Skip to content

Releases: livekit/node-sdks

livekit-server-sdk@2.16.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 14:54
d49a0c0

Minor Changes

Patch Changes

  • Add callee dispatch rule support to createSipDispatchRule - #684 (@lukasIO)

@livekit/rtc-node@0.13.30

Choose a tag to compare

@github-actions github-actions released this 30 Jun 14:54
d49a0c0

Patch Changes

  • Add initial support for frame processor usage directly on tracks - #671 (@1egoman)

livekit-server-sdk@2.15.5

Choose a tag to compare

@github-actions github-actions released this 18 Jun 16:25
b93b143

Patch Changes

livekit-server-sdk@2.15.4

Choose a tag to compare

@github-actions github-actions released this 28 May 04:02
444955d

Patch Changes

@livekit/rtc-node@0.13.29

Choose a tag to compare

@github-actions github-actions released this 26 May 14:21
7bd5478

Patch Changes

livekit-server-sdk@2.15.3

Choose a tag to compare

@github-actions github-actions released this 13 May 20:08
4885d82

Patch Changes

  • Bump @livekit/protocol to 1.45.6 and surface new fields on the agent dispatch and connector clients: - #657 (@anunaym14)

    • AgentDispatchClient.createDispatch: new restartPolicy option (cloud only)
    • ConnectorClient.dialWhatsAppCall / acceptWhatsAppCall: new ringingTimeout option (and waitUntilAnswered on accept)
    • ConnectorClient.disconnectWhatsAppCall: new optional disconnectReason parameter
    • Re-export JobRestartPolicy and DisconnectWhatsAppCallRequest_DisconnectReason
  • Add canManageAgentSession to VideoGrant - #661 (@theomonnom)

@livekit/rtc-node@0.13.28

Choose a tag to compare

@github-actions github-actions released this 13 May 20:08
4885d82

Patch Changes

@livekit/rtc-node@0.13.27

Choose a tag to compare

@github-actions github-actions released this 28 Apr 13:08
4fb6741

Patch Changes

  • fix(rtc): consistent connection state handling - #655 (@lukasIO)

livekit-server-sdk@2.15.2

Choose a tag to compare

@github-actions github-actions released this 27 Apr 09:06
0ed1835

Patch Changes

@livekit/rtc-node@0.13.26

Choose a tag to compare

@github-actions github-actions released this 27 Apr 09:06
0ed1835

Patch Changes

  • Remove FfiClient listener on failed connect to prevent leak - #652 (@LautaroPetaccio)

  • Add AbortSignal to waitFor() to clean up listeners on disconnect and send trailer on stream abort - #636 (@LautaroPetaccio)

  • Cancel losing timeout in AudioMixer race to prevent orphaned timers - #641 (@LautaroPetaccio)

  • Close in-progress stream controllers on room disconnect to prevent FD leaks - #633 (@LautaroPetaccio)

  • Deduplicate getSid() listeners to prevent event listener leak on concurrent calls - #635 (@LautaroPetaccio)

  • fix: ensure connection state of room is flipped after disconnecting - #653 (@lukasIO)

  • Dispose track publication FfiHandles on participant disconnect to prevent FD leaks - #634 (@LautaroPetaccio)