livekit

AI

End-to-end realtime stack for connecting humans and AI

Latest v1.13.5 · by livekitWebsitelivekit/livekit

Release activity

Release activity — 10 releases across 10 days since Mar 5, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Mar 5, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Apr 26, 2026No releases on May 3, 2026No releases on May 10, 2026No releases on May 17, 2026No releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026
MondayNo releases on Apr 27, 2026No releases on May 4, 2026No releases on May 11, 2026No releases on May 18, 2026No releases on May 25, 2026No releases on Jun 1, 20261 release on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026
TuesdayNo releases on Apr 28, 2026No releases on May 5, 2026No releases on May 12, 2026No releases on May 19, 2026No releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026
WednesdayNo releases on Apr 29, 2026No releases on May 6, 2026No releases on May 13, 2026No releases on May 20, 2026No releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026
ThursdayNo releases on Apr 30, 2026No releases on May 7, 2026No releases on May 14, 2026No releases on May 21, 2026No releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026No releases on Aug 13, 2026
FridayNo releases on May 1, 2026No releases on May 8, 2026No releases on May 15, 2026No releases on May 22, 2026No releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 20261 release on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 20261 release on Jul 31, 2026No releases on Aug 7, 2026No releases on Aug 14, 2026
SaturdayNo releases on May 2, 2026No releases on May 9, 20261 release on May 16, 2026No releases on May 23, 2026No releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 20261 release on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 20261 release on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026

10 releases since Mar 5, 2026

Changelog

v1.13.5

Added 6
  • Add mock for testing region pins with API
  • Add country to participant closing log
  • Add tests for down stream packet push
  • Add status code for twirp request latency prometheus metric
  • Support more h264 profiles
  • Log high stream start latency
Changed 6
  • Use simulcast constructor for VP9 if simulcasted
  • Send resolved ringing timeout
  • Update go deps
  • Update protocol deps for logging webhook status
  • Record subscribe stream start time in prometheus
  • Improve counting for track publish
Fixed 4
  • Fix padding bit in forwarded packet
  • Fix spelling
  • Do not call telemetry listener under pending track lock
  • Fix getRefLayerRTPTimestamp off-by-one that can panic on max layer index
