()
| 357 | // session's gen and every staleness check would be a no-op. |
| 358 | const myGen = sessionGenRef.current |
| 359 | const isStale = () => sessionGenRef.current !== myGen |
| 360 | logForDebugging('[voice] Recording stopped') |
| 361 | |
| 362 | // Send finalize and wait for the WebSocket to close before reading the |
no outgoing calls
no test coverage detected