hub.room.edited
- Informs the UI about room name changes, or changes to the room order list. These changes are the result of either a hub.room.name.set or hub.room.order.set command.
Edit
Field | Description |
---|---|
_id | Identity of the affected room. |
name | User-created label for the room. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.room.edited",
"initiator": {
"api_name": "some api name here",
"connection_type": "UI",
"peer_unique_id": "23/3"
},
"result": {
"_id": "_OBJECT_ID_",
"name" : "Guest room"
}
}