Stop the status display update ticker.
()
| 433 | |
| 434 | /** Stop the status display update ticker. */ |
| 435 | function stopStatusUpdates(): void { |
| 436 | if (statusUpdateTimer) { |
| 437 | clearInterval(statusUpdateTimer) |
| 438 | statusUpdateTimer = null |
| 439 | } |
| 440 | } |
| 441 | |
| 442 | function onSessionDone( |
| 443 | sessionId: string, |
no outgoing calls
no test coverage detected