fingerprintDiffCount
fingerprintDiffCount(
prev,current):number
Defined in: src/rundown-core.ts:153
Count sessionIds whose sorted signal set differs between two fingerprints — a signal added, removed, or changed each counts as one. Identical fingerprints → 0.
Parameters
Section titled “Parameters”Record<string, string[]>
current
Section titled “current”Record<string, string[]>
Returns
Section titled “Returns”number