()
| 184 | // late onend/onerror after a new session started), so they can't flip the |
| 185 | // listening state, surface a st ale error, or clear a newer recognizer. |
| 186 | const isActive = () => setup.recognitionRef.current === recognition; |
| 187 | |
| 188 | recognition.onstart = () => { |
| 189 | setup.setListening(true); |
no outgoing calls
no test coverage detected