- "join-room"
- "join-room-private"
- "join-room-two-way"
{
action:"action"
message:"Room-name (can be the id stored in database or being used by client)"
}
- "send-message"
- "typing"
{
action:"send-message"
message:"Message-Text"
target:{
ID:"websocket id returned after joining the room"
name:"Name sent while joining the room" }
}