Get room name by room id.
Name | Requires Auth | Permission | Setting |
---|---|---|---|
getRoomNameById |
Yes | view-c-room |
Argument | Example | Required | Description |
---|---|---|---|
rid |
siyr2oWQJBjQjhLwru |
Required | The room id. |
{
"msg": "method",
"method": "getRoomNameById",
"id": "2",
"params":[
"siyr2oWQJBjQjhLwr"
]
}
{
"msg": "result",
"id": "2",
"result": "try"
}