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

Latest commit

 

History

History
34 lines (25 loc) · 747 Bytes

streamlivechatroom.md

File metadata and controls

34 lines (25 loc) · 747 Bytes

stream-room-messages

Stream room messages.

Payload Parameters

ArgumentExampleRequiredDescription
roomId64a1f373376181965ab77f54RequiredThe room id
back-compatibilityfalseRequiredBoolean to set back-compatibility.

Example Call

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

Example Response

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