A channel is considered active if there is at least one client connected to it.
API: Return active channels
{
"authenticated": [
"authenticated",
"USER_ID_PRIVATE_CHANNEL",
"channelOne",
"channelTwo"
],
"anonymous": [
"anonymous",
"testRoom1",
"testRoom2"
]
}