Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 762 Bytes

streamlivechatroom.md

File metadata and controls

37 lines (28 loc) · 762 Bytes

stream-room-messages

Stream room messages.

Payload Parameters

Argument Example Required Description
roomId 64a1f373376181965ab77f54 Required The room id
back-compatibility false Required Boolean to set back-compatibility.

Example Call

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

Example Response

{
    "msg":"ready",
    "subs":[
        "89494"
    ]
}