Get room name by room ID.
| Method | Requires Auth | Permission | 
|---|---|---|
| 
 | Yes | 
 | 
Payload parameters
| Argument | Example | Required | Description | 
|---|---|---|---|
| 
 | 
 | Required | The room ID. | 
Example call
{
    "msg": "method",
    "method": "getRoomNameById",
    "id": "2",
    "params":[
        "siyr2oWQJBjQjhLwr"
    ]
}Example response
{
    "msg": "result",
    "id": "2",
    "result": "try"
}