mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 13:54:34 +00:00
fix typo (#2005)
This commit is contained in:
@@ -1677,7 +1677,7 @@ func (r *RTPStats) getAndResetSnapshot(snapshotId uint32, override bool) (*Snaps
|
||||
|
||||
then := r.snapshots[snapshotId]
|
||||
if then == nil {
|
||||
extStartSN := r.sequenceNumber.GetExtendedHighest()
|
||||
extStartSN := r.sequenceNumber.GetExtendedStart()
|
||||
then = &Snapshot{
|
||||
startTime: r.startTime,
|
||||
extStartSN: extStartSN,
|
||||
|
||||
Reference in New Issue
Block a user