getSubscribedChannels

expect abstract fun getSubscribedChannels(): List<String>
actual abstract fun getSubscribedChannels(): List<String>

Queries the local subscribe loop for channels currently in the mix.

Return

A list of channels the client is currently subscribed to.

actual abstract fun getSubscribedChannels(): List<String>