Event passed when your connection gets acknowledged by the websocket.
[{
"a": "ack", // Event name
"p": 1, // Is your connection working?
"s": "xxxx" // Room name
}]
[{
"a": "ack",
"p": 1,
"s": "loves-kpop"
}]