Get Room Name by ID (Realtime)
- Print
- DarkLight
- PDF
Get Room Name by ID (Realtime)
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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"
}Was this article helpful?