Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: livekit/livekit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: livekit/livekit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: alt
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 12, 2026

  1. [WIP] rtc: add RestartSessionTimer to re-anchor participant session d…

    …uration (#4566)
    
    * rtc: add RestartSessionTimer to re-anchor participant session duration
    
    Exposes ParticipantImpl.RestartSessionTimer so the session timer can be
    re-anchored to the actual join time. Duration is only ever emitted once
    the participant becomes active, so re-anchoring at join keeps pre-join
    wall-clock out of the reported/billed duration. Adds the method to the
    LocalParticipant interface (fake regenerated) and a local protocol
    replace to pick up SessionTimer.Reset.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    
    * tidy
    
    * update protocol
    
    * report ended at for inactive sessions
    
    ---------
    
    Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Co-authored-by: Paul Wells <paulwe@gmail.com>
    3 people committed Jun 12, 2026
    Configuration menu
    Copy the full SHA
    7745aaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4f3086 View commit details
    Browse the repository at this point in the history
Loading