Stop the status display update ticker.
()
| 445 | |
| 446 | /** Stop the status display update ticker. */ |
| 447 | function stopStatusUpdates(): void { |
| 448 | if (statusUpdateTimer) { |
| 449 | clearInterval(statusUpdateTimer) |
| 450 | statusUpdateTimer = null |
| 451 | } |
| 452 | } |
| 453 | |
| 454 | function onSessionDone( |
| 455 | sessionId: string, |
no outgoing calls
no test coverage detected