Get in-memory active channel IDs
()
| 152 | abort(channelId: string): void; |
| 153 | |
| 154 | /** Check if a channel is currently running */ |
| 155 | isRunning(channelId: string): boolean; |
| 156 | |
| 157 | /** Dispose the session for a channel */ |
no outgoing calls
no test coverage detected