Get Room Name by ID (Realtime)

Prev Next

Get room name by room ID.

Method

Requires Auth

Permission

getRoomNameById

Yes

view-c-room

Payload parameters

Argument

Example

Required

Description

rid

siyr2oWQJBjQjhLwru

Required

The room ID.

Example call

{
    "msg": "method",
    "method": "getRoomNameById",
    "id": "2",
    "params":[
        "siyr2oWQJBjQjhLwr"
    ]
}

Example response

{
    "msg": "result",
    "id": "2",
    "result": "try"
}