Skip to content

Releases: livekit/protocol

@livekit/protocol@1.46.4

27 May 02:29
4b09446

Choose a tag to compare

Patch Changes

  • agent_session: rename CustomEventDebugMessage; drop type field, keep only payload - #1593 (@toubatbrian)

    Renames the agent-session event added in #1588 before any consumer ships it. The
    message is repositioned as an internal debug/trace channel surfaced only to the
    debugger/recorder, not to user code, so the type discriminator was unnecessary
    — callers just emit a JSON payload.

    Wire-level: AgentSessionEvent.custom_event (field 21) → AgentSessionEvent.debug_message
    (same field number 21, same type slot, no schema-compat concerns since nothing
    has been built against it yet downstream).

@livekit/protocol@1.46.3

26 May 21:11
b89c3a7

Choose a tag to compare

@livekit/protocol@1.46.3

@livekit/protocol@1.46.2

26 May 17:35
3739ba1

Choose a tag to compare

Patch Changes

@livekit/protocol@1.46.0

20 May 11:55
40a9aef

Choose a tag to compare

Patch Changes

  • add local protojson with permissive defaults - #1542 (@paulwe)

  • Fix SIP trunk-level MediaEncryption being silently dropped on outbound and inbound calls. The early req.Upgrade() / rule.Upgrade() calls pinned Media.Encryption to the (legacy) request/rule field before the trunk's MediaEncryption was merged, causing INVITEs to omit SRTP when only the trunk had it configured. - #1540 (@hechen-eng)

  • Add optional authentication realm to SIPInboundTrunk. - #1558 (@dennwc)

  • Add TokenPagination field to ListEgress API and RPC - #1556 (@biglittlebigben)

@livekit/protocol@1.45.8

06 May 16:16
a0e7149

Choose a tag to compare

Patch Changes

  • rename agent environment to deployment - #1532 (@paulwe)

  • Allow setting a list of SIP codecs for SDP. - #1530 (@dennwc)

@livekit/protocol@1.45.7

05 May 15:51
3672b28

Choose a tag to compare

Patch Changes

@livekit/protocol@1.45.6

24 Apr 07:22
a4ac262

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/protocol/compare/v1.45.5...@livekit/protocol@1.45.6

@livekit/protocol@1.45.5

23 Apr 23:59
67ef3b4

Choose a tag to compare

Patch Changes

@livekit/protocol@1.45.4

21 Apr 13:42
5483765

Choose a tag to compare

Patch Changes

@livekit/protocol@1.45.3

10 Apr 20:51
a920df2

Choose a tag to compare

Patch Changes

  • Add SUSPENDED node state. - #1486 (@boks1971)

  • Add get_framework_info request/response support in agent session protocol and regenerate JavaScript protobuf types. - #1493 (@toubatbrian)