* called when a new subscription the channel is required * @param {String} channel the channel to subscribe
(channel: string)
| 36 | * @param {String} channel the channel to subscribe |
| 37 | */ |
| 38 | subscribe(channel: string): void; |
| 39 | |
| 40 | /** |
| 41 | * called when the subscription from the channel should be stopped |
no outgoing calls