fun channel(topic: String, params: JSONObject = JSONObject()): Channel
Prefered constructor for channels.
Creates a channel and register it with the Socket.
topic - The channel topic
topic
params - Params sent to the server on join
params
Return The created channel