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