void onRoomNameChanged(String roomId, String roomName) { if (roomId != state.roomId) return; state.roomName.value = roomName; }