* Stop ping interval
()
| 316 | * Stop ping interval |
| 317 | */ |
| 318 | private stopPingInterval(): void { |
| 319 | if (this.pingInterval) { |
| 320 | clearInterval(this.pingInterval) |
| 321 | this.pingInterval = null |
| 322 | } |
| 323 | } |
| 324 | |
| 325 | /** |
| 326 | * Send a control response back to the session |
no outgoing calls
no test coverage detected