hub.room.reordered
- Sent when a user changes the listed order of their rooms in the UI. This request uses the hub.room.order.set command. Users can reorder the rooms list so their favorite/most frequently accessed rooms appear at the top of the list.
Edit
Field | Description |
---|---|
roomsId | Unique identifiers of the rooms affected by the reorder operation. |
Edit
{
"id": "ui_broadcast",
"initiator": {
"api_name": "",
"connection_type": "HUB",
"peer_unique_id": "40/30780"
},
"msg_subclass": "hub.room.reordered",
"result": {
"roomsId": [
"5ca707a8000000082b3d8d77",
"5ca7079d000000082b3d8d76"
]
}
}