Added
  • add mock for testing region pins with API (#4691)
  • Add country to participant closing log (#4693)
  • Tests for down stream packet push. (#4692)
  • Add status code for twirp request latency prometheus metric (#4621)
  • Support more h264 profiles (#4708)
  • log high stream start latency. (#4714)
Changed
  • Use simulcast constructor for VP9 if simulcasted. (#4696)
  • send resolved ringing timeout (#4697)
  • Update go deps (#4645)
  • protocol deps for logging webhook status (#4699)
  • protocol update with webhook status logging (#4700)
  • Record subscribe stream start time in prometheus. (#4704)
  • A bit better counting for track publish. (#4707)
Fixed
  • Fix padding bit in forwarded packet. (#4690)
  • Spelling fixes (#4698)
  • Do not call telemetry listener under pending track lock. (#4706)
  • Fix getRefLayerRTPTimestamp off-by-one that can panic on max layer index (#4712)
View originalPermalink
How v1.13.5 went

v1.13.4

Added 7
  • Add mocking function for SIP dialing methods
  • Add signal tests to test-server
  • Add option to exclude local IPv6 candidates
  • Add a method to get forward stats via API method
  • Add drop-on-close signal test scenario
  • Log soft validation errors
  • Add redaction flag in Job
Changed 13
  • Implement simpler mock protocol
  • Make IsConnectionCanceled available at LocalParticipant interface
  • Update actions/checkout action to v7
  • Update protocol
  • Export migration to LocalParticipant interface
  • Record final RTC state as success/failure
Fixed 3
  • Bound data-track buffering under downlink congestion (targetLatency)
  • Guard against nil TC qdisc stats to prevent SIGSEGV
  • Fix goroutine leak from orphaned signal relay streams
Added
  • added mocking function for SIP dialing methods (#4642)
  • Add signal tests to test-server (#4653)
  • Add option to exclude local IPv6 candidates. (#4657)
  • Add a method to get forward stats via API method. (#4664)
  • Add drop-on-close signal test scenario (#4669)
  • Log soft validation errors. (#4671)
  • add redaction flag in Job (#4650)
Changed
  • simpler mock protocol (#4641)
  • Make IsConnectionCanceled available at LocalParticipant interface. (#4643)
  • Update actions/checkout action to v7 (#4646)
  • Update protocol. (#4648)
  • Export migration to LocalParticipant interface. (#4652)
  • Record final RTC state as success/failure. (#4658)
  • Omit rtx/out-of-order packets from forwarding delay measurement. (#4659)
  • Move ForwardStats aggregation off the packet forwarding path (#4660)
  • protocol deps to get parallel exec alloc reduction (#4662)
  • Update pion/ice to deal with hang on close. (#4672)
  • Add more details to unreliable data channel drop error. (#4673)
  • Record rtc_success prom as soon as RTC connects. (#4677)
  • Use proto logger to get named enums in the logs. (#4679)
  • Propagate spreader threshold to RED receivers. (#4683)
  • Prefer QDisc.Stats till go-tc addresses QDisc.Stats2 parsing (#4685)
  • Bump protocol version to fix call to Validate. (#4686)
Fixed
  • bound data-track buffering under downlink congestion (targetLatency) (#4667)
  • Guard against nil TC qdisc stats to prevent SIGSEGV (#4668)
  • Fix goroutine leak from orphaned signal relay streams (#4674)
  • don't undercount data channel bitrate over idle gaps (#4676)
  • Fix receiver load balance threshold initialization (#4678)
  • rtc: guard against nil subscriber in TransportManager.HandleAnswer (#4680)
  • Potential fix for code scanning alert no. 42: Incorrect conversion between integer types (#4684)
View originalPermalink
How v1.13.4 went

v1.13.3

Added 4
  • Add mock API server for testing server SDKs
  • Support auth checks with mock server
  • Add data track schema metadata
  • Report average bitrates for WHIP ingress
Changed 3
  • Update webrtc to fix interop issue with bundled datachannel
  • Update module github.com/urfave/cli/v3 to v3.10.0
  • Use camel case log name in DataBlobKey
Fixed 1
  • Stop WHIP session notifier when participant leaves
Added
  • feat: mock API server for testing server SDKs (#4627)
  • support auth checks with mock server (#4629)
  • Data track schema metadata (#4622)
  • Report average bitrates for whip ingress (#4634)
Changed
  • Update webrtc to fix interop issue with bundled datachannel (#4631)
  • Update module github.com/urfave/cli/v3 to v3.10.0 (#4612)
  • Use camel case log name in DataBlobKey (#4633)
Fixed
  • Stop WHIP session notifier when participant leaves (#4637)
View originalPermalink
How v1.13.3 went

v1.13.2

Added 13
  • Add Prometheus metrics for join latency and peer connection state
  • Preserve original expiry when refreshing token
  • Add grants expiry to Auth context
  • Add ability to run pprof on dedicated HTTP server
  • Add API to get latest node stats
  • Enforce subscription permission to data track
Changed 6
  • Update dependencies: pion/sctp, DTLS v3.1.4, protocol
  • Add RestartSessionTimer to re-anchor participant session duration in rtc
  • Record more RTC cancellation points
  • Cap all metadata at 512 KiB and enforce on join, agent dispatch, and embedded agents
  • Tighten up publish latency stat
  • Echo offered audio payload types in single-PC subscriber answer
Fixed 3
  • Fix skipped packets accounting
  • Do not log due to negative getting interpreted as large unsigned positive
  • Do not call nil callback
Added
  • Add Prometheus metrics for join latency and peer connection state (#4574, #4616)
  • Preserve original expiry when refreshing token (#4580)
  • Add grants expiry to Auth context (#4581)
  • Add ability to run pprof on dedicated HTTP server (#4584)
  • Add API to get latest node stats (#4589)
  • Enforce subscription permission to data track (#4588)
  • egress v2 api (#4592)
  • agent: thread attributes map from dispatch to job (#4598)
  • Log subscription limit breaches (#4603)
  • Acquire requested video layer directly at HIGH quality by default (#4595)
  • Report participant capabilities in ParticipantInfo (#4606)
  • Add option to force drain rtcService/agentService connections (#4618)
  • Add support for data blob (a. k. a. async participant attributes) (#4619)
Changed
  • Update dependencies: pion/sctp, DTLS v3.1.4, protocol (#4587, #4601, #4623)
  • rtc: add RestartSessionTimer to re-anchor participant session duration (#4566)
  • Record more RTC cancellation points (#4600)
  • Cap all metadata at 512 KiB; enforce on join, agent dispatch, and embedded agents (#4602)
  • Tighten up publish latency stat (#4615)
  • Echo offered audio payload types in single-PC subscriber answer (#4614)
Fixed
  • Fix skipped packets accounting (#4604)
  • Do not log due to negative getting interpreted as large unsigned positive (#4605)
  • Do not call nil callback (#4607)
View originalPermalink
How v1.13.2 went

v1.13.1

Added 8
  • Report participant kind code and details
  • Add IsIntentionalDisconnect flag
  • Emit per-data-track bytes via BytesTrackStats
  • Track Twirp method request latency in prometheus metrics
  • Add configuration documentation for advertise_internal_ip and skip_external_ip_validation
  • Add metrics for participant active state (fully established)
  • Allow providing TURN secret via file
  • Expose TCPFallbackRTTThreshold and AllowUDPUnstableFallback via configuration
Changed 7
  • Always enable rtx codec
  • Don't require media sections when joining
  • Use NACKQueueInterface type
  • Split webhook-processed hook out of NewTelemetryService
  • Prevent duration reporting for inactive participants
  • Report participant session end time on room move
  • Update mediatransportutil to get ICE candidate timeout configuration
Fixed 4
  • Check Less and LessEq in version compare
  • Fix SIP error categorization
  • Handle nil clientInfo
  • Prevent panic from nil or illegal syncState.Subscriptions message
Removed 1
  • Remove backwards compatibility support for TURN authentication without TTL
ATTENTION: This release removes backwards compatibility for TURN authentication without TTL. Please refer to change log of 1.12.0 for details on changes to TURN authentication and permissions handling. It was removed in https://github.com/livekit/livekit/pull/4539.
Added
  • rtc: report participant kind code and details (#4534)
  • Add IsIntentionalDisconnect (#4537)
  • rtc: emit per-data-track bytes via BytesTrackStats (#4540)
  • Start tracking Twirp method request latency in prometheus too, not just in logs (#4545)
  • Config documentation for advertise_internal_ip and skip_external_ip_validation (#4552, #4554, #4563)
  • Metrics for participant active, i. e. fully established. (#4557)
  • turn: allow for providing secret via file (#4564)
  • expose TCPFallbackRTTThreshold and AllowUDPUnstableFallback via config (#4556)
Changed
  • Always enable rtx codec (#4533)
  • Don't require media sections when joining (#4535)
  • Use NACKQuueInterface type. (#4538)
  • Remove backwards compatibility support for TURN auth. (#4539)
  • telemetry: split webhook-processed hook out of NewTelemetryService (#4548)
  • rtc: prevent duration reporting for inactive participants (#4550)
  • rtc: report participant session end time on room move (#4561)
  • Update mediatransportutil to get ICE candidate timeout config (#4572)
Fixed
  • Check Less and LessEq in version compare. (#4532)
  • fix sip error categorization (#4528)
  • handle nil clientInfo (#4546, #4547)
  • Prevent panic from nil(illegal) syncState.Subscriptions message (#4560)
View originalPermalink
How v1.13.1 went

v1.12.0

Added 14
  • Support for client capabilities
  • Additional data tracks logging
  • CloseWithReason method to agent SignalConn interface
  • Agent environment support
  • Duration seconds reporting
  • Helper to check for agent worker endpoint
Changed 4
  • Replace deprecated NAT1To1 with SetAddressRewriteRules in pion/ice
  • Skip logging data track stats if not started
  • Turn off transceiver re-use on Safari
  • Rename agent environment to deployment
Fixed 3
  • Wrap IPv6 addresses in brackets in UDP TURN URLs per RFC 3986
  • Fix publish-only limitations being incorrectly applied to receivers
  • Fix SIP media config upgrade

ATTENTION: This release introduces important changes to how TURN authentication and permissions are handled. These changes make the system more secure. This release maintains backwards compatibility. However, backwards compatibility will be removed in the next release. So, please plan accordingly.

TURN permission handling changes

By default, TURN will not relay traffic to private IPs. If you need to relay traffic to private IPs, please use allow_restricted_peer_cidrs which is explained in config-sample.yaml and replicated below.

#   # list of restricted peer CIDRs (loopback, link-local (unicast, multicast), multicast, private, unspecified) to allow access to.
#   # By default (i. e. empty list), all restricted peer CIDRs are denied access.
#   # When not empty, only the specified CIDRs are allowed access.
#   # Note that this check is applied to restricted peer CIDRs only.
#   allow_restricted_peer_cidrs:
#     - 10.0.0.0/8
#     - 192.168.0.0/16

That list can be paired with a deny list which takes precedence if there is an overlap.

#   # list of peer CIDRs to deny access to.
#   # This applies to all peer CIDRs, including restricted ones.
#   # Deny list takes precedence over allow list.
#   deny_peer_cidrs:
#     - 10.0.0.0/8
#     - 192.168.0.0/16

Relevant PRs: #4505

TURN authentication handling changes

TURN credentials now have a TTL (Time-To-Live) beyond which they are not valid to join a room. We recommend rotating your TURN authentication secrets to ensure older credentials are rendered stale and not usable.

#   # TTL of the TURN credentials in seconds - defaults to 300
#   ttl_seconds: 300

Please note that the TTL is always used in constructing the credentials. So, a value of 0 will create credentials that expire immediately.

Relevant PRs: #4505, #4515, #4524, #4526

Added
  • add support for client capabilities (#4461)
  • Additional data tracks logging (#4489)
  • Add CloseWithReason to agent SignalConn interface (#4492)
  • add agent environment (#4498)
  • add duration seconds reporting (#4500)
  • add helper to check for agent worker endpoint (#4503)
  • test: verify upstream and downstream connection stats end-to-end (#4508)
  • Add TURN permission handler. (#4505)
  • allow setting agent job assignment url (#4512)
  • Add expiry to TURN password. (#4505, #4515)
  • add AssignmentHook to AssignJob; propagate websocket write errors (#4516)
  • Apply room tags from JWT grant room configuration (#4518)
  • feat: auto create rooms for tokens with the RoomCreate grant (#4320)
  • Add integration test for TURN auth failures (#4524)
  • Support SIP auth realm for inbound. (#4522)
  • Apply ttl check only when authenticate allocation creating (#4526)
Changed
  • feat(pion/ice): replace deprecated NAT1To1 with SetAddressRewriteRules (#4466)
  • do not log data track stats if not started (#4468)
  • Consolidate RTCP packets and do RTCP callback outside lock. (#4469)
  • Keep a shadow copy of tracks for use by different stream allocator state (#4470)
  • Avoid stream allocator event data cast to interface and back. (#4471)
  • Convert sort.Slice -> slices.SortFunc (#4472)
  • Turn off transceiver re-use on Safari. (#4474)
  • reduce some heap use in packet path by (#4478)
  • Close peer connection unconditionally to unblock set local/remote (#4485)
  • Misc optimisations. (#4490)
  • report all simulcast layers (#4491)
  • Use mediatransportutil/codec package, no functional change (#4497)
  • rename agent environment to deployment (#4506)
  • Update protocol to support SIP media config. (#4509)
  • update protocol for protojson (#4510)
  • Populate data track loggers with context (#4514)
  • Log large packets receive/send. (#4521)
  • Log details of RTCP packets. (#4525)
  • Create NACK tracker only once. (#4527)
Fixed
  • fix: wrap IPv6 addresses in brackets in UDP TURN URLs (RFC 3986) (#4476)
  • Legacy TrackInfo.Simulcast flag. (#4493)
  • Fix publish-only limitations being incorrectly applied to receivers (#4495)
  • Include reception reoprts in receiver report callback. (#4496)
  • Fix sense check in DeltaInfo gathering (#4507)
  • Fix SIP media config upgrade. (#4511)
View originalPermalink
How v1.12.0 went

v1.11.0

Added 6
  • Embed TURN test
  • Log API key during worker registration
  • Add simple data track stats
  • Add Close method for UpDataTrackManager and call it on participant
  • Log join duration
  • Add subscriber stream start event notification
Changed 7
  • Clean up logs and standardise log frequency
  • Keep subscription synchronous when publisher is expected to resume
  • Do not close publisher peer connection to aid migration
  • Enable data tracks by default
  • Pin GH commits and switch to golangci-lint
  • Switch to stdlib maps and slices
  • Store concrete ICE candidate for remote candidates
Fixed 7
  • Clear track notifier observers on subscription teardown
  • Guard against timestamp inversion in RED to Opus conversion
  • Ensure participant init is correctly serialized for logging
  • Clean up data track observers on unsubscribe
  • Compute agent dispatch affinity from target load
  • Apply IPFilter when getting local IP
  • Unsubscribe from data track on close

NOTE: Minor version bump that enables data tracks (https://docs.livekit.io/transport/data/data-tracks/) by default.

Added
  • Embedded turn test (#4412)
  • chore: log API key during worker registration (#4428)
  • Add some simple data track stats (#4431)
  • Add Close method for UpDataTrackManager and call it on participant (#4432)
  • Log join duration. (#4433)
  • Add subscriber stream start event notification (#4449)
Changed
  • Cleaning up some logs and standardising log frequency. (#4420)
  • Keep subscription synchronous when publisher is expected to resume. (#4424, #4425)
  • Do not close publisher peer connection to aid migration. (#4426, #4427)
  • Enable data tracks by default. (#4429)
  • chore: pin GH commits and switch to golangci-lint (#4444)
  • Switch to stdlib maps, slices (#4445)
  • Store concrete ICE candidate for remote candidates. (#4458)
Fixed
  • clear track notifier observers on subscription teardown (#4413)
  • Guard against timestamp inversion in RED -> Opus conversion. (#4414, #4415, #4418)
  • ensure participant init is correctly serialized for logging (#4417)
  • Clean up data track observers on unsubscribe. (#4421)
  • compute agent dispatch affinity from target load (#4442)
  • Apply IPFilter when get local ip (#4440)
  • Unsubscribe from data track on close (#4443)
  • Use Muted in TrackInfo to propagated published track muted. (#4453)
  • fix: limit join request and WHIP request body to http.DefaultMaxHeaderBytes (#4450)
  • fix publisher frame count reporting for simulcast streams (#4457)
View originalPermalink
How v1.11.0 went

v1.10.1

Added 4
  • Add packet trailer stripping support
  • Add path check helpers
  • Add deadline to DTLS connect context
  • Add job restart policy to agent dispatch
Changed 1
  • Close both peer connections to aid migration
Fixed 3
  • Fix TURN server URL
  • Fix AV1 parser overflow
  • Address malformed H264/H265 parsing issues
Added
  • add packet trailer stripping support (#4361)
  • Path check helpers (#4392)
  • add deadline to dtls connect context (#4395)
  • feat(agent-dispatch): add job restart policy (#4401)
Changed
  • Close both peer connections to aid migration. (#4382)
Fixed
  • Fix TURN server URL (#4389)
  • AV1 parser overflow fix. (#4405)
  • Address malformed H264/H265 parsing issues (#4407)
View originalPermalink
How v1.10.1 went

v1.10.0

Added 6
  • Add option to require media sections when participant joining
  • Support originating calls from custom domains
  • Add StopEgress function to the EgressLauncher interface
  • Add option to not re-use transceiver in e2ee
  • Add API to restart lite stats
  • Handle AGENT_ERROR disconnect reason
Changed 9
  • Mark last run of grow bucket outside goroutine
  • Refine ipv6 support
  • Sample data send error logging
  • Switch data track extension to 1-byte ID/length
  • Do not kick off migration of closed participant
  • Do not block all ext ID determination on stream allocator listener
Fixed 1
  • Fix repair stream ID reporting for RTX pairing
PLEASE NOTE: The logging key for participant session ID (a.k.a participant SID) has been changed from pID to participantID in this release for the sake of clarity. Hence the minor version bump.
Added
  • Add option to require media sections when participant joining (#4347, #4354)
  • Support originating calls from custom domains (#4349)
  • Add StopEgress function to the EgressLauncher interface (#4353)
  • Add option to not re-use transceiver in e2ee. (#4356)
  • Add API to restart lite stats. (#4366, #4368)
  • handle AGENT_ERROR disconnect reason (#4339)
Changed
  • Mark last run of grow bucket outside goroutine. (#4348)
  • Refine ipv6 support (#4352)
  • Sample data send error logging. (#4358)
  • Switch data track extension to 1-byte ID/length. (#4362)
  • Do not kick off migration of closed participant (#4363)
  • Do not block all ext ID determination on stream allocator listener (#4364)
  • Rename log field pID to participantID (#4365)
  • Replace deprecated io/ioutil with io in whipservice (#4375)
  • Update grpc to address CVE-2026-33186 (#4381)
Fixed
  • Fix repair stream ID reporting for RTX pairing. (#4369)
View originalPermalink
How v1.10.0 went

v1.9.12

Added 7
  • Add silent frame for pcmu/a
  • Add test to ensure agent worker errors cause disconnection
  • Populate client_protocol field in ParticipantInfo
  • Read client protocol from query param
  • Generate and log egressID for start egress request
  • Add ESP32 Client Info
  • Make INSTALL_PATH overridable in install script
Changed 12
  • Defer setting clock rate in RTPStats module till codec is bound
  • Wrap SIP errors for invalid argument and not found
  • Ignore parse addr error when add remote candidate
  • Generate config flags
  • Clear reference guard when resetting signal stats
  • Refresh telemetry guard on participant move
Fixed 11
  • Fix receiver restart race
  • Require participant broadcast when metadata/attributes are set in token
  • Create buffer if needed when a PLI is requested
  • Do not increase max expected layer on track info update
  • Ensure publish is always on publisher peer connection
  • Add permissions to workflow to fix code scanning alert
Added
  • Add silent frame for pcmu/a (#4258)
  • adds a test to ensure agent worker errors cause disconnection (#4273)
  • Populate client_protocol field in ParticipantInfo (#4293)
  • Read client protocol from query param (#4294)
  • generate & log egressID for start egress request (#4303)
  • ESP32 Client Info (#4267)
  • feat: make INSTALL_PATH overridable in install script (#3954)
Changed
  • Defer setting clock rate in RTPStats module till codec is bound. (#4250)
  • Wrapping SIP errors for invalid argument and not found (#4253)
  • Ignore parse addr error when add remote candidate (#4264)
  • Generate config flags (#4268)
  • clear reference guard when resetting signal stats (#4279)
  • refresh telemetry guard on participant move (#4280)
  • use separate allocation for signal stats telemetry guard (#4281)
  • Set up audio config in audio level module when config is updated. (#4290)
  • Update self-hosting deployment documentation link (#4312)
  • Key telemetry stats worker using combination of roomID, participantID (#4323)
  • Two phase restart when doing external restart of receiver. (#4329)
  • Send participant left event after track unpublished for moved (#4334)
Fixed
  • Fix receiver restart race (#4248)
  • require participant broadcast when metadata/attributes are set in token (#4266)
  • Create buffer if needed when a PLI is requested. (#4282)
  • Do not increase max expected layer on track info update. (#4285)
  • Publish is always on publisher peer connection.(#4307)
  • Potential fix for code scanning alert no. 35: Workflow does not contain permissions (#4311)
  • Potential fix for code scanning alert no. 36: Workflow does not contain permissions (#4310)
  • Fix for some CodeQL reported issues (#4314)
  • Protect against incorrect temporal layer. (#4327)
  • do not discount packets lost on duplicate packets (#4333)
  • Use ParticipantTelemetryListener of LocalParticipant. (#4342)
  • Fix SIP client timeout. (#4345)
View originalPermalink
How v1.9.12 went
View all

Discussion

If you publish livekit, you can claim this product by proving you administer its repository.