Releases: livekit/protocol
@livekit/protocol@1.47.0
@livekit/protocol@1.47.0
@livekit/protocol@1.46.8
@livekit/protocol@1.46.7
Patch Changes
- add backchannel probability to the eot prediction - #1624 (@chenghao-mou)
@livekit/protocol@1.46.6
@livekit/protocol@1.46.6
@livekit/protocol@1.46.5
@livekit/protocol@1.46.5
@livekit/protocol@1.46.4
Patch Changes
-
agent_session: rename
CustomEvent→DebugMessage; droptypefield, keep onlypayload- #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 thetypediscriminator was unnecessary
— callers just emit a JSONpayload.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
@livekit/protocol@1.46.3
@livekit/protocol@1.46.2
@livekit/protocol@1.46.0
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 pinnedMedia.Encryptionto 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)