Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 350 Bytes

File metadata and controls

22 lines (18 loc) · 350 Bytes

ack message

Event passed when your connection gets acknowledged by the websocket.

Packet Example

[{
    "a": "ack",            // Event name
    "p": 1,                // Is your connection working?
    "s": "xxxx"            // Room name
}]

Real life example

[{
    "a": "ack",
    "p": 1,
    "s": "loves-kpop"
}]