Documentation Index

Fetch the complete documentation index at: https://rocket.wilas.ovh/llms.txt

Use this file to discover all available pages before exploring further.

Stream Room Messages (Realtime)

Prev Next

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"
    ]
}