| Logged In |
Permission |
Setting |
| Yes |
edit-room |
none |
- String - the id of the room to leave
- String - the room setting to save
- Any - the value of the setting to save, this value type depends on what the setting accepts
| Setting |
Accepted Values |
roomName |
String |
roomTopic |
String |
roomDescription |
String |
roomType |
c or p |
readOnly |
Boolean |
systemMessages |
Boolean |
default |
Boolean |
joinCode |
String |
{
"msg": "method",
"method": "saveRoomSettings",
"id": "16",
"params": [
"roomId",
"setting",
"value"
]
}
{
"msg": "result",
"id": "16",
"result": {
"result": true,
"rid": "roomId"
}
}