Skip to content

livekit-server-sdk@2.19.1

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Sep 23:23
· 6 commits to main since this release
83dba9a

Patch Changes

  • Add enabled option to createIngress and updateIngress. Setting enabled: false lets you disable an ingress session (reject new connection attempts) without deleting it, so the stream key is preserved. The field already exists on the protobuf CreateIngressRequest/UpdateIngressRequest; this exposes it through the typed CreateIngressOptions/UpdateIngressOptions. - #692 (@stefanking-difference)

  • Require the exp claim when verifying access tokens, matching livekit/protocol#1706. - #710 (@SashaMIT)