Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 517 Bytes

File metadata and controls

27 lines (21 loc) · 517 Bytes

stream-room-messages

This is the room messages stream. You just need the room ID for subscribing.

{
    "msg": "sub",
    "id": "unique-id",
    "name": "stream-room-messages",
    "params":[
        "room-id",
        false
    ]
}

To unsubscribe from a room, send "unsub", along with the ID of the previous subscribe message.

{
    "msg": "unsub",
    "id": "unique-id",
}

If you want to subscribe to a user's messages stream, just pass __my_messages__ as the room ID.