·
6 commits
to main
since this release
Patch Changes
-
Add
enabledoption tocreateIngressandupdateIngress. Settingenabled: falselets you disable an ingress session (reject new connection attempts) without deleting it, so the stream key is preserved. The field already exists on the protobufCreateIngressRequest/UpdateIngressRequest; this exposes it through the typedCreateIngressOptions/UpdateIngressOptions. - #692 (@stefanking-difference) -
Require the exp claim when verifying access tokens, matching livekit/protocol#1706. - #710 (@SashaMIT